/*
Product Matching
*/

/*Navigation*/

#top-right.hybrid-menu {
   background: #000 !important;
}


/* #top-right.hybrid-menu.top-right-collapse {
   display: none !important;
} */


body {
   background-color: #fff;
}


img.scaled-image {
   border: 0 !important;
}

a:focus {
   outline: 0px auto -webkit-focus-ring-color;
   outline-offset: 0px;
}

html {
   scroll-behavior: smooth;
}

/*General styles*/
html {
   scroll-behavior: smooth;
}

:root {
   scroll-behavior: smooth;
}

p,
h1,
h2,
h3,
h4,
h5 {
   color: #000;
}

.swiper {
   overflow: hidden;
}

.swiper-pagination {
   left: 0;
   right: 0;
   padding-top: 33px;
}

.btn--primary.request-demo {
   transition: transform 0.4s ease 0s, background-color, border-color, background, color;
   width: max-content;
   padding: 6px 20px !important;
   display: flex;
   align-items: center;
   margin-top: 20px;
   border-radius: 30px;
   background: linear-gradient(267.29deg, #0995e3 0%, #096be1 100%) !important;
   color: #ffffff !important;
   font-size: 16px;
   font-weight: 400;
   line-height: min(6vw, 28px);
   letter-spacing: 0.02em;
   text-align: center;
   white-space: normal;
   max-width: 100%;
   border: 0;
}

.btn--primary.request-demo:hover {
   transform: translateY(-3px);
}

.btn--primary.request-demo img {
   margin-left: 10px;
   max-width: 25px;
}

.btn--primary.request-demo.light {
   background: #E1EEFF !important;
   color: #096BE1 !important;
}

.btn--primary.btn-transparent.request-demo {
   background: transparent !important;
   border: 0px solid white;
   padding: 0px !important;
   box-shadow: none !important;
}

.btn--primary.btn-transparent.dark.request-demo {
   background: transparent !important;
   border: 0px solid white;
   padding: 0px !important;
   color: #000 !important;
}

.btn--primary.btn-transparent img,
.btn--primary.btn-transparent svg {
   margin-left: 12px;
   position: relative;
   left: 0;
   transition: 300ms;
}

.btn--primary.btn-transparent:hover {
   transform: translateY(0px);
}

.btn--primary.btn-transparent:hover img,
.btn--primary.btn-transparent:hover svg {
   left: 10px;
}

h1.general-title {
   font-weight: 600;
   font-size: 40px;
   line-height: 52px;
   color: black;
   margin-top: 0px;
}


h2.general-title {
   font-weight: 600;
   font-size: 40px;
   line-height: 54px;
   color: black;
   margin-top: 0px;
}

h2.general-title.smaller {
   font-size: 32px;
   line-height: 42px;
}

h3.general-title {
   font-weight: 600;
   font-size: 24px;
   line-height: 32px;
   color: black;
   margin-top: 0px;
}

p.above-title {
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   letter-spacing: 0.02em;
   color: #096BE1;
   text-transform: uppercase;
   margin-bottom: 30px;
}

p.subtitle {
   font-size: 22px;
   line-height: 34px;
   margin-bottom: 0px;
}

p.larger {
   font-size: 18px;
   line-height: 28px;
}

section.dark p,
section.dark h1,
section.dark h2,
section.dark h3,
section.dark h4,
section.dark h5 {
   color: white;
}

.col {
   padding-right: 15px;
   padding-left: 15px;
}

@media (min-width: 1201px) and (max-width: 1600px) {

   .container {
      padding-right: 30px;
      padding-left: 30px;
   }
}

@media (min-width: 1201px) and (max-width: 1550px) {
   .container {
      padding-left: 50px;
      padding-right: 50px;
   }
}

@media (min-width: 1200px) {

   .container {
      width: 100% !important;
      max-width: 1470px !important;
   }

   .container.container-small {
      width: 100% !important;
      max-width: 1025px !important;
      margin-left: auto;
      margin-right: auto;
   }
}


@media (min-width: 992px) and (max-width: 1060px) {
   div.container {
      width: 100% !important;
   }
}

@media (min-width: 992px) {
   .container {
      width: 100% !important;
   }
}

.text-center {
   text-align: center;
}

.page-content-wrap img {
   width: 100%;
}

.mb-0 {
   margin-bottom: 0px !important;
}

/*Section hero*/
.section-matching-hero {
   padding-top: 156px;
   padding-bottom: 95px;
   background: #000;
   position: relative;
   overflow: hidden;
}

.section-matching-hero .container {
   z-index: 10;
   position: relative;
}

.section-matching-hero:after {
   content: '';
   display: block;
   width: 110%;
   height: 100%;
   left: -5%;
   bottom: -38%;
   background: #1F7EF6;
   opacity: .2;
   filter: blur(150px);
   transform: matrix(1, 0, 0, -1, 0, 0);
   position: absolute;
   pointer-events: none;
}

.section-matching-hero h1.general-title {
   font-weight: 600;
   font-size: 16px !important;
   line-height: 24px !important;
   letter-spacing: 0.02em !important;
   text-transform: uppercase !important;
   margin-bottom: 30px !important;
}

.section-matching-hero p.above-title {
   color: #F4F3F1;
   font-size: 36px !important;
   line-height: 47px !important;
   margin-bottom: 30px !important;
   text-transform: none !important;
   letter-spacing: 0px !important;
}

.section-matching-hero h1.general-title {
   font-size: 36px;
   line-height: 47px;
   margin-bottom: 30px;
}

.section-matching-hero p.text-intro {
   color: #F4F3F1;
}

.section-matching-hero .row-intro {
   display: flex;
   align-items: center;
}

.section-matching-hero .button-wrapper {
   margin-top: 32px;
   display: flex;
   align-items: center;
   gap: 29px;
}

.section-matching-hero .button-wrapper .btn--primary.request-demo {
   margin-top: 0;
}

.section-matching-hero img.hero-image {
   max-width: 625px;
   margin-left: auto;
   display: block;
}

/*Section Leverage machine*/
.section-matching-leverage {
   padding-top: 80px;
   padding-bottom: 80px;
}

.section-matching-leverage .row-intro {
   max-width: 1020px;
   margin-left: auto;
   margin-right: auto;
}

.section-matching-leverage .row-main {
   display: flex;
   align-items: center;
   margin-top: 60px;
}

.section-matching-leverage .col-text p.text {
   max-width: 489px;
   margin-right: auto;
}

.section-matching-leverage .col-text p.text strong {
   font-weight: 600;
}

.section-matching-leverage .btn--primary.request-demo {
   margin-top: 30px;
}

/*Animation image text*/
.image-text-top {
   background: #096BE1;
   border: 1px solid #ECECEC;
   box-shadow: 30px 20px 40px rgba(0, 0, 0, 0.05);
   border-radius: 8px;
   transform: matrix(1, 0.08, 0, 1, 0, 0);
   max-width: 411px;
   padding: 20px;
   color: white;
   font-size: 21px;
   line-height: 30px;
   font-weight: 600;
   position: absolute;
   right: 9%;
   top: 4%;
}

body#fr .image-text-top {
   font-size: 17px;
   line-height: 26px;
}

