.docskit-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px var(--pos-gap-page-content-x-margin);
}


/* icon color */
.docskit-container svg path:not(:first-child) {
  stroke: var(--pos-color-graphic);
}

/* icon background color */
.docskit-container svg path:first-child {
  fill: var(--pos-color-panel-background);
}

.pos-theme-dark .step .icon {
  background: #000000 !important;
}

.pos-theme-dark .step .icon.active {
  fill: none;
  background: linear-gradient(312.05deg, #3A8DDE -5.71%, #38D430 100%) !important;
}

.pos-theme-dark .textstep-buttons nav .icon {
  background: none !important;
  border: 1px solid #9da3ad !important;
}

body {
  background-color: var(--pos-color-page-background);
}

/* ===========================STEPS MODIFIERS====================== */
.steps-spacing {
  padding-bottom: var(--pos-gap-section-section);
}


.bg-textsteps {
  background: var(--pos-color-panel-background);
}



.step .icon {
  background: #f7f8fa;
  transition: background 0.3s ease;
}

.line {
  position: relative;
  top: 60px;
  border-top: 2px solid var(--pos-color-divider-lines);
  z-index: 0;
}

.steps-wrapper {
  display: flex;
  max-width: 1440px;
  padding: 20px var(--pos-gap-page-content-x-margin, 40px);
  flex-direction: column;
  align-items: start;
  gap: var(--pos-gap-section-title-content, 80px);
  margin: 0 auto;
  overflow: hidden;
}

.textsteps-steps::before {
  display: none !important;
}

.textsteps-steps {
  position: static !important;
}


.textstep-buttons {
  width: 250px !important;
}


@media (max-width: 768px) {
  .steps-wrapper {
    padding: 40px;
    gap: 0px;
    margin: 0 auto;
  }

  .line {
    top: 80px
  }

  .textsteps-steps {
    gap: 90px !important;
  }
}

/* CTA+IMAGE MODIFERS
============================================================================ */
.bg-ctaimg {
  overflow: visible;
  padding-top: var(--pos-gap-section-section) !important;
}

.cta-card {
  height: auto !important;
}

.cta-card h1 {
  color: var(--pos-color-highlighted);
}

.cta-card p {
  color: var(--pos-color-normal);
  font-weight: 100 !important;
}

@media(max-width:768px) {
  .bg-ctaimg {
    margin-bottom: 3rem;
  }

  .cta-card h1 {
    width: 100% !important;
  }
}

/* word
============================================================================ */
.promo-section {
  background-color: #F7F8FA00;
}

.promo-title h1 {
  background-image: linear-gradient(to right, #228B22 0%, #1C73C0 10%);
}

.word {
  background-image: linear-gradient(to right, #228B22 0%, #1C73C0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: var(--font-size);
  font-weight: 900;
  letter-spacing: var(--letter-spacing);
  padding: calc(var(--stroke-width) / 2);
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: calc(var(--stroke-width) * 2);
}



/* docskit-video-carousel
============================================================================ */
.carousel-spacing {
  padding-top: var(--pos-gap-section-section);
}


.docskit-bg-carousel {
  background-image: url('../../images/documentation_solution/carousel_bg.avif');
  background-repeat: no-repeat;
  background-size: 900px auto;
  background-position: left top 200px;
  width: 100%;
  position: relative;
  z-index: 0;

}



.pos-theme-dark .docskit-bg-carousel {
  background-image: url("../../images/documentation_solution/carousel_bg-dark.png");
  background-repeat: no-repeat;
  background-position: left -265px bottom -655px;
  width: 100%;
  position: relative;
  z-index: 0;
}



@supports (-webkit-touch-callout: none) {

  /* iOS-specific or WebKit-specific rules here */
  .video-container iframe {
    padding-right: 50px;
  }
}

.docskit-carousel-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--pos-gap-tag-v, 8px);
}

.docskit-carousel-header h1 {
  align-self: stretch;
  font-size: var(--pos-headline-3, 1.5rem);
  color: var(--pos-color-prominent);
  font-weight: 700;
  line-height: var(--pos-headline-3-line-height, 32px);
  background: linear-gradient(270deg, var(--subheader-news-gradient-from, #2173c4) 65%, var(--subheader-news-gradient-to, #0f7b0a) 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.docskit-carousel-header h2 {
  align-self: stretch;
  color: var(--pos-color-prominent);
  font-size: var(--pos-headline-1, 3rem);
  font-style: normal;
  font-weight: 700;
  line-height: var(--pos-headline-1-line-height, 48px);
}

.docskit-carousel-header p {
  align-self: stretch;
  color: var(--pos-color-normal);
  font-size: var(--pos-headline-4, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: var(--pos-headline-4-line-height, 28px);
  padding-top: var(--pos-gap-section-elements);
}


.docskit-carousel-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
}

.carousel-nav-buttons {
  display: flex;
  gap: 1rem;
  flex-direction: row;
}

.docskit-carousel {
  height: 600px;
  grid-template-rows: 500px 100px;
  grid-template-columns: 1fr 50px 50px 1fr;
  align-items: center;
  justify-items: center;
  font-family: 'Poppins', sans-serif;
}

.docskit-carousel-wrapper {
  grid-row: 1 / 2;
  grid-column: 1 / 5;
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transform-style: preserve-3d;
  perspective: 800px;
  --items: 5;
  --middle: 2;
  --position: 2;
  gap: 25px;
}


.docskit-carousel-item {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  height: 360px;
  width: 640px;
  transition: all 0.3s ease-in-out;
  --r: calc(var(--position) - var(--offset));
  --abs: max(calc(var(--r) * -1), var(--r));
  transform: rotateY(calc(-2deg * var(--r))) translateX(calc(-640px * var(--r)));
  z-index: calc((var(--position) - var(--abs)));
}

.docskit-carousel-item iframe {
  width: 100%;
  height: 100%;
}


.docskit-carousel-item:nth-of-type(var(--position)) {
  height: 413px;
  width: 734px;
}


.docskit-carousel-item:nth-of-type(1) {
  --offset: 1;
}

.docskit-carousel-item:nth-of-type(2) {
  --offset: 2;
}

.docskit-carousel-item:nth-of-type(3) {
  --offset: 3;
}

.docskit-carousel-item:nth-of-type(4) {
  --offset: 4;
}

.docskit-carousel-item:nth-of-type(5) {
  --offset: 5;
}

.docskit-carousel-item:nth-of-type(6) {
  --offset: 6;
}

.docskit-carousel-button {
  width: 40px;
  height: 40px;
  cursor: pointer;

}

#docskit_carousel_awards_button {
  border: 1px solid var(--pos-color-butto-stroke-normal);
}

.docskit-carousel-button:hover {
  scale: 1.1;
}

.docskit-carousel-prev {
  grid-column: 2;
  grid-row: 2;
}

.docskit-carousel-next {
  grid-column: 3;
  grid-row: 2;
}

.docskit-carousel-input {
  display: none;
}

.docskit-carousel-input:nth-of-type(2) {
  checked: checked;
}

.docskit-carousel-input:nth-of-type(2):checked~.docskit-carousel-wrapper {
  --position: 2;
}

.docskit-carousel-prev:active~.docskit-carousel-wrapper {
  --position: calc(var(--position) - 1);
}

.docskit-carousel-next:active~.docskit-carousel-wrapper {
  --position: calc(var(--position) + 1);
}

.docskit-success-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.left-item,
.right-item {
  display: flex;
  justify-content: center;
  align-items: center;
}


/*==========================================RESPONSIVE==========================================*/

@media (max-width: 920px) {

  .pos-theme-dark .docskit-bg-carousel {
    background: none;
  }

  .docskit-bg-carousel {
    background: none;
  }

  .docskit-carousel-header {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--pos-gap-tag-v, 8px);
    padding: 0 20px;
    box-sizing: border-box;
  }

  .docskit-carousel-header h1 {
    align-self: stretch;
    font-size: clamp(1.25rem, 4vw, 1.5rem);
    font-style: normal;
    font-weight: 700;
    line-height: clamp(1.75rem, 5vw, 2rem);
    background: linear-gradient(270deg, var(--subheader-news-gradient-from, #2173c4) 89.48%, var(--subheader-news-gradient-to, #0f7b0a) 99.96%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    word-break: break-word;
  }

  .docskit-carousel-header h2 {
    align-self: stretch;
    color: var(--pos-color-prominent, #141414);
    font-size: clamp(1.75rem, 5vw, 3rem);
    font-style: normal;
    font-weight: 700;
    line-height: clamp(2.25rem, 6vw, 3rem);
    word-break: break-word;
  }


  .docskit-carousel-wrapper {
    margin: 20px;
  }

  .docskit-carousel-item {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    transition: all 0.3s ease-in-out;
    --r: calc(var(--position) - var(--offset));
    --abs: max(calc(var(--r) * -1), var(--r));
    transform: rotateY(calc(-8deg * var(--r))) translateX(calc(-640px * var(--r)));
    z-index: calc((var(--position) - var(--abs)));
  }


  .docskit-carousel-buttons {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
  }

  .docskit-carousel-link-buttons {
    display: flex;
    gap: 3rem;
    margin: 1rem;
  }


  .carousel-nav-buttons {
    gap: 4rem;
    margin-bottom: var(--pos-gap-section-elements);
    padding-bottom: var(--pos-padding-cards-boxes);
  }

  .docskit-carousel-prev,
  .docskit-carousel-next {
    top: 50%;
    z-index: 1;
  }

  .docskit-carousel-prev {
    left: -140px;
  }

  .docskit-carousel-next {
    right: -140px;
  }

  .docskit-carousel {
    margin-top: -120px;

  }

  .docskit-succes-container {
    padding: 50px var(--Gaps-page-content-left-right-margin, 40px) 40px;

  }

  .docskit-carousel-wrapper {
    height: 550px;
  }
}

@media (max-width: 768px) {

  .docskit-carousel-wrapper {
    height: 400px;
  }

  .carousel-nav-buttons {
    gap: 4rem;
  }


}

@media(min-width:875px) {
  #docskit-steppers {
    display: none;
  }

}