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

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

.material-paper {
  --material-texture: url("/en/services/website-development/styles/item/agricultural-technology-field-frequency/preview/assets/paper-grain.webp");
  --material-size: 256px;
  --material-opacity: .055;
  --material-blend: multiply;
}

.material-paint {
  --material-texture: url("/en/services/website-development/styles/item/agricultural-technology-field-frequency/preview/assets/paint-dropout.webp");
  --material-size: 192px;
  --material-opacity: .09;
  --material-blend: screen;
}

.material-ink {
  --material-texture: url("/en/services/website-development/styles/item/agricultural-technology-field-frequency/preview/assets/paint-dropout.webp");
  --material-size: 132px;
  --material-opacity: .065;
  --material-blend: screen;
}

.material-wash {
  --material-texture: url("/en/services/website-development/styles/item/agricultural-technology-field-frequency/preview/assets/paper-grain.webp");
  --material-size: 320px;
  --material-opacity: .06;
  --material-blend: soft-light;
}

.photo-signal {
  filter: saturate(1.2) contrast(1.2) sepia(.18) hue-rotate(50deg);
}

.photo-grain::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("/en/services/website-development/styles/item/agricultural-technology-field-frequency/preview/assets/paper-grain.webp");
  background-size: 220px;
  opacity: .055;
  mix-blend-mode: overlay;
}
