.material-paper,
.material-paint,
.material-ink,
.material-wash {
  isolation: isolate;
}

.material-paper:not(.absolute):not(.fixed),
.material-paint:not(.absolute):not(.fixed),
.material-ink:not(.absolute):not(.fixed),
.material-wash:not(.absolute):not(.fixed) {
  position: relative;
}

.material-paper::before,
.material-paint::before,
.material-ink::before,
.material-wash::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  background-image: var(--material-texture);
  background-repeat: repeat;
  background-size: var(--material-size, 240px);
  opacity: var(--material-opacity, .1);
  mix-blend-mode: var(--material-blend, multiply);
}

.material-paper {
  --material-texture: url("/en/services/website-development/styles/item/airline-journey-silver-wing-society/preview/assets/paper-grain.webp");
  --material-size: 360px;
  --material-opacity: .012;
  --material-blend: multiply;
}

.material-paint {
  --material-texture: url("/en/services/website-development/styles/item/airline-journey-silver-wing-society/preview/assets/paint-dropout.webp");
  --material-size: 210px;
  --material-opacity: .07;
  --material-blend: screen;
}

.material-ink {
  --material-texture: url("/en/services/website-development/styles/item/airline-journey-silver-wing-society/preview/assets/ink-dropout.webp");
  --material-size: 155px;
  --material-opacity: .018;
  --material-blend: multiply;
}

.material-wash {
  --material-texture: url("/en/services/website-development/styles/item/airline-journey-silver-wing-society/preview/assets/paper-grain.webp");
  --material-size: 430px;
  --material-opacity: .065;
  --material-blend: soft-light;
}

.material-paper > :not(.absolute):not(.fixed),
.material-paint > :not(.absolute):not(.fixed),
.material-ink > :not(.absolute):not(.fixed),
.material-wash > :not(.absolute):not(.fixed) {
  position: relative;
  z-index: 1;
}
