.adaptive-section {
  background: radial-gradient(108.71% 40.11% at 61.02% 54.61%, #fff 0%, #cfd3dc 100%);
  margin: 0 auto;
}

.adaptive-main-title {
  margin-bottom: clamp(1.25rem, 1.127vw + 0.973rem, 1.875rem);
}

.adaptive-video-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin-bottom: clamp(1.875rem, -1.127vw + 2.777rem, 2.5rem);
}
@media screen and (min-width: 1080px) {
  .adaptive-video-content {
    flex-direction: row;
    gap: 0;
  }
}

.adaptive-arrow {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  max-width: 883px;
  height: 100%;
  min-height: 442px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1079px) {
  .adaptive-arrow {
    width: 100%;
    max-width: 350px;
    height: 100%;
    min-height: 372px;
    background-image: url("/wp-content/themes/papa-holder/assets/img/arrow-mob-1x.webp'");
  }
}
@media screen and (max-width: 1079px) and (min-device-pixel-ratio: 2), (max-width: 1079px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 1079px) and (min-resolution: 192dpi), (max-width: 1079px) and (min-resolution: 2dppx) {
  .adaptive-arrow {
    background-image: url("/wp-content/themes/papa-holder/assets/img/arrow-mob-2x.webp'");
  }
}
@media (min-width: 1080px) {
  .adaptive-arrow {
    background-image: url("/wp-content/themes/papa-holder/assets/img/arrow-1x.webp'");
  }
}
@media screen and (min-width: 1080px) and (min-device-pixel-ratio: 2), (min-width: 1080px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1080px) and (min-resolution: 192dpi), (min-width: 1080px) and (min-resolution: 2dppx) {
  .adaptive-arrow {
    background-image: url("/wp-content/themes/papa-holder/assets/img/arrow-2x.webp'");
  }
}
.arrow-text p {
  width: 416px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -40%);
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: var(--white-default);
}
@media (max-width: 1079px) {
  .arrow-text p {
    width: 237px;
    transform: translate(-50%, -70%);
  }
}

.adaptive-img {
  width: 167px;
  height: auto;
}
@media screen and (min-width: 890px) {
  .adaptive-img {
    width: 387px;
  }
}

.adaptive-picture {
  margin: 0 auto;
}
@media (min-width: 1080px) {
  .adaptive-picture {
    width: 130px;
  }
}

.adaptive-mechanism {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
}

.adaptive-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1079px) {
  .adaptive-left li:last-child {
    display: none;
  }
}
@media (min-width: 1080px) {
  .adaptive-left li:nth-child(2), .adaptive-left li:nth-child(3) {
    display: none;
  }
}
@media (min-width: 393px) and (max-width: 1079px) {
  .adaptive-left {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.adaptive-right {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 100%;
}

@media screen and (min-width: 890px) and (max-width: 1079px) {
  .adaptive-left {
    flex-direction: row;
  }
}

@media screen and (max-width: 1079px) {
  .adaptive-right {
    display: none;
  }
}

.adaptive-video {
  width: 185px;
  height: auto;
}
@media screen and (max-width: 889px) {
  .adaptive-video {
    max-width: 167px;
    width: auto;
  }
}

.adaptive-image {
  width: 130px;
  height: auto;
}
@media screen and (min-width: 890px) and (max-width: 1079px) {
  .adaptive-image {
    width: 185px;
  }
}
@media screen and (max-width: 889px) {
  .adaptive-image {
    width: auto;
  }
}

.adaptive-item {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 0 clamp(0rem, 11.274vw - 2.769rem, 6.25rem);
}
.adaptive-item:not(:last-child) {
  margin-bottom: clamp(1.25rem, -1.127vw + 2.152rem, 1.875rem);
}

.adaptive-item.reversed {
  flex-direction: row-reverse;
}

.adaptive-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(1rem, 1.578vw + 0.612rem, 1.875rem);
  line-height: 110%;
  color: var(--black-default);
  margin-bottom: clamp(1.25rem, 3.382vw + 0.419rem, 3.125rem);
}

.adaptive-text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(0.75rem, 0.676vw + 0.584rem, 1.125rem);
  line-height: 130%;
  color: var(--black-default);
  max-width: 588px;
}

.adaptive-text p:not(:last-child) {
  margin-bottom: 12px;
}
/*# sourceMappingURL=adaptive-section.css.map */
