/* ====== stripe bottom ====== */
/* line 3, ../../../../../Volumes/cascade-managed/mengtest/web-mobile/_internal/scss/2-group-utility/22-module-stryper.scss */
/*main > *:after, use with updated t34*/
main > article > *:after,
/*main.t5:after,*/
.un-headlines-section:after,
.galleries #quadrants .col-md-6:nth-of-type(2n):after,
.gallery-featured-section:after {
  content: ' ';
  display: block;
  width: 100%;
  padding: 2px;
  position: absolute;
  left: 0;
  bottom: -4px;
  z-index: 10;
}

/*stripe start purple */
/* line 23, ../../../../../Volumes/cascade-managed/mengtest/web-mobile/_internal/scss/2-group-utility/22-module-stryper.scss */
main > :nth-child(odd)::after,
article > :nth-child(odd)::after,
.un-headlines-section:after,
.galleries #quadrants .col-md-6:nth-of-type(2n):after,
.gallery-featured-section:after {
  background: -webkit-gradient(linear, right top, left top, color-stop(25%, #008453), color-stop(40%, #ce7712), color-stop(60%, #fafa43), to(#380042));
  background: linear-gradient(270deg, #008453 25%, #ce7712 40%, #fafa43 60%, #380042 100%);
}

/*start green */
/* line 35, ../../../../../Volumes/cascade-managed/mengtest/web-mobile/_internal/scss/2-group-utility/22-module-stryper.scss */
main > :nth-child(even)::after,
article > :nth-child(even)::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #008453), color-stop(40%, #ce7712), color-stop(60%, #fafa43), to(#380042));
  background: linear-gradient(90deg, #008453 25%, #ce7712 40%, #fafa43 60%, #380042 100%);
}

/* line 42, ../../../../../Volumes/cascade-managed/mengtest/web-mobile/_internal/scss/2-group-utility/22-module-stryper.scss */
main > button::after {
  display: none;
}

/* line 48, ../../../../../Volumes/cascade-managed/mengtest/web-mobile/_internal/scss/2-group-utility/22-module-stryper.scss */
.galleries.t4 #quadrants .col-md-6:first-of-type:before,
.my-inside #quadrants:before,
.galleries .section2:before {
  height: 4px;
  top: 0;
  bottom: unset;
}

@media screen and (min-width: 768px) {
  /* line 57, ../../../../../Volumes/cascade-managed/mengtest/web-mobile/_internal/scss/2-group-utility/22-module-stryper.scss */
  .galleries.t4 #quadrants .col-md-6:nth-of-type(even):after,
  .galleries.t4 #quadrants .col-md-6:first-of-type:before {
    display: none;
  }
}

/*# sourceMappingURL=22-module-stryper.css.map */