* {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
}

html {
  scroll-behavior: smooth;
}

a {
  cursor: pointer;
  text-decoration: none !important;
}

#vue-landing-page h1 {
  font-size: 36pt;
  font-weight: 800;
  line-height: 38pt;
  letter-spacing: 0.1vw;
}

#vue-landing-page h2 {
  font-size: 32pt;
  font-weight: 800;
  line-height: 34pt;
}

#vue-landing-page h3,
#vue-landing-page h3 span {
  font-size: 28pt;
  font-weight: 800;
  line-height: 30pt;
}

#vue-landing-page h4 {
  font-size: 15pt;
  line-height: 18pt;
}

#vue-landing-page h5 {
  font-size: 12pt;
  line-height: 14pt;
}

#vue-landing-page p {
  font-size: 14pt;
  font-weight: 400;
  line-height: 18pt !important;
}

body > main img {
  max-width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page h2 {
    font-size: 30pt !important;
    line-height: 32pt !important;
  }
}

@media only screen and (max-width: 767px) {
  #vue-landing-page h1 {
    font-size: 26pt;
    line-height: 30pt;
  }

  #vue-landing-page h2 {
    font-size: 24pt;
    line-height: 26pt;
  }
  #vue-landing-page p {
    font-size: 12pt;
    line-height: 16pt;
  }
}

#vue-landing-page {
  width: 100%;
  max-width: 100%;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -js-display: flex;
  position: relative;
}

#vue-landing-page h1,
#vue-landing-page h2,
#vue-landing-page h3,
#vue-landing-page h4,
#vue-landing-page h5,
#vue-landing-page p {
  color: #000;
  text-transform: none;
}

#vue-landing-page p {
  font-weight: 400;
}

/* nav-bar */
#vue-landing-page .printer-nav-bar {
  margin-top: 0;
  margin-bottom: 2em;
}

.menu-list {
  display: none;
}

.nav-wrap.visible {
  max-height: 410px !important;
}

.printer-nav-bar .jpp-page-nav {
  background-color: #f8f8f8 !important;
}

.printer-nav-bar .jpp-page-nav .nav-wrap a {
  color: #000 !important;
}

#vue-landing-page .jpp-page-nav .nav-wrap a:hover {
  color: #0088ce !important;
}

@media (max-width: 1500px) {
  .jpp-page-nav:before {
    position: inherit;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .menu-list {
    font-size: 14pt;
    text-align: center;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    gap: 30px;
    top: 10px;
    color: #000;
  }

  .jpp-page-nav .nav-wrap {
    display: block;
    margin-top: 10px;
    transform: translateX(0px);
    padding-bottom: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    top: 5px;
  }

  .menu-list img {
    width: 20px;
  }

  .nav-wrap div {
    text-align: center;
    background-color: #fff;
    margin: 10px 20px;
  }

  #vue-landing-page .printer-nav-bar {
    margin-top: 0;
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 319px) {
  .menu-list {
    text-align: center;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    gap: 30px;
    top: 10px;
  }

  .jpp-page-nav .nav-wrap {
    display: block;
    margin-top: 10px;
    transform: translateX(0px);
    padding-bottom: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    top: 5px;
  }

  .menu-list img {
    width: 20px;
  }

  .nav-wrap div {
    text-align: center;
    background-color: #fff;
    margin: 10px 20px;
  }

  #vue-landing-page .printer-nav-bar {
    margin-top: 0;
    margin-bottom: 2em;
  }
}

#vue-landing-page .university-shop-block,
#vue-landing-page .bundle-section,
#vue-laniding-page .videos,
#vue-laniding-page .resources-section {
  margin-top: 3em !important;
  margin-bottom: 4em !important;
}

#vue-landing-page .university-shop-block .container .jpp-main-categories,
.jpp-main-categories {
  margin-bottom: 0 !important;
}

#vue-landing-page .light {
  font-weight: 300;
}

#vue-landing-page .image-container img {
  width: auto;
  height: auto;
}

#vue-landing-page .dream-container .blue-button,
#vue-landing-page
  .bundle-section
  .container-fluid
  .container
  .col-lg-12
  .col-lg-3
  a,
#vue-landing-page .contact-team .blue-button,
#vue-landing-page .resources-box .blue-button,
#vue-landing-page .trusted-source.getting-started .blue-button {
  background-color: #f58220 !important;
  border: 1px solid #f58220 !important;
  line-height: 20px !important;
  text-align: center;
}

#vue-landing-page .contact-team .blue-button:hover,
#vue-landing-page .resources-box .blue-button:hover {
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.24s ease, height 0s;
  -o-transition: all 0.24s ease, height 0s;
  transition: all 0.24s ease, height 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

.jpp-page-nav {
  height: auto !important;
  max-height: inherit !important;
}

a {
  cursor: pointer;
  text-decoration: none !important;
}

a.shop-new {
  width: 216px;
  height: 40px;
  background: #0088ce;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  display: block;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 16px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

a.shop-new:hover {
  -webkit-box-shadow: 0 0 24px rgba(2, 2, 2, 0.12);
  box-shadow: 0 0 24px rgba(2, 2, 2, 0.12);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.shop-all-button a {
  background-color: #000;
}

div[data-content-type="row"][data-appearance="contained"] {
  width: 806px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
}

.tile.shop-all-btn.shop-all-button {
  margin-top: 40px;
}

/* Banner Css  */
.banner-block .carousel-cell .container.col-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner-block .carousel-cell {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-block .carousel-cell.banner1 {
  background-image: url("https://jpp.trgcdn.com/landing-pages/direct-to-garment/Epson-F1070-T-Shirt-Shop-Lifestyle-min.jpg");
}

#vue-landing-page .banner-block .banner1-details {
  display: block;
  margin: 3% 2%;
  text-align: center;
}

#vue-landing-page .banner-block .banner1-details h1 {
  font-weight: 800;
  color: #fff;
}

#vue-landing-page .banner-block .banner1-details p {
  font-weight: 400;
  color: #fff;
  width: 70%;
  margin: auto;
}

.carousel-cell {
  position: relative;
  width: 100%;
  margin-right: 2px;
}

.carousel-cell .carousel-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
}

.carousel-cell .carousel-content h3 {
  color: #fff;
}

#vue-landing-page .banner-block .banner1-details.banner4 {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#vue-landing-page .banner-block .banner1-details.banner4 h1 span {
  font-size: 30px;
  font-weight: 300;
  display: block;
  margin: 10px 0;
  text-transform: initial;
  line-height: 35px;
}

#vue-landing-page .banner-block .banner1-details .orange-button {
  background-color: #f58220 !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 17px;
  padding: 10px 25px !important;
  margin: 16px 0;
}

