.new-container {
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  max-width: 1170px;
}
.new-container.dual {
  padding: 0;
}

.nf-title {
  display: block;
  margin: 0 0 14px;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
}

.dual-box {
  display: grid;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  grid-template-columns: 908px 260px;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  width: 100%;
  height: auto;
  max-width: 1170px;
  background: #ffffff;
  z-index: 2;
  position: relative;
}
.dual-box::before {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 741px;
  position: absolute;
  left: 0;
  top: -114px;
  right: auto;
  bottom: auto;
  z-index: 1;
  box-shadow: 0px -8px 20px -1px rgba(0, 0, 0, 0.3);
  max-width: 908px;
}
.dual-box__main {
  position: relative;
  bottom: 114px;
  background: #ffffff;
  z-index: 5;
}
.dual-box__main h1, .dual-box__main h2, .dual-box__main h3, .dual-box__main h4, .dual-box__main h5, .dual-box__main h6 {
  display: block;
  padding: 0 40px;
  margin: 24px 0 12px;
}
.dual-box__main p {
  display: block;
  margin: 12px 0;
  padding: 0 40px;
}
.dual-box__main a {
  display: inline;
  color: #4caf50;
  text-decoration: none;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
}
.dual-box__main a:hover {
  text-decoration: underline;
}
.dual-box__main ul {
  display: block;
  margin: 12px 0;
  padding: 0 40px;
  box-sizing: border-box;
  list-style: none;
  counter-reset: custom-counter;
  color: #000000;
}
.dual-box__main ul li {
  display: block;
  margin: 0;
  padding: 0 0 3px 20px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  color: #000000;
  position: relative;
  counter-increment: custom-counter;
}
.dual-box__main ul li::before {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  background: #9bc464;
  color: transparent;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  counter-increment: number;
  content: counter(custom-counter);
  position: absolute;
  left: 0;
  top: 9px;
}
.dual-box__main ul li:last-child {
  margin-bottom: 0;
}
.dual-box__main ol {
  display: block;
  margin: 12px 0;
  padding: 0 0 3px 30px;
  box-sizing: border-box;
  counter-reset: number;
  list-style: none;
}
.dual-box__main ol li {
  width: 100%;
  height: auto;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  margin-bottom: 10px;
  color: #bdbdbd;
  position: relative;
}
.dual-box__main ol li::before {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  background: transparent;
  color: #bdbdbd;
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: -15px;
  top: 0;
}
.dual-box__main ol li:last-child {
  margin-bottom: 0;
}
.dual-box__main img.unic-img {
  display: block;
  margin: 14px auto;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  max-width: 85%;
  border-radius: 6px;
}
.dual-box__main * h1, .dual-box__main * h2, .dual-box__main * h3, .dual-box__main * h4, .dual-box__main * h5, .dual-box__main * h6, .dual-box__main * p {
  padding: 0;
}
.dual-box__main * ul {
  display: block;
  margin: 16px 0;
  padding: 0 40px;
  box-sizing: border-box;
  list-style: none;
  counter-reset: custom-counter;
  color: #000000;
}
.dual-box__main * ul li {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  color: #000000;
  position: relative;
  list-style: none;
}
.dual-box__main * ul li::before, .dual-box__main * ul li::after {
  display: none;
}
.dual-box__main * ul li:last-child {
  margin-bottom: 0;
}
.dual-box__main * ol {
  display: block;
  margin: 16px 0;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  counter-reset: number;
  list-style: none;
}
.dual-box__main * ol li {
  width: 100%;
  height: auto;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  margin-bottom: 10px;
  color: #bdbdbd;
  position: relative;
}
.dual-box__main * ol li::before {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  background: transparent;
  color: #bdbdbd;
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: -15px;
  top: 0;
}
.dual-box__main * ol li:last-child {
  margin-bottom: 0;
}
.dual-box__sidebar {
  display: block;
  margin: 0;
  padding: 44px 0;
  box-sizing: border-box;
}