body#de .image-text-top {
   font-size: 19px;
   line-height: 28px;
}

body#es .image-text-top {
   font-size: 16px;
   line-height: 24px;
}

body#pt-pt .image-text-top {
   font-size: 17px;
   line-height: 26px;
}

body#it .image-text-top {
   top: 0%;
}

/*Section logos*/
.section-matching-logos {
   padding-top: 40px;
   padding-bottom: 40px;
   overflow: hidden;
   background: #F4F3F1;
}

.section-matching-logos h2.general-title {
   font-size: 16px;
   line-height: 21px;
}

.section-matching-logos .logo-grid {
   display: flex;
   -webkit-box-pack: center;
   justify-content: center;
   /* gap: 40px;*/
   flex-shrink: 0;
   animation: 40s linear 0s infinite normal none running gjVuyO;
}

.logo-brands-wrapper {
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-top: 20px;
   width: 200%;
   position: relative;
   left: -100%;
}

.section-matching-logos .logo-grid img {
   display: block;
   margin: 0 22px;
   max-height: 50px;
   width: 100%;
}

.section-matching-logos .logo-grid .logo-wrapper {
   display: flex;
   align-items: center;
   justify-self: center;
   margin: 0px 22px;
   /*flex: 1 0 6%;*/
}

.section-matching-logos .row-main {
   overflow: hidden;
   position: relative;
}

.section-matching-logos .row-main::before {
   content: '';
   display: block;
   height: 100%;
   width: 40px;
   left: 0;
   top: 0px;
   background: linear-gradient(to right, rgba(244 243 241), rgba(255, 255, 255, 0));
   position: absolute;
   z-index: 1000;
}

.section-matching-logos .row-main::after {
   content: '';
   display: block;
   height: 100%;
   width: 40px;
   right: 0;
   top: 0px;
   background: linear-gradient(to left, rgba(244 243 241), rgba(255, 2550, 255, 0));
   position: absolute;
   z-index: 1000;
}

@-webkit-keyframes gjVuyO {
   from {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%);
   }

   to {
      -webkit-transform: translateX(calc(-100%));
      -ms-transform: translateX(calc(-100%));
      transform: translateX(calc(-100%));
   }
}

@keyframes gjVuyO {
   from {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%);
   }

   to {
      -webkit-transform: translateX(calc(-100%));
      -ms-transform: translateX(calc(-100%));
      transform: translateX(calc(-100%));
   }
}

/*Repeated sections*/
.repeated-sections {
   padding-top: 80px;
   padding-bottom: 100px;
   background: #F8F8F8;
}

.repeated-sections .section-repeated:not(:last-child) {
   margin-bottom: 80px;
}

.section-repeated .row-main {
   display: flex;
   align-items: center;
}

.section-repeated .col-text .inner {
   max-width: 630px;
}

.section-repeated .col-text h2.general-title {
   margin-bottom: 30px;
}

