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

.jpp-page-nav .nav-wrap {
  flex-wrap: wrap;
}

/*body > main {*/
/*  overflow-x: inherit;*/
/*}*/

#vue-landing-page {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  min-height: 100vh;
}

html {
  scroll-behavior: smooth;
}

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

#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: 20pt;
  line-height: 22pt;
}

#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;
  }

  .jpp-page-nav .nav-wrap {
    justify-content: center;
  }
}

@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;
  }

  .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;
  }

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

  .jpp-page-nav:before {
    position: relative;
    right: auto;
    content: "";
    top: 0;
    bottom: 0;
    width: 0;
  }

  #vue-landing-page .jpp-page-nav .nav-wrap a {
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}

#vue-landing-page {
  width: 100%;
  max-width: 100%;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  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;
}

#vue-landing-page .orange-button {
  background-color: #f58220 !important;
  color: #fff !important;
}

#vue-landing-page section:first-child,
#vue-landing-page section:nth-of-type(2) {
  margin-top: 0;
  margin-bottom: 0;
}

#vue-landing-page section {
  margin-top: 3em;
  margin-bottom: 4em;
}

#vue-landing-page .no-margin {
  margin: 0;
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

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

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

.mainwrap.roland section.shop-section .flickity-viewport {
  margin-right: -30px;
}

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

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

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  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;
  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%;
  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: -25px;
  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: 15px;
  height: 15px;
  margin: 0 4px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

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

/* breadcrumbs */

.breadcrumbs {
  background-color: #f2f6fb;
  height: 48px;
  max-width: 100%;
  padding: 0;
  width: 100%;
}

.breadcrumbs .items {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  max-width: 92%;
  width: 1500px;
  font-size: 1.2rem;
  color: #a3a3a3;
  list-style: none none;
  white-space: nowrap;
  overflow: auto;
}

.breadcrumbs .items .breadcrumbs-item {
  font-size: 12px;
  font-weight: 500;
  line-height: 48px;
  text-transform: uppercase;
}

.breadcrumbs .items .breadcrumbs-item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}

.breadcrumbs .items .breadcrumbs-item a {
  color: #0088ce;
  font-size: 12px;
  text-decoration: none;
}
#vue-landing-page a:hover,
#sns_main a:hover {
  color: #f58220;
}

.breadcrumbs .items .breadcrumbs-item:not(:last-child)::after {
  color: #353535;
  content: "/";
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  margin-bottom: 2px;
  padding: 0 5px;
  vertical-align: middle;
}

.breadcrumbs strong {
  font-weight: 400;
  color: #0088ce;
}

/*Glowforge Banner  */

#vue-landing-page .glowforge-diode-banner {
  background: url(https://jpp.trgcdn.com/landing-pages/glowforge-diode-engraving/glowforge-diode-banner-min.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#vue-landing-page .glowforge-diode-banner .glowforge-diode-content {
  text-align: center;
  margin: auto;
  justify-content: center;
}

#vue-landing-page .glowforge-diode-banner .glowforge-diode-content h1 {
  color: #fff;
  margin-top: 0;
}

#vue-landing-page .glowforge-diode-banner .glowforge-diode-content p {
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page .glowforge-diode-banner {
    height: 500px;
  }
}

@media only screen and (max-width: 767px) {
  #vue-landing-page .glowforge-diode-banner {
    height: 535px;
  }

  #vue-landing-page .glowforge-diode-banner .glowforge-diode-content {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 319px) {
  #vue-landing-page .glowforge-diode-banner {
    height: 535px;
  }

  #vue-landing-page .glowforge-diode-banner .glowforge-diode-content {
    padding: 0 15px;
  }
}

/* nav-bar */

.menu-list {
  display: none;
}

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

@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;
  }

  .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;
  }
}

@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;
  }
}

/* SHOP DIODE LASER ENGRAVING BLANKS */

#vue-landing-page .mainwrap.roland .university-shop-block {
  margin-bottom: 0;
}

div.jpp-main-categories .category-tiles {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: calc(100% + 32px);
  transform: translateX(-16px);
  position: relative;
  justify-content: space-around;
}

.university-shop-block div.jpp-main-categories .category-tiles .tile {
  width: 22%;
  height: 230px;
  border-radius: 8px;
  padding: 16px;
  margin: 8px;
  transition: all 0.18s ease, height 0s, width 0s;
  position: relative;
}

div.jpp-main-categories .category-tiles .tile:hover {
  box-shadow: 0px 0px 12px rgba(2, 2, 2, 0.12);
}

div.jpp-main-categories .category-tiles .tile:hover h5 {
  color: #0088ce !important;
}

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

div.jpp-main-categories .category-tiles .tile img {
  display: block;
  margin: 0 auto;
  max-width: 94%;
  max-height: 128px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-54%);
}

#vue-landing-page .category-tiles h5 {
  color: #000;
  padding: 7px 0;
  word-spacing: 0.6px;
  font-weight: 800;
  height: 40px;
  margin: 0;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  text-transform: none;
  text-align: center;
  transition: 0.18s ease;
}

div.jpp-main-categories .category-tiles .tile a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

div.jpp-main-categories .category-tiles .tile.shop-all-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 130px;
}

div.jpp-main-categories .category-tiles .tile.shop-all-btn a {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  div.jpp-main-categories .category-tiles {
    margin-top: 0px;
    justify-content: space-evenly;
  }

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

  .university-shop-block
    div.jpp-main-categories
    .category-tiles
    .tile:last-child {
    height: 130px;
    margin: auto 0;
  }
}

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

@media only screen and (min-width: 320px) and (max-width: 768px) {
  #vue-landing-page .mainwrap.roland .university-shop-block .sign-title h2 {
    text-align: center;
  }

  div.jpp-main-categories {
    display: flex;
    justify-content: center;
  }

  div.jpp-main-categories .category-tiles {
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
    transform: translateX(-0px);
    margin-top: 0;
    flex-direction: row;
  }

  .university-shop-block div.jpp-main-categories .category-tiles .tile {
    width: 230px;
    height: 230px;
    margin-bottom: 25px;
  }

  #vue-landing-page .category-tiles h5 {
    font-size: 12pt;
    line-height: 16pt;
    height: 40px;
    bottom: 0;
  }

  div.jpp-main-categories .category-tiles .tile:last-child {
    margin-bottom: 0px;
    width: 200px;
    height: 130px;
  }
}

