.section_content {
  padding: 1rem 0;
}

.t-mb-4,
.t-mb-6 {
  margin-bottom: 1rem !important;
}

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

.c-downloadKit .section_content-img {
  display: none;
}
.c-downloadKit .section_content-txt {
  text-align: left;
}
.c-downloadKit p:not(.t-f-black) {
  font-size: 16px;
  font-weight: 400;
}

.home h2:not(.c-clicDeploy h2) {
  font-size: 32px;
  font-weight: 900;
}

.home section:not(.section-10) {
  padding: 0;
}

@media screen and (min-width: 640px) {
  .home h2:not(.c-clicDeploy h2) {
    font-size: 36px;
  }

  .section_content {
    padding: 2rem 0;
  }
  .t-mb-4 {
    margin-bottom: 4rem !important;
  }
  .t-mb-6 {
    margin-bottom: 6rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .c-downloadKit .section_content-img {
    display: block;
  }
}

/******************************** INITIALVIEW
********************************************/
/*#region initialview */
#InitialView {
  margin: 0 0 2rem 0;
}

#InitialView .initialView_title-tags {
  margin-bottom: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

#InitialView .initialView_title-tags .label {
  padding: 4px 8px;
  border: 1px solid var(--grey50);
  border-radius: 8px;

  font-size: 14px;
  font-weight: 600;
  color: var(--grey500);
}

#InitialView .initialView_title-tags .label .title {
  position: absolute;
  top: 2rem;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  font-size: 40px;
  color: var(--grey800);
  font-weight: 900;
}
@media screen and (min-width: 504px) {
  #InitialView .initialView_title-tags {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 640px) {
  #InitialView {
    margin: 2rem 0 4rem 0;
  }
}
@media screen and (min-width: 1024px) {
  #InitialView .initialView_title-tags {
    margin-bottom: 5rem;
  }

  #InitialView .initialView_title-tags .label .title {
    font-size: 54px;
  }
}

#InitialView .initialView_title-txt {
  max-width: 500px;
  margin-inline: auto;
}

#InitialView .initialView_title-txt p {
  font-size: 16px;
  line-height: 1.5;
}

#InitialView .initialView_title-trustpilot {
  display: inline-block;
  max-width: 217px;
}

#InitialView .initialView_img:has(.is-mobile) {
  display: block;
}

#InitialView lottie-player:not(.is-mobile) {
  display: none;
}

#InitialView lottie-player.is-mobile {
  position: relative;
  left: -30%;
  width: 170% !important;
  height: auto !important;
}

@media screen and (min-width: 640px) {
  #InitialView lottie-player:not(.is-mobile) {
    display: block;
  }

  #InitialView .initialView_img.-left lottie-player {
    top: -7rem;
    right: -10rem;
    opacity: 1;

    animation: slideFromRight 0.5s ease-in;
  }

  #InitialView .initialView_img.-right lottie-player {
    top: -10rem;
    left: -9rem;

    animation: slideFromLeft 0.5s ease-in;
  }

  #InitialView lottie-player.is-mobile {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  h1 {
    font-size: 48px;
  }
}

@keyframes slideFromRight {
  from {
    right: -5rem;
    opacity: 0;
  }
}
@keyframes slideFromLeft {
  from {
    left: -6rem;
    opacity: 0;
  }
}

/*#endregion */

/************************************SECTIONS
********************************************/
/*#region section 1 - SLIDER */

/* navigation */
.section-1 .o-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(
    90deg,
    white,
    white 3%,
    transparent 12%,
    transparent 88%,
    white 97%,
    white
  );
  pointer-events: none;
  z-index: 2;
}

.section-1 .slider {
  padding-top: 3rem;
}

/* nav -> arrow */
.section-1 .slick-arrow {
  position: absolute;
  width: 30px;
  aspect-ratio: 1;
  background: #fff;
  border: 1px solid var(--grey200);
  border-radius: 50%;
  padding: 8px;
  cursor: pointer;
  z-index: 2;

  transition: background 0.2s ease-in;
}
.section-1 .slick-arrow:hover {
  background: var(--grey200);
}
.section-1 .slick-arrow.slick-prev {
  top: 50%;
  left: 0;
  transform: rotate(180deg);
}
.section-1 .slick-arrow.slick-next {
  top: 50%;
  right: 0;
}

.section-1 .slider:has(.slick-slide.slick-current:first-child) .slick-prev,
.section-1 .slider:has(.slick-slide.slick-current:last-child) .slick-next {
  opacity: 0.3;
  pointer-events: none;
}

@media screen and (min-width: 640px) {
  .section-1 .slick-arrow.slick-prev {
    left: -2rem;
  }
  .section-1 .slick-arrow.slick-next {
    right: -2rem;
  }
}

