:root {
  --white: white;
  --spring-green: #00ff59;
  --deep-sky-blue: #00c8fa;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

a {
  color: var(--white);
  text-decoration: underline;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section.sadsad {
  max-width: 80rem;
}

.navbar {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.navbar.pc {
  display: flex;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.nav-link {
  color: var(--spring-green);
  height: 100%;
  font-size: 18px;
  font-weight: 700;
}

.nav-link.w--current {
  color: var(--deep-sky-blue);
}

.header {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-link-2 {
  font-size: 18px;
}

.nav-link-2.w--current {
  font-weight: 700;
}

.background-video {
  z-index: 1;
  opacity: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 700px;
  padding-top: 31px;
  display: flex;
}

.div-block {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  display: flex;
}

.shop-h1 {
  color: #d2110a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
}

.blog44_item-2 {
  background-color: #fff;
  border: 1px solid #fafafa;
  width: 100%;
  max-width: 245px;
  overflow: hidden;
  box-shadow: 0 0 5px #0003;
}

.blog44_item-2.b {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog44_item-content-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.blog44_image-wrapper-2 {
  width: 100%;
  overflow: hidden;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxsmall {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom.margin-small {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.shop_para {
  color: #77a464;
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  font-size: 16px;
  font-weight: 700;
}

.button-5 {
  color: #aaa;
  text-align: center;
  background-color: #eee;
  padding: 10px 20px 11px;
  font-size: 14px;
  transition: all .375s;
}

.button-5:hover {
  color: #fff;
  background-color: #61ce70;
}

.shop1_image {
  object-fit: cover;
  width: 100%;
  max-width: 245%;
  height: 245px;
}

.shop1_image.cl {
  object-fit: contain;
  background-color: #fff;
  max-width: 245px;
  height: 245px;
}

.div-block-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-3 {
  padding-top: 0;
  padding-bottom: 0;
}

.heading {
  color: #535353;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 22px;
  padding-bottom: 50px;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.button {
  text-align: center;
  background-color: #d2110a;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 230px;
  height: 33px;
  padding: .75rem 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.button.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.transpreat {
  background-color: #db2e2700;
  border: 2px solid #fff;
  border-radius: 4px;
}

.button.black {
  color: gray;
  background-color: #d2110a00;
  border: 2px solid gray;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.button.black.wq {
  white-space: nowrap;
  max-width: 114px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.button.navab {
  border-radius: 5px;
  max-width: 138px;
  height: 34px;
  padding: .3125rem 1.5625rem;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.button.navab:hover {
  background-color: #bb2f2a;
}

.button._12312 {
  background-color: #d2110a;
}

.button._12312:hover {
  background-color: #bb2f2a;
}

.button._12.nw {
  max-width: 114px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.button._12.nw:hover {
  background-color: #bb2f2a;
}

.button._12.rw {
  max-width: 108px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.button._12.rw:hover {
  background-color: #bb2f2a;
}

.button.newwe {
  max-width: 116px;
  height: 44px;
}

.button.newwe:hover {
  background-color: #bb2f2a;
}

.header1_content-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header1_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: visible;
}

.header1_image {
  object-fit: contain;
  width: 100%;
  max-width: 800px;
  height: 100%;
  overflow: visible;
  transform: scale(1.3);
}

.text-size-medium {
  color: #535353;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  line-height: 16px;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-style-h1 {
  color: #6d6d6d;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 54px;
}

.heading-style-h1._21321 {
  margin-top: 0;
  font-size: 1.5625rem;
}

.button-group {
  grid-column-gap: .8125rem;
  grid-row-gap: .8125rem;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.button-group._21321 {
  padding-top: 35px;
}

.button-group._21321._123123 {
  padding-top: 0;
}

.margin-top, .margin-top.margin-medium, .margin-top.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-global {
  z-index: 1;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 8.75rem 5% 0;
  position: relative;
}

.padding-global._123412 {
  padding-bottom: 5rem;
}

.header1_content {
  z-index: 1;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
  position: relative;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.layout1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.section_layout1 {
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  background-color: #f9f9f9;
}

.layout1_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.layout1_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  max-width: 555px;
  height: 370px;
}

.card-printing-heading {
  color: #d2110a;
  text-align: center;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.card-printing-wrapper {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.font-thin {
  color: #7a7a7a;
  font-size: 59px;
  font-weight: 600;
}

.sub-heading {
  color: #6ec1e4;
  white-space: nowrap;
  margin-bottom: 0;
  padding-left: 80px;
  padding-right: 80px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.sub-heading.cha {
  color: #7a7a7a;
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 39px;
}

.sub-heading.cha.sadasd {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  text-align: center;
  white-space: normal;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.content-section {
  background-color: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-section.chnaged {
  padding-left: 5%;
  padding-right: 5%;
  font-size: 16px;
}

.content-section.chnaged.asdas {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.content-section.chnaged.asdas._123213 {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff0;
  padding-top: 0;
  position: relative;
}

.image_printing {
  width: 100%;
  max-width: 200px;
}

.image_printing.chnaged {
  max-width: 360px;
  height: 215px;
  transition: all .425s;
}

.image_printing.chnaged:hover {
  border-bottom: 7px solid #d2110a;
}

.section_imae-printing {
  border: 1px solid #dedede;
  border-color: #dedede #dedede #e0e0e0 #e0e0e0;
  border-radius: 7px;
  width: 100%;
  max-width: 360px;
  height: 340px;
}

.paragraph {
  text-align: center;
}

.div-block-4 {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  font-size: 12px;
  display: flex;
}

.heading-9 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}

.heading-9._12312 {
  border: 2px solid #bdbdbd;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 50px;
  height: 50px;
  padding: 9px 15px;
  display: flex;
}

.testimonial17_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonial17_grid-list {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-items: center;
  padding-top: 0;
  display: grid;
  position: relative;
}

.testimonial17_customer-image {
  object-fit: cover;
  width: 100%;
  max-width: 40px;
  height: 100%;
  transform: scale(1.1);
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.testimonial17_card {
  border: 1px solid #d2110a;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  height: 230px;
  padding: 1rem 2rem;
  display: flex;
  overflow: hidden;
}

.testimonial17_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial17_client-image-wrapper {
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
}

.text-weight-semibold {
  font-weight: 600;
}

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

.testimonial17_rating-wrapper {
  display: flex;
}

.section_testimonial17 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
}

.heading-10 {
  color: #d2110a;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.heading-11, .heading-12 {
  text-align: center;
  font-size: 22px;
}

.social-media-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #ccc;
  background-color: #f9f9f9;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 0;
  display: flex;
}

.card-preloderter {
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 144px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.card-preloderter.no {
  border-left-style: none;
  border-right-style: none;
}

.card-preloderter.i-line {
  border-left-color: #dedede;
  border-right-style: none;
}

.card-preloderter.i-line._123 {
  border-left-style: none;
}

.card-preloderter.i-line._123._32113 {
  border-left-style: none;
  border-right-style: solid;
  border-right-color: #dbdbdb;
  justify-content: flex-start;
  align-items: center;
}

.card-preloderter.i-line._123._32113._2 {
  border-right-color: #dedede;
}

.card-preloderter._1212414 {
  border-left-color: #dedede;
  border-right-color: #dedede;
}

.image_prelofeter {
  width: 100%;
  max-width: 80px;
}

.prleofer-heading {
  color: #d2110a;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

.italic-text {
  text-transform: capitalize;
  font-weight: 400;
}

.italic-text-2 {
  color: #7a7a7a;
  font-weight: 400;
}

.italic-text-3 {
  color: #7a7a7a;
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 400;
}

.footer-subscribe {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 0 0;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.footer-block-three {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #dedede;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 50px;
  padding-bottom: 30px;
  display: flex;
}

.footer-link-three {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: 25px;
  display: flex;
}

.footer-social-block-three._213123 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
}

.footer-social-link-three, .footer-social-link-three._123 {
  margin-left: 0;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #dadada;
  background-color: #f3f3f3;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-copyright {
  color: #999;
}

.footer-legal-block {
  justify-content: center;
  align-items: center;
}

.footer-legal-link {
  color: #999;
  margin-left: 15px;
  margin-right: 0;
  text-decoration: none;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.brand {
  width: 100%;
  max-width: 278px;
}

.heading-13 {
  color: #3c3c3c;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.link-block {
  color: var(--black);
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.heading-14 {
  text-transform: uppercase;
  background-color: #787878;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.heading-14.mo {
  display: none;
}

.text-span {
  color: orange;
  font-size: 25px;
}

.heading-15 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 54px;
}

.button-6 {
  background-color: #da403a;
}

.paragraph-2 {
  color: #535353;
  text-align: center;
  white-space: normal;
  word-break: break-all;
  margin-top: 12px;
  margin-bottom: 57px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 23px;
}

.div-block-5 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.sad {
  color: #d2110a;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 44px;
}

.paragraph-3 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.sadsad {
  color: #535353;
  margin-bottom: 34px;
  font-family: Montserrat, sans-serif;
}

.div-block-6 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 35px;
  display: flex;
  position: relative;
}

.heading-16 {
  color: #6d6d6d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
}

.heading-16._12312 {
  color: #6d6d6d;
}

.heading-16._1241424 {
  text-transform: uppercase;
}

.heading-16._1241424._2414 {
  font-size: 45px;
}

.heading-17 {
  color: #d2110a;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.btun {
  color: var(--black);
  background-color: #3898ec00;
  border: 2px solid #bdbdbd;
}

.btun._123123 {
  border-style: none;
}

.paragraph-4 {
  color: #535353;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 50px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.div-block-7 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 148px;
  padding-left: 5%;
  padding-right: 5%;
}

.paragraph-5 {
  color: #535353;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.paragraph-5._12321 {
  flex-flow: column;
}

.image {
  width: 100%;
  max-width: 349px;
  height: 76px;
  margin-right: 25px;
  padding-right: 37px;
}

.asd {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h1_nav {
  color: #3c3c3c;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
}

.div-block-8 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: flex;
}

.heading-18 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}

.heading-18:hover {
  color: #d2110a;
}

.div-block-9 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  padding-top: 5px;
  display: flex;
}

.image-3 {
  display: none;
  position: absolute;
  inset: auto auto -100% 0%;
}

.paragraph-6 {
  color: #535353;
  text-align: center;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.image-4 {
  position: absolute;
}

.image-5 {
  z-index: 0;
  width: 100%;
  max-width: 247px;
  position: absolute;
  inset: auto 0% -318% auto;
}

.div-block-10 {
  width: 100%;
}

._4124 {
  max-width: 30px;
  margin-left: 5px;
  margin-right: 5px;
}

.link-block-2 {
  color: var(--black);
  text-decoration: none;
}

.div-block-13 {
  display: none;
}

.image-6 {
  transform: translate(0, -29px);
}

.div-block-15 {
  width: 100%;
  max-width: 90rem;
  padding-top: 7px;
}

@media screen and (max-width: 991px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header1_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout1_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .content-section {
    padding-bottom: 155px;
  }

  .testimonial17_grid-list {
    grid-template-columns: 1fr 1fr;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header1_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .layout1_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .sub-heading {
    margin-bottom: 49px;
    padding-left: 29px;
    padding-right: 29px;
  }

  .content-section {
    padding-bottom: 0;
  }

  .testimonial17_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial17_grid-list {
    grid-template-columns: 1fr;
  }

  .testimonial17_card {
    padding: 1.5rem;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 700px;
  }

  .section.sadsad {
    height: auto;
  }

  .navbar {
    height: 132px;
    display: flex;
  }

  .navbar.pc {
    display: none;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 89%;
    height: 100vh;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .background-video {
    z-index: 1;
    height: 700px;
    padding-top: 54px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .div-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .shop-h1 {
    letter-spacing: 2px;
    font-weight: 400;
  }

  .blog44_item-2.b {
    background-color: #fff0;
    border-style: none;
    max-width: 371px;
  }

  .blog44_item-content-2 {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog44_image-wrapper-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xxsmall {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .margin-bottom.margin-small {
    justify-content: center;
    align-items: flex-start;
  }

  .shop1_image.cl {
    object-fit: cover;
    max-width: 329px;
    height: 278px;
    transform: scale(1.1);
  }

  .div-block-2 {
    flex-flow: column;
  }

  .div-block-3 {
    padding-bottom: 1rem;
  }

  .heading {
    line-height: 15px;
  }

  .button {
    white-space: nowrap;
    max-width: 116px;
    height: 44px;
    padding: .625rem 1.25rem;
    font-size: 13px;
  }

  .button.black {
    color: #6d6d6d;
    border-color: #6d6d6d;
    height: 32px;
    padding-top: .4375rem;
    padding-bottom: .4375rem;
  }

  .button.navab {
    border-radius: 4px;
  }

  .button._12312 {
    max-width: 150px;
  }

  .button._12 {
    height: 32px;
    padding-top: .4375rem;
    padding-bottom: .4375rem;
  }

  .header1_image {
    max-width: 400px;
    height: 194px;
    transform: none;
  }

  .text-size-medium {
    line-height: 22px;
  }

  .padding-section-large {
    padding-top: 3.5rem;
    padding-bottom: 0;
  }

  .heading-style-h1 {
    text-transform: uppercase;
  }

  .heading-style-h1._21321 {
    text-align: left;
    font-size: 1.5625rem;
    line-height: 33px;
  }

  .button-group {
    justify-content: flex-start;
    align-items: center;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-global {
    padding: 0 2.5% .3rem;
  }

  .header1_content {
    grid-template-columns: 1fr;
  }

  .layout1_content {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .layout1_image {
    object-fit: contain;
    max-width: 385px;
    height: auto;
  }

  .card-printing-heading {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 25px;
  }

  .card-printing-wrapper {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .font-thin {
    font-size: 20px;
  }

  .heading-8 {
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sub-heading {
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .sub-heading.cha {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
    line-height: 34px;
  }

  .content-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .content-section.chnaged.asdas {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    padding-bottom: 10px;
  }

  .content-section.chnaged.asdas._123213 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .image_printing.chnaged {
    max-width: 100%;
    height: 240px;
  }

  .section_imae-printing {
    max-width: none;
    height: 364px;
  }

  .div-block-4 {
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .testimonial17_grid-list {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
  }

  .testimonial17_card {
    border-radius: 5px;
    max-width: 1005px;
  }

  .heading-10 {
    text-transform: uppercase;
  }

  .social-media-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    padding-top: 20px;
    padding-bottom: 0;
    display: flex;
  }

  .card-preloderter {
    border-left-style: none;
    border-right-style: none;
  }

  .card-preloderter.i-line {
    border-bottom: 1px #dbdbdb;
    border-left-style: none;
  }

  .card-preloderter.i-line._123._32113 {
    border-left-style: none;
    border-right-style: none;
  }

  .card-preloderter.i-line._123._32113._2 {
    border-bottom-style: none;
    height: 100px;
  }

  .card-preloderter._1212414 {
    border-bottom: 1px #dbdbdb;
  }

  .prleofer-heading {
    text-transform: uppercase;
    font-size: 18px;
  }

  .italic-text, .italic-text-2, .italic-text-3 {
    font-size: 14px;
  }

  .footer-subscribe {
    padding-left: 0;
    padding-right: 0;
  }

  .container-2 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-wrapper-three._21312 {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-block-three {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
  }

  .footer-link-three {
    margin-bottom: 2px;
  }

  .footer-social-block-three._231124124 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-bottom: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-bottom.dxfdsf {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
    padding-left: 3px;
    overflow: hidden;
  }

  .footer-copyright {
    white-space: nowrap;
  }

  .footer-legal-block {
    text-align: center;
    margin-top: 0;
    margin-left: 0;
  }

  .footer-legal-link {
    white-space: nowrap;
  }

  .link-block {
    text-align: left;
    border: 1px solid #dedede;
    width: 100%;
  }

  .heading-14 {
    text-align: center;
    text-transform: uppercase;
    max-width: 313px;
    font-size: 27px;
    line-height: 40px;
  }

  .heading-14.pc {
    display: none;
  }

  .heading-14.mo {
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .text-span {
    font-size: 25px;
  }

  .heading-15 {
    text-transform: uppercase;
    width: 100%;
    max-width: 330px;
    font-size: 45px;
    line-height: 54px;
  }

  .paragraph-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .sad {
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400;
    line-height: 33px;
  }

  .sadsad {
    text-align: left;
  }

  .sadsad._313 {
    text-align: center;
    font-size: 14px;
  }

  .div-block-6 {
    padding-top: 90px;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .heading-16 {
    text-align: center;
    font-size: 45px;
    line-height: 44px;
  }

  .heading-16._12312 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-16._1241424 {
    text-transform: uppercase;
    line-height: 56px;
  }

  .heading-17 {
    text-align: center;
    letter-spacing: 2px;
    -webkit-text-stroke-width: 0px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 35px;
  }

  .paragraph-4 {
    padding-top: 70px;
  }

  .div-block-7 {
    padding-top: 0;
  }

  .paragraph-5 {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .image {
    margin-bottom: 53px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-8 {
    display: none;
  }

  .heading-18 {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    transform: translate(34px, 7px);
  }

  .div-block-9 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .paragraph-6 {
    font-size: 13px;
    line-height: 24px;
  }

  .image-5 {
    max-width: 150px;
  }

  ._4124 {
    max-width: 35px;
  }

  .div-block-11 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-12 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .div-block-13 {
    background-color: #dedede;
    width: 1px;
    height: 700px;
    display: block;
    transform: translate(-56px, 70px);
  }

  .div-block-14 {
    display: flex;
  }

  .icon {
    color: #000;
  }

  .menu-button.w--open {
    background-color: #dedede;
  }
}


