/* Axiforma - Regular */
@font-face {
  font-family: "Axiforma";
  font-display: auto;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/axiforma-regular.woff2") format("woff2"), url("../fonts/axiforma-regular.woff") format("woff");
}
/* Axiforma - Bold */
@font-face {
  font-family: "Axiforma";
  font-display: auto;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/axiforma-bold.woff2") format("woff2"), url("../fonts/axiforma-bold.woff") format("woff");
}
/* Zeitung - 700 */
@font-face {
  font-family: "Zeitung";
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/zeitung-700.woff2") format("woff2"), url("../fonts/zeitung-700.woff") format("woff");
}
/* Zeitung - 800 */
@font-face {
  font-family: "Zeitung";
  font-display: auto;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/zeitung-800.woff2") format("woff2"), url("../fonts/zeitung-800.woff") format("woff");
}
.cftc__lp h1,
.cftc__lp h2,
.cftc__lp h3 {
  font-weight: 800;
  letter-spacing: -0.03rem;
  font-family: "Zeitung", sans-serif;
}
.cftc__lp h1,
.cftc__lp h3 {
  line-height: 110%;
}
.cftc__lp h1 {
  font-size: 2.9rem;
}
@media screen and (width >= 768px) {
  .cftc__lp h1 {
    font-size: 6rem;
  }
}
.cftc__lp h2 {
  font-size: 2rem;
  line-height: 120%;
}
@media screen and (width >= 768px) {
  .cftc__lp h2 {
    font-size: 2.8rem;
  }
}
.cftc__lp h3 {
  font-size: 1.6rem;
}
@media screen and (width >= 768px) {
  .cftc__lp h3 {
    font-size: 2rem;
  }
}
.cftc__lp p {
  font-size: 1.4rem;
  line-height: 160%;
}
@media screen and (width >= 768px) {
  .cftc__lp p {
    font-size: 1.6rem;
  }
}

html {
  font-size: 14px;
  font-family: "Axiforma", sans-serif;
  color: #114F9F;
  box-sizing: border-box;
  font-variant-ligatures: none;
}
@media screen and (width < 768px) {
  html {
    font-size: clamp(10px, 1000vw / 375, 12px);
  }
}
@media screen and (width >= 768px) {
  html {
    font-size: 0.6944444444vw;
    font-size: calc(0.6944444444vw - var(0px) / 144);
  }
}
@media screen and (width >= 1440px) {
  html {
    font-size: clamp(10px, 1000vw / 1440, 10px);
  }
}

body.cftc__lp {
  overflow-x: hidden;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  background-color: #FFF;
  background-image: url("../img/background.svg");
  background-position: top center;
  background-repeat: repeat-y;
}
body.cftc__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.cftc__lp,
body.cftc__lp h1,
body.cftc__lp h2,
body.cftc__lp h3,
body.cftc__lp h4,
body.cftc__lp h5,
body.cftc__lp h6,
body.cftc__lp p,
body.cftc__lp ol,
body.cftc__lp ul {
  margin: 0;
  padding: 0;
}
body.cftc__lp ul,
body.cftc__lp li {
  list-style: none;
}
body.cftc__lp input,
body.cftc__lp button {
  background: none;
  border: 0;
  box-shadow: none;
}
body.cftc__lp input:focus,
body.cftc__lp button:focus {
  outline: none;
}
body.cftc__lp button {
  padding: 0;
}
body.cftc__lp button:not(:disabled) {
  cursor: pointer;
}
body.cftc__lp a,
body.cftc__lp input,
body.cftc__lp button {
  font-family: "Axiforma", sans-serif;
  font-weight: 500;
}
body.cftc__lp a {
  text-decoration: none;
}
body.cftc__lp picture {
  display: block;
}
body.cftc__lp img {
  width: 100%;
}