/* Media Queries -- 1200px */
@media screen and (max-width: 1199px) {
  .dual-box {
    display: block;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  .dual-box__sidebar {
    display: none;
  }
}
/* Media Queries -- 500px */
@media screen and (max-width: 500px) {
  .dual-box__main img.unic-img {
    display: block;
    margin: 14px auto;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    max-width: 95%;
    border-radius: 6px;
  }
}
body {
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
  -moz-scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

a[rel~=nofollow] {
  text-decoration: none !important;
}

.product-grid {
  display: block;
  margin: 0 auto;
  padding: 20px 34px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  max-width: 908px;
}
.product-grid .grid-box {
  display: grid;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  grid-template-columns: repeat(7, 120px);
  grid-column-gap: 0;
  grid-row-gap: 0;
  width: 100%;
  height: auto;
}
.product-grid .grid-box__item {
  width: 120px;
  height: 120px;
  border: 1px solid #9bc464;
  transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  display: flex;
  margin: 0;
  padding: 0 0 12px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  box-shadow: inset 3px 3px 5px rgba(155, 196, 100, 0), inset -3px -3px 5px rgba(155, 196, 100, 0);
}
.product-grid .grid-box__item:first-child {
  width: 240px;
  height: 240px;
  display: flex;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  text-align: center;
  box-shadow: inset 3px 3px 5px rgba(155, 196, 100, 0), inset -3px -3px 5px rgba(155, 196, 100, 0);
}
.product-grid .grid-box__item:first-child .item-title {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-family: "SF UI Display", sans-serif;
  font-weight: 700;
  font-size: 120px;
  line-height: 120px;
  font-style: normal;
  color: #000000;
}
.product-grid .grid-box__item:first-child .item-subtitle {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-family: "SF UI Display", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  font-style: normal;
}
.product-grid .grid-box__item:first-child:hover {
  box-shadow: inset 3px 3px 5px rgba(155, 196, 100, 0), inset -3px -3px 5px rgba(155, 196, 100, 0);
}
.product-grid .grid-box__item:first-child:active {
  box-shadow: inset 3px 3px 5px rgba(155, 196, 100, 0), inset -3px -3px 5px rgba(155, 196, 100, 0);
}
.product-grid .grid-box__item .item-subtitle {
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  font-style: normal;
  color: #000000;
  text-align: center;
}
.product-grid .grid-box__item .item-img {
  width: auto;
  height: auto;
  margin-bottom: 16px;
  max-width: 64px;
}
.product-grid .grid-box__item:hover {
  box-shadow: inset 3px 3px 5px rgba(155, 196, 100, 0.1), inset -3px -3px 5px rgba(155, 196, 100, 0.1);
}
.product-grid .grid-box__item:active {
  box-shadow: inset 3px 3px 5px rgba(155, 196, 100, 0.8), inset -3px -3px 5px rgba(155, 196, 100, 0.8);
}

/* Media Queries -- 1200px */
/* Media Queries -- 900px */
@media screen and (max-width: 899px) {
  .product-grid {
    padding-right: 24px;
    padding-left: 24px;
  }
  .product-grid .grid-box {
    grid-template-columns: repeat(5, 120px);
    grid-column-gap: 0;
    grid-row-gap: 0;
    justify-content: center;
  }
}
/* Media Queries -- 665px */
@media screen and (max-width: 665px) {
  .product-grid .grid-box {
    grid-template-columns: repeat(4, 120px);
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
}
/* Media Queries -- 500px */
@media screen and (max-width: 500px) {
  .product-grid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .product-grid .grid-box {
    grid-template-columns: repeat(3, 120px);
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
}
/* Media Queries -- 374px */
@media screen and (max-width: 374px) {
  .product-grid .grid-box {
    grid-template-columns: repeat(2, 120px);
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
}

/*# sourceMappingURL=new-product-grid.css.map */