/* nav -> name */
.section-1 .slick-dots {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);

  display: flex;
  justify-content: center;
  gap: 1rem;

  transition: transform 0.3s ease-in;
}
.section-1 .slick-dots:has(li.slick-active:nth-child(1)) {
  transform: translateX(-12%);
}
.section-1 .slick-dots:has(li.slick-active:nth-child(2)) {
  transform: translateX(-32%);
}
.section-1 .slick-dots:has(li.slick-active:nth-child(3)) {
  transform: translateX(-45%);
}
.section-1 .slick-dots:has(li.slick-active:nth-child(4)) {
  transform: translateX(-64%);
}
.section-1 .slick-dots:has(li.slick-active:nth-child(5)) {
  transform: translateX(-86%);
}

.section-1 .slick-dots li {
  padding: 0;
}
.section-1 .slick-dots button {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, arial, sans-serif;
  width: max-content;
  padding: 8px 12px;
  border: none;
  border-radius: 1rem;
  background: var(--grey50);
  font-size: 16px;
  font-weight: 600;
  line-height: 1rem;
  color: var(--grey700);

  transition: all 0.15s ease-in;
}
.section-1 .slick-dots button:hover,
.section-1 .slick-dots button:active,
.section-1 .slick-dots .slick-active button {
  background: var(--grey700);
  color: #fff;
  cursor: pointer;
}

/* slide */
.section-1 .slick-list {
  overflow: visible;
}
.section-1 .slick-slide {
  padding: 0 0.5rem;
}

.section-1 .slide {
  min-height: 620px;
  padding: 24px 24px 8rem 24px;
  border: 1px solid var(--grey200);
  border-radius: 2rem;

  background-position: bottom left !important;
}

.section-1 .slide.socle {
  background: url(/img/home/bg-slider-socle-mobile.svg) no-repeat;
  background-size: 65%;
}
.section-1 .slide.timmi {
  background: url(/img/home/bg-slider-timmi-mobile.svg) no-repeat;
  background-size: 60%;
}
.section-1 .slide.poplee {
  background: url(/img/home/bg-slider-poplee-mobile.svg) no-repeat;
}
.section-1 .slide.pagga {
  background: url(/img/home/bg-slider-pagga-mobile.svg) no-repeat;
}
.section-1 .slide.cleemy {
  background: url(/img/home/bg-slider-cleemy-mobile.svg) no-repeat;
}

.section-1 .slider-link {
  margin-bottom: 0.5rem;
  padding: 8px;
  border-radius: 0.5rem;

  display: flex;
  align-items: center;
  gap: 0.5rem;

  text-decoration: none;

  transition: background 0.2s ease-in;
}

.section-1 .slider-link:hover,
.section-1 .slider-link:focus {
  background: var(--grey50);
}

.section-1 .slider-link img {
  width: 36px;
}

.section-1 .slider-link p {
  padding-bottom: 0;
}
.section-1 .slider-link img.arrow {
  width: 6px;
  height: 10px;
}
.section-1 .soft-description {
  padding: 0 8px;
}

.section-1 .slide.socle .o-col-2 {
  padding-left: 0.5rem;
}

