/* THIS FILE WAS AUTOGENERATED BY CLUTCH. DO NOT EDIT. */


.clutchClass1092 {
  background-color: #ff0000;
  border-radius: 2px;
  transition: all 0.3s ease-out;
  position: relative;
  height: 144px;

  &:global(::before),&:global(::after) {  
    content: '';
    position: absolute;
    display: block;
    border-radius: 2px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  
  }
  &:global(::before) {  
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  
  }
  &:global(::after) {  
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 100%
    );
  
  }
}