@media only screen and (max-width: 319px) {
  #vue-landing-page .mainwrap.roland .university-shop-block .sign-title h2 {
    text-align: center;
  }

  div.jpp-main-categories {
    display: flex;
    justify-content: center;
  }

  div.jpp-main-categories .category-tiles {
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
    transform: translateX(-0px);
    margin-top: 0;
    flex-direction: row;
  }

  .university-shop-block div.jpp-main-categories .category-tiles .tile {
    width: 230px;
    height: 230px;
    margin-bottom: 25px;
  }

  #vue-landing-page .category-tiles h5 {
    font-size: 12pt;
    line-height: 16pt;
    height: 40px;
    bottom: 0;
  }

  div.jpp-main-categories .category-tiles .tile:last-child {
    margin-bottom: 0px;
    width: 230px;
    height: 230px;
  }
}

#vue-landing-page .shop-section .container h2 {
  padding-bottom: 50px;
}

div[data-content-type="row"] > .shop-trending-categories .card-wrapper {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 auto !important;
  position: relative;
  z-index: 4;
  max-width: 100%;
}

div[data-content-type="row"] > .shop-trending-categories .card-wrapper .card {
  box-shadow: none;
  transition: 0.32s ease;
  width: 14% !important;
  height: 230px;
  min-height: 230px;
  padding: 0;
  overflow: hidden;
}

div[data-content-type="row"]
  > .shop-trending-categories
  .card-wrapper
  .card
  .image-wrapper {
  width: 150px;
}

div[data-content-type="simple_cards"] .card.simple-tile h5 {
  bottom: -35px;
}

div[data-content-type="row"]
  > .shop-trending-categories
  .card-wrapper
  .shop-button {
  height: 200px;
  min-height: 200px;
  width: 14%;
  justify-content: center;
}

.align-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  align-items: center;
}

div[data-content-type="row"]
  > .shop-trending-categories
  .card-wrapper
  .card:hover {
  transform: scale(1.15);
}

@media (min-width: 1400px) {
  div[data-content-type="row"] > .shop-trending-categories .card-wrapper {
    transform: scale(1.2);
    max-width: 85%;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  div[data-content-type="row"] > .shop-trending-categories .card-wrapper {
    justify-content: center !important;
  }

  #vue-landing-page
    .mainwrap.roland
    div[data-content-type="row"]
    > .shop-trending-categories
    .card-wrapper
    .card {
    width: 200px !important;
    height: 200px !important;
  }

  div[data-content-type="simple_cards"] .card.simple-tile h5 {
    bottom: -30px !important;
  }
}

@media (max-width: 1024px) {
  div[data-content-type="row"]
    > .shop-trending-categories
    .card-wrapper
    .shop-button {
    width: 230px;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  #vue-landing-page .shop-section .container h2 {
    padding-bottom: 0;
    text-align: center;
  }

  div[data-content-type="row"] > .shop-trending-categories .card-wrapper {
    justify-content: center;
  }

  #vue-landing-page
    .mainwrap.roland
    div[data-content-type="row"]
    > .shop-trending-categories
    .card-wrapper
    .card {
    min-width: 200px;
    height: 200px;
    margin: auto;
  }

  div[data-content-type="simple_cards"] .card.simple-tile h5 {
    bottom: 15px;
  }
}

@media (max-width: 319px) {
  #vue-landing-page .shop-section .container h2 {
    padding-bottom: 0;
    text-align: center;
  }

  div[data-content-type="row"] > .shop-trending-categories .card-wrapper {
    justify-content: center;
  }

  #vue-landing-page
    .mainwrap.roland
    div[data-content-type="row"]
    > .shop-trending-categories
    .card-wrapper
    .card {
    min-width: 200px;
    height: 200px;
    margin: auto;
  }

  div[data-content-type="simple_cards"] .card.simple-tile h5 {
    bottom: 15px;
  }
}

/* Benefits of diode section  */

.mainwrap.roland .why-flux-section {
  color: #ffffff !important;
  position: relative;
  margin: 0;
  padding-top: 4em;
  padding-bottom: 4em;
}
@media (max-width: 768px) {
  .mainwrap.roland .why-flux-section {
    padding-top: 2em;
    padding-bottom: 5em;
  }
}
.mainwrap.roland .why-flux-section .why-flux-background {
  z-index: -1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  top: 0;
  bottom: 0;
  background: url(https://jpp.trgcdn.com/landing-pages/glowforge-diode-engraving/benefits-diode-engraving-background.jpg)
    no-repeat;
  background-size: cover;
}
.mainwrap.roland .why-flux-section h2 {
  margin-top: 0;
  color: #fff !important;
  font-size: 36pt;
  line-height: 36pt;
  font-weight: 900 !important;
}

.mainwrap.roland .why-flux-section h2 span {
  font-weight: 300;
}
.mainwrap.roland .why-flux-section h4 {
  color: #fff !important;
}
.mainwrap.roland .why-flux-section p {
  color: #fff !important;
}

#vue-landing-page
  .mainwrap.roland
  .hand-selected-products
  [data-content-type="simple_cards"]
  .card
  img {
  max-height: 85px;
}

.mainwrap.roland .why-flux-section .hand-selected-products .para-one {
  width: 95%;
  margin: 0 auto 30px auto;
}

.mainwrap.roland .why-flux-section .hand-selected-products .para-two {
  width: 60%;
  margin: 0 auto 30px auto;
}
.mainwrap.roland .why-flux-section .card {
  background: transparent;
  border: 2px solid #fffcfc;
  min-height: 330px;
}

#vue-landing-page .hand-selected-products .trio-buttons.mobile {
  display: none;
}

#vue-landing-page .hand-selected-products .trio-buttons.web {
  display: block;
}

#vue-landing-page .hand-selected-products .trio-buttons {
  margin-bottom: 30px;
}

#vue-landing-page .hand-selected-products .trio-buttons .orange-button {
  background-color: #f58220 !important;
  color: #fff !important;
  margin: 0 20px 40px 20px;
}

