/* CSS Document */
/* Setup */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* Border Radius */
/* Radial Gradient */
/* Radial Gradient */
/* Box Shadow */
/* Transition */
/* Transition Global */
/* Transform */
/* Import */
/* Color */
/* Font Family */
html {
  font-size: 100%;
}

body {
  font-family: "Inter", sans-serif;
  height: auto;
  position: relative;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
}

body.active {
  overflow: hidden;
}

@media screen and (max-width: 1430px) {
  body {
    width: 1440px;
    transform: scale(calc(100vw / 1440));
    transform-origin: top left;
    overflow-x: hidden;
  }
}

* {
  box-sizing: border-box;
}

/* float clearing for IE6 */
* html .clearfix {
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
* + html .clearfix {
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0 none !important;
}

button:focus {
  outline: 0 none !important;
}

.col-contenu {
  float: left;
  height: auto;
  width: 100%;
}

.clr {
  clear: both;
}

.py-8 {
  padding-top: .4rem;
  padding-bottom: .4rem;
}

.py-9 {
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.px-15 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.opacity-75 {
  opacity: 0.75;
}

.italic-title {
  font-style: italic;
}

.no-break {
  white-space: nowrap;
}

.banner {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 20px 0 0;
  text-align: left;
  width: 100%;
}

.banner.mb {
  margin: 0 0 20px !important;
}

.banner .banner-message {
  flex: 1;
  padding: 0 1rem;
}

.banner .banner-close {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}

.banner .banner-close:hover {
  background: rgba(0, 0, 0, 0.12);
}

.banner.error {
  background: #ed1c24;
}

.banner.success {
  background: #10c15c;
}

.banner.info {
  background: #0b22e2;
}

.banner:not(.visible) {
  display: none;
}

/* Animation */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes popImage {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/* Parts */
header .header-wrapper {
  align-items: center;
  display: flex;
  height: 130px;
  justify-content: space-between;
  padding: 0 30px;
}

header .header-left {
  align-items: center;
  display: flex;
}

header .navbar-nav {
  display: flex;
  flex-direction: row;
  height: 130px;
  list-style: none;
  margin: 0 0 0 5.75rem;
  padding: 0;
}

header .sub-menu {
  background-color: white;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #D9D9D9;
  display: flex;
  flex-direction: column;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease;
  top: 100%;
  visibility: hidden;
  z-index: 200;
}

header .sub-menu a {
  color: black;
  border-top: 1px solid #D9D9D9;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  padding: 20px 35px 20px 20px;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .5s;
  white-space: nowrap;
}

header .sub-menu a:nth-child(1) {
  border-top: 0 none;
}

header .sub-menu a.active-sub-link {
  color: #1546B5;
}

header .sub-menu a:hover {
  color: #1546B5;
}

header .nav-link {
  color: black;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 0.875rem;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}

header .nav-link::after {
  background-color: #EF6753;
  bottom: 0;
  content: '';
  height: 4px;
  left: 0;
  position: absolute;
  transform-origin: 100% 100%;
  transform: scaleX(0);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .5s;
  width: 100%;
  will-change: transform;
}

header .nav-link.active-link::after {
  transform-origin: 0 0;
  transform: scaleX(1);
}

header .nav-item {
  align-items: center;
  display: flex;
  line-height: 130px;
  margin: 0 0 0 2.375rem;
  position: relative;
}

header .nav-item:first-child {
  margin: 0;
}

header .nav-item:hover .nav-link {
  color: black;
}

header .nav-item:hover .nav-link::after {
  transform-origin: 0 0;
  transform: scaleX(1);
}

header .nav-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

header .logo {
  width: 228px;
}

header .logo img {
  width: 100%;
}

header .header-right {
  align-items: center;
  display: flex;
}

header .login {
  align-items: center;
  border: 1px solid black;
  color: black;
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  padding: 10px 22px;
  position: relative;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
  overflow: hidden;
  user-select: none;
  will-change: transform;
}

header .login::after, header .login::before {
  background: #1546B5;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

header .login::before {
  border-radius: 50%;
  height: 0;
  left: 50%;
  min-height: 150px;
  min-width: 150px;
  padding-bottom: 130%;
  top: 0;
  transform: translate3d(-50%, 68%, 0) scale3d(0, 0, 0);
  width: 130%;
}

header .login::after {
  transform: translate3d(0, -105%, 0);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

header .login:hover {
  border-color: transparent;
  color: white;
}

header .login:hover::before {
  transform: translate3d(-50%, -25%, 0) scaleX(1);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

header .login:hover::after {
  transform: translateZ(0);
  transition-delay: 0.3s;
  transition-duration: 0.05s;
  transition-timing-function: linear;
}

header .login span {
  position: relative;
  z-index: 2;
}

header .language-dropdown {
  border: 1px solid transparent;
  cursor: pointer;
  margin: 0 34px 0 0;
  position: relative;
}

header .language-dropdown .language-dropdown__item {
  color: black;
  font-size: 0.875rem;
  font-weight: 400;
  transition: color 0.2s ease;
}

header .language-dropdown .language-dropdown__item:hover {
  color: #BCBEC0;
}

header .language-dropdown--down .language-dropdown__body {
  bottom: auto;
  top: 100%;
}

header .language-dropdown--up .language-dropdown__body {
  bottom: 100%;
  top: auto;
}

header .language-dropdown:focus-within, header .language-dropdown:hover {
  background: white;
  border-color: #BCBEC0;
  color: #BCBEC0;
}

header .language-dropdown:focus-within .language-dropdown__body, header .language-dropdown:hover .language-dropdown__body {
  border-color: #BCBEC0;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.2s ease;
}

header .language-dropdown:focus-within .language-dropdown__opener::after, header .language-dropdown:hover .language-dropdown__opener::after {
  transform: scale(-1);
}

header .language-dropdown__body {
  background: inherit;
  border: 1px solid transparent;
  left: -1px;
  min-width: 100%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: -1px;
  top: 100%;
  transition: opacity 0.2s ease;
  z-index: 10;
}

header .language-dropdown__body .language-dropdown__item {
  display: block;
  width: 100%;
}

header .language-dropdown__item + .language-dropdown__item {
  border-top: 1px solid #BCBEC0;
}

header .language-dropdown__opener {
  align-items: center;
  display: flex;
  position: relative;
}

header .language-dropdown__opener::after {
  border-color: black transparent transparent;
  border-style: solid;
  border-width: 5px 3px 0;
  content: "";
  margin-left: 0.5rem;
  margin-right: -3px;
  margin-top: 5px;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

header .popup-search {
  align-items: center;
  color: black;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 33px 0 0;
  position: relative;
}

header .popup-search::after {
  background: black;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: calc(100% + 2px);
  transform: scaleX(0);
  transform-origin: 100% 100%;
  transition-duration: 0.5s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}

header .popup-search .icon-search {
  background-image: url("../img/icons/search.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 12px;
  margin: 0 0.625rem 0 0;
  width: 12px;
}

header .popup-search:hover:after {
  transform-origin: 0 0;
  transform: scaleX(1);
}

.Banner {
  background-color: #1546B5;
  height: calc(100vh - 130px);
  position: relative;
  width: 100%;
}

.Banner .slider, .Banner .slick-list, .Banner .slick-track {
  height: 100%;
  width: 100%;
}

.Banner .slick-slide {
  position: relative;
}

.Banner .slick-slide img {
  height: 100%;
  object-position: right bottom;
  object-fit: cover;
  width: 100%;
}

.Banner .slick-slide video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.Banner .slick-arrow {
  background-color: white;
  border: 1px solid white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-size: 0;
  height: 70px;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 70px;
  z-index: 2;
  transform: translateY(-50%);
}

.Banner .slick-arrow::before {
  content: '';
  height: 12px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  transition: color 0.3s ease;
  width: 13px;
  z-index: 2;
}

.Banner .slick-arrow::after {
  background-color: #1546B5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  transition: width 0.3s ease, height 0.3s ease;
  width: 0;
  z-index: 1;
}

.Banner .slick-arrow:not(.slick-disabled):hover::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(231deg) brightness(102%) contrast(103%);
}

.Banner .slick-arrow:not(.slick-disabled):hover::after {
  height: calc(100% - 2px);
  width: calc(100% - 2px);
}

.Banner .slick-arrow.slick-disabled {
  background-color: transparent;
}

.Banner .slick-arrow.slick-disabled::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(231deg) brightness(102%) contrast(103%);
}

.Banner .slick-arrow.slick-prev {
  right: 120px;
}

.Banner .slick-arrow.slick-prev::before {
  background-image: url("../img/icons/left-arrow.svg");
}

.Banner .slick-arrow.slick-next {
  right: 30px;
}

.Banner .slick-arrow.slick-next::before {
  background-image: url("../img/icons/right-arrow.svg");
}

.Banner .slider-counter {
  bottom: 3.4375rem;
  color: white;
  display: none;
  font-size: 3.125rem;
  font-weight: 200;
  line-height: 3.4375rem;
  right: 30px;
  position: absolute;
}

.Banner .box-text {
  left: 0;
  padding: 0 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.Banner .box-text h1 {
  color: white;
  font-size: calc((60 / 800) * 100vh);
  font-weight: 800;
  line-height: calc((80 / 800) * 100vh);
  text-transform: uppercase;
}

.Banner .box-text p {
  color: white;
  font-size: calc((40 / 800) * 100vh);
  font-weight: 400;
  line-height: calc((48 / 800) * 100vh);
  margin-top: calc((34.5 / 800) * 100vh);
}

.Banner .box-text .btn-banner {
  background-color: white;
  align-items: center;
  border: 0 none;
  color: black;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 400;
  justify-content: center;
  margin-top: calc((64 / 800) * 100vh);
  padding: 1.875rem;
  position: relative;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
  overflow: hidden;
  user-select: none;
  will-change: transform;
}

.Banner .box-text .btn-banner::after, .Banner .box-text .btn-banner::before {
  background: #1546B5;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.Banner .box-text .btn-banner::before {
  border-radius: 50%;
  height: 0;
  left: 50%;
  min-height: 150px;
  min-width: 150px;
  padding-bottom: 130%;
  top: 0;
  transform: translate3d(-50%, 68%, 0) scale3d(0, 0, 0);
  width: 130%;
}

.Banner .box-text .btn-banner::after {
  transform: translate3d(0, -105%, 0);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.Banner .box-text .btn-banner i {
  background-image: url("../img/icons/right-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  height: 12px;
  margin-left: 1rem;
  position: relative;
  vertical-align: middle;
  width: 13px;
  z-index: 2;
}

.Banner .box-text .btn-banner:hover {
  color: white;
}

.Banner .box-text .btn-banner:hover i {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(231deg) brightness(102%) contrast(103%);
}

.Banner .box-text .btn-banner:hover::before {
  transform: translate3d(-50%, -25%, 0) scaleX(1);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.Banner .box-text .btn-banner:hover::after {
  transform: translateZ(0);
  transition-delay: 0.3s;
  transition-duration: 0.05s;
  transition-timing-function: linear;
}

.Banner .box-text .btn-banner span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  z-index: 2;
}

.Banner .box-text h1, .Banner .box-text p, .Banner .box-text .btn-banner {
  opacity: 0;
}

.Banner .animate-h1 {
  animation: fadeInUp 0.4s ease-out forwards;
  animation-delay: 0.1s;
}

.Banner .animate-p {
  animation: fadeInUp 0.4s ease-out forwards;
  animation-delay: 0.4s;
}

.Banner .animate-btn {
  animation: fadeInUp 0.4s ease-out forwards;
  animation-delay: 0.7s;
}

.Statistics {
  background-image: url("../img/bg-statistics.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  display: flex;
  flex-direction: column;
  padding: 0 0 138px;
}

.Statistics h1 {
  color: #EF6753;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 58px 0 0 29px;
  padding: 0 0 0 20px;
  position: relative;
}

.Statistics h1::before {
  background-color: black;
  content: '';
  height: 18px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 3px;
}

.Statistics h2 {
  color: black;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 40px 0 0 29px;
  text-transform: uppercase;
  width: 1064px;
}

.Statistics p {
  color: black;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 40px 0 0 29px;
}

.Statistics .box-chiffre {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 54px 0 0;
  padding: 0 41px 0 29px;
}

.Statistics .box-chiffre .item.w-item-1 {
  width: 289px;
}

.Statistics .box-chiffre .item.w-item-1 .text {
  width: 208px;
}

.Statistics .box-chiffre .item.w-item-2 {
  width: 310px;
}

.Statistics .box-chiffre .item.w-item-2 .text {
  width: 208px;
}

.Statistics .box-chiffre .item.w-item-3, .Statistics .box-chiffre .item.w-item-4 {
  width: 240px;
}

.Statistics .box-chiffre .item.w-item-3 .text, .Statistics .box-chiffre .item.w-item-4 .text {
  width: 212px;
}

.Statistics .box-chiffre .chiffre {
  color: #1546B5;
  font-size: 5.3125rem;
  font-weight: 300;
  line-height: 1.2;
}

.Statistics .box-chiffre .text {
  color: black;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-left: auto;
  padding: 0 0 0 35px;
  position: relative;
  text-transform: uppercase;
}

.Statistics .box-chiffre .text::before {
  background-color: black;
  content: '';
  height: 79px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 1px;
}

.Statistics .box-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  margin: 109px 0 0;
}

.Statistics .box-button .button {
  background-color: white;
  align-items: flex-start;
  border: 0 none;
  color: #1546B5;
  display: inline-flex;
  font-size: 1.375rem;
  font-weight: 700;
  flex-direction: column;
  height: 200px;
  line-height: 1.2;
  justify-content: center;
  gap: 22px;
  padding: 0 0 0 88px;
  position: relative;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
  overflow: hidden;
  user-select: none;
  text-transform: uppercase;
  width: 436px;
  will-change: transform;
}

.Statistics .box-button .button::after, .Statistics .box-button .button::before {
  background: #1546B5;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.Statistics .box-button .button::before {
  border-radius: 50%;
  height: 0;
  left: 50%;
  min-height: 150px;
  min-width: 150px;
  padding-bottom: 130%;
  top: 0;
  transform: translate3d(-50%, 68%, 0) scale3d(0, 0, 0);
  width: 130%;
}

.Statistics .box-button .button::after {
  transform: translate3d(0, -105%, 0);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.Statistics .box-button .button .ico {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  height: 68px;
  filter: brightness(0) saturate(100%) invert(19%) sepia(100%) saturate(3074%) hue-rotate(221deg) brightness(74%) contrast(88%);
  position: relative;
  transition: filter 0.1s cubic-bezier(0.1, 0, 0.3, 1);
  width: 61px;
  z-index: 2;
}

.Statistics .box-button .button .ico.ico-perso {
  background-image: url("../img/icons/perso.svg");
}

.Statistics .box-button .button .ico.ico-ai {
  background-image: url("../img/icons/ai.svg");
}

.Statistics .box-button .button .arrow {
  background-image: url("../img/icons/right-up-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 36px;
  content: "";
  filter: brightness(0) saturate(100%) invert(19%) sepia(100%) saturate(3074%) hue-rotate(221deg) brightness(74%) contrast(88%);
  height: 15px;
  right: 50px;
  position: absolute;
  transition: filter 0.1s cubic-bezier(0.1, 0, 0.3, 1);
  width: 16px;
  z-index: 2;
}

.Statistics .box-button .button:hover {
  color: white;
}

.Statistics .box-button .button:hover .ico {
  filter: brightness(0) saturate(100%) invert(99%) sepia(97%) saturate(13%) hue-rotate(211deg) brightness(104%) contrast(100%);
}

.Statistics .box-button .button:hover .arrow {
  filter: brightness(0) saturate(100%) invert(99%) sepia(97%) saturate(13%) hue-rotate(211deg) brightness(104%) contrast(100%);
}

.Statistics .box-button .button:hover::before {
  transform: translate3d(-50%, -25%, 0) scaleX(1);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.Statistics .box-button .button:hover::after {
  transform: translateZ(0);
  transition-delay: 0.3s;
  transition-duration: 0.05s;
  transition-timing-function: linear;
}

.Statistics .box-button .button span {
  display: inline-block;
  width: 235px;
  z-index: 2;
}

.AUniqueApproachAnimation {
  align-items: center;
  background-image: url("../img/bg-auniqueapproach.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.AUniqueApproachAnimation .circle {
  animation: spin 30s linear infinite;
  height: 75.17vh;
}

.AUniqueApproachAnimation .AnimatedBox {
  align-items: center;
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 0vh;
  left: 50%;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10;
}

.AUniqueApproachAnimation .AnimatedBox h1 {
  color: black;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
}

.AUniqueApproachAnimation .AnimatedBox p {
  color: black;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.2;
}

@media screen and (max-width: 1430px) {
  .AUniqueApproachAnimation .circle {
    height: auto;
    width: 70%;
  }
}

.AUniqueApproachTabs {
  display: flex;
  flex-direction: column;
  padding: 80px 0 99px;
}

.AUniqueApproachTabs h1 {
  color: #EF6753;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 0 30px;
  padding: 0 0 0 20px;
  position: relative;
  text-transform: uppercase;
}

.AUniqueApproachTabs h1::before {
  background-color: black;
  content: '';
  height: 18px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 3px;
}

.AUniqueApproachTabs p {
  color: #424143;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 25px 0 0 50px;
}

.AUniqueApproachTabs .BoxTabs {
  display: flex;
  flex-wrap: wrap;
  gap: 135px;
  margin: 80px 0 0;
  padding: 0 30px;
  position: relative;
  width: 100%;
}

.AUniqueApproachTabs .BoxTabs .BoxTextTabs {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: calc(100% - (135px + 550px));
}

.AUniqueApproachTabs .BoxTabs .BoxTextTabs .TextTabs {
  align-items: center;
  border-top: 1px solid #D9D9D9;
  cursor: pointer;
  color: #D9D9D9;
  display: flex;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.2;
  padding: 22px 0;
  transition: border-color 0.3s, color 0.3s;
}

.AUniqueApproachTabs .BoxTabs .BoxTextTabs .TextTabs:last-child {
  border-bottom: 1px solid #D9D9D9;
}

.AUniqueApproachTabs .BoxTabs .BoxTextTabs .TextTabs.active {
  border-top: 1px solid black;
  color: black;
}

.AUniqueApproachTabs .BoxTabs .BoxImgTabs {
  overflow: visible;
  position: relative;
  width: 550px;
}

.AUniqueApproachTabs .BoxTabs .BoxImgTabs .ImgTabs {
  background-color: #1546B5;
  height: 367px;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  transition: top 0.4s ease;
  width: 100%;
  z-index: 1;
}

.AUniqueApproachTabs .BoxTabs .BoxImgTabs .ImgTabs img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.AUniqueApproachTabs .BoxTabs .BoxImgTabs .ImgTabs video {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.AUniqueApproachTabs .BoxTabs .BoxImgTabs .ImgTabs.active {
  opacity: 1;
  z-index: 10;
}

.AUniqueApproachTabs .BoxTabs .BoxImgTabs .ImgTabs.active img {
  animation: popImage 1s ease;
}

.AiSolutions {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
  padding: 80px 30px;
}

.AiSolutions .text {
  color: black;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

.AiSolutions .box-solution {
  display: flex;
  flex-direction: row;
}

.AiSolutions .box-solution .item {
  background-color: white;
  display: flex;
  flex-direction: column;
  height: 300px;
  padding: 47px 28px;
  position: relative;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
  overflow: hidden;
  user-select: none;
  width: calc(100% / 5);
  will-change: transform;
}

.AiSolutions .box-solution .item::after, .AiSolutions .box-solution .item::before {
  background: #1546B5;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.AiSolutions .box-solution .item::before {
  border-radius: 50%;
  height: 0;
  left: 50%;
  min-height: 150px;
  min-width: 150px;
  padding-bottom: 200%;
  top: 0;
  transform: translate3d(-50%, 68%, 0) scale3d(0, 0, 0);
  width: 170%;
}

.AiSolutions .box-solution .item::after {
  transform: translate3d(0, -100%, 0);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.AiSolutions .box-solution .item:last-child {
  align-items: center;
  justify-content: center;
}

.AiSolutions .box-solution .item h2 {
  color: black;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  transition: color 0.1s cubic-bezier(0.1, 0, 0.3, 1);
  margin-bottom: 38px;
  position: relative;
  z-index: 2;
}

.AiSolutions .box-solution .item .icon {
  height: 78px;
  margin-bottom: 29px;
  position: relative;
  z-index: 2;
}

.AiSolutions .box-solution .item .icon img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(90%) saturate(2256%) hue-rotate(218deg) brightness(97%) contrast(102%);
  height: 100%;
  transition: filter 0.1s cubic-bezier(0.1, 0, 0.3, 1);
}

.AiSolutions .box-solution .item .title {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.AiSolutions .box-solution .item .title h1 {
  color: black;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  transition: color 0.1s cubic-bezier(0.1, 0, 0.3, 1);
}

.AiSolutions .box-solution .item .title .arrow {
  background-image: url("../img/icons/right-up-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
  height: 15px;
  width: 15px;
}

.AiSolutions .box-solution .item .all {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 0 20px;
  position: relative;
  z-index: 2;
}

.AiSolutions .box-solution .item .all h3 {
  color: black;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  transition: filter 0.1s cubic-bezier(0.1, 0, 0.3, 1);
}

.AiSolutions .box-solution .item .all .arrow-all {
  background-image: url("../img/icons/right-arrow-border.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 25px;
  width: 26px;
}

.AiSolutions .box-solution .item:hover::before {
  transform: translate3d(-50%, -25%, 0) scaleX(1);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.AiSolutions .box-solution .item:hover::after {
  transform: translateZ(0);
  transition-delay: 0.3s;
  transition-duration: 0.05s;
  transition-timing-function: linear;
}

.AiSolutions .box-solution .item:hover h2 {
  color: white;
}

.AiSolutions .box-solution .item:hover .icon img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(97%) saturate(13%) hue-rotate(211deg) brightness(104%) contrast(100%);
}

.AiSolutions .box-solution .item:hover .title h1 {
  color: white;
}

.AiSolutions .box-solution .item:hover .all h3 {
  color: white;
}

.Significant {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 80px 30px;
}

.Significant .temoignage-client {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.Significant .temoignage-client .swiper-temoignage-home {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  width: calc(100% - (437px + 137px));
}

.Significant .temoignage-client .swiper-temoignage-home .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 57px;
  width: 100%;
}

.Significant .temoignage-client .swiper-temoignage-home .swiper-slide .Box {
  color: black;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.2;
  gap: 41px;
  width: 100%;
}

.Significant .temoignage-client .swiper-temoignage-home .swiper-slide .Box .Img {
  background-color: #D9D9D9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 120px;
  overflow: hidden;
  width: 120px;
}

.Significant .temoignage-client .swiper-temoignage-home .swiper-slide .Box .Img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.Significant .temoignage-client .swiper-temoignage-home .swiper-slide .Box .Text {
  width: calc(100% - (120px + 41px));
}

.Significant .temoignage-client .swiper-temoignage-home .swiper-slide .Box .Text h1 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 14px;
}

.Significant .temoignage-client .swiper-temoignage-home .swiper-slide .Box .Text h2 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}

.Significant .temoignage-client .swiper-temoignage-home .swiper-slide .BoxText {
  display: flex;
  flex-direction: column;
}

.Significant .temoignage-client .swiper-temoignage-home .swiper-slide .BoxText p {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin-left: calc(120px + 41px);
  position: relative;
  width: calc(100% - (120px + 41px));
}

.Significant .temoignage-client .swiper-temoignage-home .swiper-slide .BoxText p::before {
  content: '"';
  font-family: "Roboto", sans-serif;
  font-size: 180px;
  font-weight: 400;
  left: -145px;
  line-height: 1.2;
  position: absolute;
  top: -37px;
}

.Significant .temoignage-client .global-swiper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 437px;
}

.Significant .temoignage-client .global-swiper h1 {
  color: black;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
}

.Significant .temoignage-client .global-swiper .box-swiper {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
}

.Significant .temoignage-client .global-swiper .box-swiper .item-swiper {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.Significant .temoignage-client .global-swiper .box-swiper .item-swiper .item-swiper-button {
  display: flex;
  flex-direction: column;
  gap: 6px 0;
  width: 42px;
  order: 2;
}

.Significant .temoignage-client .global-swiper .box-swiper .item-swiper .item-swiper-button .swiper-button-home-prev {
  background-image: url("../img/icons/left-arrow-1.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 0;
  height: 16px;
  left: 0;
  right: 0;
  opacity: 1;
  margin-top: 0;
  position: relative;
  top: 0;
  width: 21px;
}

.Significant .temoignage-client .global-swiper .box-swiper .item-swiper .item-swiper-button .swiper-button-home-prev::after {
  display: none;
}

.Significant .temoignage-client .global-swiper .box-swiper .item-swiper .item-swiper-button .swiper-button-home-prev.swiper-button-disabled {
  opacity: 0.5;
}

.Significant .temoignage-client .global-swiper .box-swiper .item-swiper .item-swiper-button .swiper-button-home-next {
  align-self: flex-end;
  background-image: url("../img/icons/right-arrow-1.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 0;
  height: 16px;
  left: 0;
  right: 0;
  opacity: 1;
  margin-top: 0;
  position: relative;
  top: 0;
  width: 21px;
}

.Significant .temoignage-client .global-swiper .box-swiper .item-swiper .item-swiper-button .swiper-button-home-next::after {
  display: none;
}

.Significant .temoignage-client .global-swiper .box-swiper .item-swiper .item-swiper-button .swiper-button-home-next.swiper-button-disabled {
  opacity: 0.4;
}

.Significant .temoignage-client .global-swiper .box-swiper .item-swiper .swiper-home-counter {
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  order: 1;
}

.Significant .temoignage-client .global-swiper .box-swiper .swiper-progress-bar {
  background-color: #D9D9D9;
  height: 3px;
  position: relative;
  width: 100%;
}

.Significant .temoignage-client .global-swiper .box-swiper .swiper-progress-bar .swiper-progress-home-fill {
  background-color: black;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: width 0.3s ease;
  width: 0%;
}

.Significant hr {
  background-color: #D9D9D9;
  border: 0 none;
  height: 1px;
  opacity: 1;
  margin: 80px 0;
  width: 100%;
}

.Significant .box-button {
  display: flex;
  flex-direction: row;
  gap: 0 20px;
}

.Significant .box-button a {
  align-items: center;
  background-color: white;
  border: 1px solid #818285;
  color: black;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  justify-content: space-between;
  min-width: 208px;
  overflow: hidden;
  padding: 0 24px;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
  width: auto;
  will-change: transform;
}

.Significant .box-button a::after, .Significant .box-button a::before {
  background: #1546B5;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.Significant .box-button a::before {
  border-radius: 50%;
  height: 0;
  left: 50%;
  min-height: 150px;
  min-width: 150px;
  padding-bottom: 130%;
  top: 0;
  transform: translate3d(-50%, 68%, 0) scale3d(0, 0, 0);
  width: 130%;
}

.Significant .box-button a::after {
  transform: translate3d(0, -105%, 0);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.Significant .box-button a span {
  position: relative;
  z-index: 2;
}

.Significant .box-button a i {
  background-image: url("../img/icons/right-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 12px;
  position: relative;
  transition: filter 0.1s cubic-bezier(0.1, 0, 0.3, 1);
  width: 13px;
  z-index: 2;
}

.Significant .box-button a:hover {
  border: 1px solid #1546B5;
  color: white;
}

.Significant .box-button a:hover i {
  filter: brightness(0) saturate(100%) invert(99%) sepia(97%) saturate(13%) hue-rotate(211deg) brightness(104%) contrast(100%);
}

.Significant .box-button a:hover::before {
  transform: translate3d(-50%, -25%, 0) scaleX(1);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.Significant .box-button a:hover::after {
  transform: translateZ(0);
  transition-delay: 0.3s;
  transition-duration: 0.05s;
  transition-timing-function: linear;
}

.Significant h3 {
  color: black;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  width: 925px;
}

.Significant .list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 50px auto 45px;
  width: calc(100% - 60px);
}

.Significant .list .item {
  align-items: center;
  border: 1px solid #BCBEC0;
  display: flex;
  flex-direction: column;
  height: 70px;
  margin-right: 22px;
  justify-content: center;
  position: relative;
  width: 208px;
}

.Significant .list .item img {
  height: 55%;
}

.TrueLink {
  display: flex;
  position: relative;
}

.TrueLink .SliderTrack {
  flex-shrink: 0;
  height: 200vh;
  position: relative;
  width: 100%;
}

.TrueLink .SliderContainer {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
}

.TrueLink .SliderContainer .Slide {
  height: 100vh;
  overflow: hidden;
  position: sticky;
  top: 0;
  width: 100%;
}

.TrueLink .SliderContainer:nth-child(1) {
  top: 0;
  z-index: 2;
}

.TrueLink .SliderContainer:nth-child(2) {
  bottom: 0;
  top: 100vh;
  z-index: 3;
}

.TrueLink .SliderContainer:nth-child(2) .Slide {
  top: 0;
}

.TrueLink .SlideIntro {
  align-items: center;
  background-color: #1546B5;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.TrueLink .SlideIntro .logo {
  height: 102px;
}

.TrueLink .SlideIntro .logo img {
  height: 100%;
}

.TrueLink .SlideIntro h1 {
  font-size: 40px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.2;
  margin-top: 44px;
}

.TrueLink .SlideIntro h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 50px;
  text-align: center;
  width: 1118px;
}

.TrueLink .SlideTrueLink {
  background-image: url("../img/bg-true-link.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  height: 100vh;
  position: relative;
  width: 100%;
}

.TrueLink .SlideTrueLink .SliderTrueLink {
  display: flex;
  height: 100vh;
  position: relative;
  width: 100%;
}

.TrueLink .SlideTrueLink .SliderTrueLink .item {
  display: none;
  position: relative;
  width: 100%;
}

.TrueLink .SlideTrueLink .SliderTrueLink .item.active {
  display: flex;
}

.TrueLink .SlideTrueLink .SliderTrueLink .item .number {
  color: #808285;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  left: 137px;
  position: absolute;
  top: 118px;
  text-align: center;
  width: 53px;
}

.TrueLink .SlideTrueLink .SliderTrueLink .item .number .page {
  color: white;
  display: flex;
  flex-direction: column;
  margin: 0 0 0 -9px;
  width: 100%;
}

.TrueLink .SlideTrueLink .SliderTrueLink .item .ColTrueLink {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 112px 0 0;
  padding: 0 123px 0 115px;
}

.TrueLink .SlideTrueLink .SliderTrueLink .item .ColTrueLink .Img {
  margin: 66px 0 0;
  width: 650px;
}

.TrueLink .SlideTrueLink .SliderTrueLink .item .ColTrueLink .Img img {
  width: 650px;
}

.TrueLink .SlideTrueLink .SliderTrueLink .item .ColTrueLink .Text {
  color: white;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  width: 457px;
}

.TrueLink .SlideTrueLink .SliderTrueLink .item .ColTrueLink .Text .logo {
  width: 274px;
}

.TrueLink .SlideTrueLink .SliderTrueLink .item .ColTrueLink .Text .logo img {
  width: 100%;
}

.TrueLink .SlideTrueLink .SliderTrueLink .item .ColTrueLink .Text h2 {
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  margin-top: 18px;
}

.TrueLink .SlideTrueLink .SliderTrueLink .item .ColTrueLink .Text h1 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 25px;
}

.TrueLink .SlideTrueLink .SliderTrueLink .item .ColTrueLink .Text hr {
  background-color: #424143;
  border: 0 none;
  height: 1px;
  margin: 72px 0 0;
  width: 89px;
}

.TrueLink .SlideTrueLink .SliderTrueLink .item .ColTrueLink .Text p {
  font-size: 34px;
  font-weight: 700;
  margin-top: 66px;
}

.TrueLink .SlideTrueLink .SliderTrueLink .item .OurPledge {
  align-items: center;
  color: white;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  margin: 243px auto 0;
  width: 100%;
}

.TrueLink .SlideTrueLink .SliderTrueLink .item .OurPledge h1 {
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
}

.TrueLink .SlideTrueLink .SliderTrueLink .item .OurPledge hr {
  background-color: #424143;
  border: 0 none;
  height: 1px;
  margin: 77px 0 0;
  width: 89px;
}

.TrueLink .SlideTrueLink .SliderTrueLink .item .OurPledge p {
  font-size: 36px;
  font-weight: 700;
  margin: 66px 0 0;
  text-align: center;
  width: 1093px;
}

.TrueLink .SlideTrueLink .PaginationTrueLink {
  background-color: #424143;
  bottom: 95px;
  height: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  width: calc(100% - (155px * 2));
}

.TrueLink .SlideTrueLink .PaginationTrueLink::before {
  background-color: #424143;
  bottom: 10px;
  content: '';
  height: 16px;
  left: -3px;
  position: absolute;
  width: 1px;
}

.TrueLink .SlideTrueLink .PaginationTrueLink .dots {
  cursor: pointer;
  height: 7px;
  position: absolute;
  top: -3px;
  width: 7px;
  z-index: 2;
}

.TrueLink .SlideTrueLink .PaginationTrueLink .dots::before {
  background-color: #2B2B2B;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: '';
  height: 17px;
  left: 50%;
  position: absolute;
  top: 50%;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
  transform: translate(-50%, -50%);
  width: 17px;
  z-index: 1;
}

.TrueLink .SlideTrueLink .PaginationTrueLink .dots::after {
  background-color: #424143;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: '';
  height: 7px;
  left: 50%;
  position: absolute;
  top: 50%;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
  transform: translate(-50%, -50%);
  width: 7px;
  z-index: 2;
}

.TrueLink .SlideTrueLink .PaginationTrueLink .dots:nth-child(1) {
  left: -7px;
}

.TrueLink .SlideTrueLink .PaginationTrueLink .dots:nth-child(2) {
  left: 190px;
}

.TrueLink .SlideTrueLink .PaginationTrueLink .dots:nth-child(3) {
  left: 392px;
}

.TrueLink .SlideTrueLink .PaginationTrueLink .dots:nth-child(4) {
  left: 588px;
}

.TrueLink .SlideTrueLink .PaginationTrueLink .dots:nth-child(5) {
  left: 788px;
}

.TrueLink .SlideTrueLink .PaginationTrueLink .dots:nth-child(6) {
  right: -7px;
}

.TrueLink .SlideTrueLink .PaginationTrueLink .dots span {
  bottom: calc(100% + 28px);
  color: #424143;
  font-size: 18px;
  font-weight: 400;
  left: 2px;
  line-height: 1.2;
  position: absolute;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
  white-space: nowrap;
}

.TrueLink .SlideTrueLink .PaginationTrueLink .dots.active-next::before {
  animation: pulse 2s infinite;
  background-color: #D9D9D9;
}

.TrueLink .SlideTrueLink .PaginationTrueLink .dots.active-next::after {
  background-color: white;
}

.TrueLink .SlideTrueLink .PaginationTrueLink .dots.active::before {
  display: none;
}

.TrueLink .SlideTrueLink .PaginationTrueLink .dots.active::after {
  background-color: #EF6753;
  height: 11px;
  width: 11px;
}

.TrueLink .SlideTrueLink .PaginationTrueLink .dots.active span {
  color: white;
}

.Partners {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 68px 0 80px;
}

.Partners h1 {
  color: black;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 38px;
  text-align: center;
  text-transform: uppercase;
}

.Partners .box-partner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
  width: calc(100% - 60px);
}

.Partners .box-partner .item {
  align-items: center;
  border: 1px solid #BCBEC0;
  display: flex;
  flex-direction: column;
  height: 80px;
  justify-content: center;
  margin-right: 17px;
  position: relative;
  width: 208px;
}

.Partners .box-partner .item img {
  width: 60%;
}

.Partners .box-button {
  display: flex;
  flex-direction: row;
  gap: 0 20px;
}

.Partners .box-button a {
  align-items: center;
  background-color: white;
  border: 1px solid #818285;
  color: black;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  justify-content: space-between;
  min-width: 208px;
  overflow: hidden;
  padding: 0 24px;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
  width: auto;
  will-change: transform;
}

.Partners .box-button a::after, .Partners .box-button a::before {
  background: #1546B5;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.Partners .box-button a::before {
  border-radius: 50%;
  height: 0;
  left: 50%;
  min-height: 150px;
  min-width: 150px;
  padding-bottom: 130%;
  top: 0;
  transform: translate3d(-50%, 68%, 0) scale3d(0, 0, 0);
  width: 130%;
}

.Partners .box-button a::after {
  transform: translate3d(0, -105%, 0);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.Partners .box-button a span {
  position: relative;
  z-index: 2;
}

.Partners .box-button a i {
  background-image: url("../img/icons/right-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 12px;
  position: relative;
  transition: filter 0.1s cubic-bezier(0.1, 0, 0.3, 1);
  width: 13px;
  z-index: 2;
}

.Partners .box-button a:hover {
  border: 1px solid #1546B5;
  color: white;
}

.Partners .box-button a:hover i {
  filter: brightness(0) saturate(100%) invert(99%) sepia(97%) saturate(13%) hue-rotate(211deg) brightness(104%) contrast(100%);
}

.Partners .box-button a:hover::before {
  transform: translate3d(-50%, -25%, 0) scaleX(1);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.Partners .box-button a:hover::after {
  transform: translateZ(0);
  transition-delay: 0.3s;
  transition-duration: 0.05s;
  transition-timing-function: linear;
}

.Testimonials {
  background-color: #F3F3F3;
  display: flex;
  flex-direction: row;
  padding: 60px 0 70px;
}

.Testimonials.bg-1 {
  background-color: #FAFAFA;
}

.Testimonials .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 20px 0 30px;
  width: 372px;
}

.Testimonials .text .box-text {
  display: flex;
  flex-direction: column;
}

.Testimonials .text .box-swiper {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.Testimonials .text h1 {
  color: #EF6753;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 40px;
  padding: 0 0 0 20px;
  position: relative;
}

.Testimonials .text h1::before {
  background-color: black;
  content: '';
  height: 18px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 3px;
}

.Testimonials .text p {
  color: black;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
}

.Testimonials .text .item-swiper {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.Testimonials .text .item-swiper .item-swiper-button {
  display: flex;
  flex-direction: column;
  gap: 6px 0;
  width: 42px;
  order: 2;
}

.Testimonials .text .item-swiper .item-swiper-button .swiper-button-prev {
  background-image: url("../img/icons/left-arrow-1.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 0;
  height: 16px;
  left: 0;
  right: 0;
  opacity: 1;
  margin-top: 0;
  position: relative;
  top: 0;
  width: 21px;
}

.Testimonials .text .item-swiper .item-swiper-button .swiper-button-prev::after {
  display: none;
}

.Testimonials .text .item-swiper .item-swiper-button .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}

.Testimonials .text .item-swiper .item-swiper-button .swiper-button-next {
  align-self: flex-end;
  background-image: url("../img/icons/right-arrow-1.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 0;
  height: 16px;
  left: 0;
  right: 0;
  opacity: 1;
  margin-top: 0;
  position: relative;
  top: 0;
  width: 21px;
}

.Testimonials .text .item-swiper .item-swiper-button .swiper-button-next::after {
  display: none;
}

.Testimonials .text .item-swiper .item-swiper-button .swiper-button-next.swiper-button-disabled {
  opacity: 0.4;
}

.Testimonials .text .item-swiper .swiper-counter {
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  order: 1;
}

.Testimonials .text .swiper-progress-bar {
  background-color: #D9D9D9;
  height: 3px;
  position: relative;
  width: 320px;
}

.Testimonials .text .swiper-progress-bar .swiper-progress-fill {
  background-color: black;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: width 0.3s ease;
  width: 0%;
}

.Testimonials .swiper-testimonials {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: calc(100% - 372px);
}

.Testimonials .swiper-testimonials .swiper-slide {
  background-color: white;
  height: 500px;
  margin-right: 20px;
  min-width: 664px;
  padding: 50px 59px 76px 49px;
  width: calc(100% - 372px);
}

.Testimonials .swiper-testimonials .swiper-slide.swiper-h {
  height: 720px;
}

.Testimonials .swiper-testimonials .swiper-slide.swiper-h1 {
  height: 660px;
}

.Testimonials .swiper-testimonials .swiper-slide .title {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 23px;
}

.Testimonials .swiper-testimonials .swiper-slide .title .img {
  background-color: #2B2C44;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 130px;
  overflow: hidden;
  width: 130px;
}

.Testimonials .swiper-testimonials .swiper-slide .title .img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.Testimonials .swiper-testimonials .swiper-slide .title .side {
  display: flex;
  flex-direction: column;
  gap: 17px 0;
}

.Testimonials .swiper-testimonials .swiper-slide .title .side h1 {
  color: black;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.Testimonials .swiper-testimonials .swiper-slide .title .side h2 {
  color: black;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  width: 278px;
}

.Testimonials .swiper-testimonials .swiper-slide p {
  color: black;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  margin: 41px 0 0;
}

.Looking {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 38px 0;
  padding: 60px 0 70px;
}

.Looking h1 {
  color: black;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.Looking .box-button {
  display: flex;
  flex-direction: row;
  gap: 0 20px;
}

.Looking .box-button a {
  align-items: center;
  background-color: white;
  border: 1px solid #818285;
  color: black;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  justify-content: space-between;
  min-width: 322px;
  overflow: hidden;
  padding: 0 24px;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
  width: auto;
  will-change: transform;
}

.Looking .box-button a::after, .Looking .box-button a::before {
  background: #1546B5;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.Looking .box-button a::before {
  border-radius: 50%;
  height: 0;
  left: 50%;
  min-height: 150px;
  min-width: 150px;
  padding-bottom: 130%;
  top: 0;
  transform: translate3d(-50%, 68%, 0) scale3d(0, 0, 0);
  width: 130%;
}

.Looking .box-button a::after {
  transform: translate3d(0, -105%, 0);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.Looking .box-button a span {
  position: relative;
  z-index: 2;
}

.Looking .box-button a i {
  background-image: url("../img/icons/right-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 12px;
  position: relative;
  transition: filter 0.1s cubic-bezier(0.1, 0, 0.3, 1);
  width: 13px;
  z-index: 2;
}

.Looking .box-button a:hover {
  border: 1px solid #1546B5;
  color: white;
}

.Looking .box-button a:hover i {
  filter: brightness(0) saturate(100%) invert(99%) sepia(97%) saturate(13%) hue-rotate(211deg) brightness(104%) contrast(100%);
}

.Looking .box-button a:hover::before {
  transform: translate3d(-50%, -25%, 0) scaleX(1);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.Looking .box-button a:hover::after {
  transform: translateZ(0);
  transition-delay: 0.3s;
  transition-duration: 0.05s;
  transition-timing-function: linear;
}

.Articles {
  background-color: #F3F3F3;
  display: flex;
  flex-direction: column;
  gap: 34px;
  padding: 80px 30px;
}

.Articles.bg-1 {
  background-color: #FAFAFA;
}

.Articles .title {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.Articles .title h1 {
  color: #EF6753;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 0 0 20px;
  position: relative;
  text-transform: uppercase;
}

.Articles .title h1::before {
  background-color: black;
  content: '';
  height: 18px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 3px;
}

.Articles .title .view {
  align-items: center;
  color: black;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  flex-direction: row;
  line-height: 1.2;
  gap: 0 12px;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
}

.Articles .title .view i {
  background-image: url("../img/icons/right-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 12px;
  position: relative;
  transition: filter 0.1s cubic-bezier(0.1, 0, 0.3, 1);
  width: 13px;
  z-index: 2;
}

.Articles .title .view:hover {
  color: #1546B5;
}

.Articles .title .view:hover i {
  filter: brightness(0) saturate(100%) invert(16%) sepia(91%) saturate(3028%) hue-rotate(219deg) brightness(92%) contrast(87%);
}

.Articles .box-articles {
  display: flex;
  flex-direction: row;
  gap: 0 20px;
}

.Articles .box-articles .item {
  border: 1px solid #BCBEC0;
  color: black;
  display: flex;
  flex-direction: column;
  height: 475px;
  line-height: 1.2;
  justify-content: space-between;
  padding: 30px 32px;
  position: relative;
  transition: background-color 0.3s ease;
  width: calc((100% - 40px) / 3);
}

.Articles .box-articles .item .box-details {
  display: flex;
  flex-direction: column;
}

.Articles .box-articles .item .box-details .img {
  background-color: #2B2C44;
  height: 220px;
  margin-bottom: 30px;
  width: 100%;
}

.Articles .box-articles .item .box-details .img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.Articles .box-articles .item .box-details h2 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}

.Articles .box-articles .item .box-details h1 {
  font-size: 18px;
  font-weight: 500;
}

.Articles .box-articles .item .box-details p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}

.Articles .box-articles .item .box-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.Articles .box-articles .item .box-title .name {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0 12px;
}

.Articles .box-articles .item .box-title .name .icons {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  filter: brightness(0) saturate(100%) invert(0%) sepia(7%) saturate(27%) hue-rotate(287deg) brightness(92%) contrast(104%);
  height: 26px;
  width: 26px;
}

.Articles .box-articles .item .box-title .name .icons.article {
  background-image: url("../img/icons/discover/blog.svg");
}

.Articles .box-articles .item .box-title .name .icons.news {
  background-image: url("../img/icons/discover/news-1.svg");
}

.Articles .box-articles .item .box-title .name .icons.press {
  background-image: url("../img/icons/discover/press-1.svg");
  height: 27px;
}

.Articles .box-articles .item .box-title .name .icons.blog {
  background-image: url("../img/icons/discover/article.svg");
}

.Articles .box-articles .item .box-title .name h3 {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-weight: 400;
  gap: 12px;
}

.Articles .box-articles .item .box-title .name h3::before {
  background-color: #EF6753;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: '';
  height: 10px;
  width: 10px;
}

.Articles .box-articles .item .box-title .name h3.article::before {
  background-color: #F5AB34;
}

.Articles .box-articles .item .box-title .name h3.news::before {
  background-color: #1546B5;
}

.Articles .box-articles .item .box-title .name h3.press::before {
  background-color: #A666A7;
}

.Articles .box-articles .item .box-title .name h3.blog::before {
  background-color: #EF6753;
}

.Articles .box-articles .item .box-title .arrow {
  background-image: url("../img/icons/right-up-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 15px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(74%) saturate(778%) hue-rotate(177deg) brightness(83%) contrast(82%);
  transition: filter 0.1s cubic-bezier(0.1, 0, 0.3, 1);
  width: 16px;
}

.Articles .box-articles .item .box-title .arrow:hover {
  filter: brightness(0) saturate(100%) invert(19%) sepia(100%) saturate(3074%) hue-rotate(221deg) brightness(74%) contrast(88%);
}

.Articles .box-articles .item:hover {
  background-color: #FAFAFA;
}

.Articles .box-articles .item:hover .box-title .arrow {
  filter: brightness(0) saturate(100%) invert(19%) sepia(100%) saturate(3074%) hue-rotate(221deg) brightness(74%) contrast(88%);
}

.BannerProfessionals {
  align-items: center;
  background-color: #1546B5;
  background-image: url("../img/hero-banner/pic-professionals.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: row;
  height: calc(100vh - 130px);
  justify-content: space-between;
  padding: 0 0 0 258px;
  position: relative;
  transition: background-image 0.6s ease-in-out;
  width: 100%;
}

.BannerProfessionals::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.8s ease-in-out;
  z-index: 1;
}

.BannerProfessionals.bg-1 {
  background-image: url("../img/hero-banner/pic-professionals.jpg");
}

.BannerProfessionals.bg-2 {
  background-image: url("../img/hero-banner/radiology.jpg");
}

.BannerProfessionals.bg-3 {
  background-image: url("../img/hero-banner/cardiology.jpg");
}

.BannerProfessionals.bg-4 {
  background-image: url("../img/hero-banner/microbiology.jpg");
}

.BannerProfessionals.bg-5 {
  background-image: url("../img/hero-banner/pathology.jpg");
}

.BannerProfessionals.bg-6 {
  background-image: url("../img/hero-banner/ophthalmology.jpg");
}

.BannerProfessionals.animate::before {
  opacity: 1;
}

.BannerProfessionals .box-text {
  display: none;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.BannerProfessionals .box-text.active {
  display: flex;
}

.BannerProfessionals .box-text h1 {
  color: white;
  font-size: 70px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 23px;
  text-transform: uppercase;
}

.BannerProfessionals .box-text h1 span {
  color: #EF6753;
}

.BannerProfessionals .box-text h2 {
  color: white;
  font-size: 120px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 57px;
  position: relative;
}

.BannerProfessionals .box-text h2::before {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(231deg) brightness(102%) contrast(103%);
  left: -194px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 140px;
}

.BannerProfessionals .box-text h2.radiology::before {
  background-image: url("../img/icons/solution/radiology.svg");
  height: 173px;
}

.BannerProfessionals .box-text h2.cardiology::before {
  background-image: url("../img/icons/solution/cardiology.svg");
  height: 173px;
}

.BannerProfessionals .box-text h2.microbiology::before {
  background-image: url("../img/icons/solution/microbiology.svg");
  height: 100px;
}

.BannerProfessionals .box-text h2.pathology::before {
  background-image: url("../img/icons/solution/pathology.svg");
  height: 140px;
}

.BannerProfessionals .box-text h2.ophthalmology::before {
  background-image: url("../img/icons/solution/ophthalmology.svg");
  height: 128px;
}

.BannerProfessionals .box-text p {
  color: white;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
}

.BannerProfessionals .box-text .btn-banner {
  background-color: white;
  align-items: center;
  border: 0 none;
  color: black;
  display: inline-flex;
  font-size: 16px;
  font-weight: 400;
  justify-content: center;
  margin-top: 60px;
  padding: 30px 0;
  position: relative;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
  overflow: hidden;
  user-select: none;
  will-change: transform;
  width: 267px;
}

.BannerProfessionals .box-text .btn-banner::after, .BannerProfessionals .box-text .btn-banner::before {
  background: #1546B5;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.BannerProfessionals .box-text .btn-banner::before {
  border-radius: 50%;
  height: 0;
  left: 50%;
  min-height: 150px;
  min-width: 150px;
  padding-bottom: 130%;
  top: 0;
  transform: translate3d(-50%, 68%, 0) scale3d(0, 0, 0);
  width: 130%;
}

.BannerProfessionals .box-text .btn-banner::after {
  transform: translate3d(0, -105%, 0);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.BannerProfessionals .box-text .btn-banner i {
  background-image: url("../img/icons/right-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  height: 12px;
  margin-left: 26px;
  position: relative;
  vertical-align: middle;
  width: 13px;
  z-index: 2;
}

.BannerProfessionals .box-text .btn-banner:hover {
  color: white;
}

.BannerProfessionals .box-text .btn-banner:hover i {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(231deg) brightness(102%) contrast(103%);
}

.BannerProfessionals .box-text .btn-banner:hover::before {
  transform: translate3d(-50%, -25%, 0) scaleX(1);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.BannerProfessionals .box-text .btn-banner:hover::after {
  transform: translateZ(0);
  transition-delay: 0.3s;
  transition-duration: 0.05s;
  transition-timing-function: linear;
}

.BannerProfessionals .box-text .btn-banner span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  z-index: 2;
}

.BannerProfessionals .nav-banner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1px;
  position: relative;
  width: auto;
  z-index: 2;
}

.BannerProfessionals .nav-banner a {
  align-items: center;
  background-color: white;
  color: black;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  height: 72px;
  line-height: 1.2;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
  overflow: hidden;
  user-select: none;
  will-change: transform;
  width: 237px;
}

.BannerProfessionals .nav-banner a::after, .BannerProfessionals .nav-banner a::before {
  background: #1546B5;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.BannerProfessionals .nav-banner a::before {
  border-radius: 50%;
  height: 0;
  left: 50%;
  min-height: 150px;
  min-width: 150px;
  padding-bottom: 130%;
  top: 0;
  transform: translate3d(-50%, 68%, 0) scale3d(0, 0, 0);
  width: 130%;
}

.BannerProfessionals .nav-banner a::after {
  transform: translate3d(0, -105%, 0);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.BannerProfessionals .nav-banner a span {
  position: relative;
  z-index: 2;
}

.BannerProfessionals .nav-banner a i {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  filter: brightness(0) saturate(100%) invert(18%) sepia(90%) saturate(2256%) hue-rotate(218deg) brightness(97%) contrast(102%);
  position: relative;
  z-index: 2;
}

.BannerProfessionals .nav-banner a:hover {
  color: white;
}

.BannerProfessionals .nav-banner a:hover i {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(231deg) brightness(102%) contrast(103%);
}

.BannerProfessionals .nav-banner a:hover::before {
  transform: translate3d(-50%, -25%, 0) scaleX(1);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.BannerProfessionals .nav-banner a:hover::after {
  transform: translateZ(0);
  transition-delay: 0.3s;
  transition-duration: 0.05s;
  transition-timing-function: linear;
}

.BannerProfessionals .nav-banner a.active {
  color: white;
}

.BannerProfessionals .nav-banner a.active i {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(231deg) brightness(102%) contrast(103%);
}

.BannerProfessionals .nav-banner a.active::before {
  transform: translate3d(-50%, -25%, 0) scaleX(1);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.BannerProfessionals .nav-banner a.active::after {
  transform: translateZ(0);
  transition-delay: 0.3s;
  transition-duration: 0.05s;
  transition-timing-function: linear;
}

.BannerProfessionals .nav-banner a.solutions {
  gap: 13px;
  padding: 0 0 0 26px;
}

.BannerProfessionals .nav-banner a.solutions i {
  background-image: url("../img/icons/solution/solutions.svg");
  height: 40px;
  width: 40px;
}

.BannerProfessionals .nav-banner a.radiology {
  gap: 17px;
  padding: 0 0 0 30px;
}

.BannerProfessionals .nav-banner a.radiology i {
  background-image: url("../img/icons/solution/radiology.svg");
  height: 40px;
  width: 32px;
}

.BannerProfessionals .nav-banner a.cardiology {
  gap: 17px;
  padding: 0 0 0 30px;
}

.BannerProfessionals .nav-banner a.cardiology i {
  background-image: url("../img/icons/solution/cardiology.svg");
  height: 40px;
  width: 32px;
}

.BannerProfessionals .nav-banner a.microbiology {
  gap: 6px;
  padding: 0 0 0 26px;
}

.BannerProfessionals .nav-banner a.microbiology i {
  background-image: url("../img/icons/solution/microbiology.svg");
  height: 34px;
  width: 47px;
}

.BannerProfessionals .nav-banner a.pathology {
  gap: 13px;
  padding: 0 0 0 26px;
}

.BannerProfessionals .nav-banner a.pathology i {
  background-image: url("../img/icons/solution/pathology.svg");
  height: 40px;
  width: 40px;
}

.BannerProfessionals .nav-banner a.ophthalmology {
  gap: 13px;
  padding: 0 0 0 26px;
}

.BannerProfessionals .nav-banner a.ophthalmology i {
  background-image: url("../img/icons/solution/ophthalmology.svg");
  height: 36px;
  width: 40px;
}

.WhatWeBringToYou {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 73px 30px;
  text-align: center;
}

.WhatWeBringToYou h1 {
  color: #EF6753;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 60px;
  text-transform: uppercase;
}

.WhatWeBringToYou p {
  color: black;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 55px;
  text-transform: uppercase;
}

.WhatWeBringToYou h2 {
  color: black;
  font-size: 66px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 60px;
  text-transform: uppercase;
  width: 1123px;
}

.WhatWeBringToYou h2 span {
  color: #1546B5;
}

.WhatWeBringToYou .list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  width: calc(100% - 60px);
}

.WhatWeBringToYou .list .item {
  align-items: center;
  border: 1px solid #BCBEC0;
  display: flex;
  flex-direction: column;
  height: 70px;
  margin-right: 22px;
  justify-content: center;
  position: relative;
  width: 208px;
}

.WhatWeBringToYou .list .item img {
  height: 55%;
}

.SchemaProfessionals {
  align-items: center;
  background-color: #E8F2FF;
  display: flex;
  flex-direction: column;
  gap: 68px;
  padding: 77px 0;
}

.SchemaProfessionals .img {
  padding: 0 112px 0 131px;
  width: 100%;
}

.SchemaProfessionals .img img {
  width: 100%;
}

.SchemaProfessionals .list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1120px;
  margin: 68px 0 0;
  width: 100%;
}

.SchemaProfessionals .list .item {
  background-color: #1546B5;
  display: flex;
  flex-direction: column;
  height: 118px;
  justify-content: space-between;
  padding: 14px 20px 16px 17px;
  position: relative;
  width: 208px;
}

.SchemaProfessionals .list .item .title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.SchemaProfessionals .list .item .title h2 {
  color: white;
  font-size: 52px;
  font-weight: 300;
  line-height: 1.2;
}

.SchemaProfessionals .list .item .title img {
  height: 50px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(318deg) brightness(100%) contrast(103%);
}

.SchemaProfessionals .list .item h1 {
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.LookingProfessionals {
  display: flex;
  flex-direction: column;
  gap: 55px;
  padding: 80px 0;
}

.LookingProfessionals h1 {
  color: black;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.LookingProfessionals .col-looking {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
}

.LookingProfessionals .col-looking .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 20px 0 30px;
  width: 372px;
}

.LookingProfessionals .col-looking .text .box-text {
  display: flex;
  flex-direction: column;
}

.LookingProfessionals .col-looking .text .box-swiper {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.LookingProfessionals .col-looking .text h2 {
  color: black;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 33px;
}

.LookingProfessionals .col-looking .text h2 span {
  font-size: 24px;
  font-weight: 700;
}

.LookingProfessionals .col-looking .text .item-swiper {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.LookingProfessionals .col-looking .text .item-swiper .item-swiper-button {
  display: flex;
  flex-direction: column;
  gap: 6px 0;
  width: 42px;
  order: 2;
}

.LookingProfessionals .col-looking .text .item-swiper .item-swiper-button .swiper-button-looking-prev {
  background-image: url("../img/icons/left-arrow-1.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 0;
  height: 16px;
  left: 0;
  right: 0;
  opacity: 1;
  margin-top: 0;
  position: relative;
  top: 0;
  width: 21px;
}

.LookingProfessionals .col-looking .text .item-swiper .item-swiper-button .swiper-button-looking-prev::after {
  display: none;
}

.LookingProfessionals .col-looking .text .item-swiper .item-swiper-button .swiper-button-looking-prev.swiper-button-disabled {
  opacity: 0.5;
}

.LookingProfessionals .col-looking .text .item-swiper .item-swiper-button .swiper-button-looking-next {
  align-self: flex-end;
  background-image: url("../img/icons/right-arrow-1.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 0;
  height: 16px;
  left: 0;
  right: 0;
  opacity: 1;
  margin-top: 0;
  position: relative;
  top: 0;
  width: 21px;
}

.LookingProfessionals .col-looking .text .item-swiper .item-swiper-button .swiper-button-looking-next::after {
  display: none;
}

.LookingProfessionals .col-looking .text .item-swiper .item-swiper-button .swiper-button-looking-next.swiper-button-disabled {
  opacity: 0.4;
}

.LookingProfessionals .col-looking .text .item-swiper .swiper-looking-counter {
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  order: 1;
}

.LookingProfessionals .col-looking .text .swiper-progress-looking-bar {
  background-color: #D9D9D9;
  height: 3px;
  position: relative;
  width: 320px;
}

.LookingProfessionals .col-looking .text .swiper-progress-looking-bar .swiper-progress-looking-fill {
  background-color: black;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: width 0.3s ease;
  width: 0%;
}

.LookingProfessionals .col-looking .swiper-looking {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: calc(100% - 372px);
}

.LookingProfessionals .col-looking .swiper-looking .swiper-slide {
  background-color: #E8F2FF;
  cursor: pointer;
  height: 238px;
  margin-right: 20px;
  padding: 40px 0 0 28px;
  position: relative;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
  overflow: hidden;
  user-select: none;
  width: calc((100% - (144px + (3 * 20px))) / 4);
  will-change: transform;
}

.LookingProfessionals .col-looking .swiper-looking .swiper-slide::after, .LookingProfessionals .col-looking .swiper-looking .swiper-slide::before {
  background: #1546B5;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.LookingProfessionals .col-looking .swiper-looking .swiper-slide::before {
  border-radius: 50%;
  height: 0;
  left: 50%;
  min-height: 150px;
  min-width: 150px;
  padding-bottom: 200%;
  top: 0;
  transform: translate3d(-50%, 68%, 0) scale3d(0, 0, 0);
  width: 170%;
}

.LookingProfessionals .col-looking .swiper-looking .swiper-slide::after {
  transform: translate3d(0, -100%, 0);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.LookingProfessionals .col-looking .swiper-looking .swiper-slide .icon {
  height: 78px;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}

.LookingProfessionals .col-looking .swiper-looking .swiper-slide .icon img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(90%) saturate(2256%) hue-rotate(218deg) brightness(97%) contrast(102%);
  height: 78px;
  transition: filter 0.1s cubic-bezier(0.1, 0, 0.3, 1);
}

.LookingProfessionals .col-looking .swiper-looking .swiper-slide h2 {
  color: black;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
  position: relative;
  transition: color 0.1s cubic-bezier(0.1, 0, 0.3, 1);
  z-index: 2;
}

.LookingProfessionals .col-looking .swiper-looking .swiper-slide .arrow {
  background-image: url("../img/icons/right-arrow-1.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 11px;
  position: relative;
  width: 15px;
  z-index: 2;
}

.LookingProfessionals .col-looking .swiper-looking .swiper-slide:hover::before {
  transform: translate3d(-50%, -25%, 0) scaleX(1);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.LookingProfessionals .col-looking .swiper-looking .swiper-slide:hover::after {
  transform: translateZ(0);
  transition-delay: 0.3s;
  transition-duration: 0.05s;
  transition-timing-function: linear;
}

.LookingProfessionals .col-looking .swiper-looking .swiper-slide:hover h2 {
  color: white;
}

.LookingProfessionals .col-looking .swiper-looking .swiper-slide:hover .icon img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(97%) saturate(13%) hue-rotate(211deg) brightness(104%) contrast(100%);
}

.LookingProfessionals .col-looking .swiper-looking .swiper-slide:hover .arrow {
  filter: brightness(0) saturate(100%) invert(99%) sepia(97%) saturate(13%) hue-rotate(211deg) brightness(104%) contrast(100%);
}

.AreYouReady {
  align-items: center;
  background-color: #FAFAFA;
  display: flex;
  flex-direction: column;
  gap: 51px;
  padding: 61px 0 66px;
}

.AreYouReady.bg-1 {
  background-color: #F3F3F3;
}

.AreYouReady.bg-2 {
  background-color: white;
}

.AreYouReady h1 {
  color: black;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.AreYouReady h1.fs-1 {
  font-size: 60px !important;
}

.AreYouReady .box-button {
  display: flex;
  flex-direction: row;
  gap: 0 20px;
}

.AreYouReady .box-button a {
  align-items: center;
  background-color: white;
  border: 1px solid #D9D9D9;
  color: black;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-weight: 400;
  height: 80px;
  justify-content: space-between;
  gap: 20px;
  min-width: 215px;
  overflow: hidden;
  padding: 0 29px;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
  width: auto;
  will-change: transform;
}

.AreYouReady .box-button a.min-w-auto {
  min-width: auto;
}

.AreYouReady .box-button a::after, .AreYouReady .box-button a::before {
  background: #1546B5;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.AreYouReady .box-button a::before {
  border-radius: 50%;
  height: 0;
  left: 50%;
  min-height: 150px;
  min-width: 150px;
  padding-bottom: 130%;
  top: 0;
  transform: translate3d(-50%, 68%, 0) scale3d(0, 0, 0);
  width: 130%;
}

.AreYouReady .box-button a::after {
  transform: translate3d(0, -105%, 0);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.AreYouReady .box-button a span {
  position: relative;
  z-index: 2;
}

.AreYouReady .box-button a i {
  background-image: url("../img/icons/right-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 12px;
  position: relative;
  transition: filter 0.1s cubic-bezier(0.1, 0, 0.3, 1);
  width: 13px;
  z-index: 2;
}

.AreYouReady .box-button a:hover {
  border: 1px solid #1546B5;
  color: white;
}

.AreYouReady .box-button a:hover i {
  filter: brightness(0) saturate(100%) invert(99%) sepia(97%) saturate(13%) hue-rotate(211deg) brightness(104%) contrast(100%);
}

.AreYouReady .box-button a:hover::before {
  transform: translate3d(-50%, -25%, 0) scaleX(1);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.AreYouReady .box-button a:hover::after {
  transform: translateZ(0);
  transition-delay: 0.3s;
  transition-duration: 0.05s;
  transition-timing-function: linear;
}

.DiscoverKnowledgeCenter {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 72px 30px 80px;
}

.DiscoverKnowledgeCenter h1 {
  color: black;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

.DiscoverKnowledgeCenter h1 span {
  font-weight: 700;
}

.DiscoverKnowledgeCenter .box-discover {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.DiscoverKnowledgeCenter .box-discover .item {
  display: flex;
  flex-direction: column;
  height: 172px;
  gap: 15px;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
  overflow: hidden;
  user-select: none;
  position: relative;
  padding: 24px 30px;
  width: calc((100% - 60px) / 4);
  will-change: transform;
}

.DiscoverKnowledgeCenter .box-discover .item::after, .DiscoverKnowledgeCenter .box-discover .item::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.DiscoverKnowledgeCenter .box-discover .item::before {
  border-radius: 50%;
  height: 0;
  left: 50%;
  min-height: 150px;
  min-width: 150px;
  padding-bottom: 200%;
  top: 0;
  transform: translate3d(-50%, 68%, 0) scale3d(0, 0, 0);
  width: 170%;
}

.DiscoverKnowledgeCenter .box-discover .item::after {
  transform: translate3d(0, -100%, 0);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.DiscoverKnowledgeCenter .box-discover .item:nth-child(1) {
  background-color: #E8F2FF;
}

.DiscoverKnowledgeCenter .box-discover .item:nth-child(1)::after, .DiscoverKnowledgeCenter .box-discover .item:nth-child(1)::before {
  background: #1546B5;
}

.DiscoverKnowledgeCenter .box-discover .item:nth-child(2) {
  background-color: #F1EBF6;
}

.DiscoverKnowledgeCenter .box-discover .item:nth-child(2)::after, .DiscoverKnowledgeCenter .box-discover .item:nth-child(2)::before {
  background: #A666A7;
}

.DiscoverKnowledgeCenter .box-discover .item:nth-child(3) {
  background-color: #FEF4E2;
}

.DiscoverKnowledgeCenter .box-discover .item:nth-child(3)::after, .DiscoverKnowledgeCenter .box-discover .item:nth-child(3)::before {
  background: #F5AB34;
}

.DiscoverKnowledgeCenter .box-discover .item:nth-child(4) {
  background-color: #FEEEEE;
}

.DiscoverKnowledgeCenter .box-discover .item:nth-child(4)::after, .DiscoverKnowledgeCenter .box-discover .item:nth-child(4)::before {
  background: #EF6753;
}

.DiscoverKnowledgeCenter .box-discover .item .icon {
  height: 50px;
  position: relative;
  z-index: 2;
}

.DiscoverKnowledgeCenter .box-discover .item .icon img {
  height: 100%;
  transition: filter 0.1s cubic-bezier(0.1, 0, 0.3, 1);
}

.DiscoverKnowledgeCenter .box-discover .item .title {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.DiscoverKnowledgeCenter .box-discover .item .title h2 {
  color: black;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  transition: color 0.1s cubic-bezier(0.1, 0, 0.3, 1);
}

.DiscoverKnowledgeCenter .box-discover .item .title .arrow {
  background-image: url("../img/icons/right-up-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
  height: 15px;
  width: 15px;
}

.DiscoverKnowledgeCenter .box-discover .item:hover::before {
  transform: translate3d(-50%, -25%, 0) scaleX(1);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.DiscoverKnowledgeCenter .box-discover .item:hover::after {
  transform: translateZ(0);
  transition-delay: 0.3s;
  transition-duration: 0.05s;
  transition-timing-function: linear;
}

.DiscoverKnowledgeCenter .box-discover .item:hover .icon img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(97%) saturate(13%) hue-rotate(211deg) brightness(104%) contrast(100%);
}

.DiscoverKnowledgeCenter .box-discover .item:hover .title h2 {
  color: white;
}

.BannerBuilders {
  align-items: baseline;
  background-color: #1546B5;
  background-image: url("../img/hero-banner/pic-builders.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 130px);
  justify-content: center;
  padding: 0 0 0 258px;
  position: relative;
  width: 100%;
}

.BannerBuilders h1 {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  width: 811px;
}

.BannerBuilders p {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 37px;
  text-align: justify;
  width: 994px;
}

.BannerBuilders .btn-banner {
  background-color: white;
  align-items: center;
  border: 0 none;
  color: black;
  display: inline-flex;
  font-size: 16px;
  font-weight: 400;
  justify-content: center;
  margin-top: 64px;
  padding: 30px;
  position: relative;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
  overflow: hidden;
  user-select: none;
  will-change: transform;
}

.BannerBuilders .btn-banner::after, .BannerBuilders .btn-banner::before {
  background: #1546B5;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.BannerBuilders .btn-banner::before {
  border-radius: 50%;
  height: 0;
  left: 50%;
  min-height: 150px;
  min-width: 150px;
  padding-bottom: 130%;
  top: 0;
  transform: translate3d(-50%, 68%, 0) scale3d(0, 0, 0);
  width: 130%;
}

.BannerBuilders .btn-banner::after {
  transform: translate3d(0, -105%, 0);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.BannerBuilders .btn-banner i {
  background-image: url("../img/icons/right-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  height: 12px;
  margin-left: 21px;
  position: relative;
  vertical-align: middle;
  width: 13px;
  z-index: 2;
}

.BannerBuilders .btn-banner:hover {
  color: white;
}

.BannerBuilders .btn-banner:hover i {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(231deg) brightness(102%) contrast(103%);
}

.BannerBuilders .btn-banner:hover::before {
  transform: translate3d(-50%, -25%, 0) scaleX(1);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.BannerBuilders .btn-banner:hover::after {
  transform: translateZ(0);
  transition-delay: 0.3s;
  transition-duration: 0.05s;
  transition-timing-function: linear;
}

.BannerBuilders .btn-banner span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  z-index: 2;
}

.UnderstandChallenges {
  background-color: #F3F3F3;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 68px 0 108px;
}

.UnderstandChallenges h1 {
  color: black;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.UnderstandChallenges .col-challenges {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 0 0 166px;
}

.UnderstandChallenges .item-swiper-button {
  display: flex;
  flex-direction: column;
  gap: 6px 0;
  width: 51px;
}

.UnderstandChallenges .item-swiper-button .swiper-button-challenges-prev {
  background-image: url("../img/icons/left-arrow-1.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 0;
  height: 16px;
  left: 0;
  right: 0;
  opacity: 1;
  margin-top: 0;
  position: relative;
  top: 0;
  width: 21px;
}

.UnderstandChallenges .item-swiper-button .swiper-button-challenges-prev::after {
  display: none;
}

.UnderstandChallenges .item-swiper-button .swiper-button-challenges-prev.swiper-button-disabled {
  opacity: 0.5;
}

.UnderstandChallenges .item-swiper-button .swiper-button-challenges-next {
  align-self: flex-end;
  background-image: url("../img/icons/right-arrow-1.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 0;
  height: 16px;
  left: 0;
  right: 0;
  opacity: 1;
  margin-top: 0;
  position: relative;
  top: 0;
  width: 21px;
}

.UnderstandChallenges .item-swiper-button .swiper-button-challenges-next::after {
  display: none;
}

.UnderstandChallenges .item-swiper-button .swiper-button-challenges-next.swiper-button-disabled {
  opacity: 0.4;
}

.UnderstandChallenges .swiper-challenges {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 1035px;
}

.UnderstandChallenges .swiper-challenges .swiper-slide {
  background-color: #E8F2FF;
  clip-path: path("M141.671 428L26.1962 331.029L0 182.368L75.3582 51.7014L217.029 0.0699158L358.642 51.7014L434 182.368L407.862 331.029L292.388 428H141.671Z");
  display: flex;
  flex-direction: column;
  height: 428px;
  gap: 40px;
  margin-right: 22px;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
  overflow: hidden;
  user-select: none;
  padding: 126px 39px 0 66px;
  width: 434px;
  will-change: transform;
}

.UnderstandChallenges .swiper-challenges .swiper-slide::after, .UnderstandChallenges .swiper-challenges .swiper-slide::before {
  background: #1546B5;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.UnderstandChallenges .swiper-challenges .swiper-slide::before {
  border-radius: 50%;
  height: 0;
  left: 50%;
  min-height: 150px;
  min-width: 150px;
  padding-bottom: 200%;
  top: 0;
  transform: translate3d(-50%, 68%, 0) scale3d(0, 0, 0);
  width: 170%;
}

.UnderstandChallenges .swiper-challenges .swiper-slide::after {
  transform: translate3d(0, -100%, 0);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.UnderstandChallenges .swiper-challenges .swiper-slide h2 {
  color: #424143;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  transition: color 0.1s cubic-bezier(0.1, 0, 0.3, 1);
  z-index: 2;
}

.UnderstandChallenges .swiper-challenges .swiper-slide p {
  color: #424143;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  transition: color 0.1s cubic-bezier(0.1, 0, 0.3, 1);
  z-index: 2;
}

.UnderstandChallenges .swiper-challenges .swiper-slide.swiper-slide-active::before {
  transform: translate3d(-50%, -25%, 0) scaleX(1);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.UnderstandChallenges .swiper-challenges .swiper-slide.swiper-slide-active::after {
  transform: translateZ(0);
  transition-delay: 0.3s;
  transition-duration: 0.05s;
  transition-timing-function: linear;
}

.UnderstandChallenges .swiper-challenges .swiper-slide.swiper-slide-active h2 {
  color: white;
}

.UnderstandChallenges .swiper-challenges .swiper-slide.swiper-slide-active p {
  color: white;
}

.WhatWeBringToYouBuilder {
  background-color: #2B2C44;
  display: flex;
  flex-direction: column;
  padding: 110px 0 144px;
}

.WhatWeBringToYouBuilder h1 {
  color: #EF6753;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.WhatWeBringToYouBuilder p {
  color: white;
  font-size: 66px;
  font-weight: 700;
  line-height: 1.2;
  margin: 60px 0 0;
  text-align: center;
  text-transform: uppercase;
}

.WhatWeBringToYouBuilder .ColdDetails {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 119px 0 0;
  padding: 0 30px;
}

.WhatWeBringToYouBuilder .ColdDetails .BoxText {
  color: white;
  display: flex;
  flex-direction: column;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  width: 322px;
}

.WhatWeBringToYouBuilder .ColdDetails .BoxChiffre {
  display: flex;
  flex-wrap: wrap;
  margin: 12px 0 0;
  gap: 51px;
  justify-content: center;
  position: relative;
  width: calc(100% - (322px + 20px));
}

.WhatWeBringToYouBuilder .ColdDetails .BoxChiffre::before {
  background-color: rgba(255, 255, 255, 0.1);
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 60px;
  width: 100%;
}

.WhatWeBringToYouBuilder .ColdDetails .BoxChiffre .Chiffre {
  align-items: center;
  display: flex;
  flex-direction: column;
  transform: scale(1);
  transition: transform 0.4s ease;
}

.WhatWeBringToYouBuilder .ColdDetails .BoxChiffre .Chiffre.scale {
  transform: scale(1.4);
}

.WhatWeBringToYouBuilder .ColdDetails .BoxChiffre .Chiffre .circle_percent {
  background-color: #2B2C44;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  height: 120px;
  overflow: hidden;
  position: relative;
  width: 120px;
}

.WhatWeBringToYouBuilder .ColdDetails .BoxChiffre .Chiffre .circle_inner {
  clip: rect(0 120px 120px 60px);
  height: 120px;
  left: 0;
  position: absolute;
  top: 0;
  width: 120px;
}

.WhatWeBringToYouBuilder .ColdDetails .BoxChiffre .Chiffre .round_per {
  border: 5px solid white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  clip: rect(0 120px 120px 60px);
  height: 120px;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(180deg);
  transition: 1.05s ease;
  width: 120px;
}

.WhatWeBringToYouBuilder .ColdDetails .BoxChiffre .Chiffre .percent_more .circle_inner {
  clip: rect(0 60px 120px 0);
}

.WhatWeBringToYouBuilder .ColdDetails .BoxChiffre .Chiffre .percent_more::after {
  bottom: 0;
  border: 5px solid white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: '';
  clip: rect(0 120px 120px 60px);
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
}

.WhatWeBringToYouBuilder .ColdDetails .BoxChiffre .Chiffre .circle_inbox {
  background: transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  bottom: 2px;
  left: 2px;
  right: 2px;
  position: absolute;
  top: 2px;
  z-index: 3;
}

.WhatWeBringToYouBuilder .ColdDetails .BoxChiffre .Chiffre .percent_text {
  color: rgba(255, 255, 255, 0.1);
  font-size: 40px;
  font-weight: 400;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}

.WhatWeBringToYouBuilder .ColdDetails .BoxChiffre .Chiffre .percent_text font {
  font-size: 20px;
  font-weight: 700;
}

.WhatWeBringToYouBuilder .ColdDetails .BoxChiffre .Chiffre h2 {
  color: rgba(255, 255, 255, 0.1);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin: 15px 0 0;
}

.WhatWeBringToYouBuilder .ColdDetails .BoxChiffre .Chiffre.active .percent_text {
  color: white;
}

.WhatWeBringToYouBuilder .ColdDetails .BoxChiffre .Chiffre.active h2 {
  color: white;
}

.ProjectCockpit {
  display: flex;
  flex-direction: column;
  padding: 69px 30px 80px;
}

.ProjectCockpit h1 {
  color: black;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  width: 1145px;
}

.ProjectCockpit p {
  color: black;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  margin: 28px auto 0;
  text-align: center;
  width: 1145px;
}

.ProjectCockpit .col-cockpit {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 80px;
  width: 100%;
}

.ProjectCockpit .col-cockpit .item {
  background-color: #E8F2FF;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 200px;
  gap: 31px;
  justify-content: flex-end;
  padding: 0 30px 25px;
  position: relative;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
  overflow: hidden;
  user-select: none;
  width: calc((100% - 100px) / 6);
  will-change: transform;
}

.ProjectCockpit .col-cockpit .item::after, .ProjectCockpit .col-cockpit .item::before {
  background: #1546B5;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.ProjectCockpit .col-cockpit .item::before {
  border-radius: 50%;
  height: 0;
  left: 50%;
  min-height: 150px;
  min-width: 150px;
  padding-bottom: 200%;
  top: 0;
  transform: translate3d(-50%, 68%, 0) scale3d(0, 0, 0);
  width: 170%;
}

.ProjectCockpit .col-cockpit .item::after {
  transform: translate3d(0, -100%, 0);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.ProjectCockpit .col-cockpit .item .icon {
  position: relative;
  z-index: 2;
}

.ProjectCockpit .col-cockpit .item .icon img {
  height: 100%;
  transition: color 0.1s cubic-bezier(0.1, 0, 0.3, 1);
}

.ProjectCockpit .col-cockpit .item .icon.icon-1 {
  height: 34px;
}

.ProjectCockpit .col-cockpit .item .icon.icon-2 {
  height: 55px;
}

.ProjectCockpit .col-cockpit .item .icon.icon-3 {
  height: 59px;
}

.ProjectCockpit .col-cockpit .item .icon.icon-4 {
  height: 49px;
}

.ProjectCockpit .col-cockpit .item .icon.icon-5 {
  height: 59px;
}

.ProjectCockpit .col-cockpit .item h2 {
  color: black;
  font-size: 22px;
  font-weight: 400;
  height: 54px;
  line-height: 1.2;
  position: relative;
  transition: color 0.1s cubic-bezier(0.1, 0, 0.3, 1);
  z-index: 2;
}

.ProjectCockpit .col-cockpit .item h2 span {
  white-space: nowrap;
}

.ProjectCockpit .col-cockpit .item:hover::before {
  transform: translate3d(-50%, -25%, 0) scaleX(1);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.ProjectCockpit .col-cockpit .item:hover::after {
  transform: translateZ(0);
  transition-delay: 0.3s;
  transition-duration: 0.05s;
  transition-timing-function: linear;
}

.ProjectCockpit .col-cockpit .item:hover h2 {
  color: white;
}

.ProjectCockpit .col-cockpit .item:hover .icon img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(97%) saturate(13%) hue-rotate(211deg) brightness(104%) contrast(100%);
}

.ProjectCockpit .col-cockpit .item.active::before {
  transform: translate3d(-50%, -25%, 0) scaleX(1);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.ProjectCockpit .col-cockpit .item.active::after {
  transform: translateZ(0);
  transition-delay: 0.3s;
  transition-duration: 0.05s;
  transition-timing-function: linear;
}

.ProjectCockpit .col-cockpit .item.active h2 {
  color: white;
}

.ProjectCockpit .col-cockpit .item.active .icon img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(97%) saturate(13%) hue-rotate(211deg) brightness(104%) contrast(100%);
}

.ProjectCockpit .col-cockpit .item-all {
  border: 1px solid #D9D9D9;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 200px;
  justify-content: flex-end;
  padding: 0 34px 25px 30px;
  position: relative;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
  overflow: hidden;
  user-select: none;
  width: calc((100% - 100px) / 6);
  will-change: transform;
}

.ProjectCockpit .col-cockpit .item-all::after, .ProjectCockpit .col-cockpit .item-all::before {
  background: #1546B5;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.ProjectCockpit .col-cockpit .item-all::before {
  border-radius: 50%;
  height: 0;
  left: 50%;
  min-height: 150px;
  min-width: 150px;
  padding-bottom: 200%;
  top: 0;
  transform: translate3d(-50%, 68%, 0) scale3d(0, 0, 0);
  width: 170%;
}

.ProjectCockpit .col-cockpit .item-all::after {
  transform: translate3d(0, -100%, 0);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.ProjectCockpit .col-cockpit .item-all .title {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.ProjectCockpit .col-cockpit .item-all .title h2 {
  color: black;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  transition: color 0.1s cubic-bezier(0.1, 0, 0.3, 1);
}

.ProjectCockpit .col-cockpit .item-all .title .arrow {
  background-image: url("../img/icons/right-up-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  filter: brightness(0) saturate(100%) invert(87%) sepia(8%) saturate(60%) hue-rotate(169deg) brightness(86%) contrast(93%);
  transition: filter 0.1s cubic-bezier(0.1, 0, 0.3, 1);
  height: 15px;
  margin-bottom: 9px;
  width: 15px;
}

.ProjectCockpit .col-cockpit .item-all:hover::before {
  transform: translate3d(-50%, -25%, 0) scaleX(1);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.ProjectCockpit .col-cockpit .item-all:hover::after {
  transform: translateZ(0);
  transition-delay: 0.3s;
  transition-duration: 0.05s;
  transition-timing-function: linear;
}

.ProjectCockpit .col-cockpit .item-all:hover .title h2 {
  color: white;
}

.ProjectCockpit .col-cockpit .item-all:hover .title .arrow {
  filter: brightness(0) saturate(100%) invert(99%) sepia(97%) saturate(13%) hue-rotate(211deg) brightness(104%) contrast(100%);
}

.ProjectCockpit h3 {
  color: #1546B5;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 63px;
  padding-left: calc(((100% - 100px) / 6) + 20px);
}

.ProjectCockpit h4 {
  color: black;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 20px;
  padding-left: calc(((100% - 100px) / 6) + 20px);
  width: calc(658px + (((100% - 100px) / 6) + 20px));
}

.TeoMultiLink {
  background-color: #E8F2FF;
  display: flex;
  flex-direction: column;
  padding: 64px 30px 66px;
}

.TeoMultiLink .logo {
  margin: 0 auto;
  width: 481px;
}

.TeoMultiLink .logo img {
  width: 100%;
}

.TeoMultiLink h1 {
  color: black;
  font-size: 38px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  margin: 10px auto 0;
  text-align: center;
  width: 1145px;
}

.TeoMultiLink .para {
  color: black;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin: 11px auto 0;
  text-align: center;
  width: 1145px;
}

.TeoMultiLink .col-link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 42px 0 0;
  padding: 0 145px 0 0;
}

.TeoMultiLink .col-link .left-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  width: 436px;
}

.TeoMultiLink .col-link .left-link .nav-teolink {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.TeoMultiLink .col-link .left-link .nav-teolink .item {
  background-color: white;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 60px;
  overflow: hidden;
  padding: 18px 30px;
  transition: max-height 0.4s ease, background-color 0.3s ease;
  width: 100%;
}

.TeoMultiLink .col-link .left-link .nav-teolink .item h2 {
  color: black;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  transition: color 0.4s ease;
}

.TeoMultiLink .col-link .left-link .nav-teolink .item p {
  color: white;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
}

.TeoMultiLink .col-link .left-link .nav-teolink .item.active {
  background-color: #1546B5;
  max-height: 154px;
}

.TeoMultiLink .col-link .left-link .nav-teolink .item.active h2 {
  color: white;
}

.TeoMultiLink .col-link .left-link .button {
  align-items: center;
  background-color: white;
  border: 1px solid #818285;
  color: black;
  display: flex;
  flex-direction: row;
  font-size: 18px;
  font-weight: 400;
  height: 60px;
  justify-content: space-between;
  overflow: hidden;
  padding: 0 30px;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
  width: 100%;
  will-change: transform;
}

.TeoMultiLink .col-link .left-link .button::after, .TeoMultiLink .col-link .left-link .button::before {
  background: #1546B5;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.TeoMultiLink .col-link .left-link .button::before {
  border-radius: 50%;
  height: 0;
  left: 50%;
  min-height: 150px;
  min-width: 150px;
  padding-bottom: 130%;
  top: 0;
  transform: translate3d(-50%, 68%, 0) scale3d(0, 0, 0);
  width: 130%;
}

.TeoMultiLink .col-link .left-link .button::after {
  transform: translate3d(0, -105%, 0);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.TeoMultiLink .col-link .left-link .button span {
  position: relative;
  z-index: 2;
}

.TeoMultiLink .col-link .left-link .button i {
  background-image: url("../img/icons/right-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 12px;
  position: relative;
  transition: filter 0.1s cubic-bezier(0.1, 0, 0.3, 1);
  width: 13px;
  z-index: 2;
}

.TeoMultiLink .col-link .left-link .button:hover {
  border: 1px solid #1546B5;
  color: white;
}

.TeoMultiLink .col-link .left-link .button:hover i {
  filter: brightness(0) saturate(100%) invert(99%) sepia(97%) saturate(13%) hue-rotate(211deg) brightness(104%) contrast(100%);
}

.TeoMultiLink .col-link .left-link .button:hover::before {
  transform: translate3d(-50%, -25%, 0) scaleX(1);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.TeoMultiLink .col-link .left-link .button:hover::after {
  transform: translateZ(0);
  transition-delay: 0.3s;
  transition-duration: 0.05s;
  transition-timing-function: linear;
}

.TeoMultiLink .col-link .right-link {
  width: 630px;
}

.TeoMultiLink .col-link .right-link img {
  width: 100%;
}

.CaseStudies {
  display: flex;
  flex-direction: row;
  padding: 74px 0 82px;
}

.CaseStudies .text {
  display: flex;
  flex-direction: column;
  gap: 55px;
  padding: 0 20px 0 30px;
  width: 372px;
}

.CaseStudies .text .box-text {
  display: flex;
  flex-direction: column;
}

.CaseStudies .text .box-swiper {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.CaseStudies .text h1 {
  color: #EF6753;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 40px;
  padding: 0 0 0 20px;
  position: relative;
  text-transform: uppercase;
}

.CaseStudies .text h1::before {
  background-color: black;
  content: '';
  height: 18px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 3px;
}

.CaseStudies .text p {
  color: black;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
  min-height: 184px;
}

.CaseStudies .text .item-swiper {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.CaseStudies .text .item-swiper .item-swiper-button {
  display: flex;
  flex-direction: column;
  gap: 6px 0;
  width: 42px;
  order: 2;
}

.CaseStudies .text .item-swiper .item-swiper-button .swiper-button-studies-prev {
  background-image: url("../img/icons/left-arrow-1.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 0;
  height: 16px;
  left: 0;
  right: 0;
  opacity: 1;
  margin-top: 0;
  position: relative;
  top: 0;
  width: 21px;
}

.CaseStudies .text .item-swiper .item-swiper-button .swiper-button-studies-prev::after {
  display: none;
}

.CaseStudies .text .item-swiper .item-swiper-button .swiper-button-studies-prev.swiper-button-disabled {
  opacity: 0.5;
}

.CaseStudies .text .item-swiper .item-swiper-button .swiper-button-studies-next {
  align-self: flex-end;
  background-image: url("../img/icons/right-arrow-1.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 0;
  height: 16px;
  left: 0;
  right: 0;
  opacity: 1;
  margin-top: 0;
  position: relative;
  top: 0;
  width: 21px;
}

.CaseStudies .text .item-swiper .item-swiper-button .swiper-button-studies-next::after {
  display: none;
}

.CaseStudies .text .item-swiper .item-swiper-button .swiper-button-studies-next.swiper-button-disabled {
  opacity: 0.4;
}

.CaseStudies .text .item-swiper .swiper-studies-counter {
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  order: 1;
}

.CaseStudies .text .swiper-progress-studies-bar {
  background-color: #D9D9D9;
  height: 3px;
  position: relative;
  width: 320px;
}

.CaseStudies .text .swiper-progress-studies-bar .swiper-progress-studies-fill {
  background-color: black;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: width 0.3s ease;
  width: 0%;
}

.CaseStudies .swiper-studies {
  display: flex;
  flex-direction: column;
  margin-top: 17px;
  overflow: hidden;
  width: calc(100% - (372px + 20px));
}

.CaseStudies .swiper-studies .swiper-slide {
  display: flex;
  flex-direction: column;
}

.CaseStudies .swiper-studies .swiper-slide .img {
  background-color: #2B2C44;
  height: 350px;
  width: 100%;
}

.CaseStudies .swiper-studies .swiper-slide .img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.CaseStudies .swiper-studies .swiper-slide .title {
  display: flex;
  flex-direction: column;
  height: 100px;
  padding: 23px 0 0;
  width: 100%;
}

.CaseStudies .swiper-studies .swiper-slide .title h2 {
  color: black;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.CaseStudies .swiper-studies .swiper-slide hr {
  background-color: #D9D9D9;
  border: 0 none;
  height: 1px;
  margin: 0;
  width: 100%;
}

.CaseStudies .swiper-studies .swiper-slide a {
  align-items: center;
  color: #1546B5;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  flex-direction: row;
  line-height: 1.2;
  gap: 15px;
  transition: color 0.3s cubic-bezier(0.1, 0, 0.3, 1);
  margin-top: 27px;
}

.CaseStudies .swiper-studies .swiper-slide a i {
  background-image: url("../img/icons/right-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 12px;
  transition: filter 0.3s cubic-bezier(0.1, 0, 0.3, 1);
  width: 13px;
}

.CaseStudies .swiper-studies .swiper-slide a:hover {
  color: #EF6753;
}

.CaseStudies .swiper-studies .swiper-slide a:hover i {
  filter: brightness(0) saturate(100%) invert(57%) sepia(49%) saturate(3704%) hue-rotate(328deg) brightness(99%) contrast(89%);
}

.BannerAboutUs {
  align-items: center;
  background-color: #1546B5;
  background-image: url("../img/hero-banner/pic-about-us.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 130px);
  gap: 41px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.BannerAboutUs h1 {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 100px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.BannerAboutUs h1 svg {
  height: 84px;
  width: 84px;
}

.BannerAboutUs p {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  max-width: 972px;
}

.OurMission {
  display: flex;
  flex-direction: row;
  padding: 65px 0 0;
}

.OurMission .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 106px;
  padding-left: 30px;
  width: 602px;
}

.OurMission .text .title {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.OurMission .text h1 {
  align-items: center;
  color: #EF6753;
  display: flex;
  flex-direction: row;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  gap: 17px;
  text-transform: uppercase;
}

.OurMission .text h1::before {
  background-color: black;
  content: '';
  height: 18px;
  width: 3px;
}

.OurMission .text h2 {
  color: black;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  min-height: 143px;
  width: 434px;
}

.OurMission .text p {
  background-color: #FAFAFA;
  color: black;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin-left: 217px;
  padding: 44px 41px 34px 49px;
  position: relative;
  width: calc((100% - 217px) + 419px);
  z-index: 2;
}

.OurMission .text p span {
  font-weight: 700;
}

.OurMission .img {
  width: calc(100% - 602px);
}

.OurMission .img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.OurMission .img.img-1 img {
  max-height: 542px;
}

.ServiceWhoweare {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 80px 111px 80px 30px;
}

.ServiceWhoweare .item {
  color: black;
  display: flex;
  font-size: 20px;
  flex-direction: column;
  line-height: 1.2;
}

.ServiceWhoweare .item:nth-child(1) {
  width: 322px;
}

.ServiceWhoweare .item:nth-child(2) {
  width: 371px;
}

.ServiceWhoweare .item:nth-child(3) {
  width: 355px;
}

.ServiceWhoweare .item .icon {
  align-items: center;
  clip-path: path("M29.3788 90L5.4324 69.6056L0 38.34L15.6273 10.8589L45.0061 0L74.3727 10.8589L90 38.34L84.5798 69.6056L60.6334 90H29.3788Z");
  display: flex;
  flex-direction: column;
  height: 90px;
  justify-content: center;
  width: 90px;
}

.ServiceWhoweare .item .icon.bg-c-1 {
  background-color: #29AAE1;
}

.ServiceWhoweare .item .icon.bg-c-2 {
  background-color: #1546B5;
}

.ServiceWhoweare .item .icon.bg-c-3 {
  background-color: #EF6753;
}

.ServiceWhoweare .item .icon img {
  height: 50px;
}

.ServiceWhoweare .item h1 {
  font-weight: 700;
  margin-top: 20px;
}

.ServiceWhoweare .item p {
  font-weight: 400;
  margin-top: 15px;
}

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

.WhyChooseHck .img {
  width: 50%;
}

.WhyChooseHck .img img {
  max-height: 625px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.WhyChooseHck .text {
  background-color: #FAFAFA;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 114px;
  width: 50%;
}

.WhyChooseHck .text h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}

.WhyChooseHck .text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 27px;
  min-height: 77px;
}

.WhyChooseHck .text ul {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.WhyChooseHck .text ul li {
  display: flex;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.WhyChooseHck .text ul li i {
  align-items: center;
  aspect-ratio: 1 / 1;
  display: inline-flex;
  flex: 0 0 auto;
}

.WhyChooseHck .text ul li i img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.WhyChooseHck .text ul li.why-1 {
  align-items: center;
  gap: 36px;
}

.WhyChooseHck .text ul li.why-1 i {
  width: 66px;
}

.WhyChooseHck .text ul li.why-2 {
  gap: 36px;
}

.WhyChooseHck .text ul li.why-2 i {
  margin-top: 4px;
  width: 63px;
}

.WhyChooseHck .text ul li.why-3 {
  gap: 40px;
}

.WhyChooseHck .text ul li.why-3 i {
  margin-left: 4px;
  margin-top: 3px;
  width: 57px;
}

.WhyChooseHck .text ul li.why-4 {
  align-items: center;
  gap: 42px;
}

.WhyChooseHck .text ul li.why-4 i {
  margin-left: 3px;
  width: 60px;
}

.WhyChooseHck .text ul li.why-5 {
  gap: 30px;
}

.WhyChooseHck .text ul li.why-5 i {
  margin-top: 6px;
  width: 75px;
}

.WhyChooseHck .text ul li.why-6 {
  gap: 40px;
}

.WhyChooseHck .text ul li.why-6 i {
  margin-left: 8px;
  margin-top: 3px;
  width: 57px;
}

.Team {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 100px 30px 80px;
}

.Team .box {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.Team .box h1 {
  align-items: center;
  color: #EF6753;
  display: flex;
  flex-direction: row;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  gap: 17px;
  text-transform: uppercase;
}

.Team .box h1::before {
  background-color: black;
  content: '';
  height: 18px;
  width: 3px;
}

.Team .box .col-team {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px 20px;
}

.Team .box .col-team.col-team-1 {
  grid-template-columns: repeat(4, 1fr);
}

.Team .box .col-team .item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.Team .box .col-team .item .img {
  background-color: #E8F2FF;
  width: 100%;
}

.Team .box .col-team .item .img img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.Team .box .col-team .item .img img.opacity-0 {
  opacity: 0;
}

.Team .box .col-team .item h2 {
  color: black;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.Team .box .col-team .item h2 span {
  color: #818285;
}

.BannerInterne {
  background-color: #1546B5;
  background-image: url("../img/hero-banner/pic-interne.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 173px;
  padding: 0 30px;
  width: 100%;
}

.BannerInterne h1 {
  color: white;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.ContentAiPortfolio {
  display: flex;
  flex-direction: column;
  padding: 27px 30px 80px;
}

.ContentAiPortfolio .nav {
  color: black;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  gap: 4px;
  margin: 27px 0 30px;
}

.ContentAiPortfolio .nav a {
  color: black;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
}

.ContentAiPortfolio .nav a.active {
  color: #1546B5;
}

.ContentAiPortfolio .nav a:hover {
  color: #1546B5;
}

.ContentAiPortfolio .filtre {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.ContentAiPortfolio .filtre .left-filtre {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.ContentAiPortfolio .filtre .left-filtre .filtre-all {
  align-items: center;
  background-color: #F3F3F3;
  color: black;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 1.2;
  justify-content: center;
  gap: 20px;
  overflow: hidden;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
  padding: 0 21px;
  position: relative;
  width: auto;
  will-change: transform;
}

.ContentAiPortfolio .filtre .left-filtre .filtre-all::after, .ContentAiPortfolio .filtre .left-filtre .filtre-all::before {
  background: #1546B5;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.ContentAiPortfolio .filtre .left-filtre .filtre-all::before {
  border-radius: 50%;
  height: 0;
  left: 50%;
  min-height: 150px;
  min-width: 150px;
  padding-bottom: 130%;
  top: 0;
  transform: translate3d(-50%, 68%, 0) scale3d(0, 0, 0);
  width: 130%;
}

.ContentAiPortfolio .filtre .left-filtre .filtre-all::after {
  transform: translate3d(0, -105%, 0);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.ContentAiPortfolio .filtre .left-filtre .filtre-all span {
  position: relative;
  z-index: 2;
}

.ContentAiPortfolio .filtre .left-filtre .filtre-all .arrow {
  background-image: url("../img/icons/right-arrow-1.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 8px;
  position: relative;
  transition: filter 0.1s cubic-bezier(0.1, 0, 0.3, 1);
  width: 12px;
  z-index: 2;
}

.ContentAiPortfolio .filtre .left-filtre .filtre-all:hover {
  color: white;
}

.ContentAiPortfolio .filtre .left-filtre .filtre-all:hover .arrow {
  filter: brightness(0) saturate(100%) invert(99%) sepia(97%) saturate(13%) hue-rotate(211deg) brightness(104%) contrast(100%);
}

.ContentAiPortfolio .filtre .left-filtre .filtre-all:hover::before {
  transform: translate3d(-50%, -25%, 0) scaleX(1);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.ContentAiPortfolio .filtre .left-filtre .filtre-all:hover::after {
  transform: translateZ(0);
  transition-delay: 0.3s;
  transition-duration: 0.05s;
  transition-timing-function: linear;
}

.ContentAiPortfolio .filtre .left-filtre .list-dropdown {
  background-color: white;
  border: 1px solid #F3F3F3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 40px;
  min-width: 135px;
  position: relative;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
  width: auto;
}

.ContentAiPortfolio .filtre .left-filtre .list-dropdown span {
  align-items: center;
  color: black;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-weight: 400;
  height: 38px;
  line-height: 38px;
  gap: 14px;
  padding: 0 20px;
  position: relative;
  user-select: none;
  vertical-align: top;
}

.ContentAiPortfolio .filtre .left-filtre .list-dropdown span::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #D9D9D9;
  content: '';
  height: 8px;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
  width: 10px;
}

.ContentAiPortfolio .filtre .left-filtre .list-dropdown .list-box-dropdown {
  background-color: white;
  border: 1px solid #F3F3F3;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
  display: none;
  height: auto;
  left: -1px;
  position: absolute;
  top: calc(100% + 5px);
  width: calc(100% + 2px);
  z-index: 20;
}

.ContentAiPortfolio .filtre .left-filtre .list-dropdown .list-box-dropdown ul {
  display: flex;
  flex-direction: column;
  margin: 16px 0 11px;
  width: 100%;
}

.ContentAiPortfolio .filtre .left-filtre .list-dropdown .list-box-dropdown ul li {
  background-color: white;
  cursor: pointer;
  color: black;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  height: 28px;
  line-height: 28px;
  justify-content: center;
  padding: 0 10px;
  position: relative;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
  width: 100%;
}

.ContentAiPortfolio .filtre .left-filtre .list-dropdown .list-box-dropdown ul li:hover {
  background-color: #F3F3F3;
}

.ContentAiPortfolio .filtre .left-filtre .list-dropdown .list-box-dropdown ul li .checkbox {
  color: black;
  cursor: pointer;
  height: 18px;
  line-height: 18px;
  position: relative;
  padding-left: 30px;
  user-select: none;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  z-index: 2;
}

.ContentAiPortfolio .filtre .left-filtre .list-dropdown .list-box-dropdown ul li .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.ContentAiPortfolio .filtre .left-filtre .list-dropdown .list-box-dropdown ul li .checkbox .checkmark {
  background-color: white;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border: 1px solid #C7C7CC;
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
}

.ContentAiPortfolio .filtre .left-filtre .list-dropdown .list-box-dropdown ul li .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.ContentAiPortfolio .filtre .left-filtre .list-dropdown .list-box-dropdown ul li .checkbox input:checked ~ .checkmark {
  background-color: #1F71DE;
  border: 1px solid #1F71DE;
}

.ContentAiPortfolio .filtre .left-filtre .list-dropdown .list-box-dropdown ul li .checkbox input:checked ~ .checkmark:after {
  display: block;
}

.ContentAiPortfolio .filtre .left-filtre .list-dropdown .list-box-dropdown ul li .checkbox .checkmark:after {
  border: solid white;
  border-width: 0 2px 2px 0;
  height: 10px;
  left: 6px;
  top: 1px;
  transform: rotate(45deg);
  width: 5px;
}

.ContentAiPortfolio .filtre .left-filtre .list-dropdown:hover {
  border: 1px solid #818285;
}

.ContentAiPortfolio .filtre .left-filtre .list-dropdown:hover span::after {
  border-top-color: #818285;
}

.ContentAiPortfolio .filtre .left-filtre .list-dropdown.active {
  border: 1px solid #818285;
}

.ContentAiPortfolio .filtre .left-filtre .list-dropdown.active span::after {
  border-top-color: #818285;
  transform: rotate(180deg);
}

.ContentAiPortfolio .filtre .right-filtre {
  display: flex;
  flex-direction: row;
}

.ContentAiPortfolio .filtre .right-filtre .search-filtre {
  display: flex;
  flex-direction: column;
  position: relative;
}

.ContentAiPortfolio .filtre .right-filtre .search-filtre::before, .ContentAiPortfolio .filtre .right-filtre .search-filtre::after {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  filter: brightness(0) saturate(100%) invert(0%) sepia(90%) saturate(7459%) hue-rotate(59deg) brightness(105%) contrast(111%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ContentAiPortfolio .filtre .right-filtre .search-filtre::before {
  background-image: url("../img/icons/search.svg");
  height: 12px;
  left: 20px;
  width: 12px;
}

.ContentAiPortfolio .filtre .right-filtre .search-filtre::after {
  background-image: url("../img/icons/right-arrow-1.svg");
  height: 8px;
  right: 18px;
  width: 12px;
}

.ContentAiPortfolio .filtre .right-filtre .search-filtre .form-control {
  background-color: white;
  border: 1px solid #F3F3F3;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  color: #BCBEC0;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  padding: 0 53px;
  width: 480px;
}

.ContentAiPortfolio .filtre .right-filtre .search-filtre .form-control::-webkit-input-placeholder {
  color: #BCBEC0;
  opacity: 0.8;
}

.ContentAiPortfolio .filtre .right-filtre .search-filtre .form-control::-moz-placeholder {
  color: #BCBEC0;
  opacity: 0.8;
}

.ContentAiPortfolio .filtre .right-filtre .search-filtre .form-control:-ms-input-placeholder {
  color: #BCBEC0;
  opacity: 0.8;
}

.ContentAiPortfolio .filtre .right-filtre .search-filtre .form-control:-moz-placeholder {
  color: #BCBEC0;
  opacity: 0.8;
}

.ContentAiPortfolio .filtre .right-filtre .search-filtre .form-control:focus {
  border: 1px solid rgba(21, 70, 181, 0.8);
}

.ContentAiPortfolio .filtre .right-filtre .search-filtre:focus-within::before, .ContentAiPortfolio .filtre .right-filtre .search-filtre:focus-within::after {
  filter: brightness(0) saturate(100%) invert(18%) sepia(79%) saturate(3083%) hue-rotate(218deg) brightness(88%) contrast(90%);
}

.ContentAiPortfolio .number-show {
  color: black;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin: 20px 0 0;
}

.ContentAiPortfolio .filtre-show {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin: 12px 0 0;
}

.ContentAiPortfolio .filtre-show .filtre-cat {
  align-items: center;
  background-color: #F3F3F3;
  color: black;
  display: flex;
  flex-direction: row;
  font-size: 12px;
  font-weight: 400;
  gap: 10px;
  height: 30px;
  line-height: 1.2;
  padding: 0 10px;
}

.ContentAiPortfolio .filtre-show .filtre-cat .fermer {
  background-color: #D9D9D9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  cursor: pointer;
  height: 14px;
  overflow: hidden;
  position: relative;
  width: 14px;
}

.ContentAiPortfolio .filtre-show .filtre-cat .fermer::after {
  background-color: #1546B5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  transition: width 0.3s ease, height 0.3s ease;
  width: 0;
  z-index: 1;
}

.ContentAiPortfolio .filtre-show .filtre-cat .fermer::before {
  background-image: url("../img/icons/close.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  filter: brightness(0) saturate(100%) invert(100%) sepia(91%) saturate(38%) hue-rotate(321deg) brightness(110%) contrast(110%);
  height: 8px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 8px;
  z-index: 2;
}

.ContentAiPortfolio .filtre-show .filtre-cat .fermer:hover::after {
  height: 100%;
  width: 100%;
}

.ContentAiPortfolio .filtre-show .clear {
  cursor: pointer;
  color: #1546B5;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-left: 10px;
  transition: color 0.3s ease;
  text-decoration: underline;
}

.ContentAiPortfolio .filtre-show .clear:hover {
  color: #EF6753;
}

.ContentAiPortfolio .no-results {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin: 151px 0;
  text-align: center;
  width: 100%;
}

.ContentAiPortfolio .content-products {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0 0;
  width: 100%;
}

.ContentAiPortfolio .content-products .item {
  background-color: white;
  border: 1px solid #F3F3F3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 358px;
  padding: 30px 24px 30px 30px;
  position: relative;
  transition: background-color 0.3s ease;
  width: calc((100% - (20px * 3)) / 4);
}

.ContentAiPortfolio .content-products .item .top-item {
  display: flex;
  flex-direction: column;
}

.ContentAiPortfolio .content-products .item .top-item .ligne {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.ContentAiPortfolio .content-products .item .top-item .ligne .icons {
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: 80px;
  overflow: hidden;
  justify-content: center;
  position: relative;
  width: 80px;
}

.ContentAiPortfolio .content-products .item .top-item .ligne .icons img {
  height: 50px;
  transition: filter 0.1s cubic-bezier(0.1, 0, 0.3, 1);
  position: relative;
  z-index: 2;
}

.ContentAiPortfolio .content-products .item .top-item .ligne .icons::after {
  background-color: #EF6753;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  transition: width 0.3s ease, height 0.3s ease;
  width: 0;
  z-index: 1;
}

.ContentAiPortfolio .content-products .item .top-item .ligne .img {
  width: 100px;
}

.ContentAiPortfolio .content-products .item .top-item .ligne .img img {
  width: 100%;
}

.ContentAiPortfolio .content-products .item .top-item h1 {
  color: black;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 15px;
}

.ContentAiPortfolio .content-products .item .top-item p {
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 12px;
}

.ContentAiPortfolio .content-products .item .bottom-item {
  align-items: self-end;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.ContentAiPortfolio .content-products .item .bottom-item .details {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.ContentAiPortfolio .content-products .item .bottom-item .details .subspecialtie {
  display: flex;
  flex-direction: row;
}

.ContentAiPortfolio .content-products .item .bottom-item .details .subspecialtie .name {
  align-items: center;
  background-color: #F3F3F3;
  color: black;
  display: flex;
  font-size: 10px;
  font-weight: 400;
  height: 24px;
  line-height: 1.2;
  padding: 0 14px;
}

.ContentAiPortfolio .content-products .item .bottom-item .details .clearance {
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.ContentAiPortfolio .content-products .item .bottom-item .details .clearance .name {
  align-items: center;
  background-color: white;
  border: 1px solid #F3F3F3;
  color: black;
  display: flex;
  font-size: 10px;
  font-weight: 400;
  height: 24px;
  line-height: 1.2;
  padding: 0 6px;
  min-width: 34px;
  width: auto;
}

.ContentAiPortfolio .content-products .item .bottom-item .arrow {
  background-image: url("../img/icons/right-up-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  filter: brightness(0) saturate(100%) invert(82%) sepia(19%) saturate(2%) hue-rotate(314deg) brightness(113%) contrast(76%);
  height: 15px;
  margin: 0 6px 5px 0;
  position: relative;
  transition: filter 0.1s cubic-bezier(0.1, 0, 0.3, 1);
  width: 15px;
}

.ContentAiPortfolio .content-products .item:hover {
  background-color: #FAFAFA;
}

.ContentAiPortfolio .content-products .item:hover .top-item .ligne .icons img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(280deg) brightness(106%) contrast(101%);
}

.ContentAiPortfolio .content-products .item:hover .top-item .ligne .icons::after {
  height: calc(100% + 2px);
  width: calc(100% + 2px);
}

.ContentAiPortfolio .content-products .item:hover .bottom-item .arrow {
  filter: brightness(0) saturate(100%) invert(56%) sepia(5%) saturate(201%) hue-rotate(187deg) brightness(90%) contrast(86%);
}

.BannerKnowledgeCenter {
  background-color: #1546B5;
  background-image: url("../img/hero-banner/pic-knowledge-center.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  height: 290px;
  padding: 0 83px 0 30px;
  width: 100%;
}

.BannerKnowledgeCenter h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.BannerKnowledgeCenter .Text {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.BannerKnowledgeCenter .Text h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  width: 296px;
}

.BannerKnowledgeCenter .Text p {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  width: 786px;
}

.ContentKnowledgeCenter {
  display: flex;
  flex-direction: column;
  padding: 0 30px 80px;
}

.ContentKnowledgeCenter .text-search {
  color: #818285;
  display: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin: 20px 0 0;
}

.ContentKnowledgeCenter .text-search span {
  color: black;
}

.ContentKnowledgeCenter .no-results {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin: 151px 0;
  text-align: center;
  width: 100%;
}

.ContentKnowledgeCenter .nav {
  color: black;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  gap: 4px;
  margin: 36px 0 30px;
}

.ContentKnowledgeCenter .nav a {
  color: black;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
}

.ContentKnowledgeCenter .nav a.active {
  color: #1546B5;
}

.ContentKnowledgeCenter .nav a:hover {
  color: #1546B5;
}

.ContentKnowledgeCenter .filtre {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.ContentKnowledgeCenter .filtre .left-filtre {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-all {
  align-items: center;
  background-color: #F3F3F3;
  color: black;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 1.2;
  justify-content: center;
  gap: 20px;
  overflow: hidden;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
  padding: 0 21px;
  position: relative;
  width: auto;
  will-change: transform;
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-all::after, .ContentKnowledgeCenter .filtre .left-filtre .filtre-all::before {
  background: #1546B5;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-all::before {
  border-radius: 50%;
  height: 0;
  left: 50%;
  min-height: 150px;
  min-width: 150px;
  padding-bottom: 130%;
  top: 0;
  transform: translate3d(-50%, 68%, 0) scale3d(0, 0, 0);
  width: 130%;
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-all::after {
  transform: translate3d(0, -105%, 0);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-all span {
  position: relative;
  z-index: 2;
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-all .arrow {
  background-image: url("../img/icons/right-arrow-1.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 8px;
  position: relative;
  transition: filter 0.1s cubic-bezier(0.1, 0, 0.3, 1);
  width: 12px;
  z-index: 2;
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-all:hover {
  color: white;
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-all:hover .arrow {
  filter: brightness(0) saturate(100%) invert(99%) sepia(97%) saturate(13%) hue-rotate(211deg) brightness(104%) contrast(100%);
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-all:hover::before {
  transform: translate3d(-50%, -25%, 0) scaleX(1);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-all:hover::after {
  transform: translateZ(0);
  transition-delay: 0.3s;
  transition-duration: 0.05s;
  transition-timing-function: linear;
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-all.active {
  color: white;
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-all.active .arrow {
  filter: brightness(0) saturate(100%) invert(99%) sepia(97%) saturate(13%) hue-rotate(211deg) brightness(104%) contrast(100%);
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-all.active::before {
  transform: translate3d(-50%, -25%, 0) scaleX(1);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-all.active::after {
  transform: translateZ(0);
  transition-delay: 0.3s;
  transition-duration: 0.05s;
  transition-timing-function: linear;
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-unit {
  align-items: center;
  background-color: transparent;
  border: 1px solid #F3F3F3;
  color: black;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 1.2;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
  padding: 0 15px;
  position: relative;
  width: auto;
  will-change: transform;
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-unit::after, .ContentKnowledgeCenter .filtre .left-filtre .filtre-unit::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-unit::before {
  border-radius: 50%;
  height: 0;
  left: 50%;
  min-height: 150px;
  min-width: 150px;
  padding-bottom: 130%;
  top: 0;
  transform: translate3d(-50%, 68%, 0) scale3d(0, 0, 0);
  width: 130%;
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-unit::after {
  transform: translate3d(0, -105%, 0);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-unit span {
  position: relative;
  z-index: 2;
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-unit .icons {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  transition: filter 0.1s cubic-bezier(0.1, 0, 0.3, 1);
  z-index: 2;
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-unit .arrow {
  background-image: url("../img/icons/right-arrow-1.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 8px;
  position: relative;
  transition: filter 0.1s cubic-bezier(0.1, 0, 0.3, 1);
  width: 12px;
  z-index: 2;
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-unit.news::after, .ContentKnowledgeCenter .filtre .left-filtre .filtre-unit.news::before {
  background: #1546B5;
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-unit.news .icons {
  background-image: url("../img/icons/discover/news-1.svg");
  height: 18px;
  width: 18px;
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-unit.press::after, .ContentKnowledgeCenter .filtre .left-filtre .filtre-unit.press::before {
  background: #A666A7;
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-unit.press .icons {
  background-image: url("../img/icons/discover/press-1.svg");
  height: 18px;
  width: 19px;
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-unit.case::after, .ContentKnowledgeCenter .filtre .left-filtre .filtre-unit.case::before {
  background: #F5AB34;
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-unit.case .icons {
  background-image: url("../img/icons/discover/case.svg");
  height: 18px;
  width: 19px;
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-unit.blog::after, .ContentKnowledgeCenter .filtre .left-filtre .filtre-unit.blog::before {
  background: #EF6753;
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-unit.blog .icons {
  background-image: url("../img/icons/discover/blog-1.svg");
  height: 18px;
  width: 18px;
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-unit.active {
  color: white;
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-unit.active .icons {
  filter: brightness(0) saturate(100%) invert(99%) sepia(97%) saturate(13%) hue-rotate(211deg) brightness(104%) contrast(100%);
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-unit.active .arrow {
  filter: brightness(0) saturate(100%) invert(99%) sepia(97%) saturate(13%) hue-rotate(211deg) brightness(104%) contrast(100%);
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-unit.active::before {
  transform: translate3d(-50%, -25%, 0) scaleX(1);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-unit.active::after {
  transform: translateZ(0);
  transition-delay: 0.3s;
  transition-duration: 0.05s;
  transition-timing-function: linear;
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-unit:hover {
  color: white;
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-unit:hover .icons {
  filter: brightness(0) saturate(100%) invert(99%) sepia(97%) saturate(13%) hue-rotate(211deg) brightness(104%) contrast(100%);
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-unit:hover .arrow {
  filter: brightness(0) saturate(100%) invert(99%) sepia(97%) saturate(13%) hue-rotate(211deg) brightness(104%) contrast(100%);
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-unit:hover::before {
  transform: translate3d(-50%, -25%, 0) scaleX(1);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.ContentKnowledgeCenter .filtre .left-filtre .filtre-unit:hover::after {
  transform: translateZ(0);
  transition-delay: 0.3s;
  transition-duration: 0.05s;
  transition-timing-function: linear;
}

.ContentKnowledgeCenter .filtre .right-filtre {
  display: flex;
  flex-direction: row;
}

.ContentKnowledgeCenter .filtre .right-filtre .search-filtre {
  display: flex;
  flex-direction: column;
  position: relative;
}

.ContentKnowledgeCenter .filtre .right-filtre .search-filtre::before, .ContentKnowledgeCenter .filtre .right-filtre .search-filtre::after {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  filter: brightness(0) saturate(100%) invert(0%) sepia(90%) saturate(7459%) hue-rotate(59deg) brightness(105%) contrast(111%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ContentKnowledgeCenter .filtre .right-filtre .search-filtre::before {
  background-image: url("../img/icons/search.svg");
  height: 12px;
  left: 20px;
  width: 12px;
}

.ContentKnowledgeCenter .filtre .right-filtre .search-filtre::after {
  background-image: url("../img/icons/right-arrow-1.svg");
  height: 8px;
  right: 18px;
  width: 12px;
}

.ContentKnowledgeCenter .filtre .right-filtre .search-filtre .form-control {
  background-color: white;
  border: 1px solid #F3F3F3;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  color: #BCBEC0;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  padding: 0 53px;
  width: 480px;
}

.ContentKnowledgeCenter .filtre .right-filtre .search-filtre .form-control::-webkit-input-placeholder {
  color: #BCBEC0;
  opacity: 0.8;
}

.ContentKnowledgeCenter .filtre .right-filtre .search-filtre .form-control::-moz-placeholder {
  color: #BCBEC0;
  opacity: 0.8;
}

.ContentKnowledgeCenter .filtre .right-filtre .search-filtre .form-control:-ms-input-placeholder {
  color: #BCBEC0;
  opacity: 0.8;
}

.ContentKnowledgeCenter .filtre .right-filtre .search-filtre .form-control:-moz-placeholder {
  color: #BCBEC0;
  opacity: 0.8;
}

.ContentKnowledgeCenter .filtre .right-filtre .search-filtre .form-control:focus {
  border: 1px solid rgba(21, 70, 181, 0.8);
}

.ContentKnowledgeCenter .filtre .right-filtre .search-filtre:focus-within::before, .ContentKnowledgeCenter .filtre .right-filtre .search-filtre:focus-within::after {
  filter: brightness(0) saturate(100%) invert(18%) sepia(79%) saturate(3083%) hue-rotate(218deg) brightness(88%) contrast(90%);
}

.ContentKnowledgeCenter .content-knowledge-center {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  margin: 30px 0 0;
}

.ContentKnowledgeCenter .content-knowledge-center .item-first {
  border: 1px solid #D9D9D9;
  color: black;
  display: flex;
  flex-wrap: wrap;
  height: 462px;
  line-height: 1.2;
  justify-content: space-between;
  padding: 30px;
  position: relative;
  transition: background-color 0.3s ease;
  width: 100%;
}

.ContentKnowledgeCenter .content-knowledge-center .item-first .img {
  background-color: #2B2C44;
  height: 402px;
  width: 680px;
}

.ContentKnowledgeCenter .content-knowledge-center .item-first .img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.ContentKnowledgeCenter .content-knowledge-center .item-first .Text {
  display: flex;
  flex-direction: column;
  width: calc(100% - (680px + 88px));
}

.ContentKnowledgeCenter .content-knowledge-center .item-first .Text .box-details {
  display: flex;
  flex-direction: column;
}

.ContentKnowledgeCenter .content-knowledge-center .item-first .Text .box-details h2 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}

.ContentKnowledgeCenter .content-knowledge-center .item-first .Text .box-details h1 {
  font-size: 34px;
  font-weight: 300;
  height: 146px;
}

.ContentKnowledgeCenter .content-knowledge-center .item-first .Text .box-details p {
  font-size: 16px;
  font-weight: 300;
  height: 155px;
}

.ContentKnowledgeCenter .content-knowledge-center .item-first .Text .box-title {
  display: flex;
  flex-direction: column;
  margin: 11px 0 0;
}

.ContentKnowledgeCenter .content-knowledge-center .item-first .Text .box-title .name {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0 12px;
}

.ContentKnowledgeCenter .content-knowledge-center .item-first .Text .box-title .name .icons {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  filter: brightness(0) saturate(100%) invert(0%) sepia(7%) saturate(27%) hue-rotate(287deg) brightness(92%) contrast(104%);
  height: 26px;
  width: 26px;
}

.ContentKnowledgeCenter .content-knowledge-center .item-first .Text .box-title .name .icons.article {
  background-image: url("../img/icons/discover/blog.svg");
}

.ContentKnowledgeCenter .content-knowledge-center .item-first .Text .box-title .name .icons.news {
  background-image: url("../img/icons/discover/news-1.svg");
}

.ContentKnowledgeCenter .content-knowledge-center .item-first .Text .box-title .name .icons.press {
  background-image: url("../img/icons/discover/press-1.svg");
  height: 27px;
}

.ContentKnowledgeCenter .content-knowledge-center .item-first .Text .box-title .name .icons.blog {
  background-image: url("../img/icons/discover/article.svg");
}

.ContentKnowledgeCenter .content-knowledge-center .item-first .Text .box-title .name h3 {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-weight: 400;
  gap: 12px;
}

.ContentKnowledgeCenter .content-knowledge-center .item-first .Text .box-title .name h3::before {
  background-color: #EF6753;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: '';
  height: 10px;
  width: 10px;
}

.ContentKnowledgeCenter .content-knowledge-center .item-first .Text .box-title .name h3.article::before {
  background-color: #F5AB34;
}

.ContentKnowledgeCenter .content-knowledge-center .item-first .Text .box-title .name h3.news::before {
  background-color: #1546B5;
}

.ContentKnowledgeCenter .content-knowledge-center .item-first .Text .box-title .name h3.press::before {
  background-color: #A666A7;
}

.ContentKnowledgeCenter .content-knowledge-center .item-first .Text .box-title .name h3.blog::before {
  background-color: #EF6753;
}

.ContentKnowledgeCenter .content-knowledge-center .item-first:hover {
  background-color: #FAFAFA;
}

.ContentKnowledgeCenter .content-knowledge-center .item {
  border: 1px solid #D9D9D9;
  color: black;
  display: flex;
  flex-direction: column;
  height: 475px;
  line-height: 1.2;
  justify-content: space-between;
  padding: 30px 32px;
  position: relative;
  transition: background-color 0.3s ease;
  width: calc((100% - 40px) / 3);
}

.ContentKnowledgeCenter .content-knowledge-center .item .box-details {
  display: flex;
  flex-direction: column;
}

.ContentKnowledgeCenter .content-knowledge-center .item .box-details .img {
  background-color: #2B2C44;
  height: 220px;
  margin-bottom: 30px;
  width: 100%;
}

.ContentKnowledgeCenter .content-knowledge-center .item .box-details .img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.ContentKnowledgeCenter .content-knowledge-center .item .box-details h2 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}

.ContentKnowledgeCenter .content-knowledge-center .item .box-details h1 {
  font-size: 18px;
  font-weight: 500;
}

.ContentKnowledgeCenter .content-knowledge-center .item .box-details p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}

.ContentKnowledgeCenter .content-knowledge-center .item .box-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.ContentKnowledgeCenter .content-knowledge-center .item .box-title .name {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0 12px;
}

.ContentKnowledgeCenter .content-knowledge-center .item .box-title .name .icons {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  filter: brightness(0) saturate(100%) invert(0%) sepia(7%) saturate(27%) hue-rotate(287deg) brightness(92%) contrast(104%);
  height: 26px;
  width: 26px;
}

.ContentKnowledgeCenter .content-knowledge-center .item .box-title .name .icons.article {
  background-image: url("../img/icons/discover/blog.svg");
}

.ContentKnowledgeCenter .content-knowledge-center .item .box-title .name .icons.news {
  background-image: url("../img/icons/discover/news-1.svg");
}

.ContentKnowledgeCenter .content-knowledge-center .item .box-title .name .icons.press {
  background-image: url("../img/icons/discover/press-1.svg");
  height: 27px;
}

.ContentKnowledgeCenter .content-knowledge-center .item .box-title .name .icons.blog {
  background-image: url("../img/icons/discover/article.svg");
}

.ContentKnowledgeCenter .content-knowledge-center .item .box-title .name h3 {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-weight: 400;
  gap: 12px;
}

.ContentKnowledgeCenter .content-knowledge-center .item .box-title .name h3::before {
  background-color: #EF6753;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: '';
  height: 10px;
  width: 10px;
}

.ContentKnowledgeCenter .content-knowledge-center .item .box-title .name h3.article::before {
  background-color: #F5AB34;
}

.ContentKnowledgeCenter .content-knowledge-center .item .box-title .name h3.news::before {
  background-color: #1546B5;
}

.ContentKnowledgeCenter .content-knowledge-center .item .box-title .name h3.press::before {
  background-color: #A666A7;
}

.ContentKnowledgeCenter .content-knowledge-center .item .box-title .name h3.blog::before {
  background-color: #EF6753;
}

.ContentKnowledgeCenter .content-knowledge-center .item .box-title .arrow {
  background-image: url("../img/icons/right-up-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 15px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(74%) saturate(778%) hue-rotate(177deg) brightness(83%) contrast(82%);
  transition: filter 0.1s cubic-bezier(0.1, 0, 0.3, 1);
  width: 16px;
}

.ContentKnowledgeCenter .content-knowledge-center .item:hover {
  background-color: #FAFAFA;
}

.ContentKnowledgeCenter .content-knowledge-center .item:hover .box-title .arrow {
  filter: brightness(0) saturate(100%) invert(19%) sepia(100%) saturate(3074%) hue-rotate(221deg) brightness(74%) contrast(88%);
}

.ContentKnowledgeCenter .box-button {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 30px 0 0;
}

.ContentKnowledgeCenter .box-button a {
  align-items: center;
  background-color: white;
  border: 1px solid #D9D9D9;
  color: black;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-weight: 400;
  height: 80px;
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
  padding: 0 29px;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
  width: auto;
  will-change: transform;
}

.ContentKnowledgeCenter .box-button a::after, .ContentKnowledgeCenter .box-button a::before {
  background: #1546B5;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.ContentKnowledgeCenter .box-button a::before {
  border-radius: 50%;
  height: 0;
  left: 50%;
  min-height: 150px;
  min-width: 150px;
  padding-bottom: 130%;
  top: 0;
  transform: translate3d(-50%, 68%, 0) scale3d(0, 0, 0);
  width: 130%;
}

.ContentKnowledgeCenter .box-button a::after {
  transform: translate3d(0, -105%, 0);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.ContentKnowledgeCenter .box-button a span {
  position: relative;
  z-index: 2;
}

.ContentKnowledgeCenter .box-button a i {
  background-image: url("../img/icons/right-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 12px;
  position: relative;
  transition: filter 0.1s cubic-bezier(0.1, 0, 0.3, 1);
  width: 13px;
  z-index: 2;
}

.ContentKnowledgeCenter .box-button a:hover {
  border: 1px solid #1546B5;
  color: white;
}

.ContentKnowledgeCenter .box-button a:hover i {
  filter: brightness(0) saturate(100%) invert(99%) sepia(97%) saturate(13%) hue-rotate(211deg) brightness(104%) contrast(100%);
}

.ContentKnowledgeCenter .box-button a:hover::before {
  transform: translate3d(-50%, -25%, 0) scaleX(1);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.ContentKnowledgeCenter .box-button a:hover::after {
  transform: translateZ(0);
  transition-delay: 0.3s;
  transition-duration: 0.05s;
  transition-timing-function: linear;
}

.ContentContact {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.ContentContact .box {
  display: flex;
  flex-direction: column;
}

.ContentContact .box:nth-child(1) {
  padding: 0 166px 0 30px;
  width: 486px;
}

.ContentContact .box:nth-child(2) {
  background-color: #F3F3F3;
  padding: 104px 144px 109px 114px;
  width: calc(100% - 486px);
}

.ContentContact .box .nav {
  color: black;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  gap: 4px;
  margin: 27px 0 60px;
}

.ContentContact .box .nav a {
  color: black;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
}

.ContentContact .box .nav a.active {
  color: #1546B5;
}

.ContentContact .box .nav a:hover {
  color: #1546B5;
}

.ContentContact .box h1 {
  color: black;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
}

.ContentContact .box h2 {
  color: black;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 38px;
  gap: 0 12px;
}

.ContentContact .box h2::before {
  background-image: url("../img/icons/phone.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(4009%) hue-rotate(327deg) brightness(90%) contrast(95%);
  height: 22px;
  margin-top: 6px;
  width: 20px;
}

.ContentContact .box h2 a {
  color: black;
}

.ContentContact .box h3 {
  align-items: center;
  color: black;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  gap: 0 12px;
  margin-top: 28px;
}

.ContentContact .box h3::before {
  background-image: url("../img/icons/mail.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(4009%) hue-rotate(327deg) brightness(90%) contrast(95%);
  height: 16px;
  width: 24px;
}

.ContentContact .box h3 a {
  color: black;
}

.ContentContact .box h4 {
  color: black;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 46px;
  gap: 0 17px;
}

.ContentContact .box h4::before {
  background-image: url("../img/icons/adresse.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(4009%) hue-rotate(327deg) brightness(90%) contrast(95%);
  height: 24px;
  margin-top: 3px;
  width: 19px;
}

.ContentContact .box p {
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 46px;
}

.ContentContact .box hr {
  background-color: #D9D9D9;
  border: 0 none;
  height: 1px;
  margin: 0 !important;
  width: 100%;
}

.ContentContact .box hr.m-1 {
  margin-top: 44px !important;
}

.ContentContact .box hr.m-2 {
  margin-top: 34px !important;
}

.ContentContact .box hr.m-3 {
  margin-top: 36px !important;
}

.ContentContact .box .form {
  display: flex;
  flex-wrap: wrap;
  margin: 54px 0 0;
  justify-content: space-between;
  gap: 20px 0;
}

.ContentContact .box .form .form-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.ContentContact .box .form .form-group.w-demi {
  width: calc((100% - 20px) / 2);
}

.ContentContact .box .form .form-group.w-demi-1 {
  margin-top: 6px;
  width: 242px;
}

.ContentContact .box .form .form-group.mb-1 {
  margin-bottom: 20px !important;
}

.ContentContact .box .form .form-group .form-control {
  background-color: white;
  border: 1px solid #D9D9D9;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  color: #818285;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  padding: 0 0 0 23px;
}

.ContentContact .box .form .form-group .form-control::-webkit-input-placeholder {
  color: #818285;
  opacity: 0.8;
}

.ContentContact .box .form .form-group .form-control::-moz-placeholder {
  color: #818285;
  opacity: 0.8;
}

.ContentContact .box .form .form-group .form-control:-ms-input-placeholder {
  color: #818285;
  opacity: 0.8;
}

.ContentContact .box .form .form-group .form-control:-moz-placeholder {
  color: #818285;
  opacity: 0.8;
}

.ContentContact .box .form .form-group .form-control:focus {
  border: 1px solid rgba(21, 70, 181, 0.8);
}

.ContentContact .box .form .form-group textarea.form-control {
  height: 120px;
  resize: none;
  padding: 15px 23px;
}

.ContentContact .box .form .form-group .checkbox {
  color: black;
  cursor: pointer;
  height: 24px;
  line-height: 24px;
  position: relative;
  padding-left: 43px;
  user-select: none;
  width: 100%;
  z-index: 2;
}

.ContentContact .box .form .form-group .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.ContentContact .box .form .form-group .checkbox .checkmark {
  background-color: white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 1px solid #D9D9D9;
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
}

.ContentContact .box .form .form-group .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.ContentContact .box .form .form-group .checkbox input:checked ~ .checkmark:after {
  display: block;
}

.ContentContact .box .form .form-group .checkbox .checkmark:after {
  background-color: #EF6753;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
}

.ContentContact .box .form button {
  align-items: center;
  background-color: #1546B5;
  border: 0 none;
  color: white;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-weight: 400;
  height: 78px;
  justify-content: center;
  gap: 0 20px;
  margin-top: 10px;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
  width: 208px;
  will-change: transform;
}

.ContentContact .box .form button::after, .ContentContact .box .form button::before {
  background: white;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.ContentContact .box .form button::before {
  border-radius: 50%;
  height: 0;
  left: 50%;
  min-height: 150px;
  min-width: 150px;
  padding-bottom: 130%;
  top: 0;
  transform: translate3d(-50%, 68%, 0) scale3d(0, 0, 0);
  width: 130%;
}

.ContentContact .box .form button::after {
  transform: translate3d(0, -105%, 0);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.ContentContact .box .form button span {
  position: relative;
  z-index: 2;
}

.ContentContact .box .form button i {
  background-image: url("../img/icons/right-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 12px;
  position: relative;
  transition: filter 0.1s cubic-bezier(0.1, 0, 0.3, 1);
  filter: brightness(0) saturate(100%) invert(99%) sepia(97%) saturate(13%) hue-rotate(211deg) brightness(104%) contrast(100%);
  width: 13px;
  z-index: 2;
}

.ContentContact .box .form button:hover {
  color: black;
}

.ContentContact .box .form button:hover i {
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(22%) hue-rotate(35deg) brightness(94%) contrast(105%);
}

.ContentContact .box .form button:hover::before {
  transform: translate3d(-50%, -25%, 0) scaleX(1);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

.ContentContact .box .form button:hover::after {
  transform: translateZ(0);
  transition-delay: 0.3s;
  transition-duration: 0.05s;
  transition-timing-function: linear;
}

.ContentNews {
  display: flex;
  flex-direction: column;
  padding: 30px 30px 100px;
}

.ContentNews .nav {
  color: black;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  gap: 4px;
}

.ContentNews .nav a {
  color: black;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
}

.ContentNews .nav a.active {
  color: #1546B5;
}

.ContentNews .nav a:hover {
  color: #1546B5;
}

.ContentNews .content-news {
  display: flex;
  flex-direction: column;
  margin: 79px auto 0;
  max-width: 892px;
  width: 100%;
}

.ContentNews .content-news .ligne {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0 32px;
}

.ContentNews .content-news .ligne .name {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0 12px;
}

.ContentNews .content-news .ligne .name .icons {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  filter: brightness(0) saturate(100%) invert(0%) sepia(7%) saturate(27%) hue-rotate(287deg) brightness(92%) contrast(104%);
  height: 26px;
  width: 26px;
}

.ContentNews .content-news .ligne .name .icons.article {
  background-image: url("../img/icons/discover/blog.svg");
}

.ContentNews .content-news .ligne .name .icons.news {
  background-image: url("../img/icons/discover/news-1.svg");
}

.ContentNews .content-news .ligne .name .icons.press {
  background-image: url("../img/icons/discover/press-1.svg");
  height: 27px;
}

.ContentNews .content-news .ligne .name .icons.blog {
  background-image: url("../img/icons/discover/article.svg");
}

.ContentNews .content-news .ligne .name h2 {
  align-items: center;
  color: black;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  gap: 12px;
}

.ContentNews .content-news .ligne .name h2::before {
  background-color: #EF6753;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: '';
  height: 10px;
  width: 10px;
}

.ContentNews .content-news .ligne .name h2.article::before {
  background-color: #F5AB34;
}

.ContentNews .content-news .ligne .name h2.news::before {
  background-color: #1546B5;
}

.ContentNews .content-news .ligne .name h2.press::before {
  background-color: #A666A7;
}

.ContentNews .content-news .ligne .name h2.blog::before {
  background-color: #EF6753;
}

.ContentNews .content-news .ligne .barre {
  background-color: #D9D9D9;
  height: 30px;
  width: 1px;
}

.ContentNews .content-news .ligne .date {
  color: black;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.ContentNews .content-news h1 {
  color: black;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 36px;
}

.ContentNews .content-news .img {
  background-color: #2B2C44;
  height: 526px;
  margin: 40px 0 0;
  position: relative;
  width: 100%;
}

.ContentNews .content-news .img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.ContentNews .content-news p {
  color: black;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 41px;
}

.ContentNews .content-news p span {
  font-weight: 700;
}

.ContentNews .content-news p a {
  color: #1546B5;
  text-decoration: underline;
}

.ContentAiPortfolioDetails {
  display: flex;
  flex-direction: column;
  padding: 27px 30px 0;
}

.ContentAiPortfolioDetails .nav {
  color: black;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  gap: 4px;
}

.ContentAiPortfolioDetails .nav a {
  color: black;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
}

.ContentAiPortfolioDetails .nav a.active {
  color: #1546B5;
}

.ContentAiPortfolioDetails .nav a:hover {
  color: #1546B5;
}

.ContentAiPortfolioDetails .Content {
  display: flex;
  flex-direction: column;
  margin: 40px auto 0;
  width: 1120px;
}

.ContentAiPortfolioDetails .Content .BannerDetails {
  background-color: #F3F3F3;
  display: flex;
  flex-direction: column;
  padding: 50px 114px 0;
}

.ContentAiPortfolioDetails .Content .BannerDetails .ligne-1 {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.ContentAiPortfolioDetails .Content .BannerDetails .ligne-1 a {
  align-items: center;
  color: black;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  gap: 10px;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
}

.ContentAiPortfolioDetails .Content .BannerDetails .ligne-1 a .Arrows {
  background-image: url("../img/icons/left-arrow-1.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 8px;
  transition: filter 0.1s cubic-bezier(0.1, 0, 0.3, 1);
  width: 12px;
}

.ContentAiPortfolioDetails .Content .BannerDetails .ligne-1 a:hover {
  color: #1546B5;
}

.ContentAiPortfolioDetails .Content .BannerDetails .ligne-1 a:hover .Arrows {
  filter: brightness(0) saturate(100%) invert(15%) sepia(95%) saturate(2790%) hue-rotate(220deg) brightness(100%) contrast(90%);
}

.ContentAiPortfolioDetails .Content .BannerDetails .ligne-1 .Logo {
  width: 123px;
}

.ContentAiPortfolioDetails .Content .BannerDetails .ligne-1 .Logo img {
  width: 100%;
}

.ContentAiPortfolioDetails .Content .BannerDetails .ligne-2 {
  align-items: self-end;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0 51px;
  margin: 15px 0 0;
}

.ContentAiPortfolioDetails .Content .BannerDetails .ligne-2 .BoxDetails {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 29px;
}

.ContentAiPortfolioDetails .Content .BannerDetails .ligne-2 .BoxDetails .Icons {
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: 80px;
  overflow: hidden;
  justify-content: center;
  position: relative;
  width: 80px;
}

.ContentAiPortfolioDetails .Content .BannerDetails .ligne-2 .BoxDetails .Icons img {
  height: 50px;
  transition: filter 0.1s cubic-bezier(0.1, 0, 0.3, 1);
  position: relative;
  z-index: 2;
}

.ContentAiPortfolioDetails .Content .BannerDetails .ligne-2 .BoxDetails .Icons::after {
  background-color: #EF6753;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  transition: width 0.3s ease, height 0.3s ease;
  width: 0;
  z-index: 1;
}

.ContentAiPortfolioDetails .Content .BannerDetails .ligne-2 .BoxDetails .Icons:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(280deg) brightness(106%) contrast(101%);
}

.ContentAiPortfolioDetails .Content .BannerDetails .ligne-2 .BoxDetails .Icons:hover::after {
  height: calc(100% + 2px);
  width: calc(100% + 2px);
}

.ContentAiPortfolioDetails .Content .BannerDetails .ligne-2 .BoxDetails .Text {
  color: black;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  line-height: 1.2;
  gap: 18px;
  width: calc(100% - (80px + 29px));
}

.ContentAiPortfolioDetails .Content .BannerDetails .ligne-2 .BoxDetails .Text h1 {
  font-size: 42px;
}

.ContentAiPortfolioDetails .Content .BannerDetails .ligne-2 .BoxDetails .Text p {
  font-size: 20px;
}

.ContentAiPortfolioDetails .Content .BannerDetails .ligne-2 .Boxsubspecialtie {
  background-color: white;
  border: 1px solid #D9D9D9;
  color: black;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 400;
  height: 40px;
  line-height: 1.2;
  justify-content: center;
  padding: 0 20px;
}

.ContentAiPortfolioDetails .Content .BannerDetails .Img {
  margin: 30px 0 0;
  width: 100%;
}

.ContentAiPortfolioDetails .Content .BannerDetails .Img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.ContentAiPortfolioDetails .Content .BannerDetails .BoxVideo {
  background-color: #2B2C44;
  height: 526px;
  margin: 30px 0 0;
  position: relative;
  width: 100%;
}

.ContentAiPortfolioDetails .Content .BannerDetails .BoxVideo::after {
  background-color: white;
  clip-path: polygon(100% 50%, 0% 99%, 0% 1%, 100% 50%);
  content: '';
  height: 88px;
  left: 50%;
  position: absolute;
  transition: background-color 0.3s ease;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
}

.ContentAiPortfolioDetails .Content .Column-1 {
  align-items: center;
  color: black;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  line-height: 1.2;
  gap: 20px 0;
  padding: 50px 0 40px;
  position: relative;
}

.ContentAiPortfolioDetails .Content .Column-1 h1 {
  font-size: 20px;
}

.ContentAiPortfolioDetails .Content .Column-1 .BoxClearance {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.ContentAiPortfolioDetails .Content .Column-1 .BoxClearance .name {
  align-items: center;
  background-color: #F3F3F3;
  border: 1px solid #D9D9D9;
  display: flex;
  font-size: 14px;
  height: 38px;
  padding: 0 20px;
  text-transform: uppercase;
}

.ContentAiPortfolioDetails .Content .Column-1.bg-grey {
  background-color: #F3F3F3;
}

.ContentAiPortfolioDetails .Content .Column-1.bg-grey::before, .ContentAiPortfolioDetails .Content .Column-1.bg-grey::after {
  background-color: #F3F3F3;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  width: 30px;
}

.ContentAiPortfolioDetails .Content .Column-1.bg-grey::before {
  left: -30px;
}

.ContentAiPortfolioDetails .Content .Column-1.bg-grey::after {
  right: -30px;
}

.ContentAiPortfolioDetails .Content .Column-1.bg-grey .BoxClearance .name {
  background-color: white;
}

.ContentAiPortfolioDetails .Content .Column-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0;
}

.ContentAiPortfolioDetails .Content .Column-2 .Img {
  background-color: #2B2C44;
  display: flex;
  flex-direction: column;
  height: 350px;
  margin-top: 11px;
  width: 550px;
}

.ContentAiPortfolioDetails .Content .Column-2 .Text {
  color: black;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  gap: 8px;
  width: 517px;
}

.ContentAiPortfolioDetails .Content .Column-2 .Text h1 {
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 15px;
}

.ContentAiPortfolioDetails .Content .Column-2 .Text h2 {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 11px;
}

.ContentAiPortfolioDetails .Content .Column-2 .Text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.ContentAiPortfolioDetails .Content .Column-2 .Text p span {
  font-size: 22px;
  font-weight: 500;
}

.ContentAiPortfolioDetails .Content .Column-2.Inverse .Img {
  order: 2;
}

.ContentAiPortfolioDetails .Content .Column-2.Inverse .Text {
  order: 1;
}

.ContentAiPortfolioDetails .Content .Column-3 {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  padding: 40px 0;
}

.ContentAiPortfolioDetails .Content .Column-3 h1 {
  color: black;
  font-size: 22px;
  font-weight: 22px;
  line-height: 1.2;
  text-align: center;
}

.ContentAiPortfolioDetails .Content .Column-3 .ColImg {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}

.ContentAiPortfolioDetails .Content .Column-3 .ColImg .Img {
  background-color: #2B2C44;
  height: 170px;
  width: calc((100% - (20px * 4)) / 5);
}

.ContentAiPortfolioDetails .Content .Column-4 {
  color: black;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  padding: 40px 114px;
}

.ContentAiPortfolioDetails .Content .Column-4 h1 {
  font-size: 32px;
  font-weight: 500;
}

.ContentAiPortfolioDetails .Content .Column-4 h2 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 28px;
}

.ContentAiPortfolioDetails .Content .Column-4 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 20px;
}

.ContentAiPortfolioDetails .Content .Column-4 .Ligne {
  display: flex;
  flex-direction: row;
  gap: 0 20px;
  margin-top: 40px;
}

.ContentAiPortfolioDetails .Content .Column-4 .Ligne .box {
  display: flex;
  flex-direction: column;
}

.ContentAiPortfolioDetails .Content .Column-4 .Ligne .box h3 {
  font-size: 22px;
  font-weight: 500;
  min-height: 54px;
}

.ContentAiPortfolioDetails .Content .Column-4 .Ligne .box h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 13px;
}

.ContentAiPortfolioDetails .Content .Column-4 .Ligne .box .Img {
  background-color: #2B2C44;
  height: 560px;
  margin-top: 40px;
  width: 100%;
}

.ContentAiPortfolioDetails .Content .Column-4 .Img2 {
  margin: 50px 0 0;
  width: 100%;
}

.ContentAiPortfolioDetails .Content .Column-4 .Img2 img {
  width: 100%;
}

.ContentAiPortfolioDetails .Content .Column-5 {
  color: black;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  padding: 40px 114px;
}

.ContentAiPortfolioDetails .Content .Column-5 h1 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.ContentAiPortfolioDetails .Content .Column-5 h2 {
  font-size: 32px;
  font-weight: 500;
  margin-top: 30px;
}

.ContentAiPortfolioDetails .Content .Column-5 .Ligne {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 0 20px;
}

.ContentAiPortfolioDetails .Content .Column-5 .Ligne .Item {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: calc((100% - (20px * 3)) / 4);
}

.ContentAiPortfolioDetails .Content .Column-5 .Ligne .Item .Icons {
  height: 130px;
  overflow: hidden;
  position: relative;
  width: 130px;
}

.ContentAiPortfolioDetails .Content .Column-5 .Ligne .Item .Icons::before {
  align-items: center;
  background-color: white;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: attr(data-chiffre);
  display: flex;
  font-size: 14px;
  font-weight: 400;
  height: 35px;
  justify-content: center;
  left: 7px;
  position: absolute;
  top: 0;
  width: 35px;
  z-index: 2;
}

.ContentAiPortfolioDetails .Content .Column-5 .Ligne .Item .Icons::after {
  background-color: #F3F3F3;
  clip-path: polygon(32.6% 100%, 6% 77.3%, 0% 42.6%, 17.4% 12%, 50% 0%, 82.6% 12%, 100% 42.6%, 94% 77.3%, 67.3% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.ContentAiPortfolioDetails .Content .Column-5 .Ligne .Item h3 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 14px;
}

.ContentAiPortfolioDetails .Content .Column-5 .Ligne .Item h3 span {
  font-size: 42px;
}

.ContentAiPortfolioDetails .Content .Column-5 .Ligne .Item p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
}

.ContentAiPortfolioDetails .Content .Column-5 .Ligne.Ligne-1 {
  justify-content: center;
}

.ContentAiPortfolioDetails .Content .Column-5 .Ligne.Ligne-1 .Item p {
  text-align: center;
}

.ContentAiPortfolioDetails .Content .Column-5 .List {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 0;
}

.ContentAiPortfolioDetails .Content .Column-5 .List .Item {
  display: flex;
  flex-direction: row;
  gap: 0 20px;
}

.ContentAiPortfolioDetails .Content .Column-5 .List .Item:nth-child(1) {
  width: 342px;
}

.ContentAiPortfolioDetails .Content .Column-5 .List .Item:nth-child(2) {
  width: 476px;
}

.ContentAiPortfolioDetails .Content .Column-5 .List .Item .BoxChiffre {
  display: flex;
  flex-direction: row;
}

.ContentAiPortfolioDetails .Content .Column-5 .List .Item .BoxChiffre .Chiffre {
  align-items: center;
  background-color: white;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: attr(data-chiffre);
  display: flex;
  font-size: 8px;
  font-weight: 400;
  height: 20px;
  margin-left: -5px;
  justify-content: center;
  width: 20px;
  z-index: 2;
}

.ContentAiPortfolioDetails .Content .Column-5 .List .Item .BoxChiffre .Chiffre:nth-child(1) {
  margin-left: 0;
}

.ContentAiPortfolioDetails .Content .Column-5 .List .Item p {
  font-size: 11px;
  font-weight: 400;
}

.ContentAiPortfolioDetails .Content .Column-6 {
  color: black;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  gap: 40px 0;
  padding: 40px 114px;
}

.ContentAiPortfolioDetails .Content .Column-6 h1 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.ContentAiPortfolioDetails .Content .Column-6 .Ligne {
  display: flex;
  flex-direction: column;
}

.ContentAiPortfolioDetails .Content .Column-6 .Ligne .Item {
  align-items: flex-end;
  border-bottom: 1px solid #D9D9D9;
  counter-increment: item-counter;
  display: flex;
  flex-wrap: wrap;
  gap: 0 44px;
  padding: 30px 0;
}

.ContentAiPortfolioDetails .Content .Column-6 .Ligne .Item:first-child {
  border-top: 1px solid #D9D9D9;
}

.ContentAiPortfolioDetails .Content .Column-6 .Ligne .Item h2 {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  gap: 0 7px;
  width: calc(100% - (44px + 70px));
}

.ContentAiPortfolioDetails .Content .Column-6 .Ligne .Item h2::before {
  content: counter(item-counter) ". ";
}

.ContentAiPortfolioDetails .Content .Column-6 .Ligne .Item h2 span {
  display: flex;
  flex-direction: column;
}

.ContentAiPortfolioDetails .Content .Column-6 .Ligne .Item h2 font {
  color: #1546B5;
}

.ContentAiPortfolioDetails .Content .Column-6 .Ligne .Item a {
  align-items: center;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: flex;
  height: 70px;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 70px;
}

.ContentAiPortfolioDetails .Content .Column-6 .Ligne .Item a::after {
  background-color: #1546B5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  transition: width 0.3s ease, height 0.3s ease;
  width: 0;
  z-index: 1;
}

.ContentAiPortfolioDetails .Content .Column-6 .Ligne .Item a .Arrow {
  background-image: url("../img/icons/right-arrow-1.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 8px;
  transition: filter 0.1s cubic-bezier(0.1, 0, 0.3, 1);
  position: relative;
  width: 12px;
  z-index: 2;
}

.ContentAiPortfolioDetails .Content .Column-6 .Ligne .Item a:hover::after {
  height: calc(100% + 2px);
  width: calc(100% + 2px);
}

.ContentAiPortfolioDetails .Content .Column-6 .Ligne .Item a:hover .Arrow {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(231deg) brightness(102%) contrast(103%);
}

.ContentAiPortfolioDetails .Content .Temoignage {
  background-color: #F3F3F3;
  display: flex;
  flex-wrap: wrap;
  height: 500px;
  margin: 40px 0;
  padding: 60px 114px 62px;
  position: relative;
  width: 100%;
}

.ContentAiPortfolioDetails .Content .Temoignage .swiper-temoignage {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.ContentAiPortfolioDetails .Content .Temoignage .swiper-temoignage .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.ContentAiPortfolioDetails .Content .Temoignage .swiper-temoignage .swiper-slide .Box {
  color: black;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.ContentAiPortfolioDetails .Content .Temoignage .swiper-temoignage .swiper-slide .Box:nth-child(1) {
  width: 320px;
}

.ContentAiPortfolioDetails .Content .Temoignage .swiper-temoignage .swiper-slide .Box:nth-child(2) {
  border-bottom: 1px solid #D9D9D9;
  width: 436px;
}

.ContentAiPortfolioDetails .Content .Temoignage .swiper-temoignage .swiper-slide .Box .Img {
  background-color: #D9D9D9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 180px;
  overflow: hidden;
  width: 180px;
}

.ContentAiPortfolioDetails .Content .Temoignage .swiper-temoignage .swiper-slide .Box h1 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 27px;
}

.ContentAiPortfolioDetails .Content .Temoignage .swiper-temoignage .swiper-slide .Box h2 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}

.ContentAiPortfolioDetails .Content .Temoignage .swiper-temoignage .swiper-slide .Box p {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
}

.ContentAiPortfolioDetails .Content .Temoignage .swiper-temoignage .swiper-slide .Box p::before {
  content: '"';
  font-family: "Roboto", sans-serif;
  font-size: 180px;
  font-weight: 400;
  left: -113px;
  line-height: 1.2;
  position: absolute;
  top: -30px;
}

.ContentAiPortfolioDetails .Content .Temoignage .box-swiper {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  gap: 18px;
  position: absolute;
  width: 320px;
}

.ContentAiPortfolioDetails .Content .Temoignage .box-swiper .item-swiper {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.ContentAiPortfolioDetails .Content .Temoignage .box-swiper .item-swiper .item-swiper-button {
  display: flex;
  flex-direction: column;
  gap: 6px 0;
  width: 42px;
  order: 2;
}

.ContentAiPortfolioDetails .Content .Temoignage .box-swiper .item-swiper .item-swiper-button .swiper-button-prev {
  background-image: url("../img/icons/left-arrow-1.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 0;
  height: 16px;
  left: 0;
  right: 0;
  opacity: 1;
  margin-top: 0;
  position: relative;
  top: 0;
  width: 21px;
}

.ContentAiPortfolioDetails .Content .Temoignage .box-swiper .item-swiper .item-swiper-button .swiper-button-prev::after {
  display: none;
}

.ContentAiPortfolioDetails .Content .Temoignage .box-swiper .item-swiper .item-swiper-button .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}

.ContentAiPortfolioDetails .Content .Temoignage .box-swiper .item-swiper .item-swiper-button .swiper-button-next {
  align-self: flex-end;
  background-image: url("../img/icons/right-arrow-1.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 0;
  height: 16px;
  left: 0;
  right: 0;
  opacity: 1;
  margin-top: 0;
  position: relative;
  top: 0;
  width: 21px;
}

.ContentAiPortfolioDetails .Content .Temoignage .box-swiper .item-swiper .item-swiper-button .swiper-button-next::after {
  display: none;
}

.ContentAiPortfolioDetails .Content .Temoignage .box-swiper .item-swiper .item-swiper-button .swiper-button-next.swiper-button-disabled {
  opacity: 0.4;
}

.ContentAiPortfolioDetails .Content .Temoignage .box-swiper .item-swiper .swiper-counter {
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  order: 1;
}

.ContentAiPortfolioDetails .Content .Temoignage .box-swiper .swiper-progress-bar {
  background-color: #D9D9D9;
  height: 3px;
  position: relative;
  width: 320px;
}

.ContentAiPortfolioDetails .Content .Temoignage .box-swiper .swiper-progress-bar .swiper-progress-fill {
  background-color: black;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: width 0.3s ease;
  width: 0%;
}

.ContentAiPortfolioDetails .Content .Column-7 {
  color: black;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  padding: 40px 114px;
}

.ContentAiPortfolioDetails .Content .Column-7 h1 {
  font-size: 32px;
  font-weight: 500;
}

.ContentAiPortfolioDetails .Content .Column-7 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 32px;
}

.ContentAiPortfolioDetails .Content .Column-7 .Ligne {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

.ContentAiPortfolioDetails .Content .Column-7 .Ligne .Item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px 0;
  width: 208px;
}

.ContentAiPortfolioDetails .Content .Column-7 .Ligne .Item .Icons {
  height: 130px;
  position: relative;
  width: 130px;
}

.ContentAiPortfolioDetails .Content .Column-7 .Ligne .Item .Icons::after {
  background-color: #F3F3F3;
  clip-path: polygon(32.6% 100%, 6% 77.3%, 0% 42.6%, 17.4% 12%, 50% 0%, 82.6% 12%, 100% 42.6%, 94% 77.3%, 67.3% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.ContentAiPortfolioDetails .Content .Column-7 .Ligne .Item h2 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.ContentAiPortfolioDetails .Content .Video {
  display: flex;
  flex-direction: column;
  padding: 40px 114px;
}

.ContentAiPortfolioDetails .Content .Video .BoxVideo {
  background-color: #2B2C44;
  height: 500px;
  position: relative;
  width: 100%;
}

.ContentAiPortfolioDetails .Content .Video .BoxVideo::after {
  background-color: white;
  clip-path: polygon(100% 50%, 0% 99%, 0% 1%, 100% 50%);
  content: '';
  height: 88px;
  left: 50%;
  position: absolute;
  transition: background-color 0.3s ease;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
}

.ContentAiPortfolioDetails .Content .Column-8 {
  color: black;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  padding: 40px 114px;
}

.ContentAiPortfolioDetails .Content .Column-8 h1 {
  font-size: 32px;
  font-weight: 500;
}

.ContentAiPortfolioDetails .Content .Column-8 h2 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 28px;
}

.ContentAiPortfolioDetails .Content .Column-8 h3 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 28px;
}

.ContentAiPortfolioDetails .Content .Column-8 .Ligne {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 0;
}

.ContentAiPortfolioDetails .Content .Column-8 .Ligne .Item {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  width: 208px;
}

.ContentAiPortfolioDetails .Content .Column-8 .Ligne .Item .Box {
  align-items: center;
  color: white;
  display: flex;
  font-size: 26px;
  font-weight: 400;
  height: 80px;
  justify-content: center;
  position: relative;
  width: 80px;
}

.ContentAiPortfolioDetails .Content .Column-8 .Ligne .Item .Box::after {
  background-color: #1546B5;
  clip-path: polygon(32.6% 100%, 6% 77.3%, 0% 42.6%, 17.4% 12%, 50% 0%, 82.6% 12%, 100% 42.6%, 94% 77.3%, 67.3% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.ContentAiPortfolioDetails .Content .Column-8 .Ligne .Item p {
  font-size: 16px;
  font-weight: 400;
}

.ContentAiPortfolioDetails .Content .Column-9 {
  color: black;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  padding: 40px 114px;
}

.ContentAiPortfolioDetails .Content .Column-9 .Img {
  background-color: #2B2C44;
  height: 500px;
  width: 100%;
}

.ContentAiPortfolioDetails .Content .Column-9 h1 {
  font-size: 32px;
  font-weight: 500;
  margin-top: 40px;
}

.ContentAiPortfolioDetails .Content .Column-9 p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 28px;
}

.ContentAiPortfolioDetails .Content .Column-10 {
  align-items: center;
  background-color: #F3F3F3;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  margin: 40px 0;
  padding: 60px 0 36px;
}

.ContentAiPortfolioDetails .Content .Column-10 h1 {
  color: black;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

.ContentAiPortfolioDetails .Content .Column-10 .Ligne {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}

.ContentAiPortfolioDetails .Content .Column-10 .Ligne .Item {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  gap: 20px 0;
  width: 208px;
}

.ContentAiPortfolioDetails .Content .Column-10 .Ligne .Item h2 {
  color: #1546B5;
}

.ContentAiPortfolioDetails .Content .Column-10 .Ligne .Item p {
  color: black;
}

.ContentAiPortfolioDetails .Content .Column-11 {
  color: black;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  padding: 40px 114px;
}

.ContentAiPortfolioDetails .Content .Column-11 h1 {
  font-size: 32px;
  font-weight: 500;
}

.ContentAiPortfolioDetails .Content .Column-11 p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
}

.ContentAiPortfolioDetails .Content .Column-11 .Ligne {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.ContentAiPortfolioDetails .Content .Column-11 .Ligne .Item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px 0;
  width: 208px;
}

.ContentAiPortfolioDetails .Content .Column-11 .Ligne .Item .Icons {
  height: 130px;
  position: relative;
  width: 130px;
}

.ContentAiPortfolioDetails .Content .Column-11 .Ligne .Item .Icons::after {
  background-color: #F3F3F3;
  clip-path: polygon(32.6% 100%, 6% 77.3%, 0% 42.6%, 17.4% 12%, 50% 0%, 82.6% 12%, 100% 42.6%, 94% 77.3%, 67.3% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.ContentAiPortfolioDetails .Content .Column-11 .Ligne .Item h2 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.ContentAiPortfolioDetails .Content .Column-12 {
  color: black;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  padding: 40px 114px;
}

.ContentAiPortfolioDetails .Content .Column-12 .Box {
  background-color: #F3F3F3;
  font-size: 22px;
  font-weight: 500;
  padding: 60px 114px;
  text-align: center;
}

.ContentAiPortfolioDetails .Content .Column-13 {
  color: black;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  padding: 40px 0;
}

.ContentAiPortfolioDetails .Content .Column-13 h1 {
  font-size: 32px;
  font-weight: 500;
}

.ContentAiPortfolioDetails .Content .Column-13 h3 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 28px;
}

.ContentAiPortfolioDetails .Content .Column-13 p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 28px;
}

.ContentAiPortfolioDetails .Content .Column-13 .Ligne {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.ContentAiPortfolioDetails .Content .Column-13 .Ligne .Item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px 0;
  width: 208px;
}

.ContentAiPortfolioDetails .Content .Column-13 .Ligne .Item .Icons {
  height: 130px;
  position: relative;
  width: 130px;
}

.ContentAiPortfolioDetails .Content .Column-13 .Ligne .Item .Icons::after {
  background-color: #F3F3F3;
  clip-path: polygon(32.6% 100%, 6% 77.3%, 0% 42.6%, 17.4% 12%, 50% 0%, 82.6% 12%, 100% 42.6%, 94% 77.3%, 67.3% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.ContentAiPortfolioDetails .Content .Column-13 .Ligne .Item h2 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.ContentAiPortfolioDetails .Content .Column-14 {
  align-items: center;
  color: black;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  margin: 40px 0;
  padding: 60px 0 65px;
}

.ContentAiPortfolioDetails .Content .Column-14 h1 {
  font-size: 32px;
  font-weight: 500;
}

.ContentAiPortfolioDetails .Content .Column-14 p {
  font-size: 22px;
  font-weight: 500;
  margin-top: 30px;
}

.ContentAiPortfolioDetails .Content .Column-14 .Ligne {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  justify-content: center;
  margin: 30px 0 0;
}

.ContentAiPortfolioDetails .Content .Column-14 .Ligne .Item {
  display: flex;
  flex-direction: column;
  width: 208px;
}

.ContentAiPortfolioDetails .Content .Column-14 .Ligne .Item .BoxFlag {
  height: 30px;
}

.ContentAiPortfolioDetails .Content .Column-14 .Ligne .Item .BoxFlag img {
  height: 100%;
}

.ContentAiPortfolioDetails .Content .Column-14 .Ligne .Item h2 {
  color: #1546B5;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 17px;
}

.ContentAiPortfolioDetails .Content .Column-14 .Ligne .Item ul {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 20px;
}

.ContentAiPortfolioDetails .Content .Column-14 .Ligne .Item ul li {
  display: flex;
  flex-wrap: wrap;
  padding-left: 24px;
  position: relative;
}

.ContentAiPortfolioDetails .Content .Column-14 .Ligne .Item ul li::before {
  background-color: black;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: '';
  display: flex;
  height: 5px;
  left: 8px;
  position: absolute;
  top: 11px;
  width: 5px;
}

.ContentAiPortfolioDetails .Content .Column-15 {
  display: flex;
  flex-direction: column;
  gap: 74px 0;
  padding: 40px 0;
}

.ContentAiPortfolioDetails .Content .Column-15 .Text {
  color: black;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  line-height: 1.2;
  gap: 32px 0;
  margin: 0 auto;
  width: 1120px;
}

.ContentAiPortfolioDetails .Content .Column-15 .Text h1 {
  font-size: 32px;
}

.ContentAiPortfolioDetails .Content .Column-15 .Text p {
  font-size: 16px;
  line-height: 24px;
}

.ContentAiPortfolioDetails .Content .Column-15 .Ligne {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0 20px;
}

.ContentAiPortfolioDetails .Content .Column-15 .Ligne .Img {
  display: flex;
  flex-direction: column;
}

.ContentAiPortfolioDetails .Content .Column-15 .Ligne .Img img {
  width: 100%;
}

.ContentAiPortfolioDetails .Content .Column-16 {
  color: black;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  padding: 40px 114px;
}

.ContentAiPortfolioDetails .Content .Column-16 h1 {
  font-size: 32px;
  font-weight: 500;
}

.ContentAiPortfolioDetails .Content .Column-16 p {
  font-size: 22px;
  font-weight: 500;
  margin-top: 40px;
}

.ContentAiPortfolioDetails .Content .Column-16 .Ligne {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 36px 0 0;
}

.ContentAiPortfolioDetails .Content .Column-16 .Ligne .Item {
  display: flex;
  flex-direction: column;
  width: 208px;
}

.ContentAiPortfolioDetails .Content .Column-16 .Ligne .Item ul {
  font-size: 16px;
  font-weight: 400;
}

.ContentAiPortfolioDetails .Content .Column-16 .Ligne .Item ul li {
  display: flex;
  flex-wrap: wrap;
  padding-left: 24px;
  position: relative;
}

.ContentAiPortfolioDetails .Content .Column-16 .Ligne .Item ul li::before {
  background-color: black;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: '';
  display: flex;
  height: 5px;
  left: 8px;
  position: absolute;
  top: 8px;
  width: 5px;
}

.ContentAiPortfolioDetails .Content .Column-17 {
  color: black;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  line-height: 1.2;
  padding: 40px 114px;
}

.ContentAiPortfolioDetails .Content .Column-17 h1 {
  font-size: 32px;
  font-weight: 500;
}

.ContentAiPortfolioDetails .Content .Column-17 p {
  font-size: 16px;
  font-weight: 500;
}

.ContentAiPortfolioDetails .Content .Column-18 {
  color: black;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  line-height: 1.2;
  padding: 40px 114px;
}

.ContentAiPortfolioDetails .Content .Column-18 h1 {
  font-size: 32px;
  font-weight: 500;
}

.ContentAiPortfolioDetails .Content .Column-18 ul {
  font-size: 16px;
  font-weight: 400;
}

.ContentAiPortfolioDetails .Content .Column-18 ul li {
  display: flex;
  flex-wrap: wrap;
  padding-left: 24px;
  position: relative;
}

.ContentAiPortfolioDetails .Content .Column-18 ul li::before {
  background-color: black;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: '';
  display: flex;
  height: 5px;
  left: 8px;
  position: absolute;
  top: 8px;
  width: 5px;
}

.ContentAiPortfolioDetails .Content .Column-19 {
  color: black;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
  line-height: 1.2;
  padding: 40px 114px;
}

.ContentAiPortfolioDetails .Content .Column-19 .Item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 20px 0;
  width: 208px;
}

.ContentAiPortfolioDetails .Content .Column-19 .Item h1 {
  font-size: 16px;
  font-weight: 700;
}

.ContentAiPortfolioDetails .Content .Column-19 .Item .Box {
  align-items: center;
  color: white;
  display: flex;
  font-size: 22px;
  font-weight: 400;
  height: 80px;
  justify-content: center;
  position: relative;
  width: 80px;
}

.ContentAiPortfolioDetails .Content .Column-19 .Item .Box::after {
  background-color: #1546B5;
  clip-path: polygon(32.6% 100%, 6% 77.3%, 0% 42.6%, 17.4% 12%, 50% 0%, 82.6% 12%, 100% 42.6%, 94% 77.3%, 67.3% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.ContentAiPortfolioDetails .Content .Column-19 .Item h2 {
  font-size: 16px;
  font-weight: 400;
  min-height: 37px;
}

.ContentAiPortfolioDetails .Content .Column-20 {
  color: black;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  gap: 40px 0;
  padding: 40px 114px;
}

.ContentAiPortfolioDetails .Content .Column-20 h1 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.ContentAiPortfolioDetails .Content .Column-20 .Ligne {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 20px;
}

.ContentAiPortfolioDetails .Content .Column-20 .Ligne .Item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px 0;
  width: 208px;
}

.ContentAiPortfolioDetails .Content .Column-20 .Ligne .Item .Icons {
  height: 130px;
  position: relative;
  width: 130px;
}

.ContentAiPortfolioDetails .Content .Column-20 .Ligne .Item .Icons::after {
  background-color: #F3F3F3;
  clip-path: polygon(32.6% 100%, 6% 77.3%, 0% 42.6%, 17.4% 12%, 50% 0%, 82.6% 12%, 100% 42.6%, 94% 77.3%, 67.3% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.ContentAiPortfolioDetails .Content .Column-20 .Ligne .Item h2 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.ContentAiPortfolioDetails .ContentVoirPlus {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  padding: 20px 0 60px;
}

.ContentAiPortfolioDetails .ContentVoirPlus .LigneTitle {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.ContentAiPortfolioDetails .ContentVoirPlus .LigneTitle h1 {
  color: black;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

.ContentAiPortfolioDetails .ContentVoirPlus .LigneTitle a {
  align-items: center;
  color: black;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-weight: 400;
  gap: 0 10px;
  transition: color 0.3s ease;
}

.ContentAiPortfolioDetails .ContentVoirPlus .LigneTitle a .Arrow {
  background-image: url("../img/icons/right-arrow-1.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 8px;
  transition: filter 0.1s cubic-bezier(0.1, 0, 0.3, 1);
  width: 10px;
}

.ContentAiPortfolioDetails .ContentVoirPlus .LigneTitle a:hover {
  color: #1546B5;
}

.ContentAiPortfolioDetails .ContentVoirPlus .LigneTitle a:hover .Arrow {
  filter: brightness(0) saturate(100%) invert(15%) sepia(95%) saturate(2790%) hue-rotate(220deg) brightness(100%) contrast(90%);
}

.ContentAiPortfolioDetails .ContentVoirPlus .content-products {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

.ContentAiPortfolioDetails .ContentVoirPlus .content-products .item {
  background-color: white;
  border: 1px solid #F3F3F3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 358px;
  padding: 30px 24px 30px 30px;
  position: relative;
  transition: all 0.3s ease;
  width: calc((100% - (20px * 3)) / 4);
}

.ContentAiPortfolioDetails .ContentVoirPlus .content-products .item .top-item {
  display: flex;
  flex-direction: column;
}

.ContentAiPortfolioDetails .ContentVoirPlus .content-products .item .top-item .ligne {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.ContentAiPortfolioDetails .ContentVoirPlus .content-products .item .top-item .ligne .icons {
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: 80px;
  overflow: hidden;
  justify-content: center;
  position: relative;
  width: 80px;
}

.ContentAiPortfolioDetails .ContentVoirPlus .content-products .item .top-item .ligne .icons img {
  height: 50px;
  transition: filter 0.1s cubic-bezier(0.1, 0, 0.3, 1);
  position: relative;
  z-index: 2;
}

.ContentAiPortfolioDetails .ContentVoirPlus .content-products .item .top-item .ligne .icons::after {
  background-color: #EF6753;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  transition: width 0.3s ease, height 0.3s ease;
  width: 0;
  z-index: 1;
}

.ContentAiPortfolioDetails .ContentVoirPlus .content-products .item .top-item .ligne .img {
  width: 100px;
}

.ContentAiPortfolioDetails .ContentVoirPlus .content-products .item .top-item .ligne .img img {
  width: 100%;
}

.ContentAiPortfolioDetails .ContentVoirPlus .content-products .item .top-item h1 {
  color: black;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 15px;
}

.ContentAiPortfolioDetails .ContentVoirPlus .content-products .item .top-item p {
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 12px;
}

.ContentAiPortfolioDetails .ContentVoirPlus .content-products .item .bottom-item {
  align-items: self-end;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.ContentAiPortfolioDetails .ContentVoirPlus .content-products .item .bottom-item .details {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.ContentAiPortfolioDetails .ContentVoirPlus .content-products .item .bottom-item .details .subspecialtie {
  display: flex;
  flex-direction: row;
}

.ContentAiPortfolioDetails .ContentVoirPlus .content-products .item .bottom-item .details .subspecialtie .name {
  align-items: center;
  background-color: #F3F3F3;
  color: black;
  display: flex;
  font-size: 10px;
  font-weight: 400;
  height: 24px;
  line-height: 1.2;
  padding: 0 14px;
}

.ContentAiPortfolioDetails .ContentVoirPlus .content-products .item .bottom-item .details .clearance {
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.ContentAiPortfolioDetails .ContentVoirPlus .content-products .item .bottom-item .details .clearance .name {
  align-items: center;
  background-color: white;
  border: 1px solid #F3F3F3;
  color: black;
  display: flex;
  font-size: 10px;
  font-weight: 400;
  height: 24px;
  line-height: 1.2;
  padding: 0 6px;
  min-width: 34px;
  width: auto;
}

.ContentAiPortfolioDetails .ContentVoirPlus .content-products .item .bottom-item .arrow {
  background-image: url("../img/icons/right-up-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  filter: brightness(0) saturate(100%) invert(82%) sepia(19%) saturate(2%) hue-rotate(314deg) brightness(113%) contrast(76%);
  height: 15px;
  margin: 0 6px 5px 0;
  position: relative;
  transition: filter 0.1s cubic-bezier(0.1, 0, 0.3, 1);
  width: 15px;
}

.ContentAiPortfolioDetails .ContentVoirPlus .content-products .item:hover {
  background-color: #FAFAFA;
  border: 1px solid #BCBEC0;
}

.ContentAiPortfolioDetails .ContentVoirPlus .content-products .item:hover .top-item .ligne .icons img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(280deg) brightness(106%) contrast(101%);
}

.ContentAiPortfolioDetails .ContentVoirPlus .content-products .item:hover .top-item .ligne .icons::after {
  height: calc(100% + 2px);
  width: calc(100% + 2px);
}

.ContentAiPortfolioDetails .ContentVoirPlus .content-products .item:hover .bottom-item .arrow {
  filter: brightness(0) saturate(100%) invert(56%) sepia(5%) saturate(201%) hue-rotate(187deg) brightness(90%) contrast(86%);
}

.AiTechnologyPartners {
  background-image: url("../img/bg-ai-technology-partners.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  display: flex;
  height: 100vh;
  position: relative;
  width: 100%;
}

.AiTechnologyPartners .SliderAiTechnologyPartners {
  display: flex;
  height: 100vh;
  position: relative;
  width: 100%;
}

.AiTechnologyPartners .SliderAiTechnologyPartners .item {
  display: none;
  position: relative;
  width: 100%;
}

.AiTechnologyPartners .SliderAiTechnologyPartners .item.active {
  display: flex;
}

.AiTechnologyPartners .SliderAiTechnologyPartners .item .AiTechnologyPartnersIntro {
  color: white;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  height: 100vh;
  line-height: 1.2;
  justify-content: center;
  padding: 0 181px;
  width: 100%;
}

.AiTechnologyPartners .SliderAiTechnologyPartners .item .AiTechnologyPartnersIntro .logo {
  margin: 0 auto;
  width: 457px;
}

.AiTechnologyPartners .SliderAiTechnologyPartners .item .AiTechnologyPartnersIntro .logo img {
  width: 100%;
}

.AiTechnologyPartners .SliderAiTechnologyPartners .item .AiTechnologyPartnersIntro h1 {
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  margin: 29px auto 0;
  max-width: 1046px;
  text-align: center;
  width: 100%;
}

.AiTechnologyPartners .SliderAiTechnologyPartners .item .AiTechnologyPartnersIntro h2 {
  font-size: 50px;
  margin: 52px auto 0;
  max-width: 1046px;
  text-align: center;
  width: 100%;
}

.AiTechnologyPartners .SliderAiTechnologyPartners .item .ColDeatils {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 67px 0 0;
  padding-left: 50px;
}

.AiTechnologyPartners .SliderAiTechnologyPartners .item .ColDeatils.b-1 {
  padding-right: 121px;
}

.AiTechnologyPartners .SliderAiTechnologyPartners .item .ColDeatils.b-2 {
  padding-right: 99px;
}

.AiTechnologyPartners .SliderAiTechnologyPartners .item .ColDeatils.b-3 {
  padding-right: 221px;
}

.AiTechnologyPartners .SliderAiTechnologyPartners .item .ColDeatils.b-4 {
  padding-right: 224px;
}

.AiTechnologyPartners .SliderAiTechnologyPartners .item .ColDeatils .BoxText {
  display: flex;
  flex-direction: column;
}

.AiTechnologyPartners .SliderAiTechnologyPartners .item .ColDeatils .BoxText h2 {
  color: #29AAE1;
  font-size: 160px;
  font-weight: 300;
  line-height: 1.2;
}

.AiTechnologyPartners .SliderAiTechnologyPartners .item .ColDeatils .BoxText h1 {
  color: white;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 20px;
}

.AiTechnologyPartners .SliderAiTechnologyPartners .item .ColDeatils .BoxText p {
  color: white;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 39px;
}

.AiTechnologyPartners .SliderAiTechnologyPartners .item .ColDeatils .BoxText.b-1 {
  width: 434px;
}

.AiTechnologyPartners .SliderAiTechnologyPartners .item .ColDeatils .BoxText.b-1 p {
  width: 415px;
}

.AiTechnologyPartners .SliderAiTechnologyPartners .item .ColDeatils .BoxText.b-2 {
  width: 434px;
}

.AiTechnologyPartners .SliderAiTechnologyPartners .item .ColDeatils .BoxText.b-2 p {
  width: 422px;
}

.AiTechnologyPartners .SliderAiTechnologyPartners .item .ColDeatils .BoxText.b-3 {
  width: 469px;
}

.AiTechnologyPartners .SliderAiTechnologyPartners .item .ColDeatils .BoxText.b-3 p {
  width: 422px;
}

.AiTechnologyPartners .SliderAiTechnologyPartners .item .ColDeatils .BoxText.b-4 {
  width: 469px;
}

.AiTechnologyPartners .SliderAiTechnologyPartners .item .ColDeatils .BoxText.b-4 p {
  width: 422px;
}

.AiTechnologyPartners .SliderAiTechnologyPartners .item .ColDeatils .BoxImg {
  display: flex;
  flex-direction: column;
}

.AiTechnologyPartners .SliderAiTechnologyPartners .item .ColDeatils .BoxImg img {
  width: 100%;
}

.AiTechnologyPartners .SliderAiTechnologyPartners .item .ColDeatils .BoxImg.b-1 {
  gap: 47px;
  margin-top: 104px;
  width: 799px;
}

.AiTechnologyPartners .SliderAiTechnologyPartners .item .ColDeatils .BoxImg.b-2 {
  margin-top: 61px;
  width: 776px;
}

.AiTechnologyPartners .SliderAiTechnologyPartners .item .ColDeatils .BoxImg.b-3 {
  margin-top: 27px;
  width: 496px;
}

.AiTechnologyPartners .SliderAiTechnologyPartners .item .ColDeatils .BoxImg.b-4 {
  margin-top: 146px;
  width: 576px;
}

.AiTechnologyPartners .PaginationAiTechnologyPartners {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  gap: 20px;
  right: 38px;
  position: absolute;
  top: 0;
  width: 14px;
}

.AiTechnologyPartners .PaginationAiTechnologyPartners .dots {
  background-color: white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  cursor: pointer;
  height: 14px;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
  width: 14px;
}

.AiTechnologyPartners .PaginationAiTechnologyPartners .dots.active {
  background-color: #EF6753;
}

.BoxCircle {
  display: flex;
  position: relative;
}

.BoxCircle .SliderTrack {
  flex-shrink: 0;
  height: auto;
  position: relative;
  width: 100%;
}

.BoxCircle .SliderContainer {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.BoxCircle .SliderContainer .Slide {
  height: 100vh;
  position: absolute;
  top: 0;
  width: 100%;
}

.BoxCircle .SliderContainer .SlideIntro {
  align-items: center;
  background-image: url("../img/bg-circle.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.BoxCircle .SliderContainer .SlideIntro h1 {
  color: black;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: -30px;
}

.BoxCircle .SliderContainer .SlideIntro h2 {
  color: #1546B5;
  font-size: 230px;
  font-weight: 200;
  line-height: 1.2;
}

.BoxCircle .SliderContainer .SlideIntro h3 {
  color: black;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 6px;
}

.BoxCircle .SliderContainer .SlideIntro h3 span {
  font-weight: 700;
}

.BoxCircle .SliderContainer .SlideDetails {
  align-items: center;
  background-image: url("../img/bg-circle-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
}

.BoxCircle .SliderContainer .SlideDetails .Circle {
  height: 733px;
  position: relative;
  width: 743px;
}

.BoxCircle .SliderContainer .SlideDetails .Circle svg {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 2;
}

.BoxCircle .SliderContainer .SlideDetails .Circle svg circle[class^="circle-"] {
  cursor: pointer;
  transition: fill 0.4s ease, stroke 0.4s ease, transform 0.3s ease;
}

.BoxCircle .SliderContainer .SlideDetails .Circle svg path[class^="ligne-"] {
  transition: stroke 0.4s ease;
}

.BoxCircle .SliderContainer .SlideDetails .Circle .BoxText {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 43px;
  left: 0;
  position: absolute;
  top: 154px;
  width: 100%;
  z-index: 1;
}

.BoxCircle .SliderContainer .SlideDetails .Circle .BoxText .icons {
  align-items: center;
  clip-path: polygon(32.6% 100%, 6% 77.3%, 0% 42.6%, 17.4% 12%, 50% 0%, 82.6% 12%, 100% 42.6%, 94% 77.3%, 67.3% 100%);
  display: flex;
  flex-direction: column;
  height: 190px;
  justify-content: center;
  transition: background-color 0.5s ease;
  width: 193px;
}

.BoxCircle .SliderContainer .SlideDetails .Circle .BoxText .icons img {
  height: 105px;
}

.BoxCircle .SliderContainer .SlideDetails .Circle .BoxText h2 {
  color: black;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transition: color 0.5s ease;
  width: 504px;
}

.BoxCircle #SliderContainer {
  height: 200vh;
  position: relative;
  width: 100%;
}

.TheBest {
  align-items: center;
  background-color: #26283F;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  text-align: center;
  width: 100%;
}

.TheBest h1 {
  color: white;
  font-size: 90px;
  font-weight: 700;
  line-height: 1.2;
}

.TheBest p {
  font-size: 47px;
  font-weight: 700;
  line-height: 1.2;
  max-width: 1192px;
  opacity: 0;
  width: 100%;
}

.SeamlesslyExperimentAndIntegrate {
  background-color: #E8F2FF;
  height: 400vh;
  position: relative;
  width: 100%;
}

.SeamlesslyExperimentAndIntegrate .ColDetails {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
  justify-content: center;
  gap: 83px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.SeamlesslyExperimentAndIntegrate .ColDetails .BoxDetails {
  display: flex;
  flex-direction: column;
  height: 530px;
  width: 550px;
}

.SeamlesslyExperimentAndIntegrate .ColDetails .BoxDetails h1 {
  color: black;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}

.SeamlesslyExperimentAndIntegrate .ColDetails .BoxDetails .BoxIcons {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 156px;
  justify-content: center;
  margin: 127px auto 0;
  position: relative;
  width: 159px;
}

.SeamlesslyExperimentAndIntegrate .ColDetails .BoxDetails .BoxIcons img {
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.SeamlesslyExperimentAndIntegrate .ColDetails .BoxDetails .BoxIcons #IconSolution {
  height: 80px;
  position: relative;
  z-index: 3;
}

.SeamlesslyExperimentAndIntegrate .ColDetails .BoxDetails .BoxIcons #IconGlobal {
  height: 540px;
  position: absolute;
  transform: scale(0);
  width: 550px;
  z-index: 1;
}

.SeamlesslyExperimentAndIntegrate .ColDetails .BoxDetails .BoxIcons::before, .SeamlesslyExperimentAndIntegrate .ColDetails .BoxDetails .BoxIcons::after {
  background-color: #CAD0E5;
  clip-path: polygon(32.6% 100%, 6% 77.3%, 0% 42.6%, 17.4% 12%, 50% 0%, 82.6% 12%, 100% 42.6%, 94% 77.3%, 67.3% 100%);
  content: '';
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.SeamlesslyExperimentAndIntegrate .ColDetails .BoxDetails .BoxIcons::before {
  background-color: white;
  height: calc(100% - 2px);
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  z-index: 3;
}

.SeamlesslyExperimentAndIntegrate .ColDetails .BoxCards {
  display: flex;
  flex-direction: column;
  height: 530px;
  position: relative;
  width: 550px;
}

.SeamlesslyExperimentAndIntegrate .ColDetails .BoxCards .Cards {
  background-color: white;
  color: black;
  font-size: 44px;
  font-weight: 700;
  height: 100%;
  line-height: 1.2;
  left: 50%;
  opacity: 0;
  padding: 88px 60px 0;
  position: absolute;
  transition: top 0.3s ease;
  transform: translateX(-50%) scale(0.9);
  width: 100%;
}

.SeamlesslyExperimentAndIntegrate .ColDetails .BoxCards .Cards span {
  color: #1546B5;
}

.SeamlesslyExperimentAndIntegrate .ColDetails .BoxCards .Cards:nth-child(1) {
  top: 0;
}

.SeamlesslyExperimentAndIntegrate .ColDetails .BoxCards .Cards:nth-child(2) {
  top: 20px;
}

.SeamlesslyExperimentAndIntegrate .ColDetails .BoxCards .Cards:nth-child(3) {
  top: 40px;
}

footer {
  background-image: url("../img/bg-footer.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
}

footer .footer-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 65px 30px 80px;
}

footer .footer-top .item {
  display: flex;
  flex-direction: column;
}

footer .footer-top .item:nth-child(1) {
  width: 550px;
}

footer .footer-top .item:nth-child(2) {
  min-width: 664px;
  width: calc(100% - (550px + 134px));
}

footer .footer-top .item h1 {
  color: white;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 32px;
}

footer .footer-top .item .form-group-news {
  margin-bottom: 35px;
  position: relative;
}

footer .footer-top .item .form-group-news .form-control {
  background-color: #2B2B2B;
  border: 1px solid #424143;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  color: white;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  padding: 0 74px 0 20px;
}

footer .footer-top .item .form-group-news .form-control::-webkit-input-placeholder {
  color: white;
  opacity: 0.8;
}

footer .footer-top .item .form-group-news .form-control::-moz-placeholder {
  color: white;
  opacity: 0.8;
}

footer .footer-top .item .form-group-news .form-control:-ms-input-placeholder {
  color: white;
  opacity: 0.8;
}

footer .footer-top .item .form-group-news .form-control:-moz-placeholder {
  color: white;
  opacity: 0.8;
}

footer .footer-top .item .form-group-news .form-control:focus {
  border: 1px solid rgba(21, 70, 181, 0.8);
}

footer .footer-top .item .form-group-news button {
  background-color: transparent;
  background-image: url("../img/icons/right-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 0 none;
  cursor: pointer;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(151deg) brightness(103%) contrast(101%);
  height: 12px;
  padding: 0;
  right: 31px;
  position: absolute;
  transition: filter 0.1s cubic-bezier(0.1, 0, 0.3, 1);
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  z-index: 2;
}

footer .footer-top .item .form-group-news button:hover {
  filter: brightness(0) saturate(100%) invert(16%) sepia(91%) saturate(3028%) hue-rotate(219deg) brightness(92%) contrast(87%);
}

footer .footer-top .item .nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

footer .footer-top .item .nav .item-box {
  display: flex;
  flex-direction: column;
}

footer .footer-top .item .nav .item-box:nth-child(1) {
  width: 292px;
}

footer .footer-top .item .nav .item-box:nth-child(2) {
  width: 236px;
}

footer .footer-top .item .nav .item-box h2 {
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 35px;
}

footer .footer-top .item .nav .item-box h3 {
  align-items: center;
  color: white;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  gap: 0 20px;
  margin-bottom: 35px;
}

footer .footer-top .item .nav .item-box h3::before {
  background-image: url("../img/icons/mail.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(151deg) brightness(103%) contrast(101%);
  height: 14px;
  width: 21px;
}

footer .footer-top .item .nav .item-box h4 {
  color: white;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  gap: 0 22px;
  margin-bottom: 32px;
  min-height: 103px;
}

footer .footer-top .item .nav .item-box h4::before {
  background-image: url("../img/icons/adresse.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(151deg) brightness(103%) contrast(101%);
  height: 20px;
  margin-top: 3px;
  width: 15px;
}

footer .footer-top .item .nav .item-box h4 span {
  width: calc(100% - (15px + 22px));
}

footer .footer-top .item .nav .item-box ul {
  display: flex;
  flex-direction: column;
}

footer .footer-top .item .nav .item-box ul li {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
}

footer .footer-top .item .nav .item-box ul li a {
  align-items: center;
  color: white;
  display: flex;
  flex-direction: row;
  gap: 0 10px;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
}

footer .footer-top .item .nav .item-box ul li a::before {
  background-color: white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: '';
  height: 5px;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
  width: 5px;
}

footer .footer-top .item .nav .item-box ul li a:hover {
  color: #EF6753;
}

footer .footer-top .item .nav .item-box ul li a:hover::before {
  background-color: #EF6753;
}

footer .footer-top .item .nav .item-box .reseaux-sociaux {
  display: flex;
  flex-direction: row;
  gap: 14px;
  padding: 0 0 0 41px;
}

footer .footer-top .item .nav .item-box .reseaux-sociaux a {
  height: 24px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s linear;
  width: 24px;
}

footer .footer-top .item .nav .item-box .reseaux-sociaux a::before {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 100%;
  filter: brightness(0) saturate(100%) invert(99%) sepia(79%) saturate(0%) hue-rotate(167deg) brightness(109%) contrast(100%);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

footer .footer-top .item .nav .item-box .reseaux-sociaux a::after {
  border-radius: 50% 50% 0 0;
  -webkit-border-radius: 50% 50% 0 0;
  -moz-border-radius: 50% 50% 0 0;
  bottom: 0;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  transition: all 0.3s linear;
  width: 100%;
  z-index: 1;
}

footer .footer-top .item .nav .item-box .reseaux-sociaux a.linkedin::before {
  background-image: url("../img/icons/linkedin.svg");
}

footer .footer-top .item .nav .item-box .reseaux-sociaux a.linkedin::after {
  background-color: #0A66C2;
}

footer .footer-top .item .nav .item-box .reseaux-sociaux a.x::before {
  background-image: url("../img/icons/x.svg");
}

footer .footer-top .item .nav .item-box .reseaux-sociaux a.x::after {
  background-color: #1DA1F2;
}

footer .footer-top .item .nav .item-box .reseaux-sociaux a:hover {
  transform: translateY(-2px);
}

footer .footer-top .item .nav .item-box .reseaux-sociaux a:hover::after {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  height: 100%;
}

footer .footer-top .item .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}

footer .footer-top .item .form .form-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

footer .footer-top .item .form .form-group:nth-child(1), footer .footer-top .item .form .form-group:nth-child(2) {
  width: calc((100% - 20px) / 2);
}

footer .footer-top .item .form .form-group .form-control {
  background-color: #2B2B2B;
  border: 1px solid #424143;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  color: white;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  padding: 0 0 0 20px;
}

footer .footer-top .item .form .form-group .form-control::-webkit-input-placeholder {
  color: white;
  opacity: 0.8;
}

footer .footer-top .item .form .form-group .form-control::-moz-placeholder {
  color: white;
  opacity: 0.8;
}

footer .footer-top .item .form .form-group .form-control:-ms-input-placeholder {
  color: white;
  opacity: 0.8;
}

footer .footer-top .item .form .form-group .form-control:-moz-placeholder {
  color: white;
  opacity: 0.8;
}

footer .footer-top .item .form .form-group .form-control:focus {
  border: 1px solid rgba(21, 70, 181, 0.8);
}

footer .footer-top .item .form button {
  align-items: center;
  background-color: white;
  border: 0 none;
  color: black;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  justify-content: center;
  gap: 0 20px;
  margin-top: 10px;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: .3s;
  width: 150px;
  will-change: transform;
}

footer .footer-top .item .form button::after, footer .footer-top .item .form button::before {
  background: #1546B5;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

footer .footer-top .item .form button::before {
  border-radius: 50%;
  height: 0;
  left: 50%;
  min-height: 150px;
  min-width: 150px;
  padding-bottom: 130%;
  top: 0;
  transform: translate3d(-50%, 68%, 0) scale3d(0, 0, 0);
  width: 130%;
}

footer .footer-top .item .form button::after {
  transform: translate3d(0, -105%, 0);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

footer .footer-top .item .form button span {
  position: relative;
  z-index: 2;
}

footer .footer-top .item .form button i {
  background-image: url("../img/icons/right-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 12px;
  position: relative;
  transition: filter 0.1s cubic-bezier(0.1, 0, 0.3, 1);
  width: 13px;
  z-index: 2;
}

footer .footer-top .item .form button:hover {
  color: white;
}

footer .footer-top .item .form button:hover i {
  filter: brightness(0) saturate(100%) invert(99%) sepia(97%) saturate(13%) hue-rotate(211deg) brightness(104%) contrast(100%);
}

footer .footer-top .item .form button:hover::before {
  transform: translate3d(-50%, -25%, 0) scaleX(1);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

footer .footer-top .item .form button:hover::after {
  transform: translateZ(0);
  transition-delay: 0.3s;
  transition-duration: 0.05s;
  transition-timing-function: linear;
}

footer .footer-bottom {
  align-items: center;
  border: 1px solid #424143;
  display: flex;
  flex-direction: row;
  height: 169px;
  justify-content: space-between;
}

footer .footer-bottom .details {
  align-items: center;
  display: flex;
  flex-direction: row;
}

footer .footer-bottom .details .logo {
  height: 145px;
  margin-left: 6px;
}

footer .footer-bottom .details .logo img {
  height: 100%;
}

footer .footer-bottom .details hr {
  background-color: #424143;
  height: 89px;
  margin: 0 69px 0 47px;
  opacity: 1;
  width: 1px;
}

footer .footer-bottom .details h1 {
  color: white;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.2;
}

footer .footer-bottom .scroll-top {
  align-items: center;
  background-color: #424143;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 50px;
  justify-content: center;
  margin-right: 52px;
  position: relative;
  overflow: hidden;
  user-select: none;
  width: 50px;
  will-change: transform;
}

footer .footer-bottom .scroll-top::after, footer .footer-bottom .scroll-top::before {
  background: #1546B5;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

footer .footer-bottom .scroll-top::before {
  border-radius: 50%;
  height: 0;
  left: 50%;
  min-height: 150px;
  min-width: 150px;
  padding-bottom: 130%;
  top: 0;
  transform: translate3d(-50%, 68%, 0) scale3d(0, 0, 0);
  width: 130%;
}

footer .footer-bottom .scroll-top::after {
  transform: translate3d(0, -105%, 0);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

footer .footer-bottom .scroll-top .arrow {
  background-image: url("../img/icons/up-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(151deg) brightness(103%) contrast(101%);
  height: 13px;
  position: relative;
  width: 12px;
  z-index: 2;
}

footer .footer-bottom .scroll-top:hover::before {
  transform: translate3d(-50%, -25%, 0) scaleX(1);
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1);
}

footer .footer-bottom .scroll-top:hover::after {
  transform: translateZ(0);
  transition-delay: 0.3s;
  transition-duration: 0.05s;
  transition-timing-function: linear;
}
/*# sourceMappingURL=style.css.map */