.ifx__slant {
  &--top-right_to_left {
    clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
  }
  
  &--top-left_to_right {
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
  }

  &--right {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
  }

  &--bottom-right_to_left {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
  }
  
  &--bottom-left_to_right {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  }

  &--left {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
  }
}