html {
  scroll-behavior: smooth;
}
main{

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

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

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

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

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

  #vue-landing-page .mainwrap.roland .printer-nav-bar {
    margin-top: 0 !important;
  }

  /*Glowforge Banner  */

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

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

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

  #vue-landing-page .steam-stem-banner .steam-stem-content p {
    color: #fff;
  }

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

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

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

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

    #vue-landing-page .steam-stem-banner .steam-stem-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: 420px;
    border-radius: 8px;
    padding: 16px;
    margin: 8px;
    transition: all 0.18s ease, height 0s, width 0s;
    position: relative;
    text-align: center;
  }

  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: static;
    /* left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-54%); */
  }

  div.jpp-main-categories .category-tiles .tile span {
    color: #0088CE;
    text-decoration: underline !important;
    font-weight: 700 !important;
  }

  div.jpp-main-categories .category-tiles .tile:hover span {
    color: #f58220;
  }

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

  #vue-landing-page .shop-section#shop-products {
    margin-bottom: 9em !important;
  }

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

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

  .university-shop-block div.jpp-main-categories .category-tiles .tile p {
    text-align: center;
    height: auto;
    margin: 12px !important;
  }

  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: 45%;
      margin: auto;
      height: 390px;
    }

    #vue-landing-page .category-tiles h5 {
      height: 40px;
      bottom: -35px;
    }


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

    .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: 300px;
      height: 420px;
    }

    div.jpp-main-categories .category-tiles .tile img {
      transform: translateX(0%) translateY(0%);
    }

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

    .university-shop-block
      div.jpp-main-categories
      .category-tiles
      .tile
      .first-para {
      top: 50%;
    }

    .university-shop-block div.jpp-main-categories .category-tiles .tile p {
      top: 0% !important;
    }

    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 p {
    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%;
    row-gap: 40px;
  }

  div[data-content-type="row"] > .shop-trending-categories .card-wrapper .card {
    box-shadow: none;
    transition: 0.32s ease;
    width: 18% !important;
    height: 230px;
    min-height: 260px;
    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: -29px;
    height: 40px;
    font-size: 14pt !important;
  }

  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);
      max-width: 100%;
    }
  }

  @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 .shop-section#shop-products p {
      text-align: 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: -35px;
    }
  }

  @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;
    margin-bottom: 0 !important;
  }
  @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/steam-stem/empower-future-inovators.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 .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;
    margin-top: 2em;
    border: 3px solid #f6a636 !important;
  }

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

  .mainwrap.roland .difference-sec .difference-heading {
    margin-top: 5em;
    margin-bottom: 2em;
    text-align: center;
    background-color: #004464 !important;
    padding: 20px 60px !important;
  }

  .mainwrap.roland .difference-sec .flickity-viewport {
    height: auto;
  }

  .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-3 {
    width: 33%;
  }

  .mainwrap.roland .difference-sec .col-lg-3 .head-sec .chemical-logo {
    width: 50% !important;
  }

  .mainwrap.roland .difference-sec .col-lg-3 .head-sec .hand-logo {
    width: 50% !important;
  }

  .mainwrap.roland .difference-sec .col-lg-3 h3 {
    color: #fff !important;
    font-size: 20pt !important;
    margin: 0 !important;
    text-align: center;
  }

  .mainwrap.roland .difference-sec .col-lg-3 .blue {
    color: #0088ce !important;
  }

  .mainwrap.roland .difference-sec .col-lg-3 .light-blue {
    color: #86b9d8 !important;
  }

  .mainwrap.roland .difference-sec .col-lg-3 .orange {
    color: #f58220 !important;
  }

  .mainwrap.roland .difference-sec .col-lg-3 .light-orange {
    color: #f6a636 !important;
  }

  .mainwrap.roland .difference-sec .col-lg-3 .head-sec {
    display: flex;
    column-gap: 15px;
  }

  .mainwrap.roland .difference-sec .col-lg-3 .head-sec {
    margin-bottom: 20px;
    height: 220px;
  }

  .mainwrap.roland .difference-sec .col-lg-3 .head-sec .img-add {
    width: auto;
  }

  .mainwrap.roland .difference-sec .col-lg-3 .head-sec .img-add img {
    width: 90px !important;
    max-width: max-content !important;
  }

  .mainwrap.roland .difference-sec .col-lg-3 .head-sec .content-add {
    text-align: start;
  }

  .mainwrap.roland .difference-sec .col-lg-3 .head-sec .content-add h4 {
    margin-bottom: 0 !important;
  }

  .mainwrap.roland .difference-sec .col-lg-3 .head-sec .content-add p {
    font-size: 12pt !important;
    margin-top: 7px;
  }

  .mainwrap.roland .difference-sec .col-lg-3 h3 {
    padding: 20px 0;
  }

  .mainwrap.roland .difference-sec .col-lg-3 div p {
    font-size: 12pt !important;
  }

  .mainwrap.roland .difference-sec .lasers-classroom {
    display: flex;
    justify-content: center;
    column-gap: 30px;
  }
  .mainwrap.roland .difference-sec .lasers-classroom .head-sec {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .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) {
    .mainwrap.roland .difference-sec .col-lg-4 h3 {
      text-align: center;
      margin: 10px 0 !important;
    }

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

    .mainwrap.roland .difference-sec .lasers-classroom .head-sec {
      justify-content: start;
    }
    .mainwrap.roland .difference-sec .col-lg-3 .head-sec .chemical-logo {
      width: auto !important;
    }

    .mainwrap.roland .difference-sec .col-lg-3 .head-sec .hand-logo {
      width: auto !important;
    }

    .mainwrap.roland .difference-sec .col-lg-3 .head-sec {
      height: 160px;
      align-items: center;
    }

    .mainwrap.roland .difference-sec .flickity-viewport {
      height: 1820px !important;
    }

    .mainwrap.roland .difference-sec .lasers-classroom {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .mainwrap.roland .difference-sec .col-lg-3 {
      width: 100%;
      margin: auto;
    }

    .mainwrap.roland .difference-sec .col-lg-3 .last-para {
      padding-bottom: 50px;
    }
  }

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

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

    .mainwrap.roland .difference-sec .difference-heading {
      padding: 50px 0 0 0 !important;
    }

    .mainwrap.roland .difference-sec .col-lg-3 .head-sec {
      height: auto;
    }

    .mainwrap.roland .difference-sec .lasers-classroom {
      display: block;
    }

    .mainwrap.roland .difference-sec .col-lg-3 {
      width: 90%;
      margin: auto;
    }

    .mainwrap.roland .difference-sec .col-lg-3 .last-para {
      padding-bottom: 50px;
    }
  }
  @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: 3em;
    }
  }

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

  /* Get Inspired  */

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

  .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;
    gap: 20px;
  }

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


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

    #get-inspired-section .cta-btn {
      flex-direction: column;
    }

    #get-inspired-section .cta-btn a {
      width: 80%;
      margin: auto;
      display: block;
      text-align: center;
    }
  }

  /* Free Shipping Block  */

  .mainwrap.roland .free-shipping-block {
    background-color: #004464;
    margin: 0 !important;
  }

  #vue-landing-page .mainwrap.roland .free-shipping-info h2 {
    font-size: 60pt;
    line-height: 60pt;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-weight: 800;
    letter-spacing: 1.11px;
  }

  #vue-landing-page .mainwrap.roland .free-shipping-info h3 {
    color: #fff;
    font-weight: 400;
    font-size: 27pt;
    line-height: 27pt;
    text-align: center;
    margin: 0;
  }

  .mainwrap.roland .free-shipping-info span {
    border-bottom: 1px solid #fff;
    text-align: center;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    color: #fff;
  }

  .mainwrap.roland a.free-shipping-content:hover .free-shipping-info span {
    border: none;
  }

  .mainwrap.roland .free-shipping-car {
    margin-right: 50px;
  }

  .mainwrap.roland .free-shipping-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .free-shipping-block .container .free-shipping-info span {
    font-weight: 100 !important;
    opacity: 0.6;
    font-size: 16pt;
    line-height: 18pt !important;
  }

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

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

    .free-shipping-content {
      display: -ms-grid;
      display: grid;
      text-align: center;
      grid-auto-flow: column;
      gap: 30px;
    }

    .free-shipping-car {
      margin-right: 0;
    }
    #vue-landing-page .free-shipping-info h3 {
      font-size: 22px;
    }
  }

  @media only screen and (min-width: 320px) and (max-width: 767px) {
    #vue-landing-page .free-shipping-info h3 {
      font-size: 18pt;
      line-height: 18pt;
      margin-bottom: 10px;
    }

    .free-shipping-car {
      margin-right: 0;
      margin-bottom: 20px;
    }

    .free-shipping-block .col-lg-12 a {
      display: flex;
      flex-direction: column;
    }

    #vue-landing-page .free-shipping-info h2 {
      font-size: 28pt;
      line-height: 28pt;
      margin-bottom: 10px;
    }
  }

  /* 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 .videos .pagebuilder-column .pagebuilder-button-primary {
    display: block;
    width: 180px;
    text-align: center;
    margin-bottom: 13px;
  }

  #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: 24pt !important;
      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;
    }
  }

  /* SEO Content  */

  #vue-landing-page .mainwrap.roland .seo-content .free {
    font-weight: 700 !important;
    text-decoration: underline !important;
    display: inline !important;
  }

  #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 p span {
    display: block;
  }

  #vue-landing-page .mainwrap.roland .seo-content .bold-text {
    font-weight: 700 !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;
    font-weight: 700 !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;
    }
  }

}
