/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/**
 * use !important tag in font styles to overwrite the default styles from Joomla template
 */
body {
  margin: 0;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

body #breadcrumbs-main-mod + .container-fluid {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*
General
*/

main img {
  -o-object-fit: cover;
  object-fit: cover;
}

.ngv-btn {
  display: inline-block;
  background: #ffffff;
  padding: 14px 64px;
  border-radius: 3px;
  border: 1px solid rgba(224, 224, 224, 1);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
}

.wrapper {
  margin: 0 auto;
  max-width: 1180px;
  position: relative;
}

.ngv-container,
.ngv-container--blue,
.ngv-container--grey,
.ngv-container--white {
  position: relative;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .ngv-container,
  .ngv-container--blue,
  .ngv-container--grey,
  .ngv-container--white {
    padding: 0 60px;
  }
}

.ngv-container--white {
  background-color: #fff;
}

.ngv-container--grey {
  background: #f8f8f8;
}

.ngv-container--blue {
  background: #001080;
}

.hiddenInMobile {
  display: none;
}

@media screen and (min-width: 768px) {
  .hiddenInMobile {
    display: block;
  }
}

/*
Hero
*/
.hero {
  position: relative;
  width: 100%;
  height: 364px;
  background-size: cover !important;
  background: url("https://www.officeworks.com.au/resources/pages/ngv-partnership/images/hero_banner.jpg")
    no-repeat center;
}

.hero--overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 768px) {
  .hero {
    height: 500px;
    margin-top: 0;
  }

  .hero--overlay {
    background: -o-linear-gradient(
      0.69deg,
      rgba(0, 0, 0, 0.6) 42%,
      rgba(0, 0, 0, 0) 99.48%
    );
    background: linear-gradient(
      89.31deg,
      rgba(0, 0, 0, 0.6) 42%,
      rgba(0, 0, 0, 0) 99.48%
    );
  }
}

.hero-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 364px;
}

.hero-inner h1 {
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .hero-inner {
    width: 80%;
    height: 500px;
  }

  .hero-inner p {
    max-width: 450px;
  }
}

.hero-inner * {
  color: #fff !important;
}

/*
Breadcrumbs
*/
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0;
}

.breadcrumbs a {
  font-size: 16px !important;
  line-height: 1.6 !important;
  font-weight: 400;
}

.breadcrumbs p {
  color: #252525;
}

.breadcrumbs img {
  width: 4.5px;
  height: 7px;
  margin: 0 10px;
}

/* Hero Carousel */
.hero-carousel {
  position: relative;
  padding: 48px 20px;
}

.hero-carousel .swiper {
  width: 100%;
}

.hero-carousel .swiper-slide {
  width: 100%;
}

.hero-carousel .slide-inner {
  /* display: flex; */
  /* height: 500px; */
}

/* .hero-carousel .slide-image {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.hero-carousel .slide-image .res-image {
width: 100%;
height: auto;
} */
.hero-carousel .slide-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.hero-carousel .slide-content {
  background-color: rgba(0, 16, 128, 1);
  padding: 40px 0 110px 0;
  position: relative !important;
}

.hero-carousel .slide-content .slide-content-inner {
  padding: 0 24px;
  margin-bottom: 20px;
}

.hero-carousel .slide-title {
  color: #fff !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  line-height: 54px !important;
}

.hero-carousel .slide-text {
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin: 16px 0 24px 0;
}

.hero-carousel .ngv-btn {
  display: inline-block;
}

/* Slide nav */
.hero-carousel .swiper .slide-nav {
  width: 180px;
  height: 40px;
  display: block;

  position: absolute;
  bottom: 32px;
  left: 0;
  padding-left: 24px;
}

.hero-carousel .swiper-pagination {
  display: none !important;
}

.hero-carousel .swiper-pagination span {
  width: 13px;
  height: 13px;
  margin: 0 6px !important;
  cursor: pointer;
  background: rgba(255, 255, 255, 1);
}

.hero-carousel .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.hero-carousel .swiper .slide-nav-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-carousel .swiper .slide-arrow {
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 1000;
}

.hero-carousel .swiper .slide-arrow img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 700px) {
  .hero-carousel .swiper-slide {
    width: 600px;
    opacity: 0.3;
    -webkit-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
  }

  .hero-carousel .swiper-slide-active {
    opacity: 1;
  }

  .hero-carousel .slide-text {
    min-height: 82px;
  }
}