#vue-landing-page
  .hand-selected-products
  div[data-content-type="simple_cards"]
  .card {
  max-width: calc(30% - 12px);
  margin-right: 35px;
}

.mainwrap.roland .difference-sec {
  padding: 0 15px;
  padding-bottom: 30px;
}

.mainwrap.roland .difference-sec .difference-heading {
  margin-top: 3em;
  margin-bottom: 2em;
  text-align: center;
}

.mainwrap.roland .difference-sec .difference-heading h2 {
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
}

.mainwrap.roland .difference-sec .difference-heading h2 .light {
  font-weight: normal;
}

.mainwrap.roland .difference-sec .main-carousel {
  padding: 10px 0;
}

.mainwrap.roland .difference-sec .main-carousel .carousel-cell {
  display: flex;
  align-items: center;
}

.mainwrap.roland .difference-sec .col-lg-6 h3,
.mainwrap.roland .difference-sec .col-lg-6 h3 span {
  color: #fff !important;
  font-size: 16pt !important;
  margin: 0 !important;
  text-align: start;
}

.mainwrap.roland .difference-sec .content-sec #para-one,
.mainwrap.roland .difference-sec .content-sec #para-two {
  text-align: start;
  margin: 0;
  padding-right: 10px;
}

.mainwrap.roland .difference-sec .orange-button {
  margin-top: 20px;
}

.orange-button:hover {
  background-color: #e67e00;
}

#vue-landing-page .main-carousel::-webkit-scrollbar {
  height: 15px;
}

#vue-landing-page .main-carousel::-webkit-scrollbar-track {
  background-color: #f1efef;
  border-radius: 20px;
}

#vue-landing-page .main-carousel::-webkit-scrollbar-thumb {
  background-color: #707070;
  border-radius: 20px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .main-carousel {
    flex-wrap: nowrap !important;
    display: flex !important;
    justify-content: flex-start !important;
  }

  .mainwrap.roland .difference-sec .carousel-cell {
    width: 100% !important;
    justify-content: center;
    margin-bottom: 50px;
    display: flex !important;
    justify-content: center;
    align-items: start !important;
  }

  .mainwrap.roland .difference-sec .col-lg-6 h3,
  .mainwrap.roland .difference-sec .col-lg-6 h3 span {
    text-align: start;
  }

  
}

@media (min-width: 767px) {
  .mainwrap.roland .difference-sec .difference-heading {
    margin-top: 6em;
    margin-bottom: 5em;
  }

  .mainwrap.roland .difference-sec .main-carousel {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 0;
  }

  .mainwrap.roland .difference-sec .carousel-cell {
    width: 50%;
    margin-right: 0;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    background: none;
  }

  .mainwrap.roland .difference-sec .carousel-cell .img-sec {
    width: 240px;
    margin-right: 2%;
    margin-bottom: 0;
    text-align: left;
  }

  .mainwrap.roland .difference-sec .carousel-cell .img-sec img {
    width: 100%;
  }

  .mainwrap.roland .difference-sec .carousel-cell .content-sec {
    width: 410px;
    text-align: start;
    padding: 0 15px 0 10px;
    display: inline-block;
  }

  .mainwrap.roland .difference-sec .content-sec .para-sec {
    text-align: start;
  }

  .orange-button {
    margin-left: 0;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .mainwrap.roland .difference-sec .col-lg-6 h3,
  .mainwrap.roland .difference-sec .col-lg-6 h3 span {
    text-align: center;
    margin: 10px 0 !important;
  }
  .mainwrap.roland .difference-sec .flickity-viewport {
    height: 970px !important;
  }

  .mainwrap.roland .difference-sec .content-sec #para-one,
  .mainwrap.roland .difference-sec .content-sec #para-two {
    text-align: center;
  }

  .mainwrap.roland .difference-sec .carousel-cell {
    width: 100%;
    flex-wrap: wrap;
  }

  .mainwrap.roland .difference-sec .carousel-cell .img-sec {
    width: 285px;
    margin: auto;
  }

  .mainwrap.roland .difference-sec .carousel-cell .content-sec {
    width: 285px;
    margin: auto;
  }
}

@media (min-width: 767px) and (max-width: 1200px) {
  #vue-landing-page
    .hand-selected-products
    div[data-content-type="simple_cards"]
    .card {
    min-width: 40%;
    margin: 30px;
  }

  .mainwrap.roland .why-flux-section h2 {
    font-size: 28pt !important;
    line-height: 30pt !important;
  }
  #vue-landing-page .hand-selected-products .trio-buttons .orange-button {
    margin: 0 20px 25px 20px;
    width: 285px;
  }

  .mainwrap.roland .why-flux-section .hand-selected-products .para-two {
    width: 80%;
  }

  .mainwrap.roland .why-flux-section {
    padding-top: 3em;
    padding-bottom: 2em;
  }
}

@media (min-width: 320px) and (max-width: 766px) {
  #vue-landing-page .hand-selected-products .trio-buttons {
    margin-top: 20px;
  }

  #vue-landing-page .hand-selected-products .trio-buttons .orange-button {
    margin: 10px 10px;
    width: 285px;
  }

  #vue-landing-page .hand-selected-products .trio-buttons.mobile {
    display: block;
  }

  #vue-landing-page .hand-selected-products .trio-buttons.web {
    display: none;
  }

  #vue-landing-page .mainwrap.roland .hand-selected-products h2 {
    font-size: 24pt;
    line-height: 26pt;
  }

  .mainwrap.roland .why-flux-section .hand-selected-products .para-one {
    width: auto;
  }

  .mainwrap.roland .why-flux-section .hand-selected-products .para-two {
    width: auto;
  }

  #vue-landing-page
    .hand-selected-products
    div[data-content-type="simple_cards"]
    .card {
    min-width: 90%;
    margin: 15px auto;
    padding: 16px;
  }

  .mainwrap.roland .why-flux-section .container.text-center {
    padding: 0;
  }
}

/* Diode laser engraving comparison  */

#vue-landing-page .mainwrap.roland .laser-engraving-comparision {
  padding-bottom: 50px;
}

