.product-steps {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .product-steps {
    padding: 40px 15px;
  }
}
.product-steps.products-steps-v1 .prd-step-msg {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 0;
  margin-right: 70px;
}
@media (max-width: 1400px) {
  .product-steps.products-steps-v1 .prd-step-msg {
    margin-right: 40px;
  }
}
@media (max-width: 992px) {
  .product-steps.products-steps-v1 .prd-step-msg {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.product-steps.products-steps-v1 .prd-steps-img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 993px) {
  .product-steps.products-steps-v1 .prd-steps-img .product-steps-img-item {
    left: auto;
    right: 0;
  }
}
@media (max-width: 992px) {
  .product-steps.products-steps-v1 .prd-steps-img .product-steps-img-item {
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.product-steps .container {
  padding: 0;
}
.product-steps .prd-steps-wrapper {
  position: relative;
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .product-steps .prd-steps-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .product-steps .prd-steps-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 1400px) {
  .product-steps .prd-steps-img,
  .product-steps .prd-step-msg {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .product-steps .prd-steps-img,
  .product-steps .prd-step-msg {
    width: 100%;
  }
}
.product-steps .prd-steps-img {
  position: relative;
  width: 630px;
  max-width: 630px;
  height: auto;
}
@media (max-width: 1400px) {
  .product-steps .prd-steps-img {
    width: 50%;
  }
  .product-steps .prd-steps-img img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 992px) {
  .product-steps .prd-steps-img {
    width: 100%;
  }
}
.product-steps .prd-step-msg {
  margin-left: 70px;
}
@media (max-width: 1400px) {
  .product-steps .prd-step-msg {
    margin-left: 40px;
  }
}
@media (max-width: 992px) {
  .product-steps .prd-step-msg {
    margin-left: 0;
    margin-top: 30px;
  }
}
.product-steps .product-steps-msg-item {
  padding: 24px;
  width: 500px;
  border-radius: 10px;
  border: 1px solid #EDEDED;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .product-steps .product-steps-msg-item {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .product-steps .product-steps-msg-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-steps .product-steps-msg-item {
    padding: 15px;
  }
}
.product-steps .product-steps-msg-item:not(:last-child) {
  margin-bottom: 10px;
}
.product-steps .product-steps-msg-item.active {
  padding-left: 20px;
  border-left: 4px solid #16A4A1;
  border-top: none;
  border-right: none;
  border-bottom: none;
  background: #F5F5F5;
}
@media (max-width: 767px) {
  .product-steps .product-steps-msg-item.active {
    border-left: 2px solid #16A4A1;
    padding-left: 13px;
  }
}
.product-steps .product-steps-msg-item.active .product-steps-title {
  padding-bottom: 10px;
  color: #16A4A1;
}
.product-steps .product-steps-msg-item.active .product-steps-text {
  display: block;
}
.product-steps .product-steps-msg-item .product-steps-title {
  margin-bottom: 0;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .product-steps .product-steps-msg-item .product-steps-title {
    font-size: 16px;
  }
}
.product-steps .product-steps-msg-item .product-steps-text {
  display: none;
  margin-bottom: 0;
  color: #404040;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .product-steps .product-steps-msg-item .product-steps-text {
    font-size: 14px;
  }
}
.product-steps .product-steps-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px 25px;
}
@media (max-width: 767px) {
  .product-steps .product-steps-btn {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.product-steps .btn-box {
  margin-top: 0;
}
.product-steps .btn-box .btn-download {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: 200px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  border-radius: 10px;
  text-decoration: none !important;
}
.product-steps .btn-download .text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.product-steps .btn-download:hover {
  background-color: #009592;
  border-color: #009592;
}
.product-steps .full-guide-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #16A4A1;
  text-align: center;
  border-radius: 10px;
  border: 2px solid #16A4A1;
}
.product-steps .full-guide-btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #16A4A1;
}
.product-steps .full-guide-btn svg {
  margin-top: 7px;
  margin-left: 10px;
}/*# sourceMappingURL=block.css.map */.product-steps-img-item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 992px) {
  .product-steps-img-item {
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.product-steps-img-item.active {
  position: relative;
  opacity: 1;
}

.wp-admin .product-steps-img-item,
.block-editor-page .product-steps-img-item {
  display: block !important;
  position: relative !important;
  opacity: 1 !important;
  top: auto !important;
  left: auto !important;
  -webkit-transform: none !important;
     -moz-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  pointer-events: none !important;
}/*# sourceMappingURL=block.css.map */.btn-download-v2, .btn-download-v2--empty {
  display: inline-block;
  min-width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #16a4a1;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
  transition: background 0.5s;
}
.btn-download-v2 > .icon, .btn-download-v2--empty > .icon {
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin-right: 8px;
}
@media ( max-width: 1200px) {
  .btn-download-v2 > .icon, .btn-download-v2--empty > .icon {
    width: 24px;
    height: 28px;
    margin-right: 4px;
    background-size: 100% auto;
  }
}
.btn-download-v2 > .btn-text, .btn-download-v2--empty > .btn-text {
  white-space: nowrap;
}
.btn-download-v2:hover, .btn-download-v2--empty:hover, .btn-download-v2:focus, .btn-download-v2--empty:focus {
  color: #fff;
  text-decoration: none;
}
.btn-download-v2:focus, .btn-download-v2--empty:focus {
  background: #138f8c;
}
.btn-download-v2:hover, .btn-download-v2--empty:hover {
  background: #138f8c;
}
.btn-download-v2--empty {
  background: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 36px;
  border: 2px solid rgb(255, 130, 130);
  color: rgb(255, 130, 130);
  border-radius: 50px;
}
.btn-download-v2--empty > .icon-mac {
  width: 26px;
  height: 26px;
  background: url(/wp-content/themes/josappsite/assets/images/icons/mac-icon26@2x.png) no-repeat center center;
  background-size: 100% 100%;
}
.btn-download-v2--empty:hover, .btn-download-v2--empty:focus {
  color: #fff;
  background: #138f8c;
  border: none;
  line-height: 40px;
}
.btn-download-v2--empty:hover > .icon-mac, .btn-download-v2--empty:focus > .icon-mac {
  background: url(/wp-content/themes/josappsite/assets/images/icons/mac-svg-icon26@2x.png) no-repeat center center !important;
  background-size: 100% 100% !important;
}
.btn-download-v2 > .icon-win, .btn-download-v2--empty > .icon-win {
  width: 26px;
  height: 26px;
  background: url(/wp-content/themes/josappsite/assets/images/icons/win-svg-icon26@2x.png) no-repeat center center;
  background-size: 100% 100%;
}

.product-faqs-tips {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .product-faqs-tips {
    padding: 40px 0;
  }
}
.product-faqs-tips .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1400px) {
  .product-faqs-tips .container {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .product-faqs-tips .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-faqs-tips .container .product-faqs-tips_title {
  margin-bottom: 25px;
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #333;
}
@media (max-width: 767px) {
  .product-faqs-tips .container .product-faqs-tips_title {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
.product-faqs-tips .container .product-faqs, .product-faqs-tips .container .product-tips {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-faqs-tips .container .product-faqs-box .active .product-faqs-answer {
  display: block;
}
.product-faqs-tips .container .product-faqs-box .active .product-faqs-question {
  padding-bottom: 8px;
  font-weight: 700;
}
.product-faqs-tips .container .product-faqs-box .active .product-faqs-question::before {
  top: 58%;
  -webkit-transform: translateY(-50%) rotate(45deg);
     -moz-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.product-faqs-tips .container .product-faqs-item {
  border-top: 1px solid #E9E9E9;
}
.product-faqs-tips .container .product-faqs-question {
  position: relative;
  margin-bottom: 0;
  padding: 18px 24px 18px 0;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}
@media (max-width: 767px) {
  .product-faqs-tips .container .product-faqs-question {
    padding: 10px 24px 10px 0;
    font-size: 16px;
  }
}
.product-faqs-tips .container .product-faqs-question:hover {
  color: #16A4A1;
}
.product-faqs-tips .container .product-faqs-question::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  width: 14px;
  height: 14px;
  background: url("/wp-content/themes/josappsite/assets/images/products/faq-icon.png") no-repeat center center;
  background-size: 100% auto;
}
.product-faqs-tips .container .product-faqs-answer {
  display: none;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.5;
  color: #414141;
}
@media (max-width: 767px) {
  .product-faqs-tips .container .product-faqs-answer {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.product-faqs-tips .container .product-tips {
  margin-left: 100px;
}
@media (max-width: 1200px) {
  .product-faqs-tips .container .product-tips {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .product-faqs-tips .container .product-tips {
    margin-left: 0;
    margin-top: 30px;
  }
}
.product-faqs-tips .container .product-tips-box a {
  position: relative;
  display: block;
  padding: 18px 0 18px 20px;
  font-size: 18px;
  line-height: 1.5;
  color: #414141;
  border-top: 1px solid #E9E9E9;
}
@media (max-width: 767px) {
  .product-faqs-tips .container .product-tips-box a {
    padding: 10px 0 10px 20px;
    font-size: 16px;
  }
}
.product-faqs-tips .container .product-tips-box a:hover {
  color: #16A4A1;
}
.product-faqs-tips .container .product-tips-box a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 28px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #16A4A1;
}
@media (max-width: 767px) {
  .product-faqs-tips .container .product-tips-box a::before {
    top: 18px;
  }
}/*# sourceMappingURL=block.css.map */.product-download-v1 {
  width: 100%;
  min-height: 484px;
}
@media (max-width: 767px) {
  .product-download-v1 {
    min-height: auto;
  }
}
.product-download-v1 .product-download-content {
  overflow: hidden;
  width: 100%;
  min-height: 418px;
  background: url(https://www.audkit.com/wp-content/themes/josappsite/assets/images/product-download/product-download-bg.jpg) no-repeat center bottom;
  background-color: #FFFBF8;
}
@media (min-width: 1920px) {
  .product-download-v1 .product-download-content {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .product-download-v1 .product-download-content {
    min-height: auto;
    padding-bottom: 40px;
  }
}
.product-download-v1 .product-download-content .product-download-v1__icon {
  text-align: center;
  margin: 0;
  padding-top: 53px;
}
@media (max-width: 767px) {
  .product-download-v1 .product-download-content .product-download-v1__icon {
    padding-top: 40px;
  }
}
.product-download-v1 .product-download-content .product-download-v1__icon > img {
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .product-download-v1 .product-download-content .product-download-v1__icon > img {
    width: 60px;
    height: auto;
  }
}
.product-download-v1 .product-download-content .product-download-v1__title {
  text-align: center;
  margin: 0 0 10px;
  padding: 0 10px;
}
.product-download-v1 .product-download-content .product-download-v1__title > a {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  text-decoration: none;
}
.product-download-v1 .product-download-content .product-download-v1__title > a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .product-download-v1 .product-download-content .product-download-v1__title > a {
    font-size: 22px;
  }
}
.product-download-v1 .product-download-content .product-download-v1__text {
  margin: 0 0 20px;
  text-align: center;
  padding: 0 10px;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #414141;
}
@media (max-width: 768px) {
  .product-download-v1 .product-download-content .product-download-v1__text {
    font-size: 16px;
  }
}
.product-download-v1 .product-download-bottom {
  width: 100%;
  min-height: 66px;
}
.product-download-v1 .product-download-bottom .product-download-bottom__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding: 16px 10px;
}
@media (max-width: 992px) {
  .product-download-v1 .product-download-bottom .product-download-bottom__item {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 464px) {
  .product-download-v1 .product-download-bottom .product-download-bottom__item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.product-download-v1 .product-download-bottom .product-download-bottom__item > li {
  height: 100%;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .product-download-v1 .product-download-bottom .product-download-bottom__item > li {
    padding-right: 15px;
    padding-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .product-download-v1 .product-download-bottom .product-download-bottom__item > li {
    width: 210px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.product-download-v1 .product-download-bottom .product-download-bottom__item > li > span {
  font-size: 16px;
  color: #414141;
  padding-left: 10px;
}
.product-download-v1 .product-download-v1__btn-box {
  margin: 30px auto 0;
  text-align: center;
}
.product-download-v1 .btn-download,
.product-download-v1 .btn-simple-buy {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: 220px;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .product-download-v1 .btn-download,
  .product-download-v1 .btn-simple-buy {
    width: 200px;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .product-download-v1 .btn-download,
  .product-download-v1 .btn-simple-buy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product-download-v1 .btn-download .icon,
.product-download-v1 .btn-simple-buy .icon {
  position: static;
  margin-right: 10px;
}
.product-download-v1 .btn-download:hover .icon,
.product-download-v1 .btn-simple-buy:hover .icon {
  -webkit-animation: none;
     -moz-animation: none;
          animation: none;
}
.product-download-v1 .btn-download {
  margin-right: 25px;
}
@media (max-width: 767px) {
  .product-download-v1 .btn-download {
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  .product-download-v1 .btn-download {
    margin: 0 auto 15px;
  }
}
.product-download-v1 .btn-download .icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.product-download-v1 .btn-download:hover {
  background-color: #009592;
  border-color: #009592;
}
.product-download-v1 .btn-download .icon-win {
  width: 35px;
  height: 35px;
  background: url(/wp-content/themes/josappsite/assets/images/icons/win-icon@2x.png) no-repeat;
  background-size: 100% auto;
}
.product-download-v1 .btn-download .icon-mac {
  width: 35px;
  height: 35px;
  background: url(/wp-content/themes/josappsite/assets/images/icons/mac-icon@2x.png) no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .product-download-v1 .btn-simple-buy .icon {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .product-download-v1 .btn-simple-buy {
    margin: 0 auto;
  }
}
.product-download-v1 .btn-simple-buy .icon-cart {
  width: 35px;
  height: 35px;
  background: url(/wp-content/themes/josappsite/assets/images/icons/cart-icon@2x.png) no-repeat center center;
  background-size: 100% auto;
}
.product-download-v1 .btn-simple-buy:hover {
  background-color: #FDC42D;
  border-color: #FDC42D;
}/*# sourceMappingURL=block.css.map */