.carousel-second .carousel-cell {
  height: 375px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel-second .flickity-page-dots {
  bottom: 20px;
}

@media only screen and (min-width: 1550px) and (max-width: 3000px) {
  #vue-landing-page .banner-block .banner1-details {
    /* margin: 2% auto; */
    text-align: center;
    /* display: flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 920px) {
  #vue-landing-page .banner-block .banner1-details {
    margin: 0 auto;
    position: relative;
    height: 100%;
  }

  /* #vue-landing-page .banner-block .banner1-details .container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  } */

  .carousel-second .carousel-cell {
    display: block;
    padding: 30px 0;
    width: auto;
  }

  #vue-landing-page .banner-block .banner1-details h1 {
    font-size: 45px;
    line-height: 44px;
    font-weight: bold;
  }

  #vue-landing-page .banner-block .banner1-details p {
    font-weight: normal;
  }
}

@media only screen and (max-width: 920px) and (min-width: 320px) {
  #vue-landing-page .banner-block .banner1-details .orange-button {
    background-color: #f58220 !important;
    color: #fff !important;
    font-size: 12px !important;
    text-align: center;
    padding: 10px 25px !important;
  }

  .banner-block .carousel-cell {
    background-position: center;
  }

  .banner-block .carousel-cell.banner1 {
    background-image: url("https://jpp.trgcdn.com/landing-pages/direct-to-garment/Epson-F1070-T-Shirt-Shop-Lifestyle-min.jpg");
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .banner-block .carousel-cell.banner1-img,
  .banner-block .carousel-cell.banner1-details {
    width: 50% !important;
  }

  #vue-landing-page .banner-block .banner1-details p {
    font-weight: normal;
    margin: 10px 0;
    width: 100%;
  }

  #vue-landing-page .banner-block .banner1-details {
    margin: 0 auto;
    position: relative;
    height: 100%;
    text-align: center;
  }

  #vue-landing-page .banner-block .banner1-details .container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .carousel-second .carousel-cell {
    display: block;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .banner-block .carousel-cell .container.col-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .carousel-second .carousel-cell {
    height: 450px;
    display: block;
  }

  .banner-block .carousel-cell .container.col-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  #vue-landing-page .banner-block .banner1-details h1 {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #vue-landing-page .banner-block .banner1-details {
    text-align: center;
    width: 100%;
  }

  .carousel-second .carousel-cell {
    height: 500px;
    display: block;
  }

  .banner-block .carousel-cell .container.col-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 640px) and (min-width: 320px) {
  #vue-landing-page .banner-block .banner1-details .container {
    padding: 0 8%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #vue-landing-page .banner-block .banner1-details {
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  #vue-landing-page .banner-block .banner1-details {
    text-align: center;
  }
}

/* Shop printers and supplies  */

.university-shop-block div.jpp-main-categories .category-tiles .tile img {
  max-height: 140px;
}

.university-shop-block div.jpp-main-categories .row-full-width-inner {
  max-width: 1320px;
}

.university-shop-block div.jpp-main-categories .category-tiles .tile.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

div.jpp-main-categories .category-tiles {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.university-shop-block div.jpp-main-categories .category-tiles .tile.title h2 {
  text-align: center;
}

.university-shop-block
  div.jpp-main-categories
  .category-tiles
  .tile.title:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.university-shop-block div.jpp-main-categories .category-tiles .tile {
  width: 18%;
  height: 236px;
}

.university-shop-block
  div.jpp-main-categories
  .category-tiles
  .tile.shop-all-btn {
  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;
  text-align: center;
}

.university-shop-block
  div.jpp-main-categories
  .category-tiles
  .tile.shop-all-btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.university-shop-block
  div.jpp-main-categories
  .category-tiles
  .tile.shop-all-btn
  a {
  position: relative;
  background: #f58220;
  padding: 20px 30px;
  text-decoration: none !important;
}

.university-shop-block
  div.jpp-main-categories
  .category-tiles
  .tile.shop-all-btn
  a
  h5 {
  position: relative;
  bottom: inherit;
  left: inherit;
  right: inherit;
  color: #fff;
  font-size: 20px;
}

#vue-landing-page .category-tiles h5 {
  color: #000;
  bottom: 0;
  padding: 7px 0;
  word-spacing: 0.6px;
  font-weight: 700;
  height: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .university-shop-block div.jpp-main-categories .category-tiles .tile {
    width: 30% !important;
    height: calc(35vw - 32px);
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  #vue-landing-page .category-tiles h5 {
    font-size: 14px;
    line-height: 18px;
    height: auto;
  }

  .university-shop-block div.jpp-main-categories .category-tiles .tile {
    width: 80% !important;
    height: calc(60vw - 32px);
  }

  .university-shop-block div.jpp-main-categories .category-tiles .tile.title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
  }

  #vue-landing-page .university-shop-block {
    margin-bottom: 2em !important;
  }

  .university-shop-block
    div.jpp-main-categories
    .category-tiles
    .tile.shop-all-btn {
    width: auto !important;
    height: auto;
  }
}

/* Getting Started Section */

#vue-landing-page .trusted-source.getting-started {
  padding: 50px 0 0 0;
}

#vue-landing-page .trusted-source.getting-started .printing-procedure {
  padding: 50px 0;
}

#vue-landing-page .trusted-source.getting-started .printing-procedure h2 {
  text-align: center;
}

#vue-landing-page .trusted-source.getting-started .row:first-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#vue-landing-page .trusted-source.getting-started .col-lg-6:first-child {
  height: auto;
}

#vue-landing-page .trusted-source.getting-started .col-lg-6:last-child {
  height: 450px;
}

#vue-landing-page
  .trusted-source.getting-started
  .row
  .col-lg-6
  .center-button {
  text-align: start;
}

#vue-landing-page .trusted-source.getting-started .row .col-lg-6 a {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}

#vue-landing-page
  .trusted-source.getting-started
  .printing-procedure
  .procedure-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: 40px 0;
}

#vue-landing-page
  .trusted-source.getting-started
  .printing-procedure
  .procedure-cards
  .col-lg-2 {
  text-align: center;
  width: 23%;
  padding: 8px 20px;
}

#vue-landing-page
  .trusted-source.getting-started
  .printing-procedure
  .procedure-cards
  .col-lg-2
  h5 {
  color: #fff;
  font-size: 17pt;
  line-height: 18pt;
  margin: 20px 0;
}

#vue-landing-page
  .trusted-source.getting-started
  .printing-procedure
  .printing-procedure-btn {
  text-align: center;
}