.section-repeated .col-text .btn--primary.request-demo {
   margin-top: 30px;
}

.section-repeated .animation-image img {
   max-width: 585px;
}

.section-repeated .animation-image img {
   margin-left: auto;
   display: block;
}

.section-repeated.reversed-layout .animation-image img {
   margin-left: 0;
   margin-right: auto;
}

.section-repeated.reversed-layout .col-image {
   order: -1;
}

.section-repeated .row-description-boxes {
   margin-top: 80px;
}

.section-repeated .description-boxes-wrapper {
   display: grid;
   grid-template-columns: repeat(3, minmax(0, 1fr));
   gap: 20px;
}

.description-box {
   background: #F1F2F5;
   border-radius: 8px;
   padding: 24px 40px;
}

.description-boxes-wrapper .description-box {
   background: #F1F2F5;
   border: 1px solid rgba(0, 0, 0, 0.1);
   border-radius: 8px;
   padding: 20px;
}

.description-boxes-wrapper .description-box p.title {
   letter-spacing: 0.02em;
   text-transform: uppercase;
   color: #096BE1;
   font-weight: 600;
   margin-bottom: 12px;
}

.description-boxes-wrapper .description-box p.text {
   color: #212F41;
}


/*Marketpage related posts slider*/
.section-matching-related-posts {
   padding-top: 130px;
   padding-bottom: 130px;
}

.section-matching-related-posts h2.general-title {
   margin-bottom: 50px !important;
}

.marketpage-innovating__slider-new {
   margin-top: 30px;
   margin-left: auto;
   margin-right: auto;
   position: relative;
   overflow: visible;
   max-width: 980px;
}

.marketpage-innovating__slide {
   display: flex !important;
}

.marketpage-innovating__slider-new .swiper-wrapper {
   /*margin: 30px;
     padding: 20px;*/
}

.marketpage-innovating__slider-new .slide__controls {
   bottom: initial;
   top: 50%;
   width: 95%;
   transform: translate(-50%, -50%);
   z-index: 5;
}

.marketpage-innovating__slider-new .slide__control {
   position: relative;
}

.marketpage-innovating__slider-new .slide__control svg {
   width: 32px !important;
   position: relative;
   transition: all 0.3s;
}

.marketpage-innovating__slider-new .slide__control svg {
   left: 0;
}

.marketpage-innovating__slider-new .slide__control:hover svg {
   left: 5px;
}

.marketpage-innovating__slider-new .slide__control.slide__previous {
   left: -8.5%;
}

.marketpage-innovating__slider-new .slide__control.slide__next {
   right: -8.5%;
}

.marketpage-innovating__slider-new .slide__background a {
   height: 100%;
   width: 100%;
   min-height: 502px;
   min-width: 480px;
   max-width: 480px;
}

.marketpage-innovating__slider-new a.main-link {
   width: 40%;
   max-width: 480px;
}

.marketpage-innovating__slider-new .dt-image-cover:after,
.marketpage-innovating__slider-new .bg-slide:after {
   content: '';
   /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, #000000 100%);*/
   position: absolute;
   top: 0;
   left: 0;
   z-index: 10;
   width: 100%;
   height: 100%;
   display: block;
}

.marketpage-innovating__slider-new .dt-image-cover {
   padding-top: 104.6%;
}

.marketpage-innovating__slider-new .dt-image-cover img {
   transition: all 0.3s;
   transform: scale(1.02);
}

.marketpage-innovating__slider-new a:hover .dt-image-cover img {
   transform: scale(1.05);
}

.marketpage-innovating__slider-new .references-case-studies__grid-more img {
   width: 25px;
   height: auto;
}

.marketpage-innovating__slider-new .dt-image-cover .inner,
.marketpage-innovating__slider-new .bg-slide .inner {
   position: absolute;
   top: auto;
   bottom: 0;
   left: 0;
   width: 100%;
   padding: 34px 32px;
   color: white;
   z-index: 11;
}

.marketpage-innovating__slider-new h3.references-case-studies__grid-title {
   color: white;
   font-weight: 600;
   font-size: 28px;
   line-height: 37px;
   margin-top: 0px;
   margin-bottom: 30px;
}

.marketpage-innovating__slider-new .references-case-studies__grid-more {
   display: flex;
   align-items: center;
   gap: 12px;
}

.marketpage-innovating__slider-new .references-case-studies__grid-more span {
   text-transform: uppercase;
   letter-spacing: 0.02em;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;

}

.marketpage-innovating__slider-new .references-case-studies__grid-more img {
   position: relative !important;
   left: 0;
   transition: all 0.5s !important;
   transform: none !important;
   margin-bottom: 0px;
}

.marketpage-innovating__slider-new a:hover .references-case-studies__grid-more img {
   transition: all 0.5s !important;
   left: 12px;
}

.marketpage-innovating__slide.disabled-thumbnail {
   min-height: 540px;
}

.marketpage-innovating__slide.disabled-thumbnail .slide__body {
   width: 100%;
}