@media screen and (min-width: 640px) {
  .section-1 .o-container::before {
    content: none;
  }
  .section-1 .slick-dots {
    transform: translateX(-50%) !important;
  }
  .section-1 .slick-dots button {
    font-size: 14px;
  }
  .section-1 .slick-list {
    overflow: hidden;
  }

  .section-1 .slide {
    min-height: unset;
    padding: 24px;
    background-position: top -4rem right -4rem !important;
  }
  .section-1 .slide.socle {
    background: url(/img/home/bg-slider-socle.svg) no-repeat;
    background-size: auto;
  }
  .section-1 .slide.timmi {
    background: url(/img/home/bg-slider-timmi.svg) no-repeat;
    background-size: auto;
  }
  .section-1 .slide.poplee {
    background: url(/img/home/bg-slider-poplee.svg) no-repeat;
  }
  .section-1 .slide.pagga {
    background: url(/img/home/bg-slider-pagga.svg) no-repeat;
  }
  .section-1 .slide.cleemy {
    background: url(/img/home/bg-slider-cleemy.svg) no-repeat;
  }

  .section-1 .slide.socle .o-col-2 {
    border-left: 1px solid var(--grey200);
    padding-left: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .section-1 .slick-dots button {
    font-size: 16px;
  }
  .section-1 .slide {
    padding: 40px 11rem 40px 40px;
    background-position: top right !important;
  }
}

/*#endregion */

/*#region section 2 - CARD MARKETPLACE */
.section-2.c-downloadKit .section_content {
  min-height: unset;
  border-radius: 1rem;
}

.section-2.c-downloadKit .section_content-img.img_left img {
  max-width: 250px;
  top: 1rem;
}

.section-2.c-downloadKit p strong {
  line-height: normal;
  font-size: 24px;
}

@media screen and (min-width: 640px) {
  .section-2.c-downloadKit .section_content {
    padding: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .section-2.c-downloadKit .section_content {
    width: 100%;
    margin: 0;
  }

  .section-2.c-downloadKit p strong {
    font-size: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .section-2.c-downloadKit p strong {
    font-size: 24px;
  }
}

/*#endregion */

/*#region section 3 - */
.section-3 .section_content-img.img_right {
  display: none;
}
@media screen and (min-width: 640px) {
  .section-3 .section_content-img.img_right {
    display: block;
  }
}
/*#endregion */

/*#region section 5 - TRUSTPILOT */

.section-5 .o-container {
  padding: 0;
}
.section-5 .t-mb-2 {
  margin-bottom: 0 !important;
}

.section-5 lottie-player {
  position: absolute;
  bottom: 0;
  left: -100px;
}
.section-5 .slick-list {
  overflow: visible;
}
.section-5 .slick-track {
  display: flex;
  align-items: stretch;
}
.section-5 .slick-slide {
  padding: 0 0.5rem;
}
.section-5 .o-card-xs {
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
}
.section-5 .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-5 .slick-dots button {
  border: none;
  background: var(--grey50);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  font-size: 0;
  padding: 0;
}
.section-5 .slick-dots .slick-active button {
  background: var(--grey400);
}
.section-5 a.o-card-xs {
  text-decoration: none;
  min-height: var(--height-card);

  transition: all 0.2s ease-in;
}
.section-5 a.o-card-xs:hover {
  transform: translateY(-0.5rem);
  border: 1px solid var(--grey300);
}
.section-5 .o-card-xs p {
  padding-bottom: 0.5rem;
}
.section-5 .o-card-xs img {
  width: 150px;
}

@media screen and (min-width: 640px) {
  .section-5 .t-mb-2 {
    margin-bottom: 2rem !important;
  }
  .section-5 .o-card-xs img {
    width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .section-5 .o-container {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 1920px) {
}
/*#endregion */

/*#region section 7 - KEY NUMBER */
.section-7 .card_keyNumber {
  margin: -4rem auto 0 auto;
  max-width: min(70vw, 560px);
}

.section-7 .o-col-2-3 {
  position: relative;
  padding-top: 12rem;
}

.section-7 .o-col-2-3 img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 676px;
}
.section-7 .o-col-2-3 lottie-player {
  display: none;
}

.section-7 .card_keyNumber .o-col-3:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 640px) {
  .section-7 .o-col-2-3,
  .section-7 .o-col-1-3 {
    width: calc(50% - 1rem);
  }
}

@media screen and (min-width: 1024px) {
  .section-7 .o-col-1-3 {
    width: calc((100% / 3) - 1rem);
    width: -webkit-calc((100% / 3) + 4rem);
  }
  .section-7 .o-col-2-3 {
    width: calc(((100% / 3) * 2) - 1rem);
    width: -webkit-calc(((100% / 3) * 2) - 4rem);
  }
  .section-7 .section_content {
    justify-content: space-between;
  }
  .section-7 .o-col-1-3 p {
    width: 320px;
  }

  .section-7 .o-col-2-3 {
    padding-top: 16rem;
  }

  .section-7 .o-col-2-3 img {
    top: -3rem;
    left: 5rem;
    max-width: 450px;
  }

  .section-7 .o-col-2-3 lottie-player {
    display: block;
    position: absolute;
  }
  .section-7 .o-col-2-3 lottie-player#AnimLuccasienLeft {
    left: -80px;
    bottom: 40px;
  }
  .section-7 .o-col-2-3 lottie-player#AnimLuccasienRight {
    right: -40px;
    bottom: 100px;
  }

  .section-7 .card_keyNumber {
    margin: 0 0 0 2rem;
  }

  .section-7 .card_keyNumber .o-col-3 {
    position: relative;
  }
  .section-7 .card_keyNumber .o-col-3:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: -0.75rem;
    top: 0;
    background: var(--grey50);
  }
}
/*#endregion */

/*#region section 8 - LIST LOGO */
.section-8 {
  margin-bottom: 3rem;
}

.section-8 .c-imgList img {
  width: calc(100% / 3);
}

.section-8 .t-f-36 {
  font-size: 36px !important;
}

@media screen and (min-width: 640px) {
  .section-8 {
    margin-bottom: 5rem;
  }

  .section-8 .c-imgList img {
    padding: 0;
    width: calc(100% / 6);
  }
}

/*#endregion */

/*#region section 9 - CARD CTA DEMO */
.section-9.c-downloadKit {
  margin-bottom: 5rem;
}

.section-9.c-downloadKit .section_content {
  min-height: 200px;
}

.section-9.c-downloadKit .section_content-img.img_left img {
  top: -1rem;
  right: 2rem;
}

@media screen and (min-width: 1024px) {
  .section-9.c-downloadKit .section_content {
    width: 100%;
    margin-left: 0;
    padding: 2rem 1rem;
  }
}
/*#endregion */

/*#region section 10 - SEO */

/*#endregion */

h1.label {
  font-family: var(--font-family-base);
}

h1 .title {
  font-family: 'Lucca', sans-serif;
}

.slick-slide .pagga .o-grid div {
  width: 100%;
}

@media screen and (min-width: 640px) {
  .slick-slide .pagga .o-grid div {
    width: calc(50% - 1rem);
  }
}

@media screen and (min-width: 1024px) {
  .slick-slide .pagga .o-grid div {
    width: calc(25% - 1rem);
  }

  .section-1 .slide {
    padding: 40px 8rem 40px 40px;
  }
}
