*:focus {
  outline: none; }

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  /* prevent callout to copy image, etc when tap to hold*/
  -webkit-text-size-adjust: none;
  /* prevent webkit from resizing text to fit*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* prevent tap highlight color / shadow*/ }

* {
  box-sizing: border-box; }

textarea,
[contenteditable],
input[type="text"],
input[type="text"]:before,
input[type="text"]:after {
  border: 0;
  width: 100%;
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial; }
  textarea::-webkit-input-placeholder,
  [contenteditable]::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="text"]:before::-webkit-input-placeholder,
  input[type="text"]:after::-webkit-input-placeholder {
    color: #E0E0E0; }
  textarea:-moz-placeholder,
  [contenteditable]:-moz-placeholder,
  input[type="text"]:-moz-placeholder,
  input[type="text"]:before:-moz-placeholder,
  input[type="text"]:after:-moz-placeholder {
    color: #E0E0E0; }
  textarea::-moz-placeholder,
  [contenteditable]::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="text"]:before::-moz-placeholder,
  input[type="text"]:after::-moz-placeholder {
    color: #E0E0E0; }
  textarea:-ms-input-placeholder,
  [contenteditable]:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="text"]:before:-ms-input-placeholder,
  input[type="text"]:after:-ms-input-placeholder {
    color: #E0E0E0; }

h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  font-weight: 700;
  letter-spacing: 1;
  margin: 0 0 10px 0;
  line-height: 1.2; }

a {
  outline: none;
  color: #05629B;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  a.tz-link {
    color: #2E4787;
    font-weight: 700;
    transition: all 0.3s ease 0s; }
    a.tz-link:hover {
      color: #333; }
  a:hover {
    text-decoration: none;
    text-transform: underline; }

ul {
  margin: 0;
  padding: 0; }
  ul::after {
    clear: both;
    content: "";
    display: table; }
  ul li {
    list-style: none; }
  ul.disc li {
    list-style: disc outside; }
  ul.circle li {
    list-style: circle inside;
    float: none; }
  ul.square {
    padding: 0; }
    ul.square li {
      list-style: square inside;
      float: none; }

img {
  max-width: 100%; }

.fixed {
  position: fixed;
  width: 100%; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

.viewport {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.scroll-container {
  position: absolute;
  overflow: hidden;
  z-index: 10;
  display: flex;
  justify-content: center;
  backface-visibility: hidden;
  transform-style: preserve-3d; }

*,
:after,
:before {
  box-sizing: border-box; }

#attentive_overlay {
  display: none !important; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 1s;
  overflow-x: hidden;
  overflow-y: scroll; }
  body .jcw-history-wrap .jcw-nav-wrap {
    position: fixed;
    right: -150px;
    top: 50%;
    transform: translate(0%, -50%);
    text-align: right;
    z-index: 100; }
    @media only screen and (max-width: 680px) {
      body .jcw-history-wrap .jcw-nav-wrap {
        display: none; } }
    body .jcw-history-wrap .jcw-nav-wrap .heritage-nav-list a {
      position: relative;
      display: block;
      margin: 20px 0;
      width: 10px;
      height: 10px;
      cursor: pointer;
      background-color: green;
      border-radius: 50%; }
      body .jcw-history-wrap .jcw-nav-wrap .heritage-nav-list a:hover .nav-dot {
        background: #ffffff; }
      body .jcw-history-wrap .jcw-nav-wrap .heritage-nav-list a:hover .nav-label {
        width: 90px;
        padding: 3px 0 0 8px; }
      body .jcw-history-wrap .jcw-nav-wrap .heritage-nav-list a:hover:first-child .nav-label {
        width: 145px;
        padding: 3px 0 0 8px; }
      body .jcw-history-wrap .jcw-nav-wrap .heritage-nav-list a:first-child .nav-label {
        width: 0px; }
      body .jcw-history-wrap .jcw-nav-wrap .heritage-nav-list a.active-dot .nav-dot {
        background: #ffffff; }
      body .jcw-history-wrap .jcw-nav-wrap .heritage-nav-list a.active-dot .nav-label {
        width: 90px;
        padding: 3px 0 0 8px; }
      body .jcw-history-wrap .jcw-nav-wrap .heritage-nav-list a.active-dot:first-child .nav-label {
        width: 145px;
        padding: 3px 0 0 8px; }
      body .jcw-history-wrap .jcw-nav-wrap .heritage-nav-list a .nav-label {
        position: absolute;
        top: -10px;
        right: -15px;
        width: 0px;
        height: 30px;
        background: #CE1717;
        text-decoration: none;
        color: white;
        text-align: left;
        font-weight: 700;
        overflow: hidden;
        transition: all 0.3s ease; }
      body .jcw-history-wrap .jcw-nav-wrap .heritage-nav-list a .nav-dot {
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #CCCACA;
        z-index: 222;
        top: 0;
        left: 0; }
@keyframes _arrow_animate {
  0% {
    transform: translate3d(0, 0px, 0); }
  8% {
    transform: translate3d(0, 10px, 0); }
  14% {
    transform: translate3d(0, 0px, 0); }
  100% {
    transform: translate3d(0, 0px, 0); } }
  body .jcw-history-wrap h1,
  body .jcw-history-wrap h2,
  body .jcw-history-wrap h3,
  body .jcw-history-wrap h4,
  body .jcw-history-wrap h5 {
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 16px;
    font-weight: 700; }
  body .jcw-history-wrap h2,
  body .jcw-history-wrap h3 {
    margin-bottom: 30px; }
  body .jcw-history-wrap h2 {
    line-height: 1.1;
    color: #333333;
    font-size: 70px; }
    body .jcw-history-wrap h2.heading-white {
      color: #ffffff; }
  body .jcw-history-wrap h3 {
    font-size: 28px; }
  body .jcw-history-wrap a.h-link {
    color: #2E4787;
    font-weight: 700;
    transition: all 0.3s ease 0s; }
    body .jcw-history-wrap a.h-link:hover {
      color: #333; }
  body .jcw-history-wrap a:hover {
    text-decoration: none;
    text-transform: underline; }
  body .jcw-history-wrap p {
    margin-bottom: 30px;
    font-size: 18px;
    color: #333333;
    font-weight: 300; }
    body .jcw-history-wrap p:last-child {
      margin-bottom: 0; }
  body .jcw-history-wrap .i-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffff;
    display: inline-block; }
  body .jcw-history-wrap .i-article-list-disc {
    margin-left: 16px; }
    body .jcw-history-wrap .i-article-list-disc li {
      position: relative; }
      body .jcw-history-wrap .i-article-list-disc li:before {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background: #fff;
        border-radius: 50%;
        top: 9px;
        left: -20px; }
      body .jcw-history-wrap .i-article-list-disc li:last-child p {
        margin-bottom: 0; }
      body .jcw-history-wrap .i-article-list-disc li p {
        display: inline-block; }
  body .jcw-history-wrap .i-link {
    color: #60FCF3;
    font-weight: 400;
    text-decoration: underline; }
  body .jcw-history-wrap .i-link:hover {
    text-decoration: none; }
  body .jcw-history-wrap .i-link-sources {
    color: #a7a7a7; }
  body .jcw-history-wrap .fadeOut {
    opacity: 0 !important;
    transition: opacity 0.1s ease; }
  body .jcw-history-wrap .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 10px solid #a3a3a3;
    border-radius: 50%;
    border-top: 10px solid #ffffff;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  body .jcw-history-wrap .intro-arrow-down {
    position: fixed;
    top: calc(100vh - 80px);
    left: calc(50% - 25px);
    z-index: 1;
    cursor: pointer; }
    body .jcw-history-wrap .intro-arrow-down .fa-chevron-down {
      transition: 0.1s ease-out;
      animation: _arrow_animate ease-out 3s infinite forwards 1s; }
    @media only screen and (max-width: 680px) {
      body .jcw-history-wrap .intro-arrow-down {
        display: none; } }
    body .jcw-history-wrap .intro-arrow-down .arrow-down-icon {
      background: #ffffff;
      border-radius: 50%;
      font-size: 22px;
      padding: 10px;
      width: 50px;
      height: 50px;
      display: inline-block; }
      body .jcw-history-wrap .intro-arrow-down .arrow-down-icon i {
        color: #333333;
        width: 100%;
        text-align: center; }
    body .jcw-history-wrap .intro-arrow-down img {
      width: 20px;
      position: relative;
      left: 54px;
      top: 10px;
      transition: 0.1s ease-out;
      animation: _arrow_animate ease-out 3s infinite forwards 1s; }
    body .jcw-history-wrap .intro-arrow-down .arrow-down-btn {
      color: #ffffff;
      text-align: center;
      font-size: 14px;
      display: block;
      z-index: 2; }
  body .jcw-history-wrap .jcw-content-wrap {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 0; }
    @media only screen and (max-width: 820px) {
      body .jcw-history-wrap .jcw-content-wrap {
        padding: 30px 10px; } }
    body .jcw-history-wrap .jcw-content-wrap h2 {
      font-size: 20px;
      color: #ffffff;
      text-align: center; }
  body .jcw-history-wrap .our-heritage-nav {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    text-align: right;
    			/* @media screen (max-width: $mobile){
    
    			} */ }
    body .jcw-history-wrap .our-heritage-nav ul {
      margin: 0;
      padding: 0; }
      body .jcw-history-wrap .our-heritage-nav ul li {
        width: auto;
        list-style: none; }
        body .jcw-history-wrap .our-heritage-nav ul li a {
          display: block;
          line-height: 25px;
          position: relative;
          padding-right: 20px;
          font-family: 'Arvo', sans-serif;
          color: #ffffff;
          font-size: 18px;
          text-decoration: none;
          position: relative; }
          body .jcw-history-wrap .our-heritage-nav ul li a:hover .nav-label, body .jcw-history-wrap .our-heritage-nav ul li a.dot-active .nav-label {
            opacity: 1;
            visibility: visible;
            padding: 0 10px;
            width: 85px;
            transition: 0.5s ease; }
          body .jcw-history-wrap .our-heritage-nav ul li a:hover .nav-dot, body .jcw-history-wrap .our-heritage-nav ul li a.dot-active .nav-dot {
            background: #ffffff; }
        body .jcw-history-wrap .our-heritage-nav ul li .nav-dot {
          display: block;
          width: 10px;
          height: 10px;
          position: absolute;
          right: 0;
          top: 50%;
          background: #CCCACA;
          -webkit-border-radius: 100%;
          border-radius: 100%;
          transform: translateY(-50%);
          transition: all 0.3s linear;
          z-index: 2; }
        body .jcw-history-wrap .our-heritage-nav ul li .nav-label {
          display: block;
          opacity: 0;
          background: #CE1717;
          position: relative;
          overflow: hidden;
          /* padding: 0;
          width: 0; */
          padding: 0 10px;
          width: 85px;
          left: 30px;
          text-align: left;
          transition: 0.5s ease; }
  body .jcw-history-wrap .nav-section {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: fixed;
    top: 0;
    background: white;
    z-index: 2000; }
    @media only screen and (max-width: 1130px) {
      body .jcw-history-wrap .nav-section {
        padding: 15px;
        display: block; } }
    body .jcw-history-wrap .nav-section #jcw-hamburger-icon {
      display: none; }
      @media only screen and (max-width: 1130px) {
        body .jcw-history-wrap .nav-section #jcw-hamburger-icon {
          display: inline-block;
          cursor: pointer;
          z-index: 5;
          position: absolute;
          top: 17px;
          right: 15px; } }
      body .jcw-history-wrap .nav-section #jcw-hamburger-icon i {
        font-size: 30px;
        color: #27387B; }
    body .jcw-history-wrap .nav-section .nav-section-bar.nav-logo {
      margin: 0;
      padding: 0;
      line-height: 0;
      width: 210px; }
      body .jcw-history-wrap .nav-section .nav-section-bar.nav-logo a {
        width: 200px;
        position: relative;
        top: 3px;
        left: 0; }
        @media only screen and (max-width: 1130px) {
          body .jcw-history-wrap .nav-section .nav-section-bar.nav-logo a {
            top: 0;
            width: 100%; } }
    body .jcw-history-wrap .nav-section .nav-section-bar.nav-list {
      width: 80%; }
      @media only screen and (max-width: 1130px) {
        body .jcw-history-wrap .nav-section .nav-section-bar.nav-list {
          transform-origin: -100% 100%;
          width: 100%;
          min-height: 100vh;
          position: fixed;
          top: 0;
          right: -100%;
          background: #fff;
          z-index: 9; } }
      body .jcw-history-wrap .nav-section .nav-section-bar.nav-list .nav-list-content {
        display: flex;
        justify-content: flex-end; }
        @media only screen and (max-width: 1130px) {
          body .jcw-history-wrap .nav-section .nav-section-bar.nav-list .nav-list-content {
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 100vh;
            text-align: center; } }
        body .jcw-history-wrap .nav-section .nav-section-bar.nav-list .nav-list-content .nav-list-content-inner {
          display: flex;
          margin-top: 5px; }
          @media only screen and (max-width: 1130px) {
            body .jcw-history-wrap .nav-section .nav-section-bar.nav-list .nav-list-content .nav-list-content-inner {
              flex-direction: column; } }
          body .jcw-history-wrap .nav-section .nav-section-bar.nav-list .nav-list-content .nav-list-content-inner li {
            margin: 0;
            padding: 5px 16px; }
            @media only screen and (max-width: 1130px) {
              body .jcw-history-wrap .nav-section .nav-section-bar.nav-list .nav-list-content .nav-list-content-inner li {
                padding: 16px; } }
            body .jcw-history-wrap .nav-section .nav-section-bar.nav-list .nav-list-content .nav-list-content-inner li a {
              display: inline-block;
              color: #27387B;
              font-size: 16px;
              font-weight: 700;
              transition: all 0.3s ease; }
        body .jcw-history-wrap .nav-section .nav-section-bar.nav-list .nav-list-content .jcw-shop-carparts {
          padding-top: 8px;
          padding-left: 16px; }
          body .jcw-history-wrap .nav-section .nav-section-bar.nav-list .nav-list-content .jcw-shop-carparts span {
            font-size: 16px;
            display: inline-block;
            color: #000000;
            position: relative;
            padding-right: 5px; }
          body .jcw-history-wrap .nav-section .nav-section-bar.nav-list .nav-list-content .jcw-shop-carparts .carparts-logo {
            width: 125px;
            display: inline-block;
            position: relative;
            top: 4px; }
      body .jcw-history-wrap .nav-section .nav-section-bar.nav-list #jcw-nav-close {
        visibility: hidden;
        position: absolute;
        top: 10px;
        right: -35px; }
        body .jcw-history-wrap .nav-section .nav-section-bar.nav-list #jcw-nav-close i {
          font-size: 30px;
          color: #333333; }
  body .jcw-history-wrap #intro-section .img-bg-content .img-bg-content-box {
    width: 100%;
    height: 100vh;
    top: 0; }
    body .jcw-history-wrap #intro-section .img-bg-content .img-bg-content-box .hero-content {
      background: #f4f4f4;
      width: 100%;
      height: 100vh; }
      body .jcw-history-wrap #intro-section .img-bg-content .img-bg-content-box .hero-content .jcw-hero {
        background-color: #E0E0E0;
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative; }
        body .jcw-history-wrap #intro-section .img-bg-content .img-bg-content-box .hero-content .jcw-hero .jcw-hero-image {
          background-repeat: no-repeat;
          background-position: center center;
          background-size: cover;
          position: absolute;
          width: 100%;
          min-height: 100vh;
          overflow: hidden;
          top: 0;
          left: 0; }
          body .jcw-history-wrap #intro-section .img-bg-content .img-bg-content-box .hero-content .jcw-hero .jcw-hero-image:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background: rgba(0, 0, 0, 0.5); }
          body .jcw-history-wrap #intro-section .img-bg-content .img-bg-content-box .hero-content .jcw-hero .jcw-hero-image video {
            background-size: cover;
            position: absolute;
            left: 50%;
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto; }
        body .jcw-history-wrap #intro-section .img-bg-content .img-bg-content-box .hero-content .jcw-hero #progress {
          height: 1px;
          background: #272727;
          position: absolute;
          top: 45%;
          left: 0;
          opacity: 1;
          z-index: 2;
          transition: width 0.1s ease; }
        body .jcw-history-wrap #intro-section .img-bg-content .img-bg-content-box .hero-content .jcw-hero .jcw-hero-wrap {
          max-width: 900px;
          text-align: center;
          padding: 0 10px;
          z-index: 2;
          visibility: hidden; }
          body .jcw-history-wrap #intro-section .img-bg-content .img-bg-content-box .hero-content .jcw-hero .jcw-hero-wrap .jcw-hero-headline {
            display: inline-block; }
            body .jcw-history-wrap #intro-section .img-bg-content .img-bg-content-box .hero-content .jcw-hero .jcw-hero-wrap .jcw-hero-headline h1 {
              font-size: 58px; }
              @media only screen and (max-width: 680px) {
                body .jcw-history-wrap #intro-section .img-bg-content .img-bg-content-box .hero-content .jcw-hero .jcw-hero-wrap .jcw-hero-headline h1 {
                  font-size: 42px;
                  line-height: 1.3; } }
              body .jcw-history-wrap #intro-section .img-bg-content .img-bg-content-box .hero-content .jcw-hero .jcw-hero-wrap .jcw-hero-headline h1 .new-era {
                display: inline-block;
                font-weight: 700;
                font-style: italic;
                color: #ffffff;
                padding: 0 10px;
                position: relative; }
                body .jcw-history-wrap #intro-section .img-bg-content .img-bg-content-box .hero-content .jcw-hero .jcw-hero-wrap .jcw-hero-headline h1 .new-era .new-era-bg {
                  display: inline-block;
                  position: absolute;
                  background: #CE1717;
                  width: 234px;
                  height: 70px;
                  z-index: -1;
                  top: 0px;
                  left: 0px; }
                  @media only screen and (max-width: 680px) {
                    body .jcw-history-wrap #intro-section .img-bg-content .img-bg-content-box .hero-content .jcw-hero .jcw-hero-wrap .jcw-hero-headline h1 .new-era .new-era-bg {
                      width: 175px;
                      height: 53px; } }
          body .jcw-history-wrap #intro-section .img-bg-content .img-bg-content-box .hero-content .jcw-hero .jcw-hero-wrap .jcw-hero-sub-headline h2 {
            font-size: 28px;
            font-weight: 400;
            color: #ffffff;
            margin-bottom: 70px;
            visibility: hidden; }
            @media only screen and (max-width: 680px) {
              body .jcw-history-wrap #intro-section .img-bg-content .img-bg-content-box .hero-content .jcw-hero .jcw-hero-wrap .jcw-hero-sub-headline h2 {
                font-size: 20px;
                margin-bottom: 20px; } }
          body .jcw-history-wrap #intro-section .img-bg-content .img-bg-content-box .hero-content .jcw-hero .jcw-hero-wrap .jcw-hero-sub-headline p {
            font-size: 18px;
            color: #ffffff;
            font-weight: 700;
            visibility: hidden; }
            @media only screen and (max-width: 680px) {
              body .jcw-history-wrap #intro-section .img-bg-content .img-bg-content-box .hero-content .jcw-hero .jcw-hero-wrap .jcw-hero-sub-headline p {
                font-size: 16px; } }
            body .jcw-history-wrap #intro-section .img-bg-content .img-bg-content-box .hero-content .jcw-hero .jcw-hero-wrap .jcw-hero-sub-headline p a {
              text-decoration: underline;
              cursor: pointer;
              color: #ffffff; }
              body .jcw-history-wrap #intro-section .img-bg-content .img-bg-content-box .hero-content .jcw-hero .jcw-hero-wrap .jcw-hero-sub-headline p a:hover {
                text-decoration: none; }
          body .jcw-history-wrap #intro-section .img-bg-content .img-bg-content-box .hero-content .jcw-hero .jcw-hero-wrap .jcw-hero-sub-headline .jcw-hero-btns {
            text-align: center;
            margin-bottom: 70px; }
            @media only screen and (max-width: 712px) {
              body .jcw-history-wrap #intro-section .img-bg-content .img-bg-content-box .hero-content .jcw-hero .jcw-hero-wrap .jcw-hero-sub-headline .jcw-hero-btns {
                margin-bottom: 20px; } }
            body .jcw-history-wrap #intro-section .img-bg-content .img-bg-content-box .hero-content .jcw-hero .jcw-hero-wrap .jcw-hero-sub-headline .jcw-hero-btns .history-btn {
              display: inline-block;
              padding: 10px 40px;
              border-radius: 50px;
              border: 2px solid #ffffff;
              margin: 0 20px;
              font-weight: 700;
              font-size: 25px;
              color: #ffffff;
              width: 393px;
              transition: all 0.2s; }
              @media only screen and (max-width: 890px) {
                body .jcw-history-wrap #intro-section .img-bg-content .img-bg-content-box .hero-content .jcw-hero .jcw-hero-wrap .jcw-hero-sub-headline .jcw-hero-btns .history-btn {
                  margin: 10px 20px; } }
              @media only screen and (max-width: 420px) {
                body .jcw-history-wrap #intro-section .img-bg-content .img-bg-content-box .hero-content .jcw-hero .jcw-hero-wrap .jcw-hero-sub-headline .jcw-hero-btns .history-btn {
                  font-size: 20px;
                  width: 100%;
                  padding: 10px 0;
                  margin: 10px 0; } }
            body .jcw-history-wrap #intro-section .img-bg-content .img-bg-content-box .hero-content .jcw-hero .jcw-hero-wrap .jcw-hero-sub-headline .jcw-hero-btns .check-heritage-btn {
              background: #27387B;
              border-color: #27387B;
              visibility: hidden; }
              body .jcw-history-wrap #intro-section .img-bg-content .img-bg-content-box .hero-content .jcw-hero .jcw-hero-wrap .jcw-hero-sub-headline .jcw-hero-btns .check-heritage-btn:hover {
                background: #002059;
                border-color: #002059; }
            body .jcw-history-wrap #intro-section .img-bg-content .img-bg-content-box .hero-content .jcw-hero .jcw-hero-wrap .jcw-hero-sub-headline .jcw-hero-btns .heritage-shop-now-btn {
              visibility: hidden; }
              body .jcw-history-wrap #intro-section .img-bg-content .img-bg-content-box .hero-content .jcw-hero .jcw-hero-wrap .jcw-hero-sub-headline .jcw-hero-btns .heritage-shop-now-btn:hover {
                background: rgba(255, 255, 255, 0.2); }
      body .jcw-history-wrap #intro-section .img-bg-content .img-bg-content-box .hero-content .arrow-down-mobile {
        display: none; }
        @media only screen and (max-width: 680px) {
          body .jcw-history-wrap #intro-section .img-bg-content .img-bg-content-box .hero-content .arrow-down-mobile {
            position: relative;
            left: calc(50% - 25px);
            bottom: 80px;
            z-index: 1;
            width: 50px;
            cursor: pointer;
            display: block; }
            body .jcw-history-wrap #intro-section .img-bg-content .img-bg-content-box .hero-content .arrow-down-mobile .arrow-down-icon {
              background: #ffffff;
              border-radius: 50%;
              font-size: 22px;
              padding: 10px;
              width: 50px;
              height: 50px;
              display: inline-block; }
              body .jcw-history-wrap #intro-section .img-bg-content .img-bg-content-box .hero-content .arrow-down-mobile .arrow-down-icon i {
                color: #333333;
                width: 100%;
                text-align: center;
                transition: 0.1s ease-out;
                animation: _arrow_animate ease-out 3s infinite forwards 1s; } }
  body .jcw-history-wrap #intro-section .intro-content {
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100%; }
    body .jcw-history-wrap #intro-section .intro-content .intro-content-box {
      position: absolute;
      height: 100vh;
      width: 100%; }
      body .jcw-history-wrap #intro-section .intro-content .intro-content-box .intro-content-headline {
        width: 100%;
        height: 100vh; }
        body .jcw-history-wrap #intro-section .intro-content .intro-content-box .intro-content-headline > div {
          width: 100%;
          height: 100vh;
          display: flex;
          align-items: center;
          justify-content: center; }
          body .jcw-history-wrap #intro-section .intro-content .intro-content-box .intro-content-headline > div h1 {
            font-size: 50px;
            text-align: center;
            color: #fff; }
            @media only screen and (max-width: 1024px) {
              body .jcw-history-wrap #intro-section .intro-content .intro-content-box .intro-content-headline > div h1 {
                padding: 0 24px;
                font-size: 42px; } }
            @media only screen and (max-width: 800px) {
              body .jcw-history-wrap #intro-section .intro-content .intro-content-box .intro-content-headline > div h1 {
                font-size: 35px; } }
            body .jcw-history-wrap #intro-section .intro-content .intro-content-box .intro-content-headline > div h1 .video-content-headline-mark {
              background: rgba(206, 22, 22, 0.7);
              display: inline-block;
              padding: 0 24px; }
    body .jcw-history-wrap #intro-section .intro-content .intro-content-quote {
      width: 100%;
      height: 100vh;
      top: 0;
      position: absolute;
      opacity: 0;
      background: #000000; }
      body .jcw-history-wrap #intro-section .intro-content .intro-content-quote .intro-content-txt {
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center; }
        body .jcw-history-wrap #intro-section .intro-content .intro-content-quote .intro-content-txt h3 {
          font-size: 18px;
          font-weight: normal;
          line-height: 25px;
          text-align: center;
          letter-spacing: 1px;
          color: #60FCF1;
          max-width: 800px;
          padding: 0 20px; }
  body .jcw-history-wrap #history-brands {
    max-width: 1248px;
    margin: 0 auto;
    padding: 50px 0; }
    @media only screen and (max-width: 1275px) {
      body .jcw-history-wrap #history-brands {
        padding: 50px 10px; } }
    @media only screen and (max-width: 680px) {
      body .jcw-history-wrap #history-brands {
        overflow: hidden;
        padding: 50px 0; } }
    body .jcw-history-wrap #history-brands h2 {
      color: #000000;
      font-size: 28px;
      font-weight: 700; }
      @media only screen and (max-width: 680px) {
        body .jcw-history-wrap #history-brands h2 {
          padding: 0 10px;
          font-size: 25px; } }
    body .jcw-history-wrap #history-brands .brands-section-flex {
      display: flex;
      flex-wrap: wrap;
      margin: 10px -10px; }
      @media only screen and (max-width: 680px) {
        body .jcw-history-wrap #history-brands .brands-section-flex {
          flex-wrap: nowrap;
          margin: 0;
          padding: 20px 5px;
          background: #f5f5f5;
          overflow-x: auto;
          -webkit-overflow-scrolling: touch;
          scroll-snap-points-x: repeat(300px);
          scroll-snap-type: mandatory; } }
      body .jcw-history-wrap #history-brands .brands-section-flex > div {
        width: 16.6666666667%;
        padding: 10px; }
        @media only screen and (max-width: 680px) {
          body .jcw-history-wrap #history-brands .brands-section-flex > div {
            width: 100px;
            padding: 3px;
            flex-shrink: 0; } }
        body .jcw-history-wrap #history-brands .brands-section-flex > div .brands-section-flex-list {
          border: 2px solid #E0E0E0;
          line-height: 0; }
          @media only screen and (max-width: 680px) {
            body .jcw-history-wrap #history-brands .brands-section-flex > div .brands-section-flex-list {
              border: 1px solid #E0E0E0; } }
          body .jcw-history-wrap #history-brands .brands-section-flex > div .brands-section-flex-list img {
            width: 100%;
            height: auto; }
  body .jcw-history-wrap .our-heritage-section {
    background: #E0E0E0;
    position: relative;
    /* width: 100%;
    height: 100vh;*/
    overflow: hidden; }
    @media only screen and (max-width: 680px) {
      body .jcw-history-wrap .our-heritage-section {
        /* overflow: visible;
        height: auto; */ } }
    body .jcw-history-wrap .our-heritage-section .whole-heritage-container {
      /* width: 100%;
      min-height: 100vh;
      visibility: hidden;
      opacity: 0; */ }
    body .jcw-history-wrap .our-heritage-section .our-heritage-wrap {
      /* position: absolute;
      top: 0;
      left: 0; */
      				/* width: 100%;
          		min-height: 100vh; */ }
      @media only screen and (max-width: 680px) {
        body .jcw-history-wrap .our-heritage-section .our-heritage-wrap {
          /* position: relative;
          visibility: visible;
          overflow: visible; */ } }
      body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-date {
        color: #ffffff;
        background: url("https://cld.partsimg.com/image/upload/v1603690950/carparts/blog/landing-pages/jcwhitney/img/jcw-logo-shape.svg") no-repeat top left;
        height: 60px;
        padding: 5px 15px;
        font-size: 30px;
        margin: 0 auto 30px;
        line-height: 1.6;
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translate(-50%, -50%);
        /* width: 100px;
        height: 57.735px;
        background: red;
        position: relative; */ }
        body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-date:before {
          /* content: '';
          position: absolute;
          top: -10.8675px;
          left: 0;
          width: 98px;
          height: 0;
          border-left: 49px solid transparent;
          border-right: 49px solid transparent;
          border-bottom: 10.8675px solid rgba(206, 23, 23, 0.95); */
          /* content: "";
          position: absolute;
          top: -28.8675px;
          left: 0;
          width: 0;
          height: 0;
          border-left: 50px solid transparent;
          border-right: 50px solid transparent;
          border-bottom: 28.8675px solid red; */ }
        body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-date:after {
          /* content: '';
          position: absolute;
          bottom: -10.8675px;
          left: 0;
          width: 98px;
          height: 0;
          border-left: 49px solid transparent;
          border-right: 49px solid transparent;
          border-top: 10.8675px solid rgba($color: #CE1717, $alpha: 0.95); */
          /* content: "";
          position: absolute;
          bottom: -28.8675px;
          left: 0;
          width: 0;
          height: 0;
          border-left: 50px solid transparent;
          border-right: 50px solid transparent;
          border-top: 28.8675px solid red; */ }
      body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .our-heritage-section-bg {
        width: 100%;
        min-height: 100vh;
        position: relative; }
        body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .our-heritage-section-bg .our-heritage-bg-overlay {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          min-height: 100vh;
          background: rgba(51, 51, 51, 0.5); }
      body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box-one {
        background: rgba(206, 23, 23, 0.95);
        padding: 40px;
        width: 500px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        					/* .heritage-content-box-one-wrap {
        
        						.heritage-content-box-one-inner {
        							
        						}
        
        					} */ }
        @media only screen and (max-width: 680px) {
          body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box-one {
            width: 100%;
            padding: 20px; } }
        body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box-one:before {
          content: '';
          position: absolute;
          top: -29px;
          left: 0;
          width: 0;
          height: 0;
          border-left: 250px solid transparent;
          border-right: 250px solid transparent;
          border-bottom: 30px solid rgba(206, 23, 23, 0.95); }
          @media only screen and (max-width: 680px) {
            body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box-one:before {
              border-left: 50vw solid transparent;
              border-right: 50vw solid transparent; } }
        body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box-one:after {
          content: '';
          position: absolute;
          bottom: -29px;
          left: 0;
          width: 0;
          height: 0;
          border-left: 250px solid transparent;
          border-right: 250px solid transparent;
          border-top: 30px solid rgba(206, 23, 23, 0.95); }
          @media only screen and (max-width: 680px) {
            body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box-one:after {
              border-left: 50vw solid transparent;
              border-right: 50vw solid transparent; } }
        body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box-one h3 {
          font-size: 28px;
          font-weight: 700;
          color: #ffffff;
          text-align: center; }
        body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box-one p {
          font-size: 16px;
          color: #ffffff;
          font-weight: 400; }
      body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box {
        background: rgba(255, 255, 255, 0.8);
        width: 456px;
        z-index: 9;
        position: absolute;
        top: 260px;
        left: 50%;
        transform: translate(-50%, -50%); }
        body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box h3 {
          font-size: 24px;
          color: #ffffff;
          text-align: center;
          background: #27387B;
          padding: 10px 0;
          margin: 0; }
        body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box p {
          font-size: 16px;
          color: #000000;
          padding: 20px;
          font-weight: 400; }
      body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box-layout .heritage-content-flex {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 100vh; }
        @media only screen and (max-width: 680px) {
          body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box-layout .heritage-content-flex {
            flex-direction: column; } }
        body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box-layout .heritage-content-flex .heritage-content-box-flex {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 1000px; }
          @media only screen and (max-width: 680px) {
            body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box-layout .heritage-content-flex .heritage-content-box-flex {
              flex-direction: column;
              width: 100%; } }
          body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box-layout .heritage-content-flex .heritage-content-box-flex .heritage-content-box-flex-left {
            width: 800px; }
            @media only screen and (max-width: 680px) {
              body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box-layout .heritage-content-flex .heritage-content-box-flex .heritage-content-box-flex-left {
                width: 100%;
                padding-top: 50px;
                order: 1; } }
            body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box-layout .heritage-content-flex .heritage-content-box-flex .heritage-content-box-flex-left .heritage-date {
              position: relative;
              display: inline-block;
              font-weight: 700;
              margin-bottom: 50px; }
            body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box-layout .heritage-content-flex .heritage-content-box-flex .heritage-content-box-flex-left .heritage-content-layout {
              background: rgba(255, 255, 255, 0.8); }
              body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box-layout .heritage-content-flex .heritage-content-box-flex .heritage-content-box-flex-left .heritage-content-layout p {
                font-size: 16px;
                color: #000000;
                padding: 30px;
                font-weight: 400; }
                @media only screen and (max-width: 680px) {
                  body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box-layout .heritage-content-flex .heritage-content-box-flex .heritage-content-box-flex-left .heritage-content-layout p {
                    padding: 20px; } }
              body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box-layout .heritage-content-flex .heritage-content-box-flex .heritage-content-box-flex-left .heritage-content-layout .heritage-content-layout-img {
                display: block;
                text-align: center;
                margin: 0 auto; }
                body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box-layout .heritage-content-flex .heritage-content-box-flex .heritage-content-box-flex-left .heritage-content-layout .heritage-content-layout-img img {
                  padding-top: 30px;
                  width: 245px;
                  margin-bottom: -15px; }
          body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box-layout .heritage-content-flex .heritage-content-box-flex .heritage-content-box-flex-right {
            padding-left: 50px; }
            @media only screen and (max-width: 680px) {
              body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box-layout .heritage-content-flex .heritage-content-box-flex .heritage-content-box-flex-right {
                padding: 0;
                order: 2; } }
            body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box-layout .heritage-content-flex .heritage-content-box-flex .heritage-content-box-flex-right.right-img-layout {
              padding: 0 50px 0 0; }
              @media only screen and (max-width: 680px) {
                body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box-layout .heritage-content-flex .heritage-content-box-flex .heritage-content-box-flex-right.right-img-layout {
                  padding: 0 0 50px 0; } }
      body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box-layout-center .heritage-content-flex {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 100vh; }
        body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box-layout-center .heritage-content-flex > div {
          width: 520px; }
          body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box-layout-center .heritage-content-flex > div .heritage-date {
            position: relative;
            display: inline-block;
            font-weight: 700;
            margin-bottom: 50px; }
          body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box-layout-center .heritage-content-flex > div .heritage-content-layout-center {
            background: rgba(255, 255, 255, 0.8);
            padding: 20px; }
            body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box-layout-center .heritage-content-flex > div .heritage-content-layout-center p {
              font-size: 16px;
              color: #000000;
              padding: 20px;
              font-weight: 400; }
              @media only screen and (max-width: 680px) {
                body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box-layout-center .heritage-content-flex > div .heritage-content-layout-center p {
                  padding: 0; } }
          body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box-layout-center .heritage-content-flex > div .heritage-content-layout-center-img img {
            margin-top: -30px; }
            @media only screen and (max-width: 680px) {
              body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box-layout-center .heritage-content-flex > div .heritage-content-layout-center-img img {
                margin-top: 0; } }
      body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .our-heritage-arrow-down .fa-chevron-circle-down {
        font-size: 50px;
        color: #CE1717;
        position: absolute;
        left: calc(50% - 25px);
        bottom: 110px; }
      body .jcw-history-wrap .our-heritage-section .our-heritage-wrap .heritage-content-box-flex-img {
        width: 500px; }
      body .jcw-history-wrap .our-heritage-section .our-heritage-wrap.our-heritage-section-one {
        position: relative;
        visibility: visible; }
        body .jcw-history-wrap .our-heritage-section .our-heritage-wrap.our-heritage-section-one .our-heritage-section-bg {
          background-repeat: no-repeat;
          background-position: center center;
          background-size: cover; }
      body .jcw-history-wrap .our-heritage-section .our-heritage-wrap.our-heritage-section-two .our-heritage-section-bg {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
      body .jcw-history-wrap .our-heritage-section .our-heritage-wrap.our-heritage-section-three .our-heritage-section-bg {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
      body .jcw-history-wrap .our-heritage-section .our-heritage-wrap.our-heritage-section-four .our-heritage-section-bg {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
      body .jcw-history-wrap .our-heritage-section .our-heritage-wrap.our-heritage-section-five .our-heritage-section-bg {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
      body .jcw-history-wrap .our-heritage-section .our-heritage-wrap.our-heritage-section-six .our-heritage-section-bg {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
      body .jcw-history-wrap .our-heritage-section .our-heritage-wrap.our-heritage-section-seven .our-heritage-section-bg {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
      body .jcw-history-wrap .our-heritage-section .our-heritage-wrap.our-heritage-section-eight .our-heritage-section-bg {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
      body .jcw-history-wrap .our-heritage-section .our-heritage-wrap.our-heritage-section-nine .our-heritage-section-bg {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
      body .jcw-history-wrap .our-heritage-section .our-heritage-wrap.our-heritage-section-ten .our-heritage-section-bg {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
      body .jcw-history-wrap .our-heritage-section .our-heritage-wrap.our-heritage-section-eleven .our-heritage-section-bg {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
      body .jcw-history-wrap .our-heritage-section .our-heritage-wrap.our-heritage-section-twelve .our-heritage-section-bg {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
        body .jcw-history-wrap .our-heritage-section .our-heritage-wrap.our-heritage-section-twelve .our-heritage-section-bg .history-jcw-logo,
        body .jcw-history-wrap .our-heritage-section .our-heritage-wrap.our-heritage-section-twelve .our-heritage-section-bg .history-cp-logo {
          width: 300px;
          margin: 0 auto; }
        body .jcw-history-wrap .our-heritage-section .our-heritage-wrap.our-heritage-section-twelve .our-heritage-section-bg .history-jcw-logo {
          margin: 20px auto 10px; }
  body .jcw-history-wrap #whats-next {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    visibility: hidden;
    opacity: 0; }
    body .jcw-history-wrap #whats-next .whats-next-section {
      min-height: 100vh; }
      body .jcw-history-wrap #whats-next .whats-next-section .whats-next-header h2 {
        color: #ffffff;
        font-size: 28px;
        font-weight: 700; }
        @media only screen and (max-width: 680px) {
          body .jcw-history-wrap #whats-next .whats-next-section .whats-next-header h2 {
            padding-top: 30px; } }
      body .jcw-history-wrap #whats-next .whats-next-section .whats-next-content {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 80vh; }
        @media only screen and (max-width: 680px) {
          body .jcw-history-wrap #whats-next .whats-next-section .whats-next-content {
            display: block;
            padding-top: 140px; } }
        @media only screen and (max-width: 414px) {
          body .jcw-history-wrap #whats-next .whats-next-section .whats-next-content {
            padding-top: 160px; } }
        @media only screen and (max-width: 365px) {
          body .jcw-history-wrap #whats-next .whats-next-section .whats-next-content {
            padding-top: 200px; } }
        body .jcw-history-wrap #whats-next .whats-next-section .whats-next-content .whats-next-content-p {
          z-index: 2; }
          body .jcw-history-wrap #whats-next .whats-next-section .whats-next-content .whats-next-content-p p {
            color: #ffffff; }
  body .jcw-history-wrap .faq-section .faq-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    text-align: center; }
  body .jcw-history-wrap .faq-section .faq-content .accordion {
    margin: 0 auto; }
    body .jcw-history-wrap .faq-section .faq-content .accordion .accordion-heading {
      color: #000000;
      font-size: 20px;
      margin: 20px 0;
      font-weight: normal;
      text-transform: uppercase; }
  body .jcw-history-wrap .faq-section .faq-content .toggle {
    display: none; }
  body .jcw-history-wrap .faq-section .faq-content .option {
    position: relative;
    margin-bottom: 15px; }
  body .jcw-history-wrap .faq-section .faq-content .title,
  body .jcw-history-wrap .faq-section .faq-content .content {
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.2s;
    border: 1px solid #E0E0E0; }
  body .jcw-history-wrap .faq-section .faq-content .title {
    background: #fff;
    padding: 20px 40px;
    display: block;
    color: #333333;
    font-weight: 700;
    font-size: 18px;
    border-bottom: none; }
    @media only screen and (max-width: 680px) {
      body .jcw-history-wrap .faq-section .faq-content .title {
        padding: 20px 40px 20px 20px; } }
  body .jcw-history-wrap .faq-section .faq-content .title:before {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 50px;
    top: 20px;
    transition: all 0.2s; }
    @media only screen and (max-width: 680px) {
      body .jcw-history-wrap .faq-section .faq-content .title:before {
        right: 20px;
        top: 20px; } }
  body .jcw-history-wrap .faq-section .faq-content .content {
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    border-top: none; }
    body .jcw-history-wrap .faq-section .faq-content .content p {
      margin: 0;
      padding: 16px 40px;
      line-height: 1.5; }
  body .jcw-history-wrap .faq-section .faq-content .toggle:checked + .title {
    background: #27387B;
    color: #ffffff;
    border-bottom: none; }
  body .jcw-history-wrap .faq-section .faq-content .toggle:checked + .content {
    border-top: none; }
  body .jcw-history-wrap .faq-section .faq-content .toggle:checked + .title + .content {
    max-height: 1500px; }
  body .jcw-history-wrap .faq-section .faq-content .toggle:checked + .title:before {
    transform: rotate(180deg) !important; }
  body .jcw-history-wrap #jcw-history-footer {
    background: #27387B; }
    body .jcw-history-wrap #jcw-history-footer .jcw-history-footer-content .jcw-history-footer-list {
      padding: 0;
      column-count: 2;
      column-gap: 50px;
      list-style-type: none;
      width: 385px;
      margin: 0 auto 30px; }
      @media only screen and (max-width: 680px) {
        body .jcw-history-wrap #jcw-history-footer .jcw-history-footer-content .jcw-history-footer-list {
          width: 100%;
          column-gap: 30px; } }
      body .jcw-history-wrap #jcw-history-footer .jcw-history-footer-content .jcw-history-footer-list li {
        padding: 5px 0;
        width: 100%; }
        body .jcw-history-wrap #jcw-history-footer .jcw-history-footer-content .jcw-history-footer-list li:nth-child(3) {
          padding-bottom: 0; }
        body .jcw-history-wrap #jcw-history-footer .jcw-history-footer-content .jcw-history-footer-list li a {
          color: #ffffff;
          font-size: 16px;
          font-weight: 700; }
    body .jcw-history-wrap #jcw-history-footer .jcw-history-footer-content .jcw-history-social {
      margin: 0 0 10px 0;
      padding: 0;
      display: flex;
      justify-content: center; }
      body .jcw-history-wrap #jcw-history-footer .jcw-history-footer-content .jcw-history-social li {
        list-style: none;
        padding: 10px; }
        body .jcw-history-wrap #jcw-history-footer .jcw-history-footer-content .jcw-history-social li a {
          border: 1px solid #ffffff;
          border-radius: 50%;
          color: #ffffff;
          font-size: 22px;
          padding: 10px;
          width: 50px;
          height: 50px;
          display: inline-block; }
          @media only screen and (max-width: 680px) {
            body .jcw-history-wrap #jcw-history-footer .jcw-history-footer-content .jcw-history-social li a {
              width: 40px;
              height: 40px;
              padding: 3px 0 0 0; } }
          body .jcw-history-wrap #jcw-history-footer .jcw-history-footer-content .jcw-history-social li a i {
            width: 100%;
            text-align: center; }
    body .jcw-history-wrap #jcw-history-footer .jcw-history-footer-content .terms-privacy {
      text-align: center;
      margin-bottom: 10px; }
      body .jcw-history-wrap #jcw-history-footer .jcw-history-footer-content .terms-privacy a {
        display: inline-block;
        padding: 0 20px;
        font-size: 16px;
        color: #ffffff; }
        body .jcw-history-wrap #jcw-history-footer .jcw-history-footer-content .terms-privacy a:first-child {
          border-right: 1px solid #ffffff; }
    body .jcw-history-wrap #jcw-history-footer .jcw-history-footer-content .disclosure {
      text-align: center;
      font-size: 12px;
      color: #ffffff; }
    body .jcw-history-wrap #jcw-history-footer .jcw-history-footer-content .copyright {
      text-align: center;
      color: #ffffff;
      font-size: 10px; }

/*# sourceMappingURL=main.css.map */
