/** FONT STYLE **/
:root {
  --goh_black\<deleted\|variable-d17e8458\>: black;
  --goh_beige\<deleted\|variable-45106dfa\>: #fffee8;
  --j-j-red: #eb1700;
  --j-j-warm-gray-1: #f9f8f7;
  --j-j-warm-gray-2: #f1efed;
  --j-j-warm-gray-3: #e8e6e3;
  --j-j-black: black;
  --j-j-white: white;
  --j-j-warm-gray-4: #d5cfc9;
  --j-j-warm-gray-5: #c1bbb3;
  --j-j-warm-gray-6: #a39992;
  --j-j-warm-gray-7: #81766f;
  --j-j-warm-gray-8: #564c47;
  --j-j-display: Johnsondisplay, sans-serif;
  --j-j-text: Johnsontext, sans-serif;
}

@font-face {
  font-family: 'Johnsontext';
  src: url('../fonts/JohnsonText-Regular.woff') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Johnsontext';
  src: url('../fonts/JohnsonText-Bold.woff') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Johnsontext';
  src: url('../fonts/JohnsonText-Light.woff') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Johnsontext';
  src: url('../fonts/JohnsonText-Medium.woff') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Johnsondisplay';
  src: url('../fonts/JohnsonDisplay-Medium.woff') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Johnsondisplay';
  src: url('../fonts/JohnsonDisplay-Regular.woff') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Johnsondisplay';
  src: url('../fonts/JohnsonDisplay-Light.woff') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Johnsondisplay';
  src: url('../fonts/JohnsonDisplay-Bold.woff') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Signpainterhousescript';
  src: url('../fonts/SignPainterHouseScript.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* STYLE MAIN */

.mbJnJ-body {
  color: #000;
  font-family: Johnsontext, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.mbJnJ-body h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

.mbJnJ-body h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.mbJnJ-body h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

.mbJnJ-body h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

.mbJnJ-body h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

.mbJnJ-body h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.mbJnJ-body p {
  margin-bottom: 10px;
}

.mbJnJ-body a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

.mbJnJ-body a:hover {
  color: #32343a;
}

.mbJnJ-body a:active {
  color: #43464d;
}

.mbJnJ-body ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

.mbJnJ-body li {
  margin-bottom: 10px;
}

.mbJnJ-body img {
  display: block;
}

.mbJnJ-body label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.mbJnJ-body blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

.mbJnJ-body figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.mbJnJ-body figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.mbJnJ-link {
  color: #37383a;
  transition: color .2s;
}

.mbJnJ-header-container {
  background-color: #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: none !important;
}

.mbJnJ-header-links-container {
  display: none !important;
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.mbJnJ-header-links-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mbJnJ-header-links {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.mbJnJ-link-arrow-up {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 8.20621px;
  height: 8.08325px;
  display: flex;
}

.mbJnJ-heading-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background-color: #f9f8f7;
  padding-bottom: 0;
}

.mbJnJ-heading-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  padding: 70px 0;
}

.mbJnJ-logo-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 5.25%;
}

.mbJnJ-jnj-logo-single-line {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 29px;
  display: flex;
}

.mbJnJ-footer-main {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.mbJnJ-footer-wrapper {
  grid-row-gap: 48px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 62px 5.25%;
  text-decoration: none;
  display: flex;
}

.mbJnJ-footer-row {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.mbJnJ-footer-row.mbJnJ-footer-contents {
  flex-direction: column !important;
}

.mbJnJ-footer-row.mbJnJ-footer-policys {
  border-top: 1px solid #fff;
  padding-top: 48px;
  flex-direction: row !important;
}

.mbJnJ-footer-logo-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 308px;
  text-decoration: none;
  display: flex;
}

.mbJnJ-vectors-wrapper-50 {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 255px;
  height: 25px;
  margin-bottom: 145px;
  text-decoration: none;
  display: flex;
}

.mbJnJ-footer-contents-wrapper {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.mbJnJ-footer-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Johnsontext, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
}

.mbJnJ-footer-text.mbJnJ-link {
  font-family: Johnsontext, sans-serif;
  font-weight: 300;
  text-decoration: underline;
  display: inline-block;
  color: #fff !important;
}

.mbJnJ-footer-text.mbJnJ-link:hover,
.mbJnJ-footer-text.mbJnJ-link:focus {
  color: #fff;
}

.mbJnJ-footer-text.mbJnJ-link.normal {
  font-weight: 400;
}

.mbJnJ-footer-text.mbJnJ-copy-right {
  text-decoration: none !important;
  color: white;
}

.mbJnJ-footer-text.mbJnJ-copy-right:hover {
  color: #fff;
  text-decoration: none;
}

.mbJnJ-footer-text.mbJnJ-white {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.mbJnJ-copyright-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Johnsontext, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.mbJnJ-copy-right {
  grid-column-gap: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  text-decoration: underline !important;
}

.mbJnJ-links-2 {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

/** STYLE RESPONSIVE **/

@media screen and (min-width: 1440px) {

  .mbJnJ-footer-wrapper {
    padding: 80px 5.25%;
  }

  .mbJnJ-footer-row.mbJnJ-footer-policys {
    flex-direction: row;
    border-top: 1px solid #fff;
    padding-top: 48px;
  }

  .mbJnJ-footer-text {
    font-family: Johnsontext, sans-serif;
    font-size: 14px;
  }

  .mbJnJ-footer-text.mbJnJ-link {
    font-weight: 300;
    text-decoration: underline;
  }

  .mbJnJ-footer-text.mbJnJ-white {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
  }

  .mbJnJ-copyright-text {
    font-family: Johnsontext, sans-serif;
    font-size: 14px;
    font-weight: 300;
  }
}

@media screen and (max-width: 991px) {

  .mbJnJ-header-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .mbJnJ-header-links-container {
    display: none !important;
  }

  .mbJnJ-logo-wrapper {
    height: 75px;
  }

  .mbJnJ-jnj-logo-single-line {
    object-fit: contain;
    justify-content: center;
    align-items: center;
    height: 28px;
  }

  .mbJnJ-footer-wrapper {
    grid-row-gap: 32px;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .mbJnJ-footer-row.mbJnJ-footer-contents {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    flex-direction: column !important;
  }

  .mbJnJ-footer-row.mbJnJ-footer-policys {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-flow: column-reverse !important;
  }
}

@media screen and (max-width: 767px) {

  .mbJnJ-header-container {
    padding-left: 0%;
    padding-right: 0%;
  }

  .mbJnJ-footer-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .mbJnJ-footer-row {
    grid-column-gap: 0px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .mbJnJ-links-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }
}

@media screen and (max-width: 479px) {

  .mbJnJ-logo-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .mbJnJ-jnj-logo-single-line {
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 24px;
    display: block;
  }

  .mbJnJ-footer-row.mbJnJ-footer-policys {
    flex-direction: column !important;
  }
}