#vue-landing-page .mainwrap.roland .laser-engraving-comparision .col-lg-4 {
  background-color: #f0f7fc;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  width: 60%;
  margin: 0 3%;
  padding: 10px 0 30px 0;
}

#vue-landing-page .mainwrap.roland .laser-engraving-comparision h2 {
  text-align: center;
  margin: 50px 0;
}

#vue-landing-page .mainwrap.roland .laser-engraving-comparision h5 {
  text-align: center;
  margin: 0;
  padding: 25px 0;
  font-size: 14pt;
}

#vue-landing-page .mainwrap.roland .laser-engraving-comparision .content-img {
  display: flex;
  justify-content: center;
}

#vue-landing-page .mainwrap.roland .laser-engraving-comparision ul div {
  display: flex;
}

#vue-landing-page .mainwrap.roland .laser-engraving-comparision ul li a {
  text-decoration: underline !important;
}

#vue-landing-page .mainwrap.roland .laser-engraving-comparision ul li::before {
  content: "";
  background: url(https://jpp.trgcdn.com/landing-pages/glowforge-diode-engraving/tick.svg)
    no-repeat;
  background-size: contain;
  min-width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 7px;
  top: 4px;
  position: relative;
}

#vue-landing-page
  .mainwrap.roland
  .laser-engraving-comparision
  .content-img
  img {
  width: 70%;
}

#vue-landing-page .mainwrap.roland .laser-engraving-comparision ul li {
  font-size: 12pt;
  line-height: 14pt;
  display: flex;
  margin: 10px 0;
}

#vue-landing-page .mainwrap.roland .laser-engraving-comparision ul li span {
  font-weight: 300 !important;
}

#vue-landing-page .mainwrap.roland .laser-engraving-comparision ul {
  padding: 0 35px 10px 35px;
  height: 270px;
}
#vue-landing-page .mainwrap.roland .laser-engraving-comparision .cta-btn {
  display: flex;
  justify-content: center;
}

#vue-landing-page .mainwrap.roland .laser-engraving-comparision .cta-btn a {
  background-color: #f58220 !important;
  color: #fff !important;
}

#vue-landing-page
  .mainwrap.roland
  .laser-engraving-comparision
  .comparision-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 50px;
}

#vue-landing-page
  .mainwrap.roland
  .laser-engraving-comparision
  .comparision-content
  .scroll-x {
  display: flex;
  justify-content: center;
}

#vue-landing-page
  .mainwrap.roland
  .laser-engraving-comparision
  .comparision-content
  .upcoming {
  display: none;
}

#vue-landing-page .mainwrap.roland .laser-engraving-comparision .blue-cta {
  display: flex;
  justify-content: center;
}

#vue-landing-page
  .mainwrap.roland
  .laser-engraving-comparision
  .blue-cta
  .blue-button {
  background-color: #0088ce !important;
  color: #fff !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page
    .mainwrap.roland
    .laser-engraving-comparision
    .comparision-content {
    overflow-x: auto;
    width: 90%;
    margin: auto;
    justify-content: center;
  }

  #vue-landing-page
    .mainwrap.roland
    .laser-engraving-comparision
    .comparision-content
    .scroll-x {
    display: flex;
    width: auto;
  }

  #vue-landing-page .mainwrap.roland .laser-engraving-comparision .col-lg-4 {
    min-width: 48%;
  }

  #vue-landing-page .mainwrap.roland .laser-engraving-comparision h5 {
    font-size: 16pt;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page .mainwrap.roland .laser-engraving-comparision h2 {
    font-size: 28pt;
    line-height: 30pt;
  }

  #vue-landing-page
    .mainwrap.roland
    .laser-engraving-comparision
    .comparision-content::-webkit-scrollbar {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  #vue-landing-page .mainwrap.roland .laser-engraving-comparision h2 {
    font-size: 24pt;
    line-height: 26pt;
    margin-bottom: 50px;
    margin-top: 0;
  }

  #vue-landing-page
    .mainwrap.roland
    .laser-engraving-comparision
    .comparision-content::-webkit-scrollbar {
    display: none;
  }

  #vue-landing-page .mainwrap.roland .laser-engraving-comparision {
    margin: 1.5em 0 2em 0 !important;
    padding: 0;
  }

  #vue-landing-page
    .mainwrap.roland
    .laser-engraving-comparision
    .comparision-content {
    overflow-x: auto;
    width: 95%;
    justify-content: start;
  }

  #vue-landing-page
    .mainwrap.roland
    .laser-engraving-comparision
    .comparision-content
    .scroll-x {
    display: flex;
    justify-content: start;
    width: auto;
  }

  #vue-landing-page .mainwrap.roland .laser-engraving-comparision .col-lg-4 {
    min-width: 82%;
    margin: 0 3%;
  }

  #vue-landing-page .mainwrap.roland .laser-engraving-comparision ul {
    padding: 0 25px 10px 25px;
  }
}

/* Get Inspired  */

.mainwrap.roland #get-inspired-section {
  margin-bottom: 0 !important;
  background-color: #f8f7f7;
  padding-top: 35px;
}

.mainwrap.roland #perfect-for-all-creators {
  margin: 0 !important;
  background-color: #f8f7f7;
  padding-bottom: 100px;
}

.get-inspired-header {
  text-align: center;
  color: #0088ce !important;
  margin-bottom: 0px;
}

.get-inspired-subheader {
  margin: 0 auto 30px auto;
  text-align: center;
  width: 70%;
}

#get-inspired-section .cta-btn {
  display: flex;
  justify-content: center;
}

.get-inspired-image-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.55fr 23px 1fr 23px 1fr 23px 1fr;
  grid-template-columns: 1.55fr 1fr 1fr 1fr;
  gap: 23px;
  width: 100%;
  margin: 50px auto;
  margin-bottom: 0;
}

.get-inspired-image {
  width: 100%;
  height: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.all-creators-image-text span {
  font-weight: 700;
}

#get-inspired-section .inspired-image-5 {
  top: -16%;
}

#get-inspired-section .inspired-image-7 {
  top: -39%;
}

#get-inspired-section .inspired-image-8 {
  top: -29%;
}

