/* purgecss start ignore */

.ie11 .ms-flex-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ie11 .ms-flex-4 > div,
.ie11 .ms-flex-4 > article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  margin: 1rem 1%;
}

.ie11 .ms-flex-4 > div.ms-w-full,
.ie11 .ms-flex-4 > article.ms-w-full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin: 1rem 0;
}

.ie11 .ms-flex-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ie11 .ms-flex-3 > div,
.ie11 .ms-flex-3 > article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
  margin: 1rem 1%;
}

.ie11 .ms-flex-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ie11 .ms-flex-2 > div,
.ie11 .ms-flex-2 > article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin: 1rem 1%;
}

.ie11 .grid-square-4::before {
  padding-bottom: 0;
}

/* purgecss end ignore */