.marketpage-innovating__slider-new .slide__body {
   width: 60%;
   max-width: 100%;
   padding: 2% 6.3%;
   margin-right: auto;
   margin-left: 0;
   z-index: 10;
}

.marketpage-innovating__slider-new img.slide-logo {
   width: auto;
   /*max-height: 40px;*/
   /*Specific to page*/
   max-height: 90px;
   display: block;
   margin-bottom: 30px;
   max-width: 170px;
}


.marketpage-innovating__slider-new p.quote-text {
   font-weight: 400;
   font-size: 22px;
   line-height: 34px;
   color: #556171;
   margin-bottom: 30px;
}

.marketpage-innovating__slider-new p.quote-author {
   color: #556171;
}

.marketpage-innovating__slider-new p.quote-author span.author-name {
   display: block;
   text-transform: uppercase;
}

.marketpage-innovating__slider-new p.quote-author span.author {
   display: block;
}

.marketpage-innovating__slider-new .swiper-slide {
   opacity: 1;
   transition: all 0.3s;
}

/*Alternative version*/
.marketpage-innovating__slider-new .alternative-type-wrapper {
   display: flex;
   flex-direction: column;
   gap: 28px;
   margin-top: 60px;
}

.marketpage-innovating__slider-new .marketpage-innovating__slide.logo-above-title .alternative-type-wrapper {
   margin-top: 0px;
}