@media (max-width: 991px) {
  .get-inspired-image-wrapper {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 50px;
  }

  .get-inspired-image.inspired-image-3 {
    top: -63% !important;
  }

  .get-inspired-image.inspired-image-5 {
    top: -88% !important;
  }

  .get-inspired-image.inspired-image-7 {
    top: -67% !important;
  }

  .get-inspired-image.inspired-image-8 {
    top: 0 !important;
  }
}

@media (max-width: 500px) {
  .get-inspired-image-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .get-inspired-image.inspired-image-3,
  .get-inspired-image.inspired-image-5,
  .get-inspired-image.inspired-image-7,
  .get-inspired-image.inspired-image-8 {
    top: 0 !important;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .get-inspired-subheader {
    width: 95%;
  }
}

/* Perfect for all creators */

.all-creators-wrapper {
  text-align: center;
}

.all-creators-images {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 80px;
  flex-wrap: wrap;
}

.all-creators-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
}

.all-creators-image img {
  top: 2px;
}

#perfect-for-all-creators {
  margin-top: 0;
  margin-bottom: 100px !important;
}

.all-creators-header {
  margin: 0 0 40px 0 !important;
}

#perfect-for-all-creators .cta-btn a {
  background-color: #f58220 !important;
  color: #fff !important;
  margin: 0 10px;
}

.all-creators-image-text {
  width: 100%;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #ffffff !important;
  font-weight: 100 !important;
}

.all-creators-1 {
  background-color: #86b9d8;
}
.all-creators-2 {
  background-color: #dd6e23;
}

.all-creators-3 {
  background-color: #58808f;
}

.all-creators-4 {
  background-color: #1a72b7;
}

@media (max-width: 991px) {
  .all-creators-image {
    width: 45%;
    margin: 14px 0;
  }
}

@media (max-width: 600px) {
  .all-creators-image {
    width: 70%;
    margin: 14px 0;
  }
}

@media (min-width: 320px) and (max-width: 766px) {
  .all-creators-images {
    margin-bottom: 40px;
  }

  #perfect-for-all-creators .cta-btn a {
    margin: 10px auto;
    width: 303px;
  }
}

/* Start Creating Today Web and tablet  */

.mainwrap.roland .inspired-section {
  padding: 10px 0 60px 0;
  color: #fff;
  margin: 0 !important;
}

.mainwrap.roland .inspired-section h2 {
  color: #ffffff !important;
  margin-bottom: 0;
}
.mainwrap.roland .inspired-section p {
  color: #fff !important;
  margin: 10px auto 20px auto;
  font-weight: 500;
}

.mainwrap.roland .inspired-section .inspired-background {
  z-index: -1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  top: 0;
  bottom: 0;
  background: #013c76;
}

div[data-content-type="row"].design-files-slider-wrapper {
  padding: 0;
  margin-top: 60px;
  max-width: 100%;
}

.text-center {
  text-align: center;
  justify-content: center;
}

div[data-content-type="row"].design-files-slider-wrapper > div {
  margin: 0;
}

div[data-content-type="row"].design-files-slider-wrapper .design-files-slider {
  height: 100%;
}

div[data-content-type="row"].design-files-slider-wrapper
  .design-files-slider
  .flickity-viewport {
  height: 100%;
}

div[data-content-type="row"].design-files-slider-wrapper
  .design-files-slider
  .flickity-viewport {
  height: 100%;
}

div[data-content-type="row"].design-files-slider-wrapper
  .design-files-slider
  .flickity-button {
  color: inherit;
}

div[data-content-type="row"].design-files-slider-wrapper
  .design-files-slider
  .page {
  display: flex;
  flex-wrap: wrap;
  width: 98.5vw;
  padding: 2vw 4vw;
}

div[data-content-type="row"].design-files-slider-wrapper
  .design-files-slider
  .page
  > div {
  width: 33.333%;
  position: relative;
}

div[data-content-type="row"].design-files-slider-wrapper
  .design-files-slider
  .page
  > div
  a:hover {
  transform: scale(1.04);
}

@media (max-width: 991px) {
  div[data-content-type="row"].design-files-slider-wrapper
    .design-files-slider
    .page
    > div {
    width: 50%;
  }
}

div[data-content-type="row"].design-files-slider-wrapper
  .design-files-slider
  .page
  > div
  a {
  margin: 16px;
  display: block;
  transition: 0.24s ease;
}

div[data-content-type="row"].design-files-slider-wrapper
  .design-files-slider
  .page
  > div
  a
  img {
  width: 100%;
}

div[data-content-type="row"].design-files-slider-wrapper
  .design-files-slider
  .page
  > div
  h5 {
  color: #fff !important;
  text-align: center;
}

.mainwrap.roland .inspired-section h5 a {
  color: #ffffff !important;
  text-decoration: underline;
  font-weight: 600;
  font-size: 15pt;
}

@media (min-width: 1400px) {
  div[data-content-type="row"].design-files-slider-wrapper
    .design-files-slider
    .page {
    padding: 2vw 8vw;
  }
}

@media (max-width: 767px) {
  .mainwrap.roland .inspired-section {
    padding-bottom: 40px;
  }

  .mainwrap.roland .inspired-section h2 {
    margin-bottom: 15px;
  }

  div[data-content-type="row"].design-files-slider-wrapper {
    margin-top: 48px;
  }

  div[data-content-type="row"].design-files-slider-wrapper
    .design-files-slider
    .page
    > div {
    width: 100%;
  }
}

/* Start Creating Today Mobile  */

.mainwrap.roland .start-creating-today-section {
  margin: 0 !important;
}

#vue-landing-page .mainwrap.roland .start-creating {
  display: none;
}

#vue-landing-page .mainwrap.roland .start-creating .start-creating-scroll {
  overflow-x: auto;
}

#vue-landing-page
  .mainwrap.roland
  .start-creating
  .start-creating-scroll::-webkit-scrollbar {
  height: 12px;
}

#vue-landing-page
  .mainwrap.roland
  .start-creating
  .start-creating-scroll::-webkit-scrollbar-track {
  background: #02315f;
  border-radius: 10px;
}

#vue-landing-page
  .mainwrap.roland
  .start-creating
  .start-creating-scroll::-webkit-scrollbar-thumb {
  background-color: #e5e5e5;
  border-radius: 10px;
}