@media screen and (width < 768px) {
  .cftc__lp .is-desktop {
    display: none !important;
  }
}
@media screen and (width >= 768px) {
  .cftc__lp .is-mobile {
    display: none !important;
  }
}
.cftc__lp .hidden {
  display: none !important;
}
.cftc__lp .superscript {
  position: relative;
  font-size: 70%;
  bottom: 0.2rem;
}
.cftc__lp .underline {
  position: relative;
}
.cftc__lp .underline::after {
  content: url("../img/underline.svg");
  width: 110%;
  position: absolute;
  bottom: -1.2rem;
  left: -0.2rem;
}
.cftc__lp .bg-white {
  background: #ffffff;
}
.cftc__lp .bg-blue {
  background-color: #114F9F;
}
.cftc__lp .bg-blue-dark {
  background-color: #212E81;
}
.cftc__lp .text-orange {
  color: #FCB932;
}
.cftc__lp .text-red {
  color: #EF4D70;
}

.cftc__lp {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  position: relative;
}
.cftc__lp .container {
  padding-left: 2rem;
  padding-right: 2rem;
}
.cftc__lp .container__title {
  margin-top: 5rem;
}
@media screen and (width >= 768px) {
  .cftc__lp .container {
    padding-left: 3rem;
    padding-right: 3rem;
    max-width: 118rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cftc__lp main {
  flex-grow: 1;
}

.cftc__lp .header {
  width: 100%;
  padding: 0;
  top: 0;
  position: fixed;
  background: #114F9F;
  z-index: 6666;
  transition: opacity 0.4s ease-in-out, top 0.4s ease-in-out, height 0.6s ease, box-shadow 0.6s ease;
}
.cftc__lp .header__container {
  height: 5.8rem;
}
@media screen and (width >= 768px) {
  .cftc__lp .header__container {
    height: 9.8rem;
    display: flex;
    max-width: 144rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cftc__lp .header__logo {
  z-index: 10;
  display: block;
  width: 15.2rem;
}
@media screen and (width < 768px) {
  .cftc__lp .header__logo {
    left: -4.7rem;
    position: absolute;
    top: -0.2rem;
  }
}
@media screen and (width >= 768px) {
  .cftc__lp .header__logo {
    flex-shrink: 0;
    width: 28.8rem;
    margin-left: -1rem;
  }
}
@media screen and (width < 768px) {
  .cftc__lp .header .nav {
    display: none;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 0;
  }
  .cftc__lp .header .nav.show .nav__links {
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (width >= 768px) {
  .cftc__lp .header .nav {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    margin-left: 4.2rem;
    margin-right: 3rem;
  }
}
.cftc__lp .header .nav__links {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (width < 768px) {
  .cftc__lp .header .nav__links {
    flex-direction: column;
    gap: 1.8rem;
    padding-top: 10.8rem;
    padding-bottom: 7rem;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.4s ease;
  }
}
.cftc__lp .header .nav__links--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 120%;
  font-family: "Zeitung", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (width >= 768px) {
  .cftc__lp .header .nav__links--btn {
    font-size: 1.2rem;
    margin-right: 1.4rem;
  }
}
.cftc__lp .header .nav__links--btn img {
  width: 1.2rem;
  margin-bottom: 0.2rem;
}
.cftc__lp .header .nav__links .btn__full--red svg {
  width: 1.4rem;
  height: 1.4rem;
}
@media screen and (width >= 768px) {
  .cftc__lp .header .nav__cta {
    margin-left: 12.3rem;
  }
}
.cftc__lp .header .hamburger {
  position: absolute;
  z-index: 10;
  right: 2rem;
  top: 1.7rem;
  height: 2.4rem;
  transition-property: opacity, filter;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
@media screen and (width >= 768px) {
  .cftc__lp .header .hamburger {
    display: none;
  }
}
.cftc__lp .header .hamburger__box {
  width: 3rem;
  height: 2.4rem;
  display: inline-block;
  position: relative;
}
.cftc__lp .header .hamburger__box--inner {
  display: block;
  margin-top: 1.8rem;
}
.cftc__lp .header .hamburger__box--inner, .cftc__lp .header .hamburger__box--inner::after, .cftc__lp .header .hamburger__box--inner::before {
  width: 3rem;
  height: 0.4rem;
  background-color: #3271B3;
  border-radius: 0.4rem;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.cftc__lp .header .hamburger__box--inner::after, .cftc__lp .header .hamburger__box--inner::before {
  content: "";
  display: block;
}
.cftc__lp .header .hamburger__box--inner::before {
  top: -1rem;
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.cftc__lp .header .hamburger__box--inner::after {
  top: -2rem;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.cftc__lp .header .hamburger.is-active .hamburger__box--inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cftc__lp .header .hamburger.is-active .hamburger__box--inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cftc__lp .header .hamburger.is-active .hamburger__box--inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

@media screen and (width < 768px) {
  body.cftc__lp.menu__open .header {
    height: 100dvh;
    overflow: auto;
  }
  body.cftc__lp.menu__open .header .nav {
    display: block;
  }
}
body.cftc__lp.scroll-up:not(.menu__open) .header {
  opacity: 0;
  top: -10.5rem;
}
@media screen and (width >= 768px) {
  body.cftc__lp.scroll-up:not(.menu__open) .header {
    top: -17.5rem;
  }
}

.cftc__lp footer {
  padding: 2rem 0;
}
@media screen and (width >= 768px) {
  .cftc__lp footer {
    padding: 3.8rem;
  }
}
.cftc__lp footer ul {
  display: flex;
  gap: 1.3rem;
}
@media screen and (width >= 768px) {
  .cftc__lp footer ul {
    gap: 1.6rem;
  }
}
.cftc__lp footer ul li {
  flex-shrink: 0;
}
.cftc__lp footer ul a {
  color: #000000;
  font-size: 1.2rem;
}

.cftc__lp .banner {
  position: relative;
  background-color: #114F9F;
}
.cftc__lp .banner .container {
  position: relative;
  padding-top: 13.8rem;
  padding-bottom: 39.9rem;
  max-width: 33.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (width >= 768px) {
  .cftc__lp .banner .container {
    padding-top: 27.6rem;
    padding-bottom: 19.4rem;
    max-width: 138rem;
  }
}
.cftc__lp .banner__content {
  position: relative;
  color: #ffffff;
}
@media screen and (width >= 768px) {
  .cftc__lp .banner__content {
    width: 78rem;
    margin: 0 auto;
  }
}
.cftc__lp .banner__content h1 {
  text-align: center;
}
.cftc__lp .banner__content h1 strong {
  color: #FCB932;
}
.cftc__lp .banner__content--desc {
  margin-left: 4.3rem;
  margin-top: 2rem;
}
@media screen and (width >= 768px) {
  .cftc__lp .banner__content--desc {
    margin-left: 20rem;
    margin-top: 3rem;
    padding-right: 4rem;
    font-size: 1.8rem;
  }
}
.cftc__lp .banner__content__dec {
  position: absolute;
  z-index: 10;
}
.cftc__lp .banner__content__dec--1 {
  width: 12.3rem;
  height: 12.7rem;
  left: -4.1rem;
  top: -11.8rem;
}
.cftc__lp .banner__content__dec--2 {
  width: 11.4rem;
  height: 9.4rem;
  left: 35rem;
  top: calc(100% + 1rem);
}
.cftc__lp .banner__img {
  overflow: hidden;
  position: absolute;
}
.cftc__lp .banner__img img {
  object-fit: cover;
  height: 100%;
}
.cftc__lp .banner__img--1 {
  width: 11.25rem;
  height: 15.9rem;
  z-index: 1;
  left: 3rem;
  bottom: 18.1rem;
  border-radius: 4.67rem;
}
@media screen and (width >= 768px) {
  .cftc__lp .banner__img--1 {
    width: 16.8rem;
    height: 23.9rem;
    left: 11.5rem;
    bottom: 34.5rem;
    border-radius: 69.9rem;
  }
}
.cftc__lp .banner__img--2 {
  width: 16.2rem;
  height: 23rem;
  z-index: 2;
  left: 11.9rem;
  bottom: 4rem;
  border-radius: 6.86rem;
}
@media screen and (width < 375px) {
  .cftc__lp .banner__img--2 {
    left: 8.9rem;
  }
}
@media screen and (width >= 768px) {
  .cftc__lp .banner__img--2 {
    width: 24.5rem;
    height: 34.5rem;
    left: 15.3rem;
    border-radius: 10.2rem;
  }
}
.cftc__lp .banner__img--3 {
  width: 10.4rem;
  height: 15.8rem;
  z-index: 3;
  right: 3.2rem;
  bottom: 21rem;
  border-radius: 4.47rem;
}
@media screen and (width >= 768px) {
  .cftc__lp .banner__img--3 {
    width: 15.9rem;
    height: 24rem;
    right: 11.5rem;
    bottom: 25.9rem;
    border-radius: 6.75rem;
  }
}
.cftc__lp .banner__img--4 {
  width: 10.9rem;
  height: 15.5rem;
  z-index: 4;
  right: 19.5rem;
  bottom: 13.2rem;
  border-radius: 4.49rem;
}
.cftc__lp .banner__badge {
  right: -0.75rem;
  top: calc(100% + 16.5rem);
  width: 11rem;
  height: 11rem;
  transform: rotate(15deg);
}
@media screen and (width >= 768px) {
  .cftc__lp .banner__badge {
    width: 17.4rem;
    height: 17.4rem;
    top: -15.2rem;
    right: -8.5rem;
  }
}
.cftc__lp .banner__badge p {
  width: 12.5rem;
}
@media screen and (width < 768px) {
  .cftc__lp .banner__badge p {
    width: 8.3rem;
  }
}
.cftc__lp .banner__badge p strong {
  color: #114F9F;
}

.cftc__lp .offre {
  padding-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (width < 768px) {
  .cftc__lp .offre {
    overflow-x: hidden;
  }
}
@media screen and (width >= 768px) {
  .cftc__lp .offre {
    gap: 12rem;
  }
}
.cftc__lp .offre__content h2 strong {
  color: #EF4D70;
}
.cftc__lp .offre__card {
  display: block;
  position: relative;
  padding: 1.6rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  border-radius: 0.4rem;
  color: #ffffff;
}
@media screen and (width >= 768px) {
  .cftc__lp .offre__card {
    margin-top: 4.2rem;
    margin-bottom: 4.2rem;
    padding: 2rem;
    border-radius: 1rem;
  }
}
.cftc__lp .offre__card h3 {
  margin-right: 9.1rem;
}
.cftc__lp .offre__card > p {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
@media screen and (width >= 768px) {
  .cftc__lp .offre__card > p {
    margin: 2rem 0;
  }
}
.cftc__lp .offre__card__list {
  display: flex;
  gap: 0.56rem;
}
@media screen and (width >= 768px) {
  .cftc__lp .offre__card__list {
    gap: 0.8rem;
  }
}
.cftc__lp .offre__card__list li {
  position: relative;
  border-radius: 0.3rem;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1.19/1;
}
.cftc__lp .offre__card__list--bg {
  width: 100%;
  height: 100%;
}
.cftc__lp .offre__card__list--bg img {
  object-fit: cover;
  height: 100%;
}
.cftc__lp .offre__card__list--badge {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  top: 0.4rem;
  right: 0;
  width: 2.9rem;
  height: 1.3rem;
  background-color: #ffffff;
  font-size: 0.6rem;
  font-weight: 800;
  font-family: "Zeitung", sans-serif;
  letter-spacing: -0.009rem;
  color: #114F9F;
  border-radius: 0.52rem 0 0 0.52rem;
}
.cftc__lp .offre__card__list--logo {
  width: 2rem;
  height: 2rem;
  position: absolute;
  z-index: 10;
  bottom: 0.2rem;
  left: 0.2rem;
}
.cftc__lp .offre__image {
  position: relative;
}
.cftc__lp .offre__image--bg {
  width: 58rem;
  height: 62.3rem;
  border-radius: 1rem;
  overflow: hidden;
}
.cftc__lp .offre__image--bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cftc__lp .offre__badge {
  width: 10.7rem;
  height: 11.1rem;
  top: -2.7rem;
  right: -2rem;
  transform: rotate(20deg);
}
@media screen and (width >= 768px) {
  .cftc__lp .offre__badge {
    width: 17.8rem;
    height: 17.9rem;
    right: -8.8rem;
    top: 49.5rem;
  }
}
.cftc__lp .offre__badge p strong {
  font-size: 1.4rem;
  display: block;
}
@media screen and (width >= 768px) {
  .cftc__lp .offre__badge p strong {
    font-size: 2rem;
  }
}

.cftc__lp .discover {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
@media screen and (width >= 768px) {
  .cftc__lp .discover {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.cftc__lp .discover__content h2 strong {
  color: #FCB932;
}
.cftc__lp .discover__video {
  margin: 3rem 0;
  overflow: hidden;
  border-radius: 0.4rem;
  box-shadow: 0px 2.55px 3.11px 0px rgba(0, 0, 0, 0.1019607843);
}
@media screen and (width >= 768px) {
  .cftc__lp .discover__video {
    margin: 4.2rem 0;
    box-shadow: 0px 9px 11px 0px rgba(0, 0, 0, 0.1019607843);
    border-radius: 1rem;
  }
}
.cftc__lp .discover__video iframe {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.cftc__lp .inform {
  padding: 5rem 0 2.5rem;
  overflow-x: hidden;
}
@media screen and (width >= 768px) {
  .cftc__lp .inform {
    padding: 8rem 0 5.5rem;
  }
}
.cftc__lp .inform .container {
  display: flex;
}
@media screen and (width < 768px) {
  .cftc__lp .inform .container {
    flex-direction: column;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media screen and (width >= 768px) {
  .cftc__lp .inform .container {
    gap: 5rem;
  }
}
.cftc__lp .inform__content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
  flex-shrink: 0;
}
@media screen and (width < 768px) {
  .cftc__lp .inform__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (width >= 768px) {
  .cftc__lp .inform__content {
    margin-bottom: 6.5rem;
  }
}
.cftc__lp .inform__content--text {
  color: #ffffff;
}
.cftc__lp .inform__content--text h2 strong {
  color: #EF4D70;
}
.cftc__lp .inform__content--text p:last-child {
  margin-bottom: 3rem;
}
@media screen and (width >= 768px) {
  .cftc__lp .inform__content--text {
    padding-right: 3rem;
  }
}
.cftc__lp .inform__cards--slider {
  display: flex;
  gap: 1.524rem;
  padding: 3rem 0 2.5rem;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cftc__lp .inform__cards--slider::-webkit-scrollbar {
  display: none;
}
.cftc__lp .inform__cards--slider::after {
  content: "";
  flex: 0 0 0.1rem;
}
@media screen and (width >= 768px) {
  .cftc__lp .inform__cards--slider {
    gap: 2rem;
    padding-top: 3.9rem;
    width: 78rem;
  }
}
.cftc__lp .inform__cards__card {
  flex-shrink: 0;
  border-radius: 0.76rem;
  overflow: hidden;
  box-shadow: 0px 6.86px 8.38px 0px rgba(0, 0, 0, 0.1098039216);
  scroll-snap-align: center;
  width: 20.5rem;
  background-color: #ffffff;
  color: #114F9F;
}
@media screen and (width < 768px) {
  .cftc__lp .inform__cards__card:first-child {
    margin-left: 2rem;
  }
}
@media screen and (width >= 768px) {
  .cftc__lp .inform__cards__card {
    border-radius: 1rem;
    box-shadow: 0px 9px 11px 0px rgba(0, 0, 0, 0.1098039216);
    width: 27rem;
    scroll-snap-align: start;
  }
}
.cftc__lp .inform__cards__card picture {
  aspect-ratio: 4/3;
  width: 100%;
}
.cftc__lp .inform__cards__card picture img {
  object-fit: cover;
  height: 100%;
}
.cftc__lp .inform__cards__card--content {
  padding: 1.2rem 1.2rem 1.6rem;
}
@media screen and (width >= 768px) {
  .cftc__lp .inform__cards__card--content {
    padding: 1.6rem 1.6rem 2.2rem;
  }
}
.cftc__lp .inform__cards__card--badge {
  display: inline-block;
  color: #ffffff;
  background-color: #FCB932;
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  margin-bottom: 0.6rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 120%;
}
.cftc__lp .inform__cards__arrows {
  display: flex;
  gap: 1.6rem;
  width: 100%;
  margin-left: 54.3rem;
  margin-top: 1.1rem;
}
@media screen and (width < 768px) {
  .cftc__lp .inform__cards__arrows {
    display: none;
  }
}
.cftc__lp .inform__cards__arrows--arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  background-color: #EF4D70;
  transition: background-color 0.3s ease;
}
.cftc__lp .inform__cards__arrows--arrow:hover, .cftc__lp .inform__cards__arrows--arrow:disabled {
  background-color: #F4829B;
}
.cftc__lp .inform__cards__arrows--arrow img {
  width: 2rem;
}

.cftc__lp .follow {
  text-align: center;
  color: #ffffff;
  padding: 5rem 0;
}
@media screen and (width >= 768px) {
  .cftc__lp .follow {
    padding: 10rem 0;
  }
}
.cftc__lp .follow__content h2 {
  margin-bottom: 2rem;
}
.cftc__lp .follow__content h2 strong {
  color: #FCB932;
}
@media screen and (width >= 768px) {
  .cftc__lp .follow__content h2 {
    margin-bottom: 2.6rem;
  }
}
@media screen and (width >= 768px) {
  .cftc__lp .follow__content {
    max-width: 75rem;
    margin: 0 auto;
  }
}
.cftc__lp .follow__content--links {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 2.33rem;
  margin-top: 3rem;
}
@media screen and (width >= 768px) {
  .cftc__lp .follow__content--links {
    gap: 3rem;
    margin-top: 4rem;
  }
}
.cftc__lp .follow__content--links a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  background-color: #114F9F;
  border-radius: 0.55rem;
}
.cftc__lp .follow__content--links a img {
  width: 2.6rem;
}
@media screen and (width >= 768px) {
  .cftc__lp .follow__content--links a {
    width: 6rem;
    height: 6rem;
    border-radius: 0.62rem;
  }
  .cftc__lp .follow__content--links a img {
    width: 3.1rem;
  }
}

.cftc__lp .sites__nav {
  width: 100%;
  max-width: 100rem;
  background-color: #114F9F;
  color: #ffffff;
  position: fixed;
  height: 100dvh;
  top: 0;
  right: -100%;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  transition: right 0.6s ease;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cftc__lp .sites__nav::-webkit-scrollbar {
  display: none;
}
.cftc__lp .sites__nav--overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  z-index: 8888;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.cftc__lp .sites__nav--overlay.show {
  opacity: 1;
}
.cftc__lp .sites__nav--overlay.remove {
  z-index: -1;
}
.cftc__lp .sites__nav.show {
  right: 0;
}
.cftc__lp .sites__nav--title {
  font-size: 3rem;
  font-family: "Zeitung", sans-serif;
  font-weight: 800;
  line-height: 130%;
  text-align: center;
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 4.4rem;
}
@media screen and (width >= 768px) {
  .cftc__lp .sites__nav--title {
    padding-top: 6rem;
    padding-bottom: 6.4rem;
  }
}
.cftc__lp .sites__nav button.btn__sites__nav--close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  border: 0.2rem solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  transition: all 0.3s ease;
}
.cftc__lp .sites__nav button.btn__sites__nav--close:hover, .cftc__lp .sites__nav button.btn__sites__nav--close:active {
  background-color: #ffffff;
  color: #114F9F;
}
@media screen and (width >= 768px) {
  .cftc__lp .sites__nav button.btn__sites__nav--close {
    top: 3rem;
    right: 6rem;
  }
}
.cftc__lp .sites__nav button.btn__sites__nav--close svg {
  width: 1.8rem;
}
.cftc__lp .sites__nav--cards {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  padding-bottom: 3rem;
}
.cftc__lp .sites__nav--cards, .cftc__lp .sites__nav--cards__container {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
@media screen and (width >= 768px) {
  .cftc__lp .sites__nav--cards, .cftc__lp .sites__nav--cards__container {
    gap: 2rem;
    flex-direction: row;
  }
}
@media screen and (width >= 768px) {
  .cftc__lp .sites__nav--cards {
    padding-left: 9rem;
    padding-right: 9rem;
    padding-bottom: 6rem;
    flex-wrap: wrap;
  }
}
@media screen and (width >= 768px) {
  .cftc__lp .sites__nav--cards__container {
    width: 100%;
    flex: 1 0 100%;
  }
}
.cftc__lp .sites__nav--card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  width: 100%;
  color: #212E81;
  background-color: #FFF;
  background-image: url("../img/body.svg");
  border-radius: 1rem;
  padding: 0.5rem;
  transition: box-shadow 0.4s ease;
}
.cftc__lp .sites__nav--card.current::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6509803922);
  border-radius: 1rem;
}
@media screen and (width >= 768px) {
  .cftc__lp .sites__nav--card:hover:not(.current) {
    box-shadow: 0 0 5rem rgba(239, 77, 112, 0.7490196078);
  }
}
.cftc__lp .sites__nav--card__picture {
  overflow: hidden;
  border-radius: 0.5rem;
  aspect-ratio: 317/103;
}
@media screen and (width >= 768px) {
  .cftc__lp .sites__nav--card__picture {
    aspect-ratio: 390/127;
  }
}
.cftc__lp .sites__nav--card img {
  object-fit: cover;
  height: 100%;
}
.cftc__lp .sites__nav--card__wrapper {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  flex-grow: 1;
}
.cftc__lp .sites__nav--card__title {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 2.2rem;
  font-family: "Zeitung", sans-serif;
  font-weight: 800;
  line-height: 130%;
}
.cftc__lp .sites__nav--card__title img {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}
.cftc__lp .sites__nav--card__desc {
  line-height: 130%;
}
@media screen and (width >= 768px) {
  .cftc__lp .sites__nav--card__desc {
    font-size: 1.4rem;
  }
}

.cftc__lp .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  padding: 1.35rem 1.8rem;
  font-size: 1.4rem;
  line-height: 120%;
  font-family: "Zeitung", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 5rem;
  border-width: 0.2rem;
  border-style: solid;
  transition: all 0.4s ease-in-out;
}
.cftc__lp .btn svg {
  width: 1.6rem;
  height: 1.6rem;
}
.cftc__lp .btn__full {
  color: #ffffff;
}
.cftc__lp .btn__full--red {
  background: #EF4D70;
  border-color: #EF4D70;
}
.cftc__lp .btn__full--red:hover, .cftc__lp .btn__full--red:focus {
  color: #EF4D70;
}
.cftc__lp .btn__full--cyan {
  background: #12B39E;
  border-color: #12B39E;
}
.cftc__lp .btn__full--cyan:hover, .cftc__lp .btn__full--cyan:focus {
  color: #12B39E;
}
.cftc__lp .btn__full--blue {
  background: #114F9F;
  border-color: #114F9F;
}
.cftc__lp .btn__full--blue:hover, .cftc__lp .btn__full--blue:focus {
  color: #114F9F;
}
.cftc__lp .btn__full:hover, .cftc__lp .btn__full:focus {
  background-color: transparent;
}
.cftc__lp .btn__outline {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.cftc__lp .btn__outline:hover, .cftc__lp .btn__outline:focus {
  color: #114F9F;
  background-color: #ffffff;
}

.slider {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
}
@media screen and (width < 768px) {
  .slider {
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .slider::-webkit-scrollbar {
    display: none;
  }
  .slider__item {
    scroll-snap-align: center;
  }
}
@media screen and (width < 768px) {
  .slider__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    height: 1rem;
  }
  .slider__dots button {
    width: 0.8rem;
    height: 0.8rem;
    background-color: #114F9F;
    border-radius: 1rem;
    transition: all 0.3s ease;
  }
  .slider__dots button.active {
    width: 1rem;
    height: 1rem;
    background-color: #212E81;
  }
}

.cftc__lp .badge__star {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  transform: rotate(15deg);
}
.cftc__lp .badge__star picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cftc__lp .badge__star picture img {
  height: 100%;
}
.cftc__lp .badge__star p {
  position: relative;
  z-index: 2;
  width: 12.5rem;
  font-weight: 800;
  font-family: "Zeitung", sans-serif;
  line-height: 130%;
  letter-spacing: -0.017rem;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0 !important;
}
@media screen and (width < 768px) {
  .cftc__lp .badge__star p {
    font-size: 1.05rem;
    width: 8.3rem;
  }
}

.cftc__lp .block__text {
  max-width: 48rem;
}
.cftc__lp .block__text h2 {
  margin-bottom: 2rem;
}
@media screen and (width >= 768px) {
  .cftc__lp .block__text h2 {
    margin-bottom: 2.8rem;
  }
}
.cftc__lp .block__text p {
  margin-bottom: 1.6rem;
}
@media screen and (width >= 768px) {
  .cftc__lp .block__text p {
    margin-bottom: 1.8rem;
  }
}

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