.marketpage-innovating__slider-new .alternative-type-wrapper .border {
   width: 100%;
   max-width: 80px;
   height: 2px;
   display: block;
   background: #0995E3;
   background: linear-gradient(267.29deg, #0995E3 0%, #096BE1 100%);
}

.marketpage-innovating__slider-new .alternative-type-wrapper p.title {
   color: #1F7EF6;
   font-size: 40px;
   font-weight: 600;
   line-height: 52px;
   margin-bottom: -2px !important;
}

.marketpage-innovating__slider-new .alternative-type-wrapper p.text {
   color: #556171;
   font-size: 22px;
   line-height: 34px;
}

/*Small text alternative version*/
.marketpage-innovating__slider-new .alternative-type-wrapper.small-text .border {
   height: 1px;
   margin-bottom: 8px;
}

.marketpage-innovating__slider-new .alternative-type-wrapper.small-text p.title,
.marketpage-innovating__slider-new .alternative-type-wrapper.small-text p.text {
   font-size: 16px;
   line-height: 24px;
   margin: 0 !important;
   display: contents;
}

.marketpage-innovating__slider-new .alternative-type-wrapper.small-text p.text strong {
   color: #1F7EF6;
   font-weight: 600;
}


@media (max-width: 1650px) {
   .marketpage-innovating__slider-new {
      max-width: 1080px;
   }

   .marketpage-innovating__slider-new {
      padding: 0px 50px;
   }

   .marketpage-innovating__slider-new .slide__control.slide__previous {
      left: -2.5%;
   }

   .marketpage-innovating__slider-new .slide__control.slide__next {
      right: -2.5%;
   }
}

@media (max-width: 1022px) {
   .marketpage-innovating__slider-new .slide__control.slide__next {
      right: 0%;
   }

   .marketpage-innovating__slider-new .slide__control.slide__previous {
      left: 0%;
   }
}

@media (min-width: 992px) {
   .marketpage-innovating__slider-new .swiper-slide {
      height: auto;
   }
}

.marketpage-innovating__slider-new .swiper-slide {
   align-items: initial !important;
}

.bg-slide {
   height: auto;
   width: 100%;
   max-width: 420px;
   display: flex;
   flex-direction: column;
   min-height: 540px;
   position: relative;
   background-size: cover;
   background-position: 50% 50%;
   z-index: 0;
   transition: all .3s ease;
   overflow: hidden;
}

.bg-slide::before {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background: inherit;
   transition: inherit;
}

.marketpage-innovating__slider-new .bg-slide:hover::before {
   transform: scale(1.05);
}

.marketpage-innovating__slider-new .swiper-slide:not(.swiper-slide-active) {
   position: relative;
   opacity: 1 !important;
}

.marketpage-innovating__slider-new .swiper-slide:after {
   content: '';
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
   background: white;
   opacity: 0;
   z-index: 5;
   pointer-events: none;
   transition: all 0.3s;
}

.marketpage-innovating__slider-new .swiper-slide:not(.swiper-slide-active):after {
   opacity: 0.4;
   transition-delay: 0.2s !important;
   transition: all 0.3s;
}

@media (max-width: 1200px) {
   .marketpage-innovating__slider-new p.quote-text {
      font-size: 18px;
      line-height: 28px;
   }
}

@media (max-width: 991px) {
   .marketpage-innovating__slider-new p.quote-text {
      font-size: 16px;
      line-height: 28px;
      margin-bottom: 20px;
   }

   .marketpage-innovating__slider-new {
      margin-top: 0px;
      padding: 0;
   }

   .marketpage-innovating__slider-container {
      box-shadow: none !important
   }

   .marketpage-innovating__slider-new .swiper-wrapper {
      margin: 0;
   }

   .marketpage-innovating__slide {
      display: flex !important;
      flex-direction: column !important;
      box-shadow: none !important;
   }

   .marketpage-innovating__slider-new .slide__control {
      width: 32px;
      height: 32px;
   }

   .marketpage-innovating__slider-new .slide__control img,
   .marketpage-innovating__slider-new .slide__control svg {
      width: 14px !important;
   }

   .bg-slide {
      max-width: 480px;
      margin-bottom: 48px;
      margin-left: auto;
      margin-right: auto;
   }

   .marketpage-innovating__slider-new a.main-link {
      width: 100%;
   }

   .swiper-slide.marketpage-innovating__slide .slide__body {
      display: block !important;
      width: 100%;
      max-width: 480px;
      margin: 0 auto;
      padding: 0px;
      margin-top: 0px;
   }

   .marketpage-innovating__slider-new .slide__controls {
      bottom: -73px;
      max-width: 450px;
      top: auto;
      width: 95%;
   }

   .marketpage-innovating__slider-new h3.references-case-studies__grid-title {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 22px;
   }

   .marketpage-innovating__slider-new .references-case-studies__grid-more span {
      font-size: 14px;
      line-height: 18px;
   }

   .marketpage-innovating__slider-new .dt-image-cover .inner {
      padding: 24px 24px;
   }

   .marketpage-innovating__slider-new img.slide-logo {
      margin-bottom: 0px;
      margin-top: 0px;
      position: relative;
      max-height: 50px;
   }


   .marketpage-innovating__slider-new p.quote-author {
      font-size: 14px;
      line-height: 24px;
   }

   .marketpage-innovating__slider-new .swiper-slide:not(.swiper-slide-active) {
      opacity: 0 !important;
   }

   .marketpage-innovating__slider-new .slide__control:hover img {
      left: 5px;
   }

   .marketpage-innovating__slider-new .slide__control.slide__next {
      right: -5%;
   }

   .marketpage-innovating__slider-new .slide__control.slide__previous {
      left: -5%;
   }


   .marketpage-innovating__slider-new .slide__controls {
      position: relative;
      bottom: 0;
      width: 100%;
      top: 0;
      transform: none;
      left: 0;
      right: 0;
      max-width: 75px;
      margin-left: auto;
   }

   .marketpage-innovating__slider-new .slide__control.slide__next {
      right: 0;
   }

   .marketpage-innovating__slider-new .slide__control.slide__previous {
      left: 0;
   }

   .logo-navigation-wrapper {
      width: 100%;
      align-items: center;
      margin-bottom: 30px;
      max-width: 480px;
      margin-left: auto;
      margin-right: auto;
   }

   .marketpage-innovating__slide.disabled-thumbnail {
      min-height: auto;
      background: white !important;
   }

   .marketpage-innovating__slider-new .alternative-type-wrapper {
      margin-top: 0px;
   }

   .marketpage-innovating__slider-new .alternative-type-wrapper.small-text p.title,
   .marketpage-innovating__slider-new .alternative-type-wrapper.small-text p.text {
      font-size: 16px;
      line-height: 28px;
   }

   .accordion-item .accordion-image {
      margin-top: 20px;
   }

   .marketpage-innovating__slider-new .inner img.slide-logo {
      margin-bottom: 30px;
   }

   .logo-navigation-wrapper {
      min-height: 50px;
   }

   .marketpage-innovating__slider-new .alternative-type-wrapper p.text {
      font-size: 16px;
      line-height: 24px;
   }
}

@media (min-width: 769px) {

   .marketpage-innovating__slider-new img.slide-logo.light {
      display: none;
   }

}

@media (max-width: 768px) {
   .marketpage-innovating__slider-new img.slide-logo.light {
      display: block;
   }
}

@media (max-width: 500px) {
   .bg-slide {
      min-height: 400px;
      margin-bottom: 32px;
   }

   .marketpage-innovating__slider-new .dt-image-cover .inner,
   .marketpage-innovating__slider-new .bg-slide .inner {
      padding: 30px 24px;
   }
}

/*Section Reliable Data*/
.section-matching-reliable-data {
   padding-top: 100px;
   padding-bottom: 175px;
}

.section-matching-reliable-data p.above-title {
   margin-bottom: 12px;
   color: #000000;
}

.section-matching-reliable-data .data-icon-wrapper img {
   width: auto;
   max-height: 45px;
   margin-bottom: 15px;
}

.section-matching-reliable-data .row-main {
   margin-top: 75px;
   position: relative;
}

.section-matching-reliable-data img.bg-image {
   position: absolute;
   width: auto;
   max-width: 100%;
   top: -35%;
   left: 0;
   right: 0;
   margin-left: auto;
   margin-right: auto;
   max-width: 775px;
   z-index: -1;
}

.section-matching-reliable-data .data-icon-wrapper {
   display: grid;
   grid-template-columns: repeat(2, minmax(0, 1fr));
   gap: 160px 20px;
   max-width: 1190px;
   margin-left: auto;
   margin-right: auto;
}

.section-matching-reliable-data .data-icon-wrapper .data-icon-box {
   max-width: 350px;
}

.section-matching-reliable-data .data-icon-wrapper .data-icon-box:nth-child(2n) {
   margin-left: auto;
}

.section-matching-reliable-data .data-icon-wrapper p.title {
   font-weight: 600;
}

/*Section CTA*/
.section-matching-cta {
   padding-top: 130px;
   padding-bottom: 130px;
   background: #096BE1;
   background: linear-gradient(267.29deg, #096BE1 0%, #004AB9 100%);
   position: relative;
   overflow: hidden;
}

.section-matching-cta:after {
   content: '';
   display: block;
   width: 110%;
   height: 130%;
   left: -5%;
   top: 10%;
   background: #1F7EF6;
   opacity: .2;
   filter: blur(150px);
   transform: matrix(1, 0, 0, -1, 0, 0);
   position: absolute;
   pointer-events: none;
}

.section-matching-cta .container {
   position: relative;
   z-index: 10;
}

.section-matching-cta .row-intro {
   max-width: 925px;
   margin-left: auto;
   margin-right: auto;
}

.section-matching-cta h2.general-title {
   font-size: 34px;
   line-height: 46px;
   color: #e1eeff;
   margin-bottom: 26px;
}

.section-matching-cta h2.general-title span {
   color: white;
}

.section-matching-cta .request-demo-link {
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   display: flex;
   align-items: center;
   letter-spacing: 0.02em;
   text-transform: uppercase;
   color: white;
   cursor: pointer;
}

.section-matching-cta .request-demo-link img {
   width: auto;
   position: relative;
   left: 0;
   margin-left: 10px;
   transition: all 0.3s ease-in-out;
}

.section-matching-cta .request-demo-link:hover img {
   left: 10px;
}

/*Section Discover More*/
.section-matching-discover-more {
   padding-top: 90px;
   padding-bottom: 90px;
   background: #000000;
   position: relative;
   overflow: hidden;
}

.section-matching-discover-more:after {
   content: '';
   display: block;
   width: 110%;
   height: 100%;
   left: -5%;
   top: 50%;
   background: rgba(31, 126, 246, 0.5);
   opacity: .2;
   filter: blur(150px);
   transform: matrix(1, 0, 0, -1, 0, 0);
   position: absolute;
   pointer-events: none;
}

.section-matching-discover-more .container {
   position: relative;
   z-index: 10;
}

.section-matching-discover-more .row-main {
   margin-top: 50px;
   display: flex;
   align-items: center;
}

.discover-more-tabs .discover-more-specific-tab {
   border-radius: 8px;
   padding: 24px;
   display: flex;
   align-items: center;
   gap: 42px;
   transition: all 0.3s;
}

.discover-more-tabs .discover-more-specific-tab:hover {
   background: #212F41;
   box-shadow: 0px 0px 24px rgba(98, 122, 153, 0.12);

}

.discover-more-tabs .discover-more-specific-tab .arrow-wrapper {
   width: 72px;
   min-width: 72px;
   height: 72px;
   min-height: 72px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   visibility: hidden;
   opacity: 0;
   margin-left: auto;
   background: #096BE1;
   background: linear-gradient(267.29deg, #1FA9F6 0%, #096BE1 100%);
   transition: all 0.5s;
   cursor: pointer;
}

.discover-more-tabs .discover-more-specific-tab:hover .arrow-wrapper {
   visibility: visible;
   opacity: 1;
   transition: all 0.5s;
}

.discover-more-tabs .discover-more-specific-tab .arrow-wrapper svg {
   transition: all 0.3s;
   position: relative;
   left: 0;
}

.discover-more-tabs .discover-more-specific-tab .arrow-wrapper:hover svg {
   left: 7px;
}

.discover-more-tabs .discover-more-specific-tab p.title {
   font-weight: 600;
   margin-bottom: 8px;
}

.discover-more-tabs .discover-more-specific-tab p.text {
   color: #929596;
   transition: none;
}

.discover-more-tabs .discover-more-specific-tab:hover p.text {
   color: #FFF;
   transition: none;
}

.discover-more-tabs {
   max-width: 585px;
}

.discover-more-image {
   display: none;
}

.discover-more-image img {
   display: block;
   margin-left: auto;
}

.discover-more-image.active {
   display: block;
}

.section-matching-discover-more .row-mobile {
   margin-top: 40px;
}

@media (min-width: 992px) {
   .section-matching-discover-more .col-image {
      display: flex;
      align-items: center;
      justify-content: center;
   }
}


/*Swiper*/
.swiper-discover-more-slider {
   overflow: visible;
}

.swiper-discover-more-slider img.discover-more-image {
   display: block;
   width: auto;
   max-width: 100%;
}

.swiper-discover-more-slider .discover-more-box {
   background: #212F41;
   padding: 16px;
   border-radius: 8px;
   display: flex;
   flex-direction: column;
}

.swiper-discover-more-slider .discover-more-box p.title {
   font-weight: 600;
   margin-bottom: 8px;
}

.swiper-discover-more-slider .discover-more-box p.text {
   margin-bottom: 16px !important;
}

.swiper-discover-more-slider .discover-more-box .border {
   display: block;
   margin-top: auto;
   height: 2px;
   width: 100%;
   background: #096BE1;
   background: linear-gradient(267.29deg, #0995E3 0%, #096BE1 100%);
}

.swiper-discover-more-slider .swiper-slide {
   transition: all 0.3s;
   height: auto;
}

.swiper-discover-more-slider .swiper-slide .inner {
   display: flex;
   flex-direction: column;
   height: 100%;
}

.swiper-discover-more-slider .swiper-slide:not(.swiper-slide-active) {
   opacity: 0.5;
}

.swiper-discover-more-slider .img-wrapper {
   margin-top: 30px;
   margin-bottom: 30px;
}

.swiper-discover-more-slider .btn--primary.request-demo {
   margin-top: auto;
}

/*Responsive*/

.d-none {
   display: none !important;
}

.d-block {
   display: block !important;
}

.d-flex {
   display: flex !important;
}

@media (min-width: 992px) {

   .d-md-block {
      display: block !important;
   }

   .d-md-flex {
      display: flex !important;
   }

   .d-md-none {
      display: none !important;
   }

   .d-md-block {
      display: block !important;
   }
}

@media (max-width: 991px) {

   .page-content-wrap {
      overflow: hidden;
   }

   .col-md-5,
   .col-md-6,
   .col-md-7 {
      width: 100%;
      flex-basis: 100%;
   }

   .row {
      flex-direction: column;
      display: flex;
   }

   h1.general-title {
      font-size: 24px;
      line-height: 32px;
   }

   h2.general-title,
   h2.general-title.smaller {
      font-size: 24px;
      line-height: 32px;
   }

   h3.general-title {
      font-size: 20px;
      line-height: 26px;
   }

   h2.general-title br {
      display: none;
   }

   p.above-title,
   .section-matching-hero h1.general-title {
      font-size: 16px !important;
      line-height: 24px !important;
   }

   .section-matching-hero p.above-title {
      font-size: 24px !important;
      line-height: 32px !important;
      margin-bottom: 30px !important;
   }

   .section-matching-hero {
      padding-top: 105px;
   }

   .section-matching-hero .col-image {
      order: -1;
      padding-bottom: 70px;
   }

   .section-matching-hero img.hero-image {
      max-width: 450px;
      margin-right: auto;
   }

   .section-matching-leverage .col-image {
      order: -1;
   }

   .image-text-top {
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 4%;
      font-size: 16px;
      line-height: 24px;
   }

   body#fr .image-text-top {
      font-size: 14px;
      line-height: 22px;
   }

   body#de .image-text-top {
      font-size: 16px;
      line-height: 24px;
   }

   body#es .image-text-top {
      font-size: 13px;
      line-height: 21px;
   }

   body#pt-pt .image-text-top {
      font-size: 13px;
      line-height: 21px;
   }

   body#it .image-text-top {
      top: -3%;
   }


   .section-matching-leverage .col-image img {
      max-width: 450px;
      margin-left: auto;
      margin-right: auto;
      display: block;
   }

   .section-matching-leverage .col-text p.text {
      max-width: 100%;
   }

   .section-matching-logos .row-main::before {
      display: none;
   }

   .section-matching-logos .row-main::after {
      display: none;
   }

   .logo-brands-wrapper {
      display: block;
      width: 100%;
      position: initial;
      left: 0;
   }

   .logo-brands-wrapper .logo-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 30px;
      animation: none !important;
      align-items: center;
   }

   .section-matching-logos .logo-grid img {
      margin: 0 auto;
      max-height: 50px;
      width: auto;
      max-width: 100%;
   }

   .section-repeated .description-boxes-wrapper {
      display: grid;
      grid-template-columns: repeat(1, minmax(0, 1fr));
      gap: 12px;
   }

   .section-repeated .animation-image img {
      margin-right: auto;
   }

   .section-repeated.reversed-layout .animation-image img {
      margin-left: auto;
   }

   .section-repeated.reversed-layout .col-image {
      order: initial;
   }

   .section-repeated .col-image {
      margin-top: 10px;
   }

   .section-repeated .row-description-boxes {
      margin-top: 30px;
   }

   .repeated-sections .section-repeated:not(:last-child) {
      margin-bottom: 80px;
   }

   .section-repeated .btn--primary.request-demo {
      margin-top: 30px;
   }

   .section-matching-related-posts {
      padding-top: 80px;
      padding-bottom: 80px;
   }

   .section-matching-discover-more .discover-more-image-mobile img {
      max-width: 450px;
      margin-right: auto;
      margin-left: auto;
      display: block;
      margin-bottom: 20px;
   }

   .section-matching-reliable-data img.bg-image {
      display: none;
   }

   .section-matching-reliable-data {
      padding-top: 80px;
      padding-bottom: 80px;
   }

   .section-matching-reliable-data .data-icon-wrapper {
      gap: 41px 20px;
   }

   .section-matching-reliable-data .row-main {
      margin-top: 50px;
   }

   .section-matching-cta {
      padding-top: 100px;
      padding-bottom: 100px;
   }

   .section-matching-cta h2.general-title {
      font-size: 24px;
      line-height: 32px;
   }

   .section-matching-discover-more h2.general-title {
      text-align: center;
   }

   .swiper-discover-more-slider .btn--primary.request-demo {
      width: 100%;
      justify-content: center;
   }

}