@media (min-width: 320px) and (max-width: 768px) {
  .mainwrap.roland .inspired-section {
    display: none;
  }
  #vue-landing-page .mainwrap.roland .start-creating {
    display: block;
    margin-top: 0 !important;
  }

  #vue-landing-page .mainwrap.roland .start-creating .start-creating-bg {
    width: 100vw;
    background: #013c76;
  }

  #vue-landing-page
    .mainwrap.roland
    .start-creating
    .start-creating-bg
    .start-creating-content
    h2 {
    color: #fff;
    text-align: center;
    font-size: 24pt;
    line-height: 26pt;
  }

  #vue-landing-page
    .mainwrap.roland
    .start-creating
    .start-creating-bg
    .start-creating-content
    p {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
  }

  #vue-landing-page .mainwrap.roland .start-creating .start-creating-box {
    width: 80%;
    margin: auto;
  }

  #vue-landing-page
    .mainwrap.roland
    .start-creating
    .start-creating-content
    .start-creating-scroll {
    overflow-x: auto;
    width: 95%;
    margin: auto;
  }

  #vue-landing-page
    .mainwrap.roland
    .start-creating
    .start-creating-content
    .start-creating-parent {
    display: flex;
    justify-content: start;
  }

  #vue-landing-page
    .mainwrap.roland
    .start-creating
    .start-creating-content
    .start-creating-box {
    min-width: 80%;
    margin: 0 10%;
  }

  #vue-landing-page .mainwrap.roland .start-creating .start-creating-box h5 {
    text-align: center;
    color: #fff;
  }

  #vue-landing-page .mainwrap.roland .start-creating h5 .all-zip {
    color: #ffffff !important;
    text-decoration: underline !important;
    font-weight: 600;
    font-size: 12pt;
  }

  #vue-landing-page .mainwrap.roland .start-creating .all-link {
    text-align: center;
    margin-top: 50px;
  }

  #vue-landing-page .mainwrap.roland .start-creating .start-creating-content {
    padding: 40px 0;
  }
}

/* Videos  */

#vue-landing-page section.videos {
  margin-top: 4em !important;
}

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

#vue-landing-page .how-to-videos .pagebuilder-column h2 {
  margin: 0;
}

#vue-landing-page .how-to-videos .pagebuilder-column-group {
  display: flex !important;
}

div[data-content-type="row"].how-to-videos
  .pagebuilder-column[data-pb-style="IDVU44E"] {
  justify-content: center;
  width: 33.3333%;
  display: flex;
  flex-direction: column;
}

.how-to-videos .pagebuilder-column:nth-of-type(2) {
  overflow-x: scroll;
  display: flex;
  flex-direction: column;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  justify-content: center;
  width: 66.6667%;
  align-self: center;
}

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

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: flex;
  flex-direction: column;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

#vue-landing-page div[data-content-type="row"].how-to-videos h3 {
  margin: 0;
  color: #353535 !important;
}

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

.videos .pagebuilder-button-primary span {
  text-transform: capitalize;
}

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

div[data-content-type="row"].how-to-videos .maker-skills-slider {
  display: flex;
  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: 390px;
}

div[data-content-type="row"].how-to-videos .maker-skills-slider .video a {
  padding: 16px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

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

#vue-landing-page .maker-skills-slider .video span {
  font-weight: 500;
  transition: 0.3s;
  color: #0088ce;
  text-align: center;
  display: block;
  font-size: 16pt;
  line-height: 18pt;
}

#vue-landing-page .pagebuilder-column::-webkit-scrollbar {
  height: 15px;
}

#vue-landing-page .pagebuilder-column::-webkit-scrollbar-track {
  background-color: #f1efef;
  border-radius: 20px;
}

#vue-landing-page .pagebuilder-column::-webkit-scrollbar-thumb {
  background-color: #707070;
  border-radius: 20px;
}

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

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  div[data-content-type="row"].how-to-videos .pagebuilder-column-group h2 {
    font-size: 28pt;
    line-height: 30pt;
  }

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

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

  .videos .how-to-videos p {
    text-align: start;
    width: 90% !important;
  }
}

@media only screen and (max-width: 769px) {
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }

  .pagebuilder-column {
    background-attachment: scroll;
    flex-basis: 100%;
    max-width: 100%;
  }

  div[data-content-type="row"].how-to-videos
    .pagebuilder-column[data-pb-style="IDVU44E"] {
    justify-content: center;
    align-items: center;
  }

  #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 p {
    width: auto;
  }

  #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;
  }

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

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

  #vue-landing-page .maker-skills-slider .video h5 {
    margin: 20px 10px;
  }

  #vue-landing-page .maker-skills-slider .video span {
    margin: 0;
  }
}

/* Resources  */

.mainwrap.roland .resources-section {
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 3em;
  padding-bottom: 5em;
}

.mainwrap.roland .resources-section .resources-box h3 {
  font-weight: 700;
  color: #fff !important;
  font-size: 16pt !important;
  line-height: 18pt !important;
}

.mainwrap.roland .resources-section .big-buttons h3 {
  font-weight: 800;
  color: #fff;
}

