@charset "UTF-8";
@font-face {
  font-family: "EDF 2020";
  src: url("/assets/fonts/EDF2020-Bold.woff2") format("woff2"), url("/assets/fonts/EDF2020-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EDF 2020";
  src: url("/assets/fonts/EDF2020ExtraBold.woff2") format("woff2"), url("/assets/fonts/EDF2020ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EDF 2020";
  src: url("/assets/fonts/EDF2020ExtraLight.woff2") format("woff2"), url("/assets/fonts/EDF2020ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EDF 2020";
  src: url("/assets/fonts/EDF2020-Italic.woff2") format("woff2"), url("/assets/fonts/EDF2020-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "EDF 2020";
  src: url("/assets/fonts/EDF2020Light.woff2") format("woff2"), url("/assets/fonts/EDF2020Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EDF 2020";
  src: url("/assets/fonts/EDF2020.woff2") format("woff2"), url("/assets/fonts/EDF2020.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-family: "EDF 2020";
  color: #5B657E;
  scroll-behavior: smooth;
  font-size: 16px;
  font-variant-ligatures: none;
}

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

body.cc__lp {
  overflow-x: hidden;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  background-color: #FFF;
  background-position: top center;
}
body.cc__lp.freeze {
  overflow: hidden;
  overflow: hidden !important;
  overscroll-behavior: contain;
  position: relative !important;
  padding: 0px !important;
  margin-left: 0;
  margin-top: 0;
  margin-right: 0px !important;
}
body.cc__lp,
body.cc__lp h1,
body.cc__lp h2,
body.cc__lp h3,
body.cc__lp h4,
body.cc__lp h5,
body.cc__lp h6,
body.cc__lp p,
body.cc__lp ol,
body.cc__lp ul {
  margin: 0;
  padding: 0;
}
body.cc__lp h1,
body.cc__lp h2,
body.cc__lp h3,
body.cc__lp h4,
body.cc__lp h5,
body.cc__lp h6 {
  color: #001F6C;
  font-weight: 700;
}
body.cc__lp ul,
body.cc__lp li {
  list-style: none;
}
body.cc__lp input,
body.cc__lp button {
  background: none;
  border: 0;
  box-shadow: none;
}
body.cc__lp input:focus,
body.cc__lp button:focus {
  outline: none;
}
body.cc__lp button {
  padding: 0;
}
body.cc__lp button:not(:disabled) {
  cursor: pointer;
}
body.cc__lp a,
body.cc__lp input,
body.cc__lp button {
  font-family: "EDF 2020";
  font-weight: 500;
}
body.cc__lp a {
  text-decoration: none;
}
body.cc__lp picture {
  display: block;
}
body.cc__lp img {
  width: 100%;
}

@media screen and (width < 768px) {
  .cc__lp .is-desktop {
    display: none !important;
  }
}
@media screen and (width >= 768px) {
  .cc__lp .is-mobile {
    display: none !important;
  }
}
.cc__lp .hidden {
  display: none !important;
}
.cc__lp .subscript,
.cc__lp .superscript {
  position: relative;
  font-size: 60%;
}
.cc__lp .superscript {
  bottom: 6px;
}
.cc__lp .subscript {
  top: 4px;
}
.cc__lp .underline {
  text-decoration: underline;
}
.cc__lp .p__disclaimer {
  display: block;
  font-size: 12px;
  line-height: 150%;
}
.cc__lp .p__disclaimer a {
  color: #145BC2;
  text-decoration: underline;
}
.cc__lp .bg-white {
  background: #FFFFFF;
}
.cc__lp .bg-blue {
  background-color: #145BC2;
}
.cc__lp .bg-light {
  background-color: #F4F6FB;
}
.cc__lp .bg-blue-dark {
  background-color: #001F6C;
}
.cc__lp .text-orange {
  color: #FF6633;
}
.cc__lp .text-red {
  color: #DB001F;
}

.cc__lp {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  position: relative;
}
.cc__lp .container {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (width >= 768px) {
  .cc__lp .container {
    padding-left: 83px;
    padding-right: 83px;
    max-width: 1024px;
  }
}
.cc__lp main {
  flex-grow: 1;
}
.cc__lp section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (width >= 768px) {
  .cc__lp section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.cc__lp section .section__title {
  margin-bottom: 32px;
}
@media screen and (width >= 768px) {
  .cc__lp section .section__title {
    margin-bottom: 48px;
  }
}
.cc__lp section .section__title h2 {
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 16px;
}
.cc__lp section .section__title--badge {
  display: inline-block;
  font-size: 12px;
  line-height: 150%;
  font-weight: 700;
  color: #145BC2;
  background-color: #EAEEFB;
  border-radius: 20px;
  padding: 6px 12px;
  margin-bottom: 12px;
}
.cc__lp section .section__title p {
  max-width: 600px;
}
.cc__lp section .section__title p .p__disclaimer {
  padding-top: 8px;
}

.cc__lp .header {
  width: 100%;
  padding: 0;
  top: 0;
  position: fixed;
  background: #001F6C;
  z-index: 6666;
  box-shadow: 0 2px 24px rgba(0, 26, 112, 0.25);
  transition: background 0.3s, opacity 0.4s ease-in-out, top 0.4s ease-in-out, height 0.6s ease;
}
.cc__lp .header__container,
.cc__lp .header .nav__header {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
}
.cc__lp .header__logo,
.cc__lp .header .nav__logo {
  display: flex;
  align-items: center;
  height: 44px;
  text-decoration: none;
}
.cc__lp .header__logo img,
.cc__lp .header .nav__logo img {
  height: 100%;
  width: auto;
}
@media screen and (width < 768px) {
  .cc__lp .header .nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100dvh;
    z-index: 9999;
    visibility: hidden;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)), linear-gradient(159.11deg, #001F6C 40.47%, #023BA3 80.16%);
    background-blend-mode: overlay, normal;
    transition: right 0.2s ease-in-out, visibility 0.2s ease-in-out;
  }
  .cc__lp .header .nav::before {
    content: "";
    visibility: hidden;
    background: url("/assets/img/nav-bg-pattern.svg") repeat;
    position: absolute;
    top: 68px;
    left: 0;
    height: calc(100% - 68px);
    width: 100%;
    z-index: 0;
    opacity: 0.3;
    pointer-events: none;
  }
  .cc__lp .header .nav.show {
    right: 0;
    visibility: visible;
  }
  .cc__lp .header .nav.show::before {
    visibility: visible;
  }
  .cc__lp .header .nav.show .nav__links {
    opacity: 1;
  }
}
@media screen and (width >= 768px) {
  .cc__lp .header .nav {
    display: flex;
    align-items: center;
  }
}
.cc__lp .header .nav__header {
  display: none;
}
@media screen and (width < 768px) {
  .cc__lp .header .nav__header {
    display: flex;
    flex-shrink: 0;
  }
}
.cc__lp .header .nav__header .nav__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.cc__lp .header .nav__links {
  display: flex;
  align-items: center;
  gap: 13px;
}
@media screen and (width < 768px) {
  .cc__lp .header .nav__links {
    flex-direction: column;
    gap: 0;
    padding: 24px 16px;
    opacity: 0;
    transition: all 0.4s ease 0.1s;
    width: 100%;
  }
}
@media screen and (width < 768px) {
  .cc__lp .header .nav__links li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 8px 0;
  }
  .cc__lp .header .nav__links li:last-child {
    border-bottom: none;
    padding-top: 24px;
  }
}
.cc__lp .header .nav__links li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 150%;
  padding: 6px 12px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s ease;
}
.cc__lp .header .nav__links li a:hover, .cc__lp .header .nav__links li a:focus, .cc__lp .header .nav__links li a.active {
  background-color: rgba(255, 255, 255, 0.25);
}
@media screen and (width < 768px) {
  .cc__lp .header .nav__links li a:not(.nav-cta) {
    font-size: 16px;
    line-height: 160%;
  }
}
.cc__lp .header .nav__links .nav-cta, .cc__lp .header .nav__links .nav-cta.active {
  background-color: #FFFFFF;
  color: #145BC2;
}
.cc__lp .header .nav__links .nav-cta:hover, .cc__lp .header .nav__links .nav-cta:focus {
  background-color: #145BC2;
  color: #FFFFFF;
}
@media screen and (width < 768px) {
  .cc__lp .header .nav__links .nav-cta {
    display: flex;
    justify-content: center;
  }
}
.cc__lp .header .hamburger {
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (width >= 768px) {
  .cc__lp .header .hamburger {
    display: none;
  }
}

body.cc__lp.menu__open .header {
  box-shadow: none;
}

.cc__lp .footer {
  background: #001F6C;
  color: #FFFFFF;
  padding: 32px 16px;
  text-align: center;
}
@media screen and (width >= 768px) {
  .cc__lp .footer {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cc__lp .footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.cc__lp .footer__logo .footer__flash-circle {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.cc__lp .footer__links ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (width >= 768px) {
  .cc__lp .footer__links ul {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
  }
}
.cc__lp .footer__links ul a {
  transition: color 0.2s ease;
}
.cc__lp .footer__links ul a:hover {
  color: #FFFFFF;
}
.cc__lp .footer__links ul a, .cc__lp .footer__copyright p {
  color: #BFC8DD;
  font-size: 14px;
  line-height: 150%;
}
.cc__lp .footer__copyright {
  margin-top: 16px;
}
@media screen and (width >= 768px) {
  .cc__lp .footer__copyright {
    margin-top: 8px;
  }
}

.cc__lp .hero {
  padding-top: 98px;
  background: url("/assets/img/hero-bg-pattern.svg"), #ffffff;
}
@media screen and (width >= 768px) {
  .cc__lp .hero {
    padding-top: 108px;
  }
}
.cc__lp .hero .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}
@media screen and (width >= 768px) {
  .cc__lp .hero .container {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 87px;
  }
}
.cc__lp .hero__content {
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media screen and (width < 768px) {
  .cc__lp .hero__content {
    text-align: center;
    align-items: center;
  }
}
.cc__lp .hero__content h1 {
  font-size: 32px;
  line-height: 120%;
  padding-top: 24px;
  padding-bottom: 15px;
}
@media screen and (width >= 768px) {
  .cc__lp .hero__content h1 {
    padding-bottom: 24px;
  }
}
.cc__lp .hero__content h1 span {
  color: #145BC2;
}
.cc__lp .hero__content .hero__desc {
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 24px;
}
@media screen and (width >= 768px) {
  .cc__lp .hero__content .hero__desc {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 48px;
    max-width: 405px;
  }
}
.cc__lp .hero__content .hero__desc span {
  color: #001F6C;
  font-weight: 700;
}
.cc__lp .hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #001F6C;
  padding: 6px 12px;
  border-radius: 20px;
}
.cc__lp .hero__badge picture {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.cc__lp .hero__badge p {
  font-size: 12px;
  line-height: 150%;
  font-weight: 700;
  color: #FFFFFF;
}
.cc__lp .hero__ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (width >= 768px) {
  .cc__lp .hero__ctas {
    gap: 15px;
  }
}
.cc__lp .hero__ctas .btn {
  width: 229px;
}
.cc__lp .hero__image-wrapper {
  position: relative;
}
.cc__lp .hero__img {
  display: block;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media screen and (width >= 768px) {
  .cc__lp .hero__img {
    aspect-ratio: 354/442;
  }
}
.cc__lp .hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cc__lp .hero__overlay-card {
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #D9E2F4;
  padding: 8px 12px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.cc__lp .hero__overlay-card--icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.cc__lp .hero__overlay-card--text strong {
  font-size: 18px;
  line-height: 150%;
  color: #001F6C;
  display: block;
  margin-bottom: -5px;
}
.cc__lp .hero__overlay-card--text span {
  font-size: 14px;
  line-height: 150%;
}
.cc__lp .hero__overlay-card--top {
  top: 24px;
  left: 24px;
}
@media screen and (width >= 768px) {
  .cc__lp .hero__overlay-card--top {
    top: 100px;
    left: -24px;
  }
}
.cc__lp .hero__overlay-card--bottom {
  bottom: 24px;
  right: 24px;
}
@media screen and (width >= 768px) {
  .cc__lp .hero__overlay-card--bottom {
    bottom: 64px;
    right: -24px;
  }
}

@media screen and (width >= 768px) {
  .cc__lp .pourquoi .container {
    padding-left: 75px;
    padding-right: 75px;
    max-width: 1024px;
  }
  .cc__lp .pourquoi .slider__controls {
    display: none;
  }
}
@media screen and (width >= 768px) {
  .cc__lp .pourquoi .slider-track {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
  }
  .cc__lp .pourquoi .slider-track > * {
    grid-column: span 2;
  }
  .cc__lp .pourquoi .slider-track > *:nth-child(4) {
    grid-column: 2/span 2;
  }
}
.cc__lp .pourquoi__card {
  background: #FFFFFF;
  border: 1px solid #D9E2F4;
  padding: 16px;
  border-radius: 12px;
  box-shadow: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
@media screen and (width < 768px) {
  .cc__lp .pourquoi__card {
    max-width: 255px;
  }
}
@media screen and (width >= 768px) {
  .cc__lp .pourquoi__card {
    padding-left: 24px;
  }
  .cc__lp .pourquoi__card:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 31, 108, 0.1490196078);
  }
}
.cc__lp .pourquoi__card::before {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #145BC2;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.cc__lp .pourquoi__card--icon {
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
}
.cc__lp .pourquoi__card h3 {
  font-size: 16px;
  line-height: 160%;
  color: #001F6C;
  margin-bottom: 8px;
  font-weight: 700;
}
.cc__lp .pourquoi__card p {
  font-size: 14px;
  line-height: 150%;
}
@media screen and (width >= 768px) {
  .cc__lp .pourquoi__card {
    flex: 1 1 auto;
    scroll-snap-align: none;
  }
}
.cc__lp .pourquoi__link-wrapper {
  text-align: center;
  margin-top: 50px;
}
.cc__lp .pourquoi__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #145BC2;
  transition: color 0.2s ease;
}
.cc__lp .pourquoi__link:hover {
  color: #145BC2;
  text-decoration: underline;
}
.cc__lp .pourquoi__link:hover img {
  transform: translateX(4px);
}
.cc__lp .pourquoi__link img {
  width: 14px;
  transition: transform 0.2s ease;
}

.cc__lp .tco {
  background-color: #F4F6FB;
}
.cc__lp .tco .section__title h2 {
  text-align: center;
  font-size: 24px;
  line-height: 130%;
}
.cc__lp .tco__tabs {
  gap: 6px;
  border: 1px solid #D9E2F4;
  border-radius: 50px;
  padding: 8px;
  background-color: #FFFFFF;
  margin-bottom: 54px;
}
@media screen and (width >= 768px) {
  .cc__lp .tco__tabs {
    margin-bottom: 16px;
  }
}
.cc__lp .tco__tabs, .cc__lp .tco__tabs--wrapper {
  display: inline-flex;
  justify-content: center;
}
.cc__lp .tco__tabs--wrapper {
  width: 100%;
}
.cc__lp .tco__tab {
  outline: none;
  padding: 6.5px 18px;
  border-radius: 20px;
  font-weight: 700;
  color: #145BC2;
  font-size: 14px;
  line-height: 150%;
}
.cc__lp .tco__tab.active {
  background-color: #E9EEFC;
}
.cc__lp .tco__wrapper {
  width: 100%;
  margin: 0 auto;
}
@media screen and (width >= 768px) {
  .cc__lp .tco__wrapper {
    max-width: 780px;
  }
}
.cc__lp .tco__chart {
  display: flex;
  height: 394px;
  position: relative;
  gap: 8px;
}
.cc__lp .tco__y--axis {
  position: relative;
  z-index: 9;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 36px;
  color: #34A4F8;
  font-weight: 700;
}
@media screen and (width >= 768px) {
  .cc__lp .tco__y--axis {
    width: 49px;
    font-size: 18px;
    line-height: 150%;
  }
}
.cc__lp .tco__y--axis span {
  display: flex;
  width: 100%;
  height: 46px;
  justify-content: center;
  align-items: center;
}
.cc__lp .tco__y--axis span.axis__zero {
  position: relative;
}
.cc__lp .tco__y--axis span.axis__zero::after {
  content: "";
  width: calc(100vw - 76px);
  height: 2px;
  background-color: #34A4F8;
  position: absolute;
  left: calc(100% + 8px);
  top: 22.5px;
}
@media screen and (width >= 768px) {
  .cc__lp .tco__y--axis span.axis__zero::after {
    width: calc(100vw - 229px);
    left: calc(100% + 14px);
    max-width: 795px;
  }
}
.cc__lp .tco__chart--content {
  flex-grow: 1;
  height: 100%;
  display: flex;
  justify-content: space-around;
  position: relative;
  padding-bottom: 0;
}
.cc__lp .tco__column {
  width: 50%;
  position: relative;
}
.cc__lp .tco__column:first-child .tco__column--header,
.cc__lp .tco__column:first-child .tco__bar--area {
  padding-left: 44px;
  padding-right: 25.5px;
}
@media screen and (width >= 768px) {
  .cc__lp .tco__column:first-child .tco__column--header,
  .cc__lp .tco__column:first-child .tco__bar--area {
    padding-left: 126px;
    padding-right: 43.5px;
  }
}
.cc__lp .tco__column:last-child .tco__column--header,
.cc__lp .tco__column:last-child .tco__bar--area {
  padding-right: 44px;
  padding-left: 25.5px;
}
@media screen and (width >= 768px) {
  .cc__lp .tco__column:last-child .tco__column--header,
  .cc__lp .tco__column:last-child .tco__bar--area {
    padding-right: 126px;
    padding-left: 43.5px;
  }
}
.cc__lp .tco__column--header {
  position: absolute;
  bottom: 301.131px;
  width: 100%;
  text-align: center;
  padding-bottom: 16px;
  transition: bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  color: #001F6C;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
@media screen and (width < 768px) {
  .cc__lp .tco__column--header {
    flex-direction: column;
  }
}
@media screen and (width >= 768px) {
  .cc__lp .tco__column--header {
    gap: 9px;
    justify-content: center;
  }
  .cc__lp .tco__column--header strong {
    font-size: 16px;
    line-height: 160%;
  }
}
.cc__lp .tco__column--label {
  position: absolute;
  bottom: 20px;
  font-size: 15px;
  font-weight: 800;
  color: #001F6C;
  text-transform: uppercase;
}
.cc__lp .tco__bar--area {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.cc__lp .tco__stack {
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.cc__lp .tco__stack--positive {
  bottom: 33.33%;
  height: 64.67%;
  flex-direction: column;
  justify-content: flex-end;
}
.cc__lp .tco__stack--negative {
  top: 66.67%;
  height: 33.33%;
  flex-direction: column;
}
.cc__lp .tco__segment {
  width: 100%;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease, transform 0.2s ease, border-radius 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}
.cc__lp .tco__segment.hovered, .cc__lp .tco__segment:hover {
  opacity: 1;
  transform: scale(1.25, 1);
  z-index: 10;
  border: 2px solid #FFFFFF;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.cc__lp .tco__segment--revente {
  background-color: #08A1FC;
}
.cc__lp .tco__segment--aides {
  background-color: #1860D2;
}
.cc__lp .tco__segment--vehicule {
  background-color: #001F6C;
}
.cc__lp .tco__segment--irve {
  background-color: #00ABA2;
}
.cc__lp .tco__segment--financement {
  background-color: #37B674;
}
.cc__lp .tco__segment--energie {
  background-color: #96BF36;
}
.cc__lp .tco__segment--assurance {
  background-color: #FEA531;
}
.cc__lp .tco__segment--maintenance {
  background-color: #FD7226;
}
.cc__lp .tco__tooltip {
  position: absolute;
  background-color: #FFFFFF;
  color: #001F6C;
  padding: 8px;
  border-radius: 12px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 2px 4px 24px 0px rgba(0, 31, 108, 0.2);
  border: 1px solid #D9E2F4;
  transition: opacity 0.2s ease, transform 0.2s ease, left 0.2s ease, top 0.2s ease;
  opacity: 0;
  transform: translateY(5px);
  z-index: 100;
}
@media screen and (width < 768px) {
  .cc__lp .tco__tooltip {
    font-size: 14px;
    line-height: 150%;
    padding: 6px 12px;
  }
}
.cc__lp .tco__tooltip.show {
  opacity: 1;
  transform: translateY(0);
}
.cc__lp .tco__legend {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 14px;
  margin-top: 24px;
  max-width: 795px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (width >= 768px) {
  .cc__lp .tco__legend {
    margin-top: 10px;
    column-gap: 24px;
    row-gap: 16px;
  }
}
.cc__lp .tco__legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  line-height: 150%;
  color: #001F6C;
}
.cc__lp .tco__legend-color {
  width: 16px;
  height: 17px;
  flex-shrink: 0;
}
@media screen and (width >= 768px) {
  .cc__lp .tco__legend-color {
    width: 20px;
    height: 20px;
  }
}
.cc__lp .tco__legend-color--revente {
  background-color: #4A90E2;
}
.cc__lp .tco__legend-color--aides {
  background-color: #1860D2;
}
.cc__lp .tco__legend-color--vehicule {
  background-color: #001F6C;
}
.cc__lp .tco__legend-color--irve {
  background-color: #00ABA2;
}
.cc__lp .tco__legend-color--financement {
  background-color: #37B674;
}
.cc__lp .tco__legend-color--energie {
  background-color: #96BF36;
}
.cc__lp .tco__legend-color--assurance {
  background-color: #FEA531;
}
.cc__lp .tco__legend-color--maintenance {
  background-color: #FD7226;
}
.cc__lp .tco__note {
  font-size: 12px;
  line-height: 150%;
  color: #001F6C;
  margin-top: 24px;
  text-align: center;
}
@media screen and (width >= 768px) {
  .cc__lp .tco__note {
    margin-top: 16px;
  }
}

.cc__lp .quotes .container {
  max-width: none;
}
.cc__lp .quotes .section__title h2 {
  font-size: 24px;
  line-height: 130%;
}
@media screen and (width >= 768px) {
  .cc__lp .quotes .slider-track {
    padding-left: calc(50% - 366px);
    padding-right: calc(50% - 366px);
  }
}
.cc__lp .quotes .section__title {
  text-align: center;
}
@media screen and (width >= 768px) {
  .cc__lp .quotes .section__title {
    margin-bottom: 60px;
  }
}
.cc__lp .quotes__card {
  background: linear-gradient(96.44deg, #011C78 0%, #013AA2 99.68%);
  color: #FFFFFF;
  padding: 48px 24px 24px;
  border-radius: 12px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  flex: 0 0 100% !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (width >= 768px) {
  .cc__lp .quotes__card {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cc__lp .quotes__icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 60px;
  pointer-events: none;
}
.cc__lp .quotes__text {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (width >= 768px) {
  .cc__lp .quotes__text {
    margin-bottom: 20px;
  }
}
.cc__lp .quotes__text strong {
  font-weight: 700;
}
.cc__lp .quotes__author {
  position: relative;
  z-index: 2;
  text-align: right;
}
.cc__lp .quotes__author strong {
  font-size: 14px;
  line-height: 150%;
  display: block;
}
.cc__lp .quotes__author span {
  opacity: 0.8;
}

.cc__lp .eligibilite__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 auto 32px;
}
@media screen and (width >= 768px) {
  .cc__lp .eligibilite__list {
    margin-bottom: 48px;
    gap: 24px;
  }
}
.cc__lp .eligibilite__item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px;
}
.cc__lp .eligibilite__item--icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}
.cc__lp .eligibilite__item-content h3 {
  font-size: 16px;
  line-height: 160%;
  color: #001F6C;
  margin-bottom: 8px;
  font-weight: 700;
}
.cc__lp .eligibilite__item-content p {
  font-size: 14px;
  line-height: 150%;
}
.cc__lp .eligibilite__btn-wrapper {
  text-align: center;
}
.cc__lp .eligibilite-details {
  padding-top: 30px;
}
@media screen and (width >= 768px) {
  .cc__lp .eligibilite-details {
    padding-top: 40px;
  }
}
.cc__lp .eligibilite-details__grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (width >= 768px) {
  .cc__lp .eligibilite-details__grid {
    flex-direction: row;
    align-items: start;
    gap: 87px;
  }
}
.cc__lp .eligibilite-details__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cc__lp .eligibilite-details__card {
  background: #FFFFFF;
  border: 1px solid #D9E2F4;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.cc__lp .eligibilite-details__card-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}
.cc__lp .eligibilite-details__card-content {
  flex-grow: 1;
}
.cc__lp .eligibilite-details__card-content h2 {
  font-size: 16px;
  line-height: 160%;
  font-weight: 700;
  color: #001F6C;
  margin-bottom: 8px;
}
.cc__lp .eligibilite-details__card-content p {
  font-size: 14px;
  line-height: 150%;
}
.cc__lp .eligibilite-details__sidebar {
  position: sticky;
}
@media screen and (width < 768px) {
  .cc__lp .eligibilite-details__sidebar {
    display: flex;
    align-items: flex-end;
    height: 100dvh;
    bottom: 24px;
  }
  .cc__lp .eligibilite-details__sidebar.h-auto {
    height: auto;
  }
}
@media screen and (width >= 768px) {
  .cc__lp .eligibilite-details__sidebar {
    top: 100px;
  }
}
.cc__lp .eligibilite-details .eligibilite-sidebar-card {
  background: linear-gradient(180deg, #011F7B 0%, #013BA3 100%);
  border-radius: 12px;
  padding: 24px 20px;
  color: #FFFFFF;
}
@media screen and (width < 768px) {
  .cc__lp .eligibilite-details .eligibilite-sidebar-card {
    text-align: center;
    box-shadow: 0px -4px 20px 0px rgba(0, 31, 108, 0.2);
  }
}
@media screen and (width >= 768px) {
  .cc__lp .eligibilite-details .eligibilite-sidebar-card {
    width: 230px;
  }
}
.cc__lp .eligibilite-details .eligibilite-sidebar-card h2 {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
}
.cc__lp .eligibilite-details .eligibilite-sidebar-card p {
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.cc__lp .eligibilite-details .eligibilite-sidebar-card .btn {
  width: 100%;
}

.cc__lp .comment {
  background-color: #FFFFFF;
}
.cc__lp .comment__grid {
  display: grid;
  grid-auto-rows: 1fr;
  gap: 24px;
}
@media screen and (width >= 768px) {
  .cc__lp .comment__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cc__lp .comment__card {
  background: #FFFFFF;
  border: 1px solid #D9E2F4;
  padding: 24px 24px 16px 16px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (width < 768px) {
  .cc__lp .comment__card {
    flex-direction: row-reverse;
  }
}
@media screen and (width >= 768px) {
  .cc__lp .comment__card {
    flex-direction: column;
    padding: 24px 14px 16px;
  }
  .cc__lp .comment__card--content {
    width: 100%;
  }
}
.cc__lp .comment__card:not(:last-child):before {
  content: "";
  height: 5px;
  width: 100%;
  background: #145BC2;
  position: absolute;
  left: 0;
  top: 0;
}
.cc__lp .comment__card:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 31, 108, 0.1490196078);
}
.cc__lp .comment__card--number {
  flex-shrink: 0;
}
@media screen and (width >= 768px) {
  .cc__lp .comment__card--number {
    height: 80px;
    margin-right: 10px;
  }
}
.cc__lp .comment__card h3 {
  font-size: 14px;
  line-height: 150%;
  color: #001F6C;
  font-weight: 700;
}
.cc__lp .comment__card--link {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 700;
  color: #145BC2;
  background-color: #EAEEFB;
  border-radius: 32px;
  padding: 4px 8px;
}
.cc__lp .comment__card--link img {
  width: 14px;
}
.cc__lp .comment__card--highlight {
  background: linear-gradient(156.65deg, #001C77 0.77%, #003BA4 100%);
  border-color: transparent;
}
.cc__lp .comment__card--highlight .comment__card-number {
  color: rgba(255, 255, 255, 0.6);
}
.cc__lp .comment__card--highlight h3 {
  color: #FFFFFF;
}
.cc__lp .comment__card--highlight .comment__card--link {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.3);
}

.cc__lp .bottom-banner {
  padding-top: 0;
}
@media screen and (width >= 768px) {
  .cc__lp .bottom-banner {
    padding-top: 48px;
  }
}
.cc__lp .bottom-banner__wrapper {
  display: flex;
  background: #F7F8FD;
  border: 1px solid #D9E2F4;
  border-radius: 12px;
  padding: 16px;
  gap: 24px;
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (width < 768px) {
  .cc__lp .bottom-banner__wrapper {
    flex-direction: column-reverse;
  }
}
@media screen and (width >= 768px) {
  .cc__lp .bottom-banner__wrapper {
    justify-content: space-between;
    align-items: center;
    padding: 24px;
  }
}
.cc__lp .bottom-banner__content {
  max-width: 280px;
  flex-shrink: 0;
}
@media screen and (width < 768px) {
  .cc__lp .bottom-banner__content {
    text-align: center;
  }
}
.cc__lp .bottom-banner__content h2 {
  font-size: 18px;
  line-height: 150%;
  color: #001F6C;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (width >= 768px) {
  .cc__lp .bottom-banner__content h2 {
    margin-bottom: 16px;
  }
}
.cc__lp .bottom-banner__content p {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 16px;
}
@media screen and (width >= 768px) {
  .cc__lp .bottom-banner__content p {
    margin-bottom: 32px;
  }
}
@media screen and (width < 768px) {
  .cc__lp .bottom-banner__content .btn {
    width: 100%;
  }
}
.cc__lp .bottom-banner__img {
  height: 100%;
  min-height: 206px;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (width >= 768px) {
  .cc__lp .bottom-banner__img {
    min-height: auto;
    aspect-ratio: 340/226;
    max-width: 340px;
  }
}
.cc__lp .bottom-banner__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cc__lp .faq {
  padding-top: 30px;
}
@media screen and (width >= 768px) {
  .cc__lp .faq {
    padding-top: 40px;
  }
}
.cc__lp .faq .faq__container {
  max-width: 735px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (width >= 768px) {
  .cc__lp .faq .faq__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.cc__lp .faq .faq__item {
  background: #FFFFFF;
  border: 1px solid #D9E2F4;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 31, 108, 0.02);
  transition: all 0.3s ease;
  position: relative;
}
.cc__lp .faq .faq__item::before {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #145BC2;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.cc__lp .faq .faq__item:hover {
  box-shadow: 0 8px 24px rgba(0, 31, 108, 0.06);
}
.cc__lp .faq .faq__item--active .faq__arrow {
  transform: rotate(180deg);
}
.cc__lp .faq .faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  cursor: pointer;
  user-select: none;
  gap: 12px;
  width: 100%;
}
@media screen and (width >= 768px) {
  .cc__lp .faq .faq__question {
    gap: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cc__lp .faq .faq__category-left, .cc__lp .faq .faq__category-title {
  display: flex;
}
.cc__lp .faq .faq__category-left {
  gap: 12px;
}
@media screen and (width >= 768px) {
  .cc__lp .faq .faq__category-left {
    flex-grow: 1;
  }
}
.cc__lp .faq .faq__category-title {
  gap: 8px;
  align-items: flex-start;
}
@media screen and (width < 768px) {
  .cc__lp .faq .faq__category-title {
    flex-direction: column;
    justify-content: start;
  }
}
@media screen and (width >= 768px) {
  .cc__lp .faq .faq__category-title {
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
.cc__lp .faq .faq__category-title-hn {
  font-size: 16px;
  line-height: 160%;
  text-align: left;
}
@media screen and (width >= 768px) {
  .cc__lp .faq .faq__category-title-hn {
    font-size: 18px;
    line-height: 150%;
  }
}
.cc__lp .faq .faq__category-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}
.cc__lp .faq .faq__badge {
  display: inline-block;
  font-size: 12px;
  line-height: 150%;
  font-weight: 700;
  color: #145BC2;
  background-color: #EAEEFB;
  border-radius: 20px;
  padding: 4px 10px;
  white-space: nowrap;
}
.cc__lp .faq .faq__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
.cc__lp .faq .faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.cc__lp .faq .faq__answer-content {
  padding: 0 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (width >= 768px) {
  .cc__lp .faq .faq__answer-content {
    padding: 0 48px 32px 70px;
  }
}
.cc__lp .faq .faq__qa {
  padding-top: 16px;
  border-top: 1px solid #D9E2F4;
}
.cc__lp .faq .faq__qa:first-child {
  border-top: none;
  padding-top: 8px;
}
.cc__lp .faq .faq__qa h3 {
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 8px;
  display: flex;
  gap: 10px;
}
.cc__lp .faq .faq__qa h3 span {
  color: #145BC2;
}
.cc__lp .faq .faq__qa p,
.cc__lp .faq .faq__qa li {
  font-size: 14px;
  line-height: 150%;
}
.cc__lp .faq .faq__qa p strong,
.cc__lp .faq .faq__qa li strong {
  color: #001F6C;
}
.cc__lp .faq .faq__qa p a,
.cc__lp .faq .faq__qa li a {
  color: #5B657E;
  text-decoration: underline;
}
.cc__lp .faq .faq__qa ul,
.cc__lp .faq .faq__qa li {
  list-style: disc;
}
.cc__lp .faq .faq__qa ul {
  margin-left: 18px;
}

.cc__lp .inscription {
  background-color: #F4F6FB;
  padding-top: 30px;
}
@media screen and (width >= 768px) {
  .cc__lp .inscription {
    padding-top: 40px;
  }
}
.cc__lp .inscription__card {
  background: #FFFFFF;
  border: 1px solid #D9E2F4;
  border-radius: 12px;
  padding: 24px 22px;
  position: relative;
  overflow: hidden;
}
.cc__lp .inscription__card::before {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #145BC2;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
@media screen and (width >= 768px) {
  .cc__lp .inscription__card {
    padding: 24px 60px;
  }
}
.cc__lp .inscription__card h2 {
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (width >= 768px) {
  .cc__lp .inscription__card h2 {
    margin-bottom: 48px;
  }
}
.cc__lp .inscription__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (width >= 768px) {
  .cc__lp .inscription__form {
    gap: 32px;
  }
}
.cc__lp .inscription__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (width >= 768px) {
  .cc__lp .inscription__grid {
    gap: 32px;
  }
}
@media screen and (width >= 768px) {
  .cc__lp .inscription__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (width >= 768px) {
  .cc__lp .inscription__full-width {
    grid-column: span 2;
  }
}
@media screen and (width >= 768px) {
  .cc__lp .inscription__half-width {
    grid-column: span 1;
  }
}
.cc__lp .inscription .form-group {
  position: relative;
  padding-top: 20px;
}
.cc__lp .inscription .form-group input,
.cc__lp .inscription .form-group select {
  width: 100%;
  padding: 9.5px 0;
  border: none;
  border-bottom: 1.5px solid #D9E2F4;
  outline: none;
  background: transparent;
  font-size: 16px;
  color: #001F6C;
  font-weight: 500;
  transition: border-color 0.2s ease;
}
.cc__lp .inscription .form-group input:focus,
.cc__lp .inscription .form-group select:focus {
  border-bottom-color: #145BC2;
}
.cc__lp .inscription .form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%23001F6C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  cursor: pointer;
  padding-right: 24px;
  border-radius: 0;
}
.cc__lp .inscription .form-group label {
  position: absolute;
  left: 0;
  top: 28px;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
}
.cc__lp .inscription .form-group.focused label, .cc__lp .inscription .form-group.has-value label {
  top: 0;
  font-size: 14px;
  color: #145BC2;
}
.cc__lp .inscription .form-group.focused::after, .cc__lp .inscription .form-group:focus::after {
  content: "";
  width: calc(100% + 14px);
  height: calc(100% - 7px);
  position: absolute;
  bottom: -7px;
  left: -7px;
  border: 4px solid #1089FF;
}
.cc__lp .inscription .form-group.has-error input,
.cc__lp .inscription .form-group.has-error select {
  border-bottom-color: #DB001F;
}
.cc__lp .inscription .form-group.has-error label {
  color: #DB001F;
}
.cc__lp .inscription .form-group.has-error .error-message {
  display: flex;
}
.cc__lp .inscription .form-group .error-message {
  display: none;
  left: 0;
  bottom: -22px;
}
.cc__lp .inscription__checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 8px;
  position: relative;
}
@media screen and (width >= 768px) {
  .cc__lp .inscription__checkbox-group {
    margin-top: 16px;
  }
}
.cc__lp .inscription__checkbox-group.has-error {
  margin-bottom: 14px;
}
.cc__lp .inscription__checkbox-group input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.cc__lp .inscription__checkbox-group label[for=consent] {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 36px;
}
.cc__lp .inscription__checkbox-group label[for=consent]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #5B657E;
  border-radius: 2px;
  background-color: #FFFFFF;
  background-image: url("/assets/img/icon-check-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0%;
  transition: background-size 0.2s ease;
}
.cc__lp .inscription__checkbox-group input[type=checkbox]:checked + label[for=consent]::before {
  background-size: 70%;
  border-color: #001F6C;
}
.cc__lp .inscription__checkbox-group.has-error .error-message {
  display: flex;
}
.cc__lp .inscription__checkbox-group.has-error label[for=consent]::before {
  border-color: #DB001F;
}
.cc__lp .inscription__checkbox-group .error-message {
  display: none;
  top: 100%;
  left: 30px;
}
.cc__lp .inscription .error-message {
  position: absolute;
  font-size: 12px;
  line-height: 150%;
  color: #DB001F;
  align-items: center;
  gap: 4px;
}
.cc__lp .inscription .error-message::before {
  content: url("/assets/img/icon-warning.svg");
  width: 16px;
  height: 16px;
  display: block;
}
.cc__lp .inscription__submit-wrapper {
  text-align: center;
  margin-top: 8px;
}
@media screen and (width >= 768px) {
  .cc__lp .inscription__submit-wrapper {
    margin-top: 16px;
  }
}
.cc__lp .inscription__submit-wrapper .btn {
  width: 100%;
}
.cc__lp .inscription__submit-wrapper .form-note {
  display: block;
  font-size: 14px;
  line-height: 150%;
  margin-top: 12px;
}
.cc__lp .inscription__disclaimer {
  margin-top: 32px;
  font-size: 12px;
  line-height: 150%;
  text-align: justify;
}
@media screen and (width < 768px) {
  .cc__lp .inscription__disclaimer {
    margin-top: 24px;
  }
}
.cc__lp .inscription__disclaimer a {
  color: #5B657E;
}
.cc__lp .inscription__disclaimer p {
  margin-bottom: 16px;
}

.cc__lp .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 11px 24px;
  font-size: 14px;
  line-height: 150%;
  font-weight: 700;
  border-radius: 14px;
  border-width: 1px;
  border-style: solid;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 380px) {
  .cc__lp .btn {
    padding: 11px 16px;
  }
}
.cc__lp .btn__icon,
.cc__lp .btn svg {
  width: 16px;
  height: 16px;
}
.cc__lp .btn__full {
  color: #FFFFFF;
}
.cc__lp .btn__full--red {
  background: #DB001F;
  border-color: #DB001F;
}
.cc__lp .btn__full--red:hover, .cc__lp .btn__full--red:focus {
  color: #DB001F;
}
.cc__lp .btn__full--cyan {
  background: #17A2B8;
  border-color: #17A2B8;
}
.cc__lp .btn__full--cyan:hover, .cc__lp .btn__full--cyan:focus {
  color: #17A2B8;
}
.cc__lp .btn__full--blue {
  background: #145BC2;
  border-color: #145BC2;
  box-shadow: 0px 3px 6px 0px rgba(20, 91, 194, 0.2);
}
.cc__lp .btn__full--blue:hover, .cc__lp .btn__full--blue:focus {
  background-color: #2A73E1;
  border-color: #2A73E1;
  box-shadow: 0px 3px 11px 0px rgba(42, 115, 225, 0.1490196078);
}
.cc__lp .btn__outline {
  background-color: #FFFFFF;
  border-color: #D9E2F4;
  color: #001F6C;
}
.cc__lp .btn__outline:hover, .cc__lp .btn__outline:focus {
  border-color: #145BC2;
}

.cc__lp .banner {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 68px;
  background: url("/assets/img/banner-bg-pattern.svg") repeat, linear-gradient(109.95deg, #001F6C 66.47%, #023BA3 117.39%);
  color: #FFFFFF;
  overflow: hidden;
}
.cc__lp .banner h1 {
  color: #FFFFFF;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 12px;
}
.cc__lp .banner p {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 150%;
  max-width: 795px;
}
.cc__lp .banner picture {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 215px;
  z-index: 1;
  pointer-events: none;
}
.cc__lp .banner picture img {
  display: block;
}
@media screen and (width >= 768px) {
  .cc__lp .banner picture {
    width: 450px;
    right: 61px;
  }
}
.cc__lp .banner__center {
  text-align: center;
}
.cc__lp .banner__center h1,
.cc__lp .banner__center p {
  max-width: 772px;
}
.cc__lp .banner__center h1 {
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 24px;
}

.cc__lp .slider-track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
}
.cc__lp .slider-track.dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.cc__lp .slider-track {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cc__lp .slider-track::-webkit-scrollbar {
  display: none;
}
.cc__lp .slider-track {
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (width >= 768px) {
  .cc__lp .slider-track {
    margin-left: -83px;
    margin-right: -83px;
    padding-left: 83px;
    padding-right: 83px;
    gap: 24px;
  }
}
.cc__lp .slider-track > * {
  flex: 0 0 85%;
  scroll-snap-align: start;
  scroll-margin-left: 16px;
  scroll-margin-right: 16px;
}
@media screen and (width >= 768px) {
  .cc__lp .slider-track > * {
    flex: 0 0 80%;
    scroll-snap-align: center;
    scroll-margin-left: 0;
    scroll-margin-right: 0;
  }
}
.cc__lp .slider__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: 24px;
}
@media screen and (width >= 768px) {
  .cc__lp .slider__controls {
    margin-top: 32px;
  }
}
.cc__lp .slider__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 1px solid #D9E2F4;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 10px 0px rgba(0, 31, 108, 0.0784313725);
}
.cc__lp .slider__arrow:hover:not(:disabled) {
  border-color: #001F6C;
  background-color: #001F6C;
  box-shadow: none;
}
.cc__lp .slider__arrow:hover:not(:disabled) img {
  filter: brightness(0) invert(1);
}
.cc__lp .slider__arrow:disabled {
  opacity: 0.5;
  box-shadow: none;
  cursor: not-allowed;
}
.cc__lp .slider__arrow img {
  width: 24px;
  height: 24px;
  display: block;
}
.cc__lp .slider__dots {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cc__lp .slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: #001F6C;
  opacity: 0.3;
  transition: all 0.3s ease;
}
.cc__lp .slider__dot.active {
  width: 24px;
  opacity: 1;
}

/* Custom Dropdown – premium styling */
.custom-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}
.custom-dropdown .dropdown-toggle {
  font-size: 14px;
  line-height: 150%;
  width: 100%;
  padding: 10px 38px 10px 12px;
  border: 1px solid #5B657E;
  border-radius: 4px;
  background: #FFFFFF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%23001F6C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 12px center;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.custom-dropdown .dropdown-toggle:hover, .custom-dropdown .dropdown-toggle:focus {
  border-color: #145BC2;
}
.custom-dropdown .dropdown-menu {
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  max-height: 260px;
  overflow-y: auto;
  background: #FFFFFF;
  border: 1px solid #5B657E;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 10;
}
.custom-dropdown .dropdown-item {
  font-size: 14px;
  line-height: 150%;
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom-dropdown .dropdown-item:hover {
  background: #4A90E2;
  color: #FFFFFF;
}
.custom-dropdown .dropdown-item.selected {
  font-weight: 600;
}
.custom-dropdown .dropdown-item .check {
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22%23001F6C%22%3E%3Cpath d=%22M20 6L9 17l-5-5%22/%3E%3C/svg%3E") no-repeat center;
  visibility: hidden;
}
.custom-dropdown .dropdown-item.selected .check {
  visibility: visible;
}
.custom-dropdown.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*# sourceMappingURL=cc-styles.css.map */
