@media screen and (min-width: 961px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page6 .row2 .grid5x1.grid3x1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .page6 .row2 .grid5x1.grid3x1 > img {
    width: 20%;
    padding: 0.5rem;
  }
}

@media screen and (min-width: 961px) {
  .wrapper {
    max-width: 1440px !important;
  }
  .grid5x1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
    grid-gap: 1rem 1rem;
  }
  .w-lg-20 {
    width: 20% !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 960px) {
  .grid3x1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem 1rem;
  }
}

.dis-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.loc {
  position: relative !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.translate-y-15 {
  -webkit-transform: translate(-50%, -15%) !important;
          transform: translate(-50%, -15%) !important;
}

.translate-y-20 {
  -webkit-transform: translate(-50%, -20%) !important;
          transform: translate(-50%, -20%) !important;
}

.grid2x1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.5rem 0.5rem;
}

/* p1 */
.abs {
  position: absolute;
}

.input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

input[type=radio]:checked + .label:before {
  content: "\2022";
  font-size: 2rem;
  text-align: center;
  line-height: 1rem;
}

.label:before {
  content: "";
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
          box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  border: 1px solid #aaa;
}

input[type=radio]:checked + .label:before {
  color: #8d674e;
}