#vue-landing-page
  .trusted-source.getting-started
  .printing-procedure
  .printing-procedure-btn
  a {
  display: inline-block;
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  #vue-landing-page
    .trusted-source.getting-started
    .printing-procedure
    .procedure-cards
    .col-lg-2
    h5 {
    height: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #vue-landing-page .trusted-source.getting-started {
    padding: 40px 0 30px 0;
  }

  #vue-landing-page .trusted-source.getting-started .row:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #vue-landing-page .trusted-source.getting-started .row .col-lg-6 {
    width: 100%;
  }

  #vue-landing-page
    .trusted-source.getting-started
    .row
    .col-lg-6
    .center-button {
    text-align: center;
  }

  #vue-landing-page .trusted-source.getting-started .printing-procedure {
    padding: 30px 0;
  }

  #vue-landing-page
    .trusted-source.getting-started
    .printing-procedure
    .procedure-cards
    .col-lg-2 {
    width: 48%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  #vue-landing-page .trusted-source.getting-started .col-lg-6:last-child {
    height: 240px;
  }

  #vue-landing-page .trusted-source.getting-started {
    padding: 15px 0 0 0;
  }

  #vue-landing-page .trusted-source.getting-started .printing-procedure {
    padding: 25px 0;
  }

  #vue-landing-page .trusted-source.getting-started .row:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #vue-landing-page
    .trusted-source.getting-started
    .printing-procedure
    .procedure-cards {
    display: block;
  }

  #vue-landing-page
    .trusted-source.getting-started
    .printing-procedure
    .procedure-cards
    .col-lg-2 {
    width: auto;
    margin-bottom: 30px;
  }

  #vue-landing-page
    .trusted-source.getting-started
    .printing-procedure
    .procedure-cards
    .col-lg-2
    h5 {
    margin: 10px 0;
  }

  #vue-landing-page
    .trusted-source.getting-started
    .printing-procedure
    .procedure-cards
    .col-lg-2
    p {
    padding: 0 10%;
    margin: 0;
  }

  #vue-landing-page
    .trusted-source.getting-started
    .row
    .col-lg-6
    .center-button {
    text-align: center;
  }

  #vue-landing-page
    .trusted-source.getting-started
    .printing-procedure
    .printing-procedure-btn {
    margin-bottom: 30px;
  }
}

/* Get Inspired Section  */

#vue-landing-page .get-inspired .get-inspired-banner {
  background-image: url("https://jpp.trgcdn.com/landing-pages/direct-to-garment/vibrant-tshirts-displayed-hangers-clothing-racks-min.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  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;
}

#vue-landing-page .get-inspired .get-inspired-banner h2 {
  text-align: center;
  color: #fff;
}

#vue-landing-page .get-inspired .container .col-lg-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px 0 60px 0;
}

#vue-landing-page .get-inspired .text-center.mt-4 a {
  margin-right: 15px;
  margin-bottom: 15px;
}

#vue-landing-page .get-inspired .container .col-lg-12 .col-lg-6 .col-lg-5 {
  width: 47%;
}

#vue-landing-page .get-inspired .container .col-lg-12 .col-lg-6 .col-lg-10 {
  width: 97%;
}

#vue-landing-page .get-inspired .container .col-lg-12 .text-center {
  margin: 50px 0;
}

#vue-landing-page .get-inspired .container .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575px) {
  #vue-landing-page .get-inspired .container .cards {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#vue-landing-page .get-inspired .container .cards .card {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.24s ease;
  -o-transition: 0.24s ease;
  transition: 0.24s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 1%;
  background-color: #f5f5f5;
}

#vue-landing-page .get-inspired .container .cards .card:hover {
  -webkit-box-shadow: 0 6px 14px rgba(2, 2, 2, 0.16);
  box-shadow: 0 6px 14px rgba(2, 2, 2, 0.16);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

#vue-landing-page .get-inspired .container .cards .card > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

#vue-landing-page .get-inspired .container .cards .card > div {
  padding: 10px 0;
  font-weight: 700;
  font-size: 15pt;
  line-height: 18pt;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #f58220;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #vue-landing-page .get-inspired .get-inspired-banner {
    height: 200px;
  }

  #vue-landing-page .get-inspired .container .cards {
    gap: 0;
    margin-bottom: 10px;
  }

  #vue-landing-page .get-inspired .container .col-lg-12 .col-lg-6 .col-lg-5 {
    margin: 1%;
  }

  #vue-landing-page .get-inspired .container .col-lg-12 .col-lg-6 .col-lg-10 {
    margin: 1%;
  }

  #vue-landing-page .get-inspired .container .blue-button {
    display: inline-block;
  }
}

#vue-landing-page .get-inspired .container .cards .blue-button {
  display: inline-block;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  #vue-landing-page .get-inspired .text-center.mt-4 a {
    display: block;
  }

  #vue-landing-page .get-inspired .container .cards {
    margin-bottom: 30px;
  }

  #vue-landing-page .get-inspired .container .cards .card > div {
    font-size: 12pt;
    line-height: 14pt;
  }

  #vue-landing-page .get-inspired .get-inspired-banner h2 {
    font-size: 26px;
  }

  #vue-landing-page .get-inspired .container .col-lg-12 {
    margin: 30px 0 30px 0;
  }

  #vue-landing-page .get-inspired .container .col-lg-12 a {
    display: inline-block;
  }
}

@media (max-width: 991px) {
  #vue-landing-page .get-inspired .container .cards .card {
    width: 49%;
  }
}

@media (max-width: 575px) {
  #vue-landing-page .get-inspired .container .cards .card {
    width: 95%;
  }
}

/* Bundle Option Section  */

#vue-landing-page .bundle-section .container-fluid {
  background-color: #061a37;
  text-align: center;
  padding: 50px 0;
}

#vue-landing-page .bundle-section .container-fluid .container h2 {
  color: #fff;
  margin: 0;
}

#vue-landing-page
  .bundle-section
  .container-fluid
  .container
  h2.business-bundle-options {
  padding: 5% 0;
}

#vue-landing-page .bundle-section .container-fluid .container p {
  color: #fff;
  margin: 0 0 35px 0;
  font-style: italic;
}

#vue-landing-page .bundle-section .container-fluid .container .col-lg-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3%;
}

#vue-landing-page .bundle-section .container-fluid .container .center-button {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

#vue-landing-page
  .bundle-section
  .container-fluid
  .container
  .col-lg-12
  .col-lg-3 {
  width: 30%;
  padding: 15px;
  background-color: #173057;
}