@media (max-width: 768px) {
   .container {
      padding-right: 24px;
      padding-left: 24px;
   }

   .col-md-5,
   .col-md-6,
   .col-md-7,
   .col-12 {
      padding: 0px;
   }

   .col {
      padding-right: 0px;
      padding-left: 0px;
   }

   .row {
      margin-right: 0px;
      margin-left: 0px;
   }

   .section-matching-hero p.text-intro br {
      display: none;
   }

   .section-matching-hero:after {
      content: '';
      display: block;
      width: 110%;
      height: 75%;
      left: -5%;
      bottom: -29%;
      background: #1F7EF6;
      opacity: .2;
      filter: blur(150px);
      transform: matrix(1, 0, 0, -1, 0, 0);
      position: absolute;
      pointer-events: none;
   }

   .section-matching-leverage {
      padding-top: 60px;
      padding-bottom: 60px;
   }

   .section-matching-leverage h2.general-title {
      margin-bottom: 0px;
   }

   .section-matching-leverage .row-main {
      margin-top: 30px;
   }

   .section-matching-logos {
      padding-top: 60px;
      padding-bottom: 60px;
   }

   .repeated-sections {
      padding-top: 60px;
      padding-bottom: 90px;
   }

   .section-repeated .col-text h2.general-title {
      margin-bottom: 20px;
   }

   .section-matching-related-posts {
      padding-top: 60px;
      padding-bottom: 60px;
   }

   .section-matching-reliable-data {
      padding-top: 60px;
      padding-bottom: 60px;
   }

   .section-matching-reliable-data .data-icon-wrapper {
      gap: 40px;
      grid-template-columns: repeat(1, minmax(0, 1fr));
   }

   .section-matching-reliable-data .data-icon-wrapper .data-icon-box:nth-child(2n) {
      margin-left: 0;
   }

   .section-matching-reliable-data .data-icon-wrapper {
      max-width: 350px;
      margin-left: auto;
      margin-right: auto;
   }

   .section-matching-reliable-data .row-main {
      margin-top: 40px;
   }

   .section-matching-cta {
      padding-top: 80px;
      padding-bottom: 80px;
   }

   .section-matching-discover-more {
      padding-top: 60px;
      padding-bottom: 60px;
   }

}

