body {
  background: #f8f8f8;
}

#sns_main {
  padding-bottom: 0 !important;
}

a.orange-button {
  background: #F58220 !important;
  border-color: #F58220 !important;
  color: #fff !important;
}

a.orange-button:hover {
  background: #F58220 !important;
  border-color: #F58220 !important;
  color: #fff !important;
}

div.breadcrumbs {
  margin-bottom: 0;
}

.header-area {
  min-height: 352px;
  background: -webkit-gradient(linear, left top, right top, from(#00538F), to(#007CA1));
  background: linear-gradient(to right, #00538F 0%, #007CA1 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 16px;
}

@media (max-width: 1400px) {
  .header-area {
    min-height: 280px;
  }
}

.header-area h1, .header-area h2, .header-area p {
  color: #fff;
  text-align: center;
  text-transform: none;
}

.header-area h1 {
  font-size: 48px;
  margin-bottom: 0;
}

@media (max-width: 1400px) {
  .header-area h1 {
    font-size: 36px;
  }
}

@media (max-width: 1024px) {
  .header-area h1 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .header-area h1 {
    font-size: 24px;
  }
}

.header-area h2 {
  font-size: 24px;
  font-weight: 400;
}

@media (max-width: 1400px) {
  .header-area h2 {
    font-size: 22px;
    margin-top: 12px;
  }
}

@media (max-width: 1024px) {
  .header-area h2 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .header-area h2 {
    font-size: 18px;
  }
}

.header-area > div {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}

.overview {
  margin-top: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.overview img {
  max-width: 95%;
}

@media (max-width: 480px) {
  .overview img {
    max-width: 99%;
  }
}

.overview .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.overview h2 {
  text-transform: none;
  margin: 0;
  margin-bottom: 16px;
}

.overview a.blue-button {
  margin-bottom: 10px;
}

.overview .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 485px;
  min-width: 485px;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .overview .content {
    width: 100%;
    min-width: 0;
  }
  .overview .content p {
    width: 560px;
    max-width: 100%;
  }
}

@media (max-width: 485px) {
  .overview .content {
    min-width: 100%;
  }
}

.overview .content a {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.overview, .overview-extended, .printer-bundle-section {
  width: 1380px;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  background: #fff;
  margin-bottom: 48px;
  -webkit-box-shadow: 0px 3px 16px rgba(2, 2, 2, 0.1);
          box-shadow: 0px 3px 16px rgba(2, 2, 2, 0.1);
}

@media (min-width: 1600px) {
  .overview, .overview-extended, .printer-bundle-section {
    margin-bottom: 88px;
  }
}

@media (max-width: 1200px) {
  .overview h3, .overview-extended h3, .printer-bundle-section h3 {
    font-size: 24px;
    margin-bottom: 14px;
  }
}

@media (max-width: 1024px) {
  .overview, .overview-extended, .printer-bundle-section {
    max-width: calc(100% - 32px);
  }
}

@media (max-width: 768px) {
  .overview, .overview-extended, .printer-bundle-section {
    margin-bottom: 32px;
  }
}

.overview, .overview-extended {
  padding: 48px 32px;
}

@media (max-width: 768px) {
  .overview, .overview-extended {
    padding: 32px 16px;
  }
}

.overview h3, .overview-extended h3 {
  margin-top: 0;
  text-transform: none;
}

.overview-extended h3 {
  text-align: center;
  font-weight: 800;
  text-transform: none;
}

.overview-extended .jpp-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 48px 0;
  position: relative;
}

@media (max-width: 1024px) {
  .overview-extended .jpp-elements {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.overview-extended .jpp-elements div {
  position: relative;
  padding: 0 16px;
  width: 33.333%;
}

@media (max-width: 1024px) {
  .overview-extended .jpp-elements div {
    width: 100%;
  }
}

.overview-extended .jpp-elements div img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .overview-extended .jpp-elements div img {
    width: auto;
    height: 96px;
  }
}

.overview-extended .jpp-elements div h4 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.overview-extended .jpp-elements div p {
  text-align: center;
  width: 352px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.overview-extended .printer-comparisons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1024px) {
  .overview-extended .printer-comparisons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.overview-extended .printer-comparisons > div {
  background: #f9f9f9;
  border-radius: 8px;
  margin-right: 16px;
  padding: 32px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1024px) {
  .overview-extended .printer-comparisons > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 16px;
  }
}

@media (max-width: 480px) {
  .overview-extended .printer-comparisons > div {
    padding: 20px 16px;
  }
}

.overview-extended .printer-comparisons > div:nth-of-type(3) {
  margin-right: 0;
  margin-bottom: 0;
}

.overview-extended .printer-comparisons > div h3.level {
  color: #0088ce;
  text-align: center;
  margin-bottom: 8px;
}

.overview-extended .printer-comparisons > div h4 {
  text-transform: none;
  text-align: center;
  margin-top: 8px;
}

.overview-extended .printer-comparisons > div img {
  display: block;
  margin: 0 auto;
}

.overview-extended .printer-comparisons > div div.attributes {
  padding-top: 16px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 0;
  margin-top: auto;
}

@media (max-width: 1024px) {
  .overview-extended .printer-comparisons > div div.attributes {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.overview-extended .printer-comparisons > div div.attributes p {
  text-align: center;
  margin: 8px auto;
  font-weight: 600;
  line-height: 1.24;
}

.overview-extended .printer-comparisons > div div.attributes p:last-of-type {
  margin-bottom: 20px;
}

.overview-extended .printer-comparisons > div div.attributes a.blue-button {
  width: 200px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.printer-bundle-section {
  margin-bottom: 64px;
}

@media (max-width: 768px) {
  .printer-bundle-section {
    margin-bottom: 48px;
  }
}

.printer-bundle-section .bundles-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 44px 32px;
  background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#111));
  background: linear-gradient(to bottom, #333 0%, #111 100%);
  border-radius: 16px;
}

.printer-bundle-section .bundles-header h2 {
  font-size: 40px;
  text-transform: none;
  color: #fff;
  margin-top: 0;
  margin-bottom: 6px;
}

.printer-bundle-section .bundles-header h3.savings {
  color: #FF8E2B;
  text-transform: none;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 18px;
}

.printer-bundle-section .bundles-header .specs p {
  color: #fff;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 12px;
}

.printer-bundle-section .bundles-header .specs p:last-of-type {
  margin-bottom: 0;
}

.printer-bundle-section .bundles-header > div:nth-of-type(1) {
  width: 50%;
}

@media (max-width: 1200px) {
  .printer-bundle-section .bundles-header > div:nth-of-type(1) {
    width: 100%;
  }
}

.printer-bundle-section .bundles-header .image {
  max-height: 256px;
  position: relative;
  width: 50%;
}

@media (max-width: 1200px) {
  .printer-bundle-section .bundles-header .image {
    width: 100%;
  }
}

.printer-bundle-section .bundles-header .image img {
  max-height: none;
  width: 100%;
  position: absolute;
  bottom: -10px;
  right: 0;
  max-width: 100%;
}

.printer-bundle-section .bundles-header .image img.icolor800-bundle {
  bottom: -16px;
  min-width: 120%;
  width: 120%;
}

.printer-bundle-section .bundles {
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
  position: relative;
}

@media (max-width: 1200px) {
  .printer-bundle-section .bundles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 56px;
  }
}

@media (max-width: 991px) {
  .printer-bundle-section .bundles {
    padding: 48px;
    margin-bottom: 48px;
  }
}

@media (max-width: 768px) {
  .printer-bundle-section .bundles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 32px;
  }
}

@media (max-width: 480px) {
  .printer-bundle-section .bundles {
    padding: 16px;
  }
}

.printer-bundle-section .bundles .bundle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px;
  border-radius: 16px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media (max-width: 1200px) {
  .printer-bundle-section .bundles .bundle {
    width: 100%;
  }
}

.printer-bundle-section .bundles .bundle:nth-of-type(1), .printer-bundle-section .bundles .bundle:nth-of-type(2) {
  margin-right: 24px;
}

@media (max-width: 1200px) {
  .printer-bundle-section .bundles .bundle:nth-of-type(1), .printer-bundle-section .bundles .bundle:nth-of-type(2) {
    margin: 0;
    margin-bottom: 24px;
  }
}

@media (max-width: 768px) {
  .printer-bundle-section .bundles .bundle:nth-of-type(1), .printer-bundle-section .bundles .bundle:nth-of-type(2) {
    margin-bottom: 16px;
  }
}

.printer-bundle-section .bundles .bundle:nth-of-type(1) {
  background: -webkit-gradient(linear, left top, right top, from(#01509C), to(#01879C));
  background: linear-gradient(to right, #01509C 0%, #01879C 100%);
}

.printer-bundle-section .bundles .bundle:nth-of-type(2) {
  background: -webkit-gradient(linear, left top, right top, from(#004F9D), to(#1E009D));
  background: linear-gradient(to right, #004F9D 0%, #1E009D 100%);
}

.printer-bundle-section .bundles .bundle:nth-of-type(3) {
  background: -webkit-gradient(linear, left top, right top, from(#F58220), to(#E55252));
  background: linear-gradient(to right, #F58220 0%, #E55252 100%);
}

.printer-bundle-section .bundles .bundle span, .printer-bundle-section .bundles .bundle h2, .printer-bundle-section .bundles .bundle h3, .printer-bundle-section .bundles .bundle h4, .printer-bundle-section .bundles .bundle h5, .printer-bundle-section .bundles .bundle p, .printer-bundle-section .bundles .bundle li {
  color: #fff;
}

.printer-bundle-section .bundles .bundle .header {
  padding-top: 12px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.printer-bundle-section .bundles .bundle .header span, .printer-bundle-section .bundles .bundle .header h3 {
  text-align: center;
}

.printer-bundle-section .bundles .bundle .header span {
  font-size: 14px;
  display: block;
  width: 100%;
}

.printer-bundle-section .bundles .bundle .header h3 {
  font-size: 20px;
  margin: 0;
  text-transform: none;
}

.printer-bundle-section .bundles .bundle .header h3 + span {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.printer-bundle-section .bundles .bundle .header h3.price {
  font-size: 36px;
  font-weight: 800;
  margin-top: 8px;
}

.printer-bundle-section .bundles .bundle .header.popular {
  overflow: hidden;
}

.printer-bundle-section .bundles .bundle .header.popular:before {
  content: 'POPULAR';
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#F58220), color-stop(50%, #F5A020), to(#F58220));
  background: linear-gradient(to right, #F58220 0%, #F5A020 50%, #F58220 100%);
  height: 32px;
  line-height: 32px;
  position: absolute;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  top: 0;
  right: 0;
  width: 140px;
}

.printer-bundle-section .bundles .bundle .features-wrapper {
  -webkit-box-shadow: 0px 4px 16px rgba(2, 2, 2, 0.12);
          box-shadow: 0px 4px 16px rgba(2, 2, 2, 0.12);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.printer-bundle-section .bundles .bundle .features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(255, 255, 255, 0.12);
}

.printer-bundle-section .bundles .bundle .features div {
  padding: 16px 24px;
}

.printer-bundle-section .bundles .bundle .features div span {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  display: block;
}

@media (max-width: 660px) {
  .printer-bundle-section .bundles .bundle .features div span {
    font-size: 14px;
    line-height: 1.3;
  }
}

.printer-bundle-section .bundles .bundle .features div span.bold {
  font-weight: 700;
}

.printer-bundle-section .bundles .bundle .features div:nth-of-type(2n) {
  background: rgba(255, 255, 255, 0.2);
}

.printer-bundle-section .bundles .bundle .features div.kit span:nth-of-type(2) {
  line-height: 24px;
  margin-top: 8px;
  display: block;
}

.printer-bundle-section .bundles .bundle .features div:not(.kit) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.printer-bundle-section .bundles .bundle .features div:not(.kit) svg {
  margin-right: 10px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.printer-bundle-section .bundles .bundle .features div.jpp-bucks {
  background: -webkit-gradient(linear, left top, right top, from(#dec041), to(#E5A750));
  background: linear-gradient(to right, #dec041 0%, #E5A750 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.printer-bundle-section .bundles .bundle .features div.jpp-bucks span {
  font-weight: 700;
}

.printer-bundle-section .bundles .bundle .features div.jpp-bucks span.bucks {
  font-size: 24px;
  line-height: 52px;
}

@media (max-width: 1200px) {
  .printer-bundle-section .bundles .bundle .features div.jpp-bucks span.bucks {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}

.printer-bundle-section .bundles .bundle .features div.jpp-bucks span:nth-of-type(2) {
  padding: 8px 0 8px 10px;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

@media (max-width: 1200px) {
  .printer-bundle-section .bundles .bundle .features div.jpp-bucks span:nth-of-type(2) {
    line-height: 52px;
  }
}

@media (max-width: 768px) {
  .printer-bundle-section .bundles .bundle .features div.jpp-bucks span:nth-of-type(2) {
    line-height: 1.2;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
}

.printer-bundle-section .bundles .bundle .features div.jpp-bucks img {
  width: 62px;
  -webkit-transform: translateX(10px) scale(1.08);
          transform: translateX(10px) scale(1.08);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (max-width: 1200px) {
  .printer-bundle-section .bundles .bundle .features div.jpp-bucks img {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-right: 0;
    margin-left: auto;
    -webkit-transform: translateY(-12px) scale(1.28);
            transform: translateY(-12px) scale(1.28);
  }
}

.printer-bundle-section .bundles .bundle a.buy-button {
  display: block;
  height: 90px;
  width: 100%;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  line-height: 90px;
  font-size: 14px;
  font-weight: 800;
  color: #0088ce;
  text-transform: uppercase;
  text-align: center;
  background: #fff;
  -webkit-transition: 0.18s ease;
  transition: 0.18s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.printer-bundle-section .bundles .bundle a.buy-button:hover {
  color: #F58220;
}

.printer-bundle-section span.note {
  position: absolute;
  bottom: 24px;
  left: 32px;
  color: #000;
  opacity: 0.68;
  font-size: 10px;
}

@media (max-width: 1200px) {
  .printer-bundle-section span.note {
    text-align: center;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 14px;
    bottom: -28px;
  }
}

.card-section {
  width: 1380px;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  background: #fff;
  margin-bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 48px;
}

@media (max-width: 1024px) {
  .card-section {
    max-width: calc(100% - 32px);
  }
}

@media (max-width: 768px) {
  .card-section {
    margin-bottom: 32px;
  }
}

.card-section h3 {
  font-size: 32px;
  text-transform: none;
  font-weight: 700;
  margin-top: 0;
}

@media (max-width: 1200px) {
  .card-section h3 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .card-section h3 {
    font-size: 22px;
  }
}

.card-section p {
  font-size: 16px;
  line-height: 1.4;
}

.card-section a {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.card-section > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-section.heat-presses {
  background: #F5E7DB;
}

@media (max-width: 991px) {
  .card-section.heat-presses {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.card-section.heat-presses .content {
  width: 474px;
  min-width: 474px;
}

@media (max-width: 991px) {
  .card-section.heat-presses .content {
    width: 100%;
    min-width: 100%;
  }
}

@media (min-width: 1201px) {
  .card-section.heat-presses .content h3 {
    width: 390px;
  }
}

.card-section.heat-presses .press-image {
  width: 50%;
  max-height: 320px;
  position: relative;
}

.card-section.heat-presses .presses {
  min-width: 120%;
  max-height: none;
  -webkit-transform: translateX(7%);
          transform: translateX(7%);
  position: absolute;
}

.card-section.testimonial {
  background: #E0E7ED;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  .card-section.testimonial {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.card-section.testimonial .image {
  width: 450px;
  min-height: 300px;
  position: relative;
}

.card-section.testimonial .image img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  top: calc(50% - 24px);
  display: block;
  max-height: none;
}

.card-section.testimonial img {
  width: 288px;
  min-width: 288px;
}

.card-section.testimonial h3 {
  color: #004F9D;
}

.card-section.testimonial p + span {
  font-weight: 800;
  color: #727272;
}

.card-section.testimonial .content {
  width: 824px;
  width: 640px;
  max-width: 100%;
}

.card-section.experts {
  background: #EBEBEB;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 991px) {
  .card-section.experts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.card-section.experts h3 {
  margin-bottom: 16px;
}

.card-section.experts .content {
  width: 464px;
  max-width: 100%;
  margin-right: 48px;
}

.card-section.experts img {
  width: 295px;
}

.card-section.experts h5 {
  font-size: 24px;
  text-transform: none;
  text-align: center;
  margin-bottom: 4px;
  color: #0088ce;
}

.card-section.experts span {
  text-align: center;
  display: block;
  font-size: 14px;
}

.card-section.experts a.blue-button:nth-of-type(1) {
  margin-bottom: 10px;
}

.card-section.experts > div:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.card-section.experts > div:nth-of-type(2) > div {
  padding: 10px;
}

.ast-banner {
  background: -webkit-gradient(linear, left top, right top, from(#0089CE), color-stop(50%, #0091CC), to(#0094C6));
  background: linear-gradient(to right, #0089CE 0%, #0091CC 50%, #0094C6 100%);
}

.ast-banner .pagebuilder-column-group {
  max-width: calc(100% - 32px);
}

@media (max-width: 768px) {
  .ast-banner .pagebuilder-column-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .ast-banner .pagebuilder-column-group .pagebuilder-column {
    width: 100% !important;
  }
}

.ast-banner .text-area h2, .ast-banner .text-area p {
  color: #fff;
  text-transform: none;
}

.ast-banner .text-area h2 span, .ast-banner .text-area p span {
  text-transform: none;
  font-size: inherit !important;
}

.ast-banner .text-area h2 {
  width: 642px;
  max-width: 100%;
  font-size: 28px;
}

@media (max-width: 991px) {
  .ast-banner .text-area h2 {
    font-size: 24px;
  }
}

.ast-banner .text-area p {
  width: 474px;
  max-width: 100%;
}

.ast-banner .text-area .orange-button {
  background: #f58220 !important;
  color: #fff !important;
}

.ast-banner .text-area .orange-button:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.contact-banner {
  padding: 56px;
  background: url("https://jpmagento-public.s3.amazonaws.com/landing-pages/uninet/images/2021/contact-banner-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1200px) {
  .contact-banner {
    padding: 32px;
  }
}

@media (max-width: 768px) {
  .contact-banner {
    padding: 16px;
  }
}

.contact-banner .inner-area {
  background: rgba(0, 0, 0, 0.48);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 660px) {
  .contact-banner .inner-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-banner .inner-area div {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 142px 32px;
  position: relative;
}

@media (max-width: 660px) {
  .contact-banner .inner-area div {
    width: 100%;
  }
}

.contact-banner .inner-area div h4 {
  margin-top: 0;
}

.contact-banner .inner-area div h4, .contact-banner .inner-area div p {
  color: #fff;
  text-align: center;
}

.contact-banner .inner-area div a.blue-button {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: 18px;
}

@media (max-width: 1024px) {
  .contact-banner .inner-area div {
    width: 100%;
    padding: 80px 32px;
  }
}

@media (max-width: 768px) {
  .contact-banner .inner-area div {
    padding: 44px 24px;
  }
}

@media (max-width: 480px) {
  .contact-banner .inner-area div {
    padding: 28px 16px;
  }
}

@media (min-width: 1024px) {
  .contact-banner .inner-area div:nth-of-type(1):after {
    position: absolute;
    content: '';
    top: 36px;
    bottom: 36px;
    width: 2px;
    background: #fff;
    left: calc(100% - 1px);
  }
}
/*# sourceMappingURL=ht-bundles.css.map */