#vue-landing-page
  .bundle-section
  .container-fluid
  .container
  .col-lg-12
  .col-lg-3
  a {
  display: inline-block;
  margin: 15px 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #vue-landing-page .bundle-section .container-fluid .container .col-lg-12 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #vue-landing-page
    .bundle-section
    .container-fluid
    .container
    .col-lg-12
    .col-lg-3 {
    width: auto;
    margin: 30px;
  }

  #vue-landing-page
  .bundle-section
  .container-fluid
  .container
  h2.business-bundle-options {
  padding: 10% 0;
}

#vue-landing-page .bundle-section .container-fluid .container .center-button{
  padding-top: 10%;
}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  #vue-landing-page .bundle-section .container-fluid {
    padding: 30px 0;
  }

  #vue-landing-page .bundle-section .container-fluid .container p {
    width: 90%;
    margin: auto;
    padding-bottom: 25px;
  }

  #vue-landing-page
    .bundle-section
    .container-fluid
    .container
    .col-lg-12
    .col-lg-3 {
    width: auto;
    margin: 15px 0;
  }

  #vue-landing-page .bundle-section .container-fluid .container .center-button{
    padding-top: 15%;
  }

  #vue-landing-page
  .bundle-section
  .container-fluid
  .container
  h2.business-bundle-options {
  padding: 15% 12px;
}
}

div[data-content-type="row"][data-appearance="full-width"]
  > .row-full-width-inner {
  width: 1500px !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 92%;
}

div[data-content-type="simple_cards"]
  .shop-button.align-middle.simple-tile.text-only {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

div[data-content-type="simple_cards"] .card.simple-tile {
  -webkit-transition: 0.32s ease;
  -o-transition: 0.32s ease;
  transition: 0.32s ease;
}

div[data-content-type="simple_cards"] .card.simple-tile:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

#vue-landing-page .container .shop-now-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  #vue-landing-page .container .shop-now-btn {
    display: block;
    margin: auto;
  }
}

@media (max-width: 319px) {
  #vue-landing-page
    .shop-now-btn
    .tile.shop-all-btn.__web-inspector-hide-shortcut__:nth-child(2)
    a {
    width: 95%;
    font-size: 12px !important;
  }

  #vue-landing-page
    .shop-now-btn
    .tile.shop-all-btn.__web-inspector-hide-shortcut__:nth-child(2) {
    text-align: center;
  }
}

/* Flickity Slider Css  */

.jpp-component-slider {
  outline: none;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.shop-section .flickity-slider {
  margin-left: 15px;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 5px #19f;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -45px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 8px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #707070;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: #fff;
}

/* Videos Section  */
#vue-landing-page div[data-content-type="row"].how-to-videos h2 {
  margin: 0;
  color: #353535 !important;
  font-weight: 700 !important;
}

div[data-content-type="row"].how-to-videos p {
  font-weight: 400 !important;
  width: 90%;
  color: #000 !important;
}

div[data-content-type="row"].how-to-videos {
  background: #f1efef;
  padding: 50px 24px 50px 50px;
  margin: 40px 0 40px 0;
}

@media (max-width: 768px) {
  div[data-content-type="row"].how-to-videos .maker-skills-slider .video {
    width: calc(100vw - 48px) !important;
    min-width: 100% !important;
  }

  .videos .pagebuilder-button-primary {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  div[data-content-type="row"].how-to-videos {
    border: 24px solid #fff;
    padding: 20px 24px;
    margin: 20px 0;
  }
}

div[data-content-type="row"].how-to-videos > div {
  margin-top: 0 !important;
}

div[data-content-type="row"].how-to-videos
  .pagebuilder-column[data-pb-style="BLI70I1"],
div[data-content-type="row"].how-to-videos
  .pagebuilder-column[data-pb-style="E4H4YL3"],
div[data-content-type="row"].how-to-videos
  .pagebuilder-column[data-pb-style="O2JM7NR"],
div[data-content-type="row"].how-to-videos
  .pagebuilder-column[data-pb-style="U3N2JSC"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

div[data-content-type="row"].how-to-videos
  .pagebuilder-column[data-pb-style="IDVU44E"] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 33.3333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

div[data-content-type="row"].how-to-videos
  .pagebuilder-column[data-pb-style="O2JM7NR"] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 66.6667%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.videos .pagebuilder-button-primary {
  width: 190px;
  text-align: center;
}

div[data-content-type="row"].how-to-videos .pagebuilder-column:nth-of-type(2) {
  overflow-x: scroll;
}

div[data-content-type="row"].how-to-videos
  .pagebuilder-column:nth-of-type(2)::-webkit-scrollbar {
  height: 12px;
}

div[data-content-type="row"].how-to-videos
  .pagebuilder-column:nth-of-type(2)::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #707070;
}

div[data-content-type="row"].how-to-videos h1 {
  margin-bottom: 0;
}

div[data-content-type="row"].how-to-videos h2 {
  margin-top: 0;
  font-weight: 400;
}

div[data-content-type="row"].how-to-videos .maker-skills-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 16px;
}

div[data-content-type="row"].how-to-videos .maker-skills-slider .video {
  border-radius: 8px;
  background: #fff;
  margin-right: 16px;
  width: 420px;
  min-width: 420px;
}

#vue-landing-page .maker-skills-slider .video h5 {
  font-weight: 500 !important;
  color: #353535;
  margin: 20px 30px !important;
  font-size: 14pt;
  line-height: 15pt;
  height: 100%;
}

#vue-landing-page .maker-skills-slider .video span {
  font-weight: 500 !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 12pt;
  line-height: 15px;
}

#vue-landing-page .maker-skills-slider .video:hover span {
  color: #f58220;
}

div[data-content-type="row"].how-to-videos .maker-skills-slider .video a {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

div[data-content-type="row"].how-to-videos .maker-skills-slider .video a h5 {
  font-size: 16px;
  color: #000;
  font-weight: 600 !important;
  text-transform: none;
  text-align: center;
}

div[data-content-type="row"].how-to-videos
  .maker-skills-slider
  .video
  a
  .watch {
  font-size: 14px;
  color: #0088ce;
  text-align: center;
  display: block;
}

div[data-content-type="row"].how-to-videos
  [data-content-type="button-item"]
  [data-element="link"] {
  min-width: 170px;
  text-align: center;
}

.videos .pagebuilder-button-primary span {
  font-weight: 600 !important;
  text-transform: capitalize;
  font-size: 16px !important;
  line-height: 20px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .videos .how-to-videos p {
    text-align: start;
    width: 90% !important;
  }

  #vue-landing-page .shop-now-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #shop-materials .category-tiles h2,
  .videos h1,
  .videos p {
    text-align: center;
  }

  .videos .pagebuilder-button-primary {
    margin: 0;
    display: table;
    width: auto;
  }

  #shop-materials .category-tiles h2 {
    text-align: center;
  }

  .resources-section .container .container {
    padding: 0px !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  #vue-landing-page h3,
  #vue-landing-page h3 span {
    font-size: 22px !important;
    line-height: 26px !important;
    margin: 0 !important;
  }

  #vue-landing-page .videos .how-to-videos h2,
  #vue-landing-page .videos .how-to-videos p,
  #vue-landing-page
    .videos
    .how-to-videos
    div[data-content-type="button-item"] {
    text-align: center;
  }

  #vue-landing-page .videos .how-to-videos h2 {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  #vue-landing-page p {
    width: auto;
  }

  #vue-landing-page .maker-skills-slider .video h5 {
    font-size: 16px;
    line-height: 20px;
    margin: 20px 10px !important;
  }

  #vue-landing-page .maker-skills-slider .video span {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
  }

  #vue-landing-page
    .shop-now-btn
    .tile.shop-all-btn.__web-inspector-hide-shortcut__:nth-child(1),
  #vue-landing-page
    .shop-now-btn
    .tile.shop-all-btn.__web-inspector-hide-shortcut__:nth-child(2) {
    text-align: center;
  }

  #vue-landing-page .resources-section .big-buttons a h4 {
    margin: 0 !important;
  }

  .resources-section .container .container {
    padding: 0px !important;
  }

  #vue-landing-page .resources-section .container .container .row.pad {
    padding: 0 !important;
  }
}