@media (max-width: 576px) {
   .container:not(.container-with-swiper) {
      width: 100% !important;
   }

   .section-matching-hero {
      padding-top: 100px;
      padding-bottom: 40px;
   }

   .section-matching-hero .col-image {
      padding-bottom: 40px;
   }

   .section-matching-hero p.above-title {
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 30px;
   }

   .section-matching-hero .button-wrapper {
      margin-top: 30px;
      display: flex;
      align-items: center;
      flex-direction: column;
      gap: 8px;
   }

   .section-matching-hero .button-wrapper .btn--primary.request-demo {
      width: 100%;
      justify-content: center;
   }

   .section-matching-leverage {
      padding-top: 40px;
      padding-bottom: 40px;
   }

   .section-matching-leverage .btn--primary.request-demo {
      width: 100%;
      justify-content: center;
   }

   .section-matching-logos {
      padding-top: 40px;
      padding-bottom: 40px;
   }

   .logo-brands-wrapper {
      margin-top: 40px;
   }

   .btn--primary.request-demo.light {
      background: transparent !important;
      color: #F2F2F2 !important;
   }

   .repeated-sections {
      padding-top: 40px;
      padding-bottom: 80px;
   }

   .description-boxes-wrapper .description-box p.title {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 8px;
   }

   .description-boxes-wrapper .description-box p.text {
      font-size: 14px;
      line-height: 20px;
   }

   .description-boxes-wrapper .description-box {
      padding: 12px;
   }

   .section-repeated .btn--primary.request-demo {
      width: 100%;
      justify-content: center;
   }

   .section-matching-related-posts {
      padding-top: 40px;
      padding-bottom: 40px;
   }

   .section-matching-related-posts h2.general-title {
      margin-bottom: 32px !important;
   }

   .section-matching-reliable-data {
      padding-top: 40px;
      padding-bottom: 40px;
   }

   .section-matching-cta {
      padding-top: 60px;
      padding-bottom: 60px;
   }

   .section-matching-discover-more {
      padding-top: 40px;
      padding-bottom: 40px;
   }

   .section-matching-discover-more .row-mobile {
      margin-left: -24px;
      margin-right: -24px;
   }

}

@media (max-width: 440px) {
   .image-text-top {
      top: 0%;
   }
}

@media (max-width: 400px) {
   .image-text-top {
      padding: 13px;
   }
}