.mainwrap.roland .resources-section .resources-section-background {
  z-index: -1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  top: 0;
  bottom: 0;
  background-color: #fafafa;
  margin-bottom: 0;
  margin-top: 0;
}
.mainwrap.roland .resources-section h2,
.mainwrap.roland .resources-section p {
  text-align: center;
  margin-left: 25%;
  margin-right: 25%;
}
@media (max-width: 991px) {
  .mainwrap.roland .resources-section h2,
  .mainwrap.roland .resources-section p {
    margin-left: 10%;
    margin-right: 10%;
  }
}
.mainwrap.roland .resources-section > div {
  margin-top: 5em;
}
@media (max-width: 768px) {
  .mainwrap.roland .resources-section {
    padding-top: 1em;
    padding-bottom: 2em;
  }
  .mainwrap.roland .resources-section > div {
    margin-top: 1em;
  }
  .mainwrap.roland .resources-section > div + div.container {
    margin-top: 0;
  }

  .mainwrap.roland .resources-section h2 {
    font-size: 24pt;
    line-height: 26pt;
  }

  .mainwrap.roland .resources-section .col-lg-3:first-child {
    display: none;
  }

  .mainwrap.roland .resources-section .col-lg-3 {
    width: 85%;
    margin: auto;
  }

  .mainwrap.roland .resources-section .col-lg-3 .pb-2 {
    margin-bottom: 20px;
  }
}
.mainwrap.roland .resources-section .resources-box {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  min-height: 300px;
  background: #004f9d;
}
@media (max-width: 991px) {
  .mainwrap.roland .resources-section .resources-box {
    margin-bottom: 28px;
  }
}
.mainwrap.roland .resources-section .resources-box .row {
  min-height: 300px;
}
.mainwrap.roland .resources-section .resources-box .row .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.mainwrap.roland .resources-section .resources-box .icolor-documents-outer {
  display: block !important;
}
.mainwrap.roland .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/laser-engraving/CO2-Laser-Engraving-Documents-Lifestyle-min.jpg");
}
.mainwrap.roland .resources-section .resources-box .roland-documents {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  background-image: url("https://jpplus-media.nyc3.cdn.digitaloceanspaces.com/landing-pages/roland/lifestyles/Roland-Documents.jpg");
}
.mainwrap.roland .resources-section .resources-box .col-7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mainwrap.roland .resources-section .resources-box .blue-button {
  max-width: 132px;
}
.mainwrap.roland .resources-section .resources-box h2 {
  margin-left: revert;
  margin-right: revert;
  text-align: revert;
  font-size: 26px;
  color: #fff;
}
.mainwrap.roland .resources-section .big-buttons {
  border-radius: 8px;
  height: 180px;
  position: relative;
}
@media (max-width: 575px) {
  .mainwrap.roland .resources-section .big-buttons {
    margin: 12px 0;
    height: 140px;
  }
}
.mainwrap.roland .resources-section .big-buttons:hover {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
  filter: brightness(1.2);
  transform: scale(1.03);
}
.mainwrap.roland .resources-section .big-buttons a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.mainwrap.roland .resources-section .big-buttons a h3 {
  color: #ffffff;
  font-weight: 800;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: 0;
  padding: 0;
  font-size: 16pt !important;
  line-height: 18pt !important;
}
.mainwrap.roland .resources-section .big-buttons.teal {
  background: linear-gradient(
    120deg,
    #1762b9 0%,
    #1ba6da 40%,
    #1ba6da 60%,
    #1762b9 100%
  );
}
.mainwrap.roland .resources-section .big-buttons.orange {
  background: linear-gradient(210deg, #f58220 0%, #a35a19 100%);
}
.mainwrap.roland .resources-section .big-buttons.blue {
  background: linear-gradient(
    120deg,
    #0088ce 0%,
    #006394 40%,
    #006394 60%,
    #0088ce 100%
  );
}
.mainwrap.roland .resources-section .resources-box .orange-button {
  background-color: #f58220 !important;
  color: #fff !important;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .mainwrap.roland .resources-section .col-lg-3 {
    width: 45%;
    margin: 15px;
  }

  .mainwrap.roland .resources-section .text-center {
    justify-content: center;
  }

  .mainwrap.roland .resources-section > div {
    margin-top: 2em;
  }
}

/* Maker Banner  */

.mainwrap.roland .makers-guide {
  color: #fff;
  position: relative;
  margin: 0 !important;
}

@media (max-width: 768px) {
  .mainwrap.roland .makers-guide {
    min-height: 27vw;
  }
}

.mainwrap.roland .makers-guide .makers-guide-background.web {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url("https://jpp.trgcdn.com/landing-pages/laser-engraving/MakerPageBanner-min.jpg")
    no-repeat;
  background-size: cover;
  background-position: center center;
}

.mainwrap.roland .makers-guide .makers-guide-background.web {
  display: block;
}

@media (max-width: 768px) {
  .mainwrap.roland .makers-guide {
    min-height: 27vw;
  }
}

.mainwrap.roland .makers-guide .makers-guide-background.web {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url("https://jpp.trgcdn.com/landing-pages/glowforge-diode-engraving/MakerPageBanner-min.jpg")
    no-repeat;
  background-size: cover;
  background-position: center center;
}

.mainwrap.roland .makers-guide .makers-guide-background.web {
  display: block;
}

.mainwrap.roland .makers-guide .makers-guide-background.mobile {
  display: none;
}
@media (max-width: 768px) {
  .mainwrap.roland .makers-guide .makers-guide-background.mobile {
    display: block;
    top: 12px;
  }

  .mainwrap.roland .makers-guide .makers-guide-background.web {
    display: none;
  }
}

.mainwrap.roland .makers-guide .makers-guide-background.mobile {
  display: none;
}
@media (max-width: 768px) {
  .mainwrap.roland .makers-guide .makers-guide-background.mobile {
    display: block;
    top: 12px;
  }

  .mainwrap.roland .makers-guide .makers-guide-background.web {
    display: none;
  }
}

/* Build your dream business  */
/* Let our team of experts be your trusted source for laser engraving equipment! */
/* REQUEST PRINTER QUOTE */

.mainwrap.roland .trusted-source {
  position: relative;
  min-height: 515px;
  margin-bottom: 0;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#vue-landing-page .mainwrap.roland .trusted-source h3 {
  font-size: 26pt;
  line-height: 30pt;
  font-weight: 800;
  color: #fff;
}
#vue-landing-page .mainwrap.roland .trusted-source h3 span {
  font-weight: 300;
  color: #fff;
  font-size: 26pt;
  line-height: 30pt;
  text-transform: none;
}

.mainwrap.roland .dream-business {
  min-height: unset;
}
.mainwrap.roland .trusted-source .light {
  text-transform: none;
}
@media (max-width: 307px) {
  .mainwrap.roland .trusted-source .blue-button {
    padding: 13px 5px !important;
  }
}
.mainwrap.roland .trusted-source .col-lg-6 {
  height: 420px;
}

.mainwrap.roland .trusted-source.dream-background {
  background-image: linear-gradient(#0093de, #015eb6);
}

.mainwrap.roland .trusted-source {
  background-color: #384949;
}

.mainwrap.roland .dream-business .dream-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mainwrap.roland .trusted-source.dream-business a {
  font-size: 12pt !important;
  width: 172px !important;
  text-align: center;
}

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

@media (max-width: 1058px) {
  .mainwrap.roland .trusted-source .col-lg-6 p:nth-of-type(2) {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .mainwrap.roland .trusted-source .col-lg-6 {
    height: auto;
  }
  .mainwrap.roland .trusted-source .col-lg-6:nth-of-type(2) {
    height: 420px;
    margin-bottom: 20px;
    margin-top: 40px;
  }
  .mainwrap.roland .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) {
  .mainwrap.roland .trusted-source .col-lg-6:nth-of-type(2) {
    height: 300px;
    margin-top: 40px;
  }
  .mainwrap.roland .trusted-source.dream-business .col-lg-6:nth-of-type(2) {
    height: 300px !important;
  }
}
@media (max-width: 991px) and (max-width: 496px) {
  .mainwrap.roland .trusted-source .col-lg-6:nth-of-type(2) {
    height: 240px;
  }
  .mainwrap.roland .trusted-source.dream-business .col-lg-6:nth-of-type(2) {
    height: 240px !important;
  }
}
@media (max-width: 1200px) {
  .mainwrap.roland .dream-business {
    padding-top: 1em;
  }

  .mainwrap.roland .trusted-source.dream-business .col-lg-6 h2 {
    font-size: 28pt !important;
    line-height: 30pt !important;
  }
}

@media (max-width: 768px) {
  .mainwrap.roland .dream-business {
    padding-top: 1em;
  }

  .mainwrap.roland .trusted-source.dream-business .col-lg-6 h2 {
    font-size: 24pt !important;
    line-height: 26pt !important;
  }

  .mainwrap.roland .dream-business .dream-text {
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 496px) {
  .mainwrap.roland .trusted-source.dream-business .col-lg-6 p {
    margin-bottom: 25px;
  }
}
.mainwrap.roland .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/glowforge-diode-engraving/Diode-engraving-min.jpg");
}
.mainwrap.roland .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%20Landing%20Pages_Contact%20Us.png");
}
.mainwrap.roland .trusted-source .trusted-background {
  z-index: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  top: 0;
  bottom: 0;
  background: #384949;
}
.mainwrap.roland .trusted-source .dream-background {
  background-image: linear-gradient(#0093de, #015eb6);
}

.mainwrap.roland .trusted-source .trusted-background.contact-background {
  background-color: #384949;
}

.mainwrap.roland .trusted-source h2,
.mainwrap.roland .trusted-source p {
  color: #ffffff !important;
}
.mainwrap.roland .trusted-source .blue-button {
  background-color: #f58220 !important;
  border: 1px solid #f58220 !important;
}

@media (max-width: 1200px) {
  #vue-landing-page .mainwrap.roland .trusted-source h3 {
    padding-top: 1em;
  }
  #vue-landing-page .mainwrap.roland .trusted-source h3,
  #vue-landing-page .mainwrap.roland .trusted-source h3 span {
    font-size: 28pt;
    line-height: 30pt;
  }

  .mainwrap.roland .quote-financing h2 {
    font-size: 28pt !important;
    line-height: 30pt !important;
  }
}

@media (max-width: 768px) {
  #vue-landing-page .mainwrap.roland .trusted-source h3 {
    padding-top: 1em;
  }
  #vue-landing-page .mainwrap.roland .trusted-source h3,
  #vue-landing-page .mainwrap.roland .trusted-source h3 span {
    font-size: 22pt;
    line-height: 24pt;
  }

  .mainwrap.roland .trusted-source .col-lg-6:first-child {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.mainwrap.roland .quote-financing {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  height: 536px;
}
.mainwrap.roland .quote-financing h2,
.mainwrap.roland .quote-financing p {
  color: #ffffff !important;
}
.mainwrap.roland .quote-financing h2 {
  margin-top: -20px !important;
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .mainwrap.roland .quote-financing h2 {
    line-height: 20px !important;
  }
}

@media (max-width: 468px) {
  .mainwrap.roland .quote-financing h2 {
    font-size: 16px !important;
  }
}
.mainwrap.roland .quote-financing p {
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 500;
}
@media (max-width: 468px) {
  .mainwrap.roland .quote-financing p {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  #vue-landing-page .mainwrap.roland .quote-financing .blue-button {
    padding: 8px 5px !important;
  }
}
.mainwrap.roland .quote-financing .quote-background {
  z-index: -1;
  position: absolute;
  left: 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;
}
.mainwrap.roland .quote-financing .quote-container {
  width: 100%;
  height: 414px;
}
.mainwrap.roland .quote-financing .quote-container > div {
  display: flex;
  height: 100%;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  top: 16%;
}
.mainwrap.roland .quote-financing .quote-container > div > div:first-child {
  flex: auto;
  display: flex;
  align-items: center;
  height: 286px;
}
.mainwrap.roland
  .quote-financing
  .quote-container
  > div
  > div:first-child
  > div {
  flex: auto;
  width: 50%;
  text-align: center;
  margin: 0 8px;
}
.mainwrap.roland
  .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;
}

/* SEO Content  */

#vue-landing-page .mainwrap.roland .seo-content {
  margin: 50px 0 !important;
}

#vue-landing-page .mainwrap.roland .seo-content p,
#vue-landing-page .mainwrap.roland .seo-content li {
  font-size: 14pt;
  line-height: 18pt !important;
}

#vue-landing-page .mainwrap.roland .seo-content p {
  margin-top: 0;
}

#vue-landing-page .mainwrap.roland .seo-content .bold-text {
  font-weight: 900 !important;
  margin-bottom: 0;
}

#vue-landing-page .mainwrap.roland .seo-content .bold-text.bold-sentence a {
  font-weight: 900 !important;
}

#vue-landing-page .mainwrap.roland .seo-content li {
  list-style-type: disc;
}

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

@media (max-width: 767px) {
  #vue-landing-page .mainwrap.roland .seo-content p,
  #vue-landing-page .mainwrap.roland .seo-content li {
    font-size: 12pt !important;
    line-height: 16pt !important;
  }
}