#vue-landing-page
  .shop-now-btn
  .tile.shop-all-btn.__web-inspector-hide-shortcut__:nth-child(1),
#vue-landing-page
  .shop-now-btn
  .tile.shop-all-btn.__web-inspector-hide-shortcut__:nth-child(2) {
  margin: 45px 15px;
  line-height: 17px !important;
}

#vue-landing-page
  .shop-now-btn
  .tile.shop-all-btn.__web-inspector-hide-shortcut__:nth-child(1)
  a {
  background-color: #f58220 !important;
  border: 1px solid #f58220 !important;
  white-space: nowrap;
}

#vue-landing-page
  .shop-now-btn
  .tile.shop-all-btn.__web-inspector-hide-shortcut__:nth-child(1)
  a:hover {
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.24s ease, height 0s;
  -o-transition: all 0.24s ease, height 0s;
  transition: all 0.24s ease, height 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

/* Resources Section  */

#vue-landing-page .resources-section {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}

#vue-landing-page .resources-section h2,
#vue-landing-page .resources-section p {
  text-align: center;
  margin-left: 25%;
  margin-right: 25%;
}

#vue-landing-page .resources-section p {
  color: #232323;
  line-height: 16pt;
}

.resources-section h2,
.resources-section h2 span {
  text-align: center;
  font-weight: 800;
}

.resources-section > div {
  margin-top: 5em;
  margin-bottom: 3em;
}

#vue-landing-page .resources-section .resources-section-background {
  z-index: -1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  top: 0;
  bottom: 0;
  /* background-color: #fafafa; */
  margin-bottom: 0;
  margin-top: 0;
}

#vue-landing-page .resources-section .container .container .row.pad {
  padding: 0 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 991px) {
  #vue-landing-page .resources-section h2,
  #vue-landing-page .resources-section p {
    margin-left: 10%;
    margin-right: 10%;
  }
}

#vue-landing-page .resources-section .resources-box {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  min-height: 300px;
  background: #004f9d;
}

@media (max-width: 991px) {
  #vue-landing-page .resources-section .resources-box {
    margin-bottom: 28px;
  }
}

#vue-landing-page .resources-section .resources-box .row {
  min-height: 300px;
}

#vue-landing-page .resources-section .resources-box .row .col-12 {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#vue-landing-page .resources-section .resources-box .col-7 {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#vue-landing-page .resources-section .resources-box .blue-button {
  max-width: 142px;
  font-size: 14px !important;
  line-height: 20px !important;
}

#vue-landing-page .resources-section .resources-box h4 {
  text-align: center;
  font-weight: 700;
  color: #fff;
}

#vue-landing-page .resources-section .big-buttons {
  border-radius: 8px;
  height: 180px;
  position: relative;
}

#vue-landing-page .resources-section .big-buttons a {
  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;
}

#vue-landing-page .resources-section .big-buttons a h4 {
  font-size: 22px;
  line-height: 27px;
  font-weight: 800;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page .resources-section .big-buttons a h4 {
    font-size: 15pt;
  }

  #vue-landing-page .resources-section .container .container .row.pad {
    padding: 0px !important;
  }

  #vue-landing-page .resources-section .container .col-sm-4 {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  #vue-landing-page .resources-section .big-buttons {
    margin: 12px 0;
    height: 140px;
  }
}

#vue-landing-page .resources-section .big-buttons:hover {
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.24s ease, height 0s;
  -o-transition: all 0.24s ease, height 0s;
  transition: all 0.24s ease, height 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

#vue-landing-page .resources-section .big-buttons a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#vue-landing-page .resources-section .big-buttons a h4 {
  color: #fff;
  font-weight: 800;
  font-size: 15pt !important;
  line-height: 17pt !important;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  margin: 0;
  padding: 0;
}

#vue-landing-page .resources-section .big-buttons.blue {
  background: -o-linear-gradient(
    330deg,
    #0088ce 0,
    #006394 40%,
    #006394 60%,
    #0088ce 100%
  );
  background: linear-gradient(
    120deg,
    #0088ce 0,
    #006394 40%,
    #006394 60%,
    #0088ce 100%
  );
}

.resources-section .container .container {
  padding: 45px 0;
}

.resources-section .container h2 span {
  font-weight: 300;
}

@media (max-width: 767px) {
  .resources-section {
    padding-bottom: 2em;
  }
}

.resources-section .resources-section-background {
  z-index: -1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  top: 0;
  bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
}

.resources-section h2,
.resources-section p {
  text-align: center;
  margin-left: 20% !important;
  margin-right: 20% !important;
}

.resources-section p {
  padding-bottom: 25px;
}

@media (max-width: 991px) {
  .resources-section h2,
  .resources-section p {
    margin-left: 10% !important;
    margin-right: 10% !important;
  }
}

@media (max-width: 767px) {
  .resources-section > div {
    margin-top: 3em;
  }

  .resources-section > div + div.container {
    margin-top: 0;
  }
}

.resources-section .resources-box {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  min-height: 300px;
  background: #004f9d;
}

@media (max-width: 991px) {
  .resources-section .resources-box {
    margin-bottom: 28px;
  }
}

.resources-section .resources-box .row {
  min-height: 300px;
}