@media screen and (min-width: 1020px) {
  .hero-carousel {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-carousel .swiper {
    height: 500px;
  }

  .hero-carousel .swiper-slide {
    width: 900px;
  }

  .hero-carousel .slide-img {
    width: 50%;
    height: 100%;
  }

  .hero-carousel .slide-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 500px;
  }

  .hero-carousel .slide-title {
    font-size: 42px !important;
  }

  .hero-carousel .slide-image {
    width: 50%;
    height: 100%;
  }

  .hero-carousel .slide-image .res-image {
    display: none;
  }

  .hero-carousel .slide-content {
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }

  .hero-carousel .slide-content .slide-content-inner {
    padding: 0 70px;
  }

  .hero-carousel .swiper .slide-nav {
    width: 200px;
    padding-left: 70px;
  }
}

@media screen and (min-width: 1200px) {
  .hero-carousel .swiper-slide {
    width: 1200px;
  }
}

@media screen and (max-width: 700px) {
  .hero-carousel .slide-image {
    background: none;
  }

  /* .hero-carousel .slide-title {
  min-height: 80px;
}
.hero-carousel .slide-text {
  min-height: 162px;
} */
}

.ngv-content-container {
  position: relative;
  padding: 0;
  background: #fff;
}

.ngv-content-container--grey,
.ngv-content-container--grey .wrapper,
.ngv-content-container--grey .swper-wrapper {
  background: #f8f8f8;
}

.ngv-content-container .wrapper {
}

@media screen and (min-width: 1024px) {
  .ngv-content-container {
    padding: 0 60px;
  }
}

/* NGV Content Intro */
.ngv-intro {
  padding: 32px 20px;
}

.ngv-intro-text {
  margin-bottom: 20px;
  line-height: 27.2px !important;
}

.ngv-intro h2 {
  font-size: 28px !important;
  font-weight: 600 !important;
  margin: 0 0 20px 0 !important;
  line-height: 39.2px !important;
  color: rgba(0, 16, 128, 1) !important;
}

.ngv-intro a {
  /* width: auto; */
  /* display: block; */
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 16, 128, 1);
}

.ngv-intro a svg {
  margin-left: 4px;
}

@media screen and (min-width: 1200px) {
  .ngv-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 64px 0 40px 0;
  }

  .ngv-intro h2 {
    font-size: 36px !important;
    line-height: 50.4px !important;
  }

  .ngv-intro-text {
    max-width: 700px;
  }
}