.resources-section .resources-box .row .col-12 {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.resources-section .resources-box .icolor-documents-outer {
  display: block !important;
}

.resources-section .resources-box .icolor-documents {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  background-image: url("https://jpp.trgcdn.com/landing-pages/direct-to-garment/Epson-F1070-Fact-Sheet-Lifestyle-min.jpg");
}

/* .resources-section .resources-box .roland-documents {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  background-image: url("https://jpp.trgcdn.com/landing-pages/heat-presses-landing-page/DTF-Documents-Lifestyle-min.jpg");
} */

.resources-section .resources-box .col-7 {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.resources-section .resources-box .blue-button {
  max-width: 132px;
}

.resources-section .resources-box h2 {
  margin-left: revert !important;
  margin-right: revert !important;
  text-align: revert;
  font-size: 26px;
  color: #fff !important;
  line-height: 30px;
}

.resources-section .big-buttons {
  border-radius: 8px;
  height: 180px;
  position: relative;
}

.resources-section .resources-box .orange-button {
  background-color: #f58220 !important;
  color: #fff !important;
}

@media (max-width: 575px) {
  .resources-section .big-buttons {
    margin: 12px 0;
    height: 140px;
  }
}

.resources-section .big-buttons:hover {
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.24s ease, height 0s;
  -o-transition: all 0.24s ease, height 0s;
  transition: all 0.24s ease, height 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.resources-section .big-buttons a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.resources-section .big-buttons a h4 {
  color: #ffffff !important;
  font-weight: 800;
  font-size: 22px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  margin: 0;
  padding: 0;
}

.resources-section .big-buttons.teal {
  background: -o-linear-gradient(
    330deg,
    #1762b9 0%,
    #1ba6da 40%,
    #1ba6da 60%,
    #1762b9 100%
  );
  background: linear-gradient(
    120deg,
    #1762b9 0%,
    #1ba6da 40%,
    #1ba6da 60%,
    #1762b9 100%
  );
}

.resources-section .big-buttons.orange {
  background: -o-linear-gradient(240deg, #f58220 0%, #a35a19 100%);
  background: linear-gradient(210deg, #f58220 0%, #a35a19 100%);
}

.resources-section .big-buttons.blue {
  background: -o-linear-gradient(
    330deg,
    #0088ce 0%,
    #006394 40%,
    #006394 60%,
    #0088ce 100%
  );
  background: linear-gradient(
    120deg,
    #0088ce 0%,
    #006394 40%,
    #006394 60%,
    #0088ce 100%
  );
}

.resources-section .resources-box .orange-button {
  background-color: #f58220 !important;
  color: #fff !important;
}

/* Build your dream business section  */
.trusted-source {
  position: relative;
  min-height: 515px;
  margin-bottom: 0;
  margin-top: 0;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.trusted-source.getting-started h2 {
  margin: 15px 0 !important;
}

#vue-landing-page .banner-block .banner1-details .orange-button,
.trusted-source.getting-started .blue-button,
#vue-landing-page
  .bundle-section
  .container-fluid
  .container
  .col-lg-12
  .col-lg-3
  a {
  -webkit-transition: all 0.24s ease, height 0s;
  -o-transition: all 0.24s ease, height 0s;
  transition: all 0.24s ease, height 0s;
}

#vue-landing-page .banner-block .banner1-details .orange-button:hover,
.trusted-source.getting-started .blue-button:hover,
#vue-landing-page
  .bundle-section
  .container-fluid
  .container
  .col-lg-12
  .col-lg-3
  a:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

.trusted-source.getting-started h2,
.trusted-source.getting-started h2 span {
  color: #fff !important;
  text-transform: none !important;
}

.trusted-source.contact-team h2,
.trusted-source.contact-team h2 span {
  color: #fff !important;
  text-transform: none !important;
}

.trusted-source.getting-started .col-lg-6 p:nth-of-type(2) {
  margin-bottom: 40px;
}

.trusted-source.contact-team p,
.trusted-source.getting-started p {
}

.trusted-source.getting-started .col-lg-6 p a {
  text-decoration: underline !important;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .trusted-source.contact-team h2,
  .trusted-source.contact-team h2 span,
  .trusted-source.getting-started h2,
  .trusted-source.getting-started h2 span {
    padding: 15px 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .trusted-source.contact-team h2,
  .trusted-source.contact-team h2 span .trusted-source.getting-started h2,
  .trusted-source.getting-started h2 span {
    padding-bottom: 15px;
  }
}

.trusted-source .trusted-background .container .row .h2 {
  color: #fff !important;
}

.dream-business {
  min-height: unset;
}

#vue-landing-page .trusted-source section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.dream-business .dream-text {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dream-business .dream-text a:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

.dream-business .col-lg-6 h2 {
  font-weight: 700 !important;
  font-size: 30pt !important;
}

.dream-business .col-lg-6 p {
  color: #fff;
  font-weight: 100;
  margin-bottom: 45px;
}

.trusted-source .light {
  text-transform: none;
}

#vue-landing-page .trusted-source.contact-team {
  padding: 20px 0;
}
#vue-landing-page .trusted-source.contact-team .col-lg-6 a {
  display: inline-block;
}

@media (max-width: 768px) {
  .dream-business .col-lg-6 p {
    margin-bottom: 25px;
  }

  .dream-business .dream-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

.dream-business .col-lg-6 a {
  font-size: 19px !important;
}

@media (max-width: 307px) {
  .trusted-source .blue-button {
    padding: 13px 5px !important;
  }
}

.trusted-source .col-lg-6 {
  height: 420px;
}

.trusted-source .col-lg-6 p:nth-of-type(2) {
  margin-bottom: 60px;
}

@media (max-width: 1058px) {
  .trusted-source .col-lg-6 p:nth-of-type(2) {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .trusted-source .col-lg-6 {
    height: auto;
  }

  .trusted-source .col-lg-6:nth-of-type(2) {
    height: 420px;
    margin-bottom: 20px;
    margin-top: 40px;
  }

  .trusted-source .col-lg-6.dream-col:nth-of-type(2) {
    height: 332px !important;
    margin-bottom: 0;
    margin-top: 0;
  }
}

@media (max-width: 991px) and (max-width: 570px) {
  .trusted-source .col-lg-6:nth-of-type(2) {
    height: 300px;
    margin-top: 40px;
  }

  .trusted-source.dream-business .col-lg-6:nth-of-type(2) {
    height: 300px !important;
  }
}

@media (max-width: 991px) and (max-width: 496px) {
  .trusted-source .col-lg-6:nth-of-type(2) {
    height: 240px;
  }

  .trusted-source.dream-business .col-lg-6:nth-of-type(2) {
    height: 240px !important;
  }
}

@media (max-width: 768px) {
  .trusted-source.dream-business .col-lg-6 h2 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
}

@media (max-width: 496px) {
  .trusted-source.dream-business .col-lg-6 p {
    margin-bottom: 25px;
  }
}

.trusted-source .getting-started-printer {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  background-image: url("https://jpp.trgcdn.com/landing-pages/direct-to-garment/Getting-started-min.jpg");
}

.trusted-source .experts-printer {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  background-image: url("https://jpp.trgcdn.com/landing-pages/direct-to-garment/Epson-F1070-with-Garments-Table-Lifestyle-min.jpg");
}

.trusted-source .employees {
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  background-image: url("https://jpp.trgcdn.com/landing-pages/Sawgrass-Bundles/Equipment Landing Pages_Contact Us.png");
}

.trusted-source .trusted-background {
  z-index: -1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  top: 0;
  bottom: 0;
  background: #384949;
}

.trusted-source .dream-background {
  background-image: -o-linear-gradient(#0093de, #015eb6);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0093de),
    to(#015eb6)
  );
  background-image: linear-gradient(#0093de, #015eb6);
}

.trusted-source h2 {
  font-size: 32px;
  font-weight: 800;
}

.trusted-source p {
  font-weight: 300;
}

.trusted-source span {
  font-weight: 300;
}

.trusted-source h2,
.trusted-source p {
  color: #ffffff !important;
}

.trusted-source .blue-button {
  background-color: #f58220 !important;
  border: 1px solid #f58220 !important;
}

/* Quote Financing Section  */
.quote-financing {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  /* height: 536px; */
}

.quote-financing h2,
.mainwrap.roland .quote-financing p {
  color: #ffffff !important;
}

.quote-financing h2 {
  margin-top: -20px !important;
  margin-bottom: 0 !important;
  font-size: 32px !important;
  font-weight: 800 !important;
}

.quote-financing p {
  color: #fff !important;
  font-weight: 500 !important;
}

@media (max-width: 468px) {
  .quote-financing h2 {
    font-size: 16px !important;
  }
}

.quote-financing p {
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 500;
}

@media (max-width: 468px) {
  .quote-financing p {
  }
}

@media (max-width: 400px) {
  #vue-landing-page .quote-financing .blue-button {
    padding: 8px 5px !important;
  }
}

.quote-background {
  z-index: -1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  top: 0;
  bottom: 0;
  background: url("https://jpplus-media.nyc3.cdn.digitaloceanspaces.com/landing-pages/roland/contact-banner-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.quote-financing .quote-container {
  width: 100%;
  height: 414px;
  padding: 50px 30px;
}

.quote-financing .quote-container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
}

.quote-financing .quote-container > div > div:first-child {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 286px;
}

.quote-financing .quote-container > div > div:first-child > div {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  width: 50%;
  text-align: center;
  margin: 0 8px;
}

.quote-financing .quote-container > div > div:first-child > div:last-child {
  position: absolute;
  width: 5%;
  height: 286px;
  left: 45%;
  content: "";
  border-right: #ffffff solid 2px;
  z-index: 1;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  #vue-landing-page .quote-financing h2 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 800;
    margin-bottom: 10px !important;
  }

  #vue-landing-page .quote-financing p {
    color: #fff;
  }

  .quote-financing .quote-container {
    padding: 30px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page .quote-financing p {
    color: #fff;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 3000px) {
  #vue-landing-page .tile.title h2,
  #vue-landing-page .tile.title h2 span {
  }

  #vue-landing-page .quote-financing h2 {
    font-weight: 800;
  }

  #vue-landing-page .quote-financing p {
    color: #fff;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page .quote-financing h2 {
    margin-bottom: 10px !important;
  }

  div.jpp-main-categories .category-tiles {
    margin-top: 0px;
    justify-content: space-evenly;
  }

  #vue-landing-page
    .top-picks
    .col-lg-12
    .col-lg-7
    .jpp-main-categories
    .category-tiles
    .tile {
    width: 250px;
    margin: 10px auto;
  }

  #vue-landing-page .banner-block .banner1-details h1 {
  }
}

@media (max-width: 768px) {
  div.jpp-main-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  div.jpp-main-categories .category-tiles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
  div.jpp-main-categories .category-tiles {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  #vue-landing-page h1 {
    font-size: 24pt;
  }

  #vue-landing-page .free-shipping-info h4 {
    font-size: 22px;
  }

  div.jpp-main-categories .category-tiles {
    margin-top: 0px;
  }

  div.jpp-main-categories .category-tiles .tile {
    height: calc(55vw - 32px);
    margin-bottom: 15px !important;
  }
}

/* Main Carousel Flickity Styles */
.main-carousel {
  background: transparent;
}

/* Desktop: Static grid layout (no slider) */
@media only screen and (min-width: 1025px) {
  .main-carousel {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .main-carousel .carousel-cell {
    width: calc(33.333% - 14px);
    margin-right: 0;
    background: transparent;
  }

  .main-carousel .carousel-cell .col-lg-3 {
    width: 100%;
    padding: 25px 25px 35px 25px;
    background-color: #163057;
    height: 100%;
  }
}

/* Tablet and Mobile: Slider layout */
@media only screen and (max-width: 1024px) {
  .main-carousel .carousel-cell {
    width: 50%;
    margin-right: 20px;
    background: transparent;
  }

  .main-carousel .carousel-cell .col-lg-3 {
    width: 90%;
    margin: auto;
    padding: 25px 25px 35px 25px;
    background-color: #163057;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  .main-carousel .carousel-cell {
    width: 100%;
    margin-right: 10px;
  }
}

.main-carousel .carousel-cell img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.main-carousel .carousel-cell .bundle-btn {
  margin-top: 15px;
  text-align: center;
}

.main-carousel .carousel-cell .bundle-btn a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f58220;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 14px;
  line-height: 1.4;
}

.main-carousel .carousel-cell .bundle-btn a:hover {
  background-color: #e6731a;
  transform: translateY(-2px);
}

/* Hide page dots on desktop */
@media only screen and (min-width: 1025px) {
  .main-carousel .flickity-page-dots {
    display: none;
  }
}

/* Show page dots only on tablet and mobile */
@media only screen and (max-width: 1024px) {
  .main-carousel .flickity-page-dots {
    bottom: -40px;
  }

  .main-carousel .flickity-page-dots .dot {
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #707070;
  }

  .main-carousel .flickity-page-dots .dot.is-selected {
    background: #fff;
  }
}

/* Responsive adjustments for bundle buttons */
@media only screen and (max-width: 768px) {
  .main-carousel .carousel-cell .bundle-btn a {
    padding: 8px 16px;
    font-size: 12px;
  }
}

/* Secondary Carousel Styles - Same as Main Carousel */
.secondary-carousel {
  background: transparent;
}

/* Desktop: Static grid layout (no slider) */
@media only screen and (min-width: 1025px) {
  .secondary-carousel {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .secondary-carousel .carousel-cell {
    width: calc(33.333% - 14px);
    margin-right: 0;
    background: transparent;
  }

  .secondary-carousel .carousel-cell .col-lg-3 {
    width: 100%;
    padding: 25px 25px 35px 25px;
    background-color: #163057;
    height: 100%;
  }
}

/* Tablet and Mobile: Slider layout */
@media only screen and (max-width: 1024px) {
  .secondary-carousel .carousel-cell {
    width: 50%;
    margin-right: 20px;
    background: transparent;
  }

  .secondary-carousel .carousel-cell .col-lg-3 {
    width: 90%;
    margin: auto;
    padding: 25px 25px 35px 25px;
    background-color: #163057;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  .secondary-carousel .carousel-cell {
    width: 100%;
    margin-right: 10px;
  }
}

.secondary-carousel .carousel-cell img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.secondary-carousel .carousel-cell .bundle-btn {
  margin-top: 15px;
  text-align: center;
}

.secondary-carousel .carousel-cell .bundle-btn a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f58220;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 14px;
  line-height: 1.4;
}

.secondary-carousel .carousel-cell .bundle-btn a:hover {
  background-color: #e6731a;
  transform: translateY(-2px);
}

/* Hide page dots on desktop */
@media only screen and (min-width: 1025px) {
  .secondary-carousel .flickity-page-dots {
    display: none;
  }
}

/* Show page dots only on tablet and mobile */
@media only screen and (max-width: 1024px) {
  .secondary-carousel .flickity-page-dots {
    bottom: -40px;
  }

  .secondary-carousel .flickity-page-dots .dot {
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #707070;
  }

  .secondary-carousel .flickity-page-dots .dot.is-selected {
    background: #fff;
  }
}

/* Responsive adjustments for secondary carousel bundle buttons */
@media only screen and (max-width: 768px) {
  .secondary-carousel .carousel-cell .bundle-btn a {
    padding: 8px 16px;
    font-size: 12px;
  }
}

.button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-wrapper > .shop-new {
  margin-right: 12px;
}

.button-wrapper > .shop-new:last-of-type {
  margin-right: 0;
}

a.shop-new {
  width: 216px;
  height: 40px;
  background: #0088ce;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  display: block;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 16px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

a.shop-new:hover {
  -webkit-box-shadow: 0 0 24px rgba(2, 2, 2, 0.12);
  box-shadow: 0 0 24px rgba(2, 2, 2, 0.12);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 768px) {
  .button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 216px;
    margin: 0 auto;
    margin-bottom: 48px;
  }
}

.mainwrap .light {
  font-weight: 300;
}

@media screen and (max-width: 319px) {
  .banner-block .carousel-cell .container.col-row {
    padding: 10px;
  }

  .banner-block .carousel-cell .container.col-row {
    display: block;
  }

  #vue-landing-page .banner-block .banner1-details h1 {
    font-size: 24px;
    line-height: 28px;
  }

  #vue-landing-page .banner-block .banner1-details {
    text-align: center;
  }

  #vue-landing-page .university-shop-block,
  #vue-laniding-page
    .laser-comparison-table
    #vue-laniding-page
    .videos
    #vue-laniding-page
    .resources-section,
  .resources-section > div {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }

  #vue-landing-page h3,
  #vue-landing-page .laser-comparison-table table tr th h3,
  #vue-landing-page .laser-comparison-table table tr th h3 span,
  #vue-landing-page div[data-content-type="row"].how-to-videos h3,
  .resources-section h2,
  .resources-section h2 span {
    font-size: 22px !important;
    line-height: 26px !important;
  }

  .university-shop-block div.jpp-main-categories .category-tiles .tile {
    width: 90% !important;
    height: calc(80vw - 32px);
  }

  #vue-landing-page .category-tiles h5 {
    font-size: 14px !important;
  }

  #vue-landing-page .laser-comparison-table table tr th h3 {
    margin-top: 15px;
  }

  #vue-landing-page .laser-comparison-table table tr th {
    font-size: 16px;
    line-height: 24px;
  }

  #vue-landing-page .laser-comparison-table table tr td[colspan="5"] {
    padding: 0 15px !important;
  }

  #vue-landing-page .laser-comparison-table table tr td:first-child {
    font-size: 14px;
    line-height: 18px;
  }

  #vue-landing-page .laser-comparison-table table tr td {
    font-size: 12px;
    line-height: 20px;
  }

  #vue-landing-page .container .shop-now-btn {
    display: block;
  }

  #vue-landing-page
    .shop-now-btn
    .tile.shop-all-btn.__web-inspector-hide-shortcut__:nth-child(1) {
    margin: 20px 5px !important;
    text-align: center !important;
  }

  #vue-landing-page
    .shop-now-btn
    .tile.shop-all-btn.__web-inspector-hide-shortcut__:nth-child(1)
    a,
  #vue-landing-page
    .shop-now-btn
    .tile.shop-all-btn.__web-inspector-hide-shortcut__:nth-child(2),
  #vue-landing-page .videos .pagebuilder-button-primary a {
    width: 95%;
    font-size: 12px !important;
    word-wrap: break-word;
  }

  div[data-content-type="row"].how-to-videos {
    padding: 20px 14px;
    margin: 0px;
  }

  #vue-landing-page div[data-content-type="row"].how-to-videos h2,
  #vue-landing-page .videos .pagebuilder-button-primary {
    text-align: center;
  }

  #vue-landing-page div[data-content-type="row"].how-to-videos p {
    text-align: center;
    width: auto !important;
  }

  #vue-landing-page .videos .pagebuilder-button-primary {
    width: 100%;
    margin-bottom: 20px;
  }

  #vue-landing-page .videos .pagebuilder-button-primary span {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  div[data-content-type="row"].how-to-videos
    .pagebuilder-column[data-pb-style="O2JM7NR"] {
    width: 33.33%;
  }

  #vue-landing-page .maker-skills-slider .video h5 {
    font-size: 18px;
    line-height: 22px;
    margin: 10px !important;
  }

  #vue-landing-page .maker-skills-slider .video span {
    font-size: 14px;
    line-height: 16px;
    margin-top: 15px;
  }

  #vue-landing-page .resources-section p {
    padding-bottom: 0px;
    margin: 20px 5px;
  }

  #vue-landing-page .resources-section .container .container .row.pad {
    padding: 0 15px;
  }

  .resources-section .container .container {
    padding: 0px;
  }

  .trusted-source.dream-business .col-lg-6 p {
  }

  .quote-financing .quote-container {
    padding: 20px 10px;
  }

  .quote-financing h2 {
    font-size: 16px !important;
    line-height: 20px !important;
    margin-bottom: 15px !important;
  }

  .quote-financing p {
  }

  #vue-landing-page .mainwrap.roland .quote-financing .blue-button {
    padding: 8px 5px !important;
    font-size: 14px !important;
  }
}

/* SEO Content  */

#vue-landing-page .seo {
  padding: 50px 0px !important;
}

#vue-landing-page .seo p.seo-question {
  font-weight: 700 !important;
  margin: 0px !important;
}

#vue-landing-page .seo a {
  text-decoration: underline !important;
}