/* Highlighted Content */
.ngv-hc {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ngv-hc-image {
  width: 100%;
  max-width: 800px;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: auto !important;
}

.ngv-hc-content {
  max-width: 80vw;
  background-color: #fff;
  border: 1px solid rgba(224, 224, 224, 1);
}

.ngv-hc-content-inner {
  padding: 32px;
}

.ngv-hc-content-title {
  font-size: 28px !important;
  font-weight: 600 !important;
  line-height: 39.2px !important;
  color: rgba(0, 16, 128, 1) !important;
  margin-bottom: 20px !important;
}

.ngv-hc-content-text {
  font-size: 16px;
  font-weight: 400;
  color: rgba(95, 95, 95, 1);
  margin-bottom: 24px;
}

.ngv-hc-content .ngv-btn {
  padding-left: 32px;
  padding-right: 32px;
}

@media screen and (max-width: 700px) {
  .ngv-hc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ngv-hc-content {
    margin-top: -40px;
  }

  .ngv-hc-image {
    max-width: 320px;
    height: 240px;
  }
}

@media screen and (min-width: 700px) {
  .ngv-hc {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ngv-hc-content {
    max-width: 480px;
    position: absolute;
    left: -10px;
  }

  .ngv-hc-content-inner {
    padding: 64px;
  }

  .ngv-hc-content-title {
    font-size: 36px !important;
    margin-bottom: 28px !important;
    line-height: 50.4px !important;
  }

  .ngv-hc-content-text {
    margin-bottom: 32px;
  }

  .ngv-hc-image {
    height: 520px;
    max-width: 670px;
  }

  .ngv-hc-image img {
    display: none;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .ngv-hc-image {
    height: 410px;
    max-width: 554px;
  }

  .ngv-hc-content {
    max-width: 417px;
    position: absolute;
    left: 10px;
    margin-top: 150px;
  }

  .ngv-hc-content-title {
    font-size: 30px !important;
    margin-bottom: 20px !important;
    line-height: 42px !important;
  }

  .ngv-supplies-hc {
    padding: 70px 0 70px 0 !important;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1024px) {
  .ngv-hc-image {
    max-width: 750px;
  }
}

.ngv-activity-slider {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background: #f8f8f8;
}

.ngv-activity-slider .swiper-slide:hover .slide-inner {
  border-bottom: 2px solid rgba(0, 16, 128, 1);
}

.ngv-activity-slider .swiper-slide {
  cursor: pointer;
}

.ngv-activity-slider .slide-inner {
  border-bottom: 2px solid rgba(224, 224, 224, 1);
  padding-bottom: 28px;
  -webkit-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  transition: border 0.2s ease;
}

.ngv-activity-slider .slide-image {
  width: 100%;
  height: 275px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ngv-activity-slider .slide-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: rgba(0, 16, 128, 1) !important;
  padding: 20px 0 0 0 !important;
}

@media screen and (max-width: 1024px) {
  .ngv-activity-slider {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 20px;
  }

  .ngv-activity-slider .swiper-slide {
    width: 305px;
    opacity: 0.3;
    -webkit-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
  }

  .ngv-activity-slider .swiper-slide-active {
    opacity: 1;
  }

  .ngv-activity-slider .slide-next {
    display: block;
    position: absolute;
    z-index: 1000;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 1024px) {
  .ngv-activity-slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ngv-activity-slider .swiper-slide {
    width: 275px;
  }

  .ngv-activity-slider .slide-title {
    font-size: 24px !important;
  }

  .ngv-activity-slider .slide-next {
    display: none;
  }
}

/* Card Slider */
.ngv-card-slider {
  padding-bottom: 60px;
  position: relative;
  background: #f8f8f8;
}

.ngv-card-slider .slide-inner {
  padding: 20px 32px;
  background-color: #fff;
  padding-bottom: 40px;
  border: 1px solid rgba(224, 224, 224, 1);
}

.ngv-card-slider .slide-img {
  width: 100%;
  height: 225px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ngv-card-slider .slide-image {
  position: relative;
  width: 100%;
  height: 215px;
  border-radius: 4px 4px 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ngv-card-slider .slide-image-icon {
  position: absolute;
  top: 20px;
  right: 20px;
}

.ngv-card-slider .slide-inner {
  border-radius: 0 0 4px 4px;
}

.ngv-card-slider .slide-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 25px !important;
  color: rgba(0, 16, 128, 1) !important;
  padding: 0 0 20px 0 !important;
}

.ngv-card-slider .slide-text {
  font-size: 16px;
  font-weight: 400;
  color: rgba(95, 95, 95, 1);
}

.ngv-card-slider .swiper-pagination {
  position: relative !important;
  display: block;
  margin-top: 40px;
}

.ngv-card-slider .swiper-pagination span {
  width: 13px;
  height: 13px;
  margin: 0 6px !important;
  cursor: pointer;
  background: #e0e0e0;
  -webkit-transition: opacity 0.2s ease, background 0.2s ease;
  -o-transition: opacity 0.2s ease, background 0.2s ease;
  transition: opacity 0.2s ease, background 0.2s ease;
}

.ngv-card-slider .swiper-pagination span:hover {
  background: rgba(0, 16, 128, 1);
  opacity: 1;
}

.ngv-card-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: rgba(0, 16, 128, 1);
}

@media screen and (max-width: 1024px) {
  .ngv-card-slider {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 20px;
  }

  .ngv-card-slider .swiper-slide {
    width: 305px;
    opacity: 0.3;
    -webkit-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
  }

  .ngv-card-slider .swiper-slide-active {
    opacity: 1;
  }

  .ngv-card-slider .slide-next {
    display: block;
    position: absolute;
    z-index: 1000;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 1024px) {
  .ngv-card-slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ngv-card-slider .swiper-slide {
    width: 275px;
  }

  .ngv-card-slider .slide-title {
    font-size: 24px !important;
    line-height: 33.5px !important;
  }

  .ngv-card-slider .slide-next {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .ngv-card-slider .swiper-pagination {
    text-align: left;
  }

  .ngv-card-slider .swiper-pagination span {
    width: 8px;
    height: 8px;
  }
}

/* Event Slider */
.ngv-event-slider {
  background-color: #fff;
  padding-top: 0;
}

.ngv-event-slider .slide-text {
  min-height: 130px;
  padding: 0 0 20px 0;
}

.ngv-event-slider .slide-date {
  min-height: 82px;
  font-size: 16px;
  font-weight: 700;
  color: rgba(74, 74, 74, 1);
}

@media screen and (min-width: 1020px) {
  .ngv-event-slider .slide-title {
    min-height: 87px !important;
  }

  .ngv-event-slider .slide-text {
    min-height: 102px !important;
  }

  .ngv-event-slider .slide-date {
    min-height: 55px !important;
  }
}

/* Inspiration Slider Filter */
.ngv-slider-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 0 40px 0;
}

.ngv-slider-filters li {
  list-style: none;
  margin: 0;
  padding: 8px 24px 8px 24px;
  border-radius: 100px;
  border: 1px solid rgba(224, 224, 224, 1);
  color: rgba(0, 16, 128, 1);
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.ngv-slider-filters li:not(:last-child) {
  margin-right: 12px;
}

.ngv-slider-filters li.selected {
  background: rgba(0, 16, 128, 1);
  color: #fff;
}

.ngv-slider-filters li:hover {
  background: rgba(0, 16, 128, 1);
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .ngv-slider-filters {
    overflow-x: auto;
    padding: 0 20px;
    margin: 0;
    padding-bottom: 10px;
  }
}

/* Inspiration Slider */
.ngv-inspiration-slider {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.ngv-inspiration-slider.hide {
  display: none !important;
}

.ngv-inspiration-slider .swiper-wrapper {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

/* .ngv-inspiration-slider .swiper-slide[data-visible="false"] {
display: none;
} */
.ngv-inspiration-slider .slide-inner {
  min-height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ngv-inspiration-slider .slide-title {
  max-height: 95px;
  overflow: hidden;
}

.ngv-inspiration-slider .slide-text {
  min-height: 165px;
  overflow: hidden;
}

@media screen and (min-width: 1020px) {
  .ngv-inspiration-slider .slide-title {
    min-height: 120px;
  }

  .ngv-inspiration-slider .slide-text {
    min-height: 109px;
  }
}

@media screen and (max-width: 1024px) {
  .ngv-inspiration-slider .swiper-slide,
  .ngv-inspiration-slider .swiper-slide-active {
    opacity: 1 !important;
  }
}

/* NGV Supplies */

.ngv-supplies-hc {
  padding: 64px 0 100px 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.ngv-supplies-hc.hide {
  opacity: 0;
}

.ngv-supplies-intro {
  padding-top: 0 !important;
}

@media screen and (max-width: 1024px) {
  .ngv-supplies-hc {
    padding: 40px 0 90px 0 !important;
  }

  .ngv-supplies-intro {
    padding-bottom: 0 !important;
  }

  .ngv-supplies-intro .ngv-intro-text {
    margin-bottom: 0;
  }
}

.ngv-supplies-slider {
  padding-bottom: 40px;
  position: relative;
  background: #fff;
}

.ngv-supplies-slider .swiper-slide:hover .slide-inner {
  border-bottom: 2px solid rgba(0, 16, 128, 1);
}

.ngv-supplies-slider .swiper-slide {
  cursor: pointer;
}

.ngv-supplies-slider .slide-inner {
  border-bottom: 2px solid rgba(224, 224, 224, 1);
  padding-bottom: 28px;
  -webkit-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  transition: border 0.2s ease;
}

.ngv-supplies-slider .slide-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: rgba(0, 16, 128, 1) !important;
  padding: 20px 0 0 0 !important;
}

@media screen and (max-width: 1200px) {
  .ngv-supplies-slider {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 20px;
  }

  .ngv-supplies-slider .swiper-slide {
    width: 305px;
    opacity: 0.3;
    -webkit-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
  }

  .ngv-supplies-slider .swiper-slide-active {
    opacity: 1;
  }

  .ngv-supplies-slider .slide-next {
    display: block;
    position: absolute;
    z-index: 1000;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 1200px) {
  .ngv-supplies-slider .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 20px 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px 20px;
    grid-template-areas:
      ". . . ."
      ". . . .";
  }

  .ngv-supplies-slider .swiper-slide {
    width: 275px;
    margin-bottom: 40px;
  }

  .ngv-supplies-slider .slide-title {
    min-height: 82px;
  }

  .ngv-supplies-slider .slide-next {
    display: none;
  }
}

@media screen and (min-width: 1400px) {
  .ngv-supplies-slider .swiper-slide {
    width: 275px;
    margin-bottom: 40px;
  }

  .ngv-supplies-slider .slide-next {
    display: none;
  }
}
