/** @format */
@keyframes mcfca-btn-gradient-flow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes mcfca-btn-shine-sweep {
  0% {
    transform: translateX(-130%);
  }
  100% {
    transform: translateX(130%);
  }
}
* {
  box-sizing: border-box;
}
header {
  display: none;
}
main {
  position: relative;
}
main .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 768px) {
  main .container {
    padding: 0 15px;
  }
}
.pc-style {
  display: block;
}
@media (max-width: 768px) {
  .pc-style {
    display: none;
  }
}
.mb-style {
  display: none;
}
@media (max-width: 768px) {
  .mb-style {
    display: block;
  }
}
.mcfca-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 49px 0 0;
}
@media (max-width: 768px) {
  .mcfca-header {
    padding-top: 24px;
  }
  .mcfca-header .logo img {
    width: 100px;
    height: auto;
  }
}
.mcfca-page {
  background: #0d0a08;
  color: #e8e4dc;
}
.mcfca-page .banner {
  position: relative;
  padding: 180px 0 250px;
  background: #0d0a08 url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-audiophile/bg.webp') no-repeat center;
  background-size: contain;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mcfca-page .banner {
    background-color: #0F0F0F;
    background-image: url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-audiophile/bg-mb.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    min-height: 0;
    padding: 110px 0 335px;
  }
}
.mcfca-page .banner-inner {
  position: relative;
  z-index: 2;
  max-width: 550px;
}
.mcfca-page .banner-title {
  background: linear-gradient(180deg, #FFF3E5 0%, #F9E9D7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  .mcfca-page .banner-title {
    font-size: 28px;
    margin-bottom: 17px;
  }
}
.mcfca-page .banner-desc {
  margin: 0 0 37px;
  max-width: 530px;
  color: #CDC7C3;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 768px) {
  .mcfca-page .banner-desc {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
.mcfca-page .banner-supports {
  margin-bottom: 33px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .mcfca-page .banner-supports {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 22px;
    align-items: start;
  }
}
.mcfca-page .banner-supports_label {
  color: #EDCEAB;
  font-weight: 500;
}
.mcfca-page .banner-supports_logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.mcfca-page .banner-supports_item {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  filter: brightness(0.6);
}
.mcfca-page .banner-supports_item img {
  position: relative;
  z-index: 1;
  display: block;
  object-fit: contain;
}
@media (max-width: 768px) {
  .mcfca-page .banner-supports_item img {
    width: 33px;
  }
}
.mcfca-page .banner-supports_item .banner-supports_tip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  z-index: 5;
  transform: translateX(-50%) translateY(6px);
  padding: 8px 14px;
  border-radius: 6px;
  background: rgba(48, 46, 44, 0.96);
  color: #A6A6A6;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, filter 0.2s ease;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}
.mcfca-page .banner-supports_item .banner-supports_tip::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: rgba(48, 46, 44, 0.96);
}
.mcfca-page .banner-supports_item:hover,
.mcfca-page .banner-supports_item:focus-visible {
  filter: brightness(1);
  transform: translateY(-2px);
  fill: linear-gradient(180deg, #716A63 0%, #353332 100%);
  filter: drop-shadow(0 5px 12px rgba(90, 82, 74, 0.54));
}
.mcfca-page .banner-supports_item:hover .banner-supports_tip,
.mcfca-page .banner-supports_item:focus-visible .banner-supports_tip {
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.mcfca-page .banner-supports_item:focus-visible {
  outline: 2px solid rgba(212, 188, 138, 0.65);
  outline-offset: 3px;
}
.mcfca-page .banner-os-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px;
  margin-bottom: 37px;
  border-radius: 20px;
  background: #191919;
}
@media (max-width: 768px) {
  .mcfca-page .banner-os-toggle {
    margin-bottom: 25px;
  }
}
.mcfca-page .banner-os-segment {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 74px;
  padding: 6px 16px;
  border-radius: 999px;
  cursor: pointer;
  color: #3A3A3A;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.mcfca-page .banner-os-segment .iconfont {
  font-size: 12px;
}
.mcfca-page .banner-os-segment.is-active {
  background: #50473D;
  color: #C2A381;
}
.mcfca-page .banner-os-segment.is-active .iconfont {
  color: #C2A381;
}
.mcfca-page .banner-os-segment:focus-visible {
  outline: 2px solid rgba(212, 188, 138, 0.8);
  outline-offset: 2px;
}
.mcfca-page .banner-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 23px;
}
@media (max-width: 768px) {
  .mcfca-page .banner-actions {
    gap: 0;
    justify-content: space-between;
  }
}
.mcfca-page .banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  font-size: 20px;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease, background 0.2s ease, border-color 0.2s ease;
}
.mcfca-page .banner-btn .iconfont {
  font-size: 20px;
}
.mcfca-page .banner-btn .iconfont.icon-buy-car-2 {
  font-size: 25px;
}
@media (max-width: 768px) {
  .mcfca-page .banner-btn .iconfont.icon-buy-car-2 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .mcfca-page .banner-btn {
    min-height: 46px;
    padding: 0 16px;
    font-size: 17px;
    gap: 6px;
  }
  .mcfca-page .banner-btn .iconfont {
    font-size: 17px;
  }
}
.mcfca-page .banner-btn--primary {
  position: relative;
  overflow: hidden;
  color: #2a2218;
  background: linear-gradient(95deg, #c9a86e 0%, #ead1b5 22%, #fff 50%, #ead1b5 78%, #c9a86e 100%);
  background-size: 220% 100%;
  animation: mcfca-btn-gradient-flow 4.5s ease-in-out infinite;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}
.mcfca-page .banner-btn--primary .iconfont,
.mcfca-page .banner-btn--primary span {
  position: relative;
  z-index: 1;
}
.mcfca-page .banner-btn--primary::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.5) 45%, transparent 70%);
  transform: translateX(-130%);
  animation: mcfca-btn-shine-sweep 2.8s ease-in-out infinite;
}
.mcfca-page .banner-btn--primary:hover {
  transform: translateY(-14px) scale(1.02);
  background: linear-gradient(95deg, #EAD1B5 25.48%, #FFF 49.04%, #EAD1B5 69.23%);
  box-shadow: 0 12px 56.1px 0 rgba(230, 180, 123, 0.31);
}
.mcfca-page .banner-btn--primary:active {
  transform: translateY(0) scale(0.98);
}
.mcfca-page .banner-btn--secondary {
  position: relative;
  overflow: hidden;
  color: #ead1b5;
  background: linear-gradient(90deg, #080706 0%, rgba(28, 24, 20, 0.98) 35%, rgba(58, 50, 42, 0.75) 50%, rgba(28, 24, 20, 0.98) 65%, #080706 100%);
  background-size: 220% 100%;
  animation: mcfca-btn-gradient-flow 5.5s ease-in-out infinite;
  border: 1px solid #c9a86e;
  box-shadow: 0 0 0 1px rgba(234, 209, 181, 0.08) inset;
}
.mcfca-page .banner-btn--secondary::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.08) 42%, rgba(255, 248, 235, 0.22) 50%, rgba(255, 255, 255, 0.08) 58%, transparent 100%);
  transform: translateX(-130%);
  animation: mcfca-btn-shine-sweep 3.2s ease-in-out infinite;
}
.mcfca-page .banner-btn--secondary .iconfont,
.mcfca-page .banner-btn--secondary .banner-btn-text {
  position: relative;
  z-index: 1;
  color: #ead1b5;
}
.mcfca-page .banner-btn--secondary:hover {
  transform: translateY(-14px);
  border: 1px solid #EAD1B5;
  background: linear-gradient(93deg, #141414 25.25%, #6B6B6B 50.94%, #141414 73.03%);
  box-shadow: 0 12px 56.1px 0 rgba(230, 180, 123, 0.31);
}
.mcfca-page .banner-btn--secondary:active {
  transform: translateY(0) scale(0.98);
  filter: brightness(1.02);
}
.mcfca-page .banner-btn--secondary:focus-visible {
  outline: 2px solid rgba(212, 188, 138, 0.8);
  outline-offset: 3px;
}
.mcfca-page .banner-cta-panel[hidden],
.mcfca-page .wrap3-cta-panel[hidden],
.mcfca-page .wrap4-cta-panel[hidden],
.mcfca-page .wrap5-cta-panel[hidden],
.mcfca-page .wrap6-cta-panel[hidden],
.mcfca-page .wrap7-cta-panel[hidden] {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  .mcfca-page .banner-btn--primary,
  .mcfca-page .banner-btn--secondary {
    animation: none;
  }
  .mcfca-page .banner-btn--primary::before,
  .mcfca-page .banner-btn--secondary::before {
    animation: none;
    transform: none;
    opacity: 0.35;
  }
}
.mcfca-page .wrap1 {
  padding: 80px 0 100px;
  margin-top: -240px;
}
.mcfca-page .wrap1 .container {
  position: relative;
  z-index: 1;
  background: linear-gradient(276deg, rgba(239, 202, 167, 0.11) 1.33%, rgba(38, 38, 38, 0) 87.86%), rgba(38, 38, 38, 0.61);
  backdrop-filter: blur(6px);
  padding: 32px 44px;
}
@media (max-width: 768px) {
  .mcfca-page .wrap1 {
    margin-top: 20px;
    padding: 0;
  }
  .mcfca-page .wrap1 .container {
    padding: 30px 20px;
    margin: 0 15px;
    box-sizing: border-box;
    width: calc(100% - 30px);
  }
}
.mcfca-page .wrap1-title {
  margin: 0 auto 30px;
  color: #FFF3E5;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .mcfca-page .wrap1-title {
    margin-bottom: 20px;
    font-size: 26px;
    text-align: center;
  }
}
.mcfca-page .wrap1-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 120px;
  align-items: start;
}
@media (max-width: 768px) {
  .mcfca-page .wrap1-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
.mcfca-page .wrap1-card {
  min-width: 0;
}
.mcfca-page .wrap1-card_head {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 22px;
}
.mcfca-page .wrap1-card_icon {
  flex-shrink: 0;
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.mcfca-page .wrap1-card_title {
  margin: 0;
  color: #FFF3E5;
  font-size: 24px;
}
@media (max-width: 768px) {
  .mcfca-page .wrap1-card_title {
    font-size: 20px;
  }
}
.mcfca-page .wrap1-card_rule {
  margin: 0 0 20px;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
}
.mcfca-page .wrap1-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mcfca-page .wrap1-list_item {
  position: relative;
  margin: 0 0 22px;
  padding-left: 32px;
  color: #CDC7C3;
  font-size: 16px;
  line-height: 1.55;
}
.mcfca-page .wrap1-list_item:last-child {
  margin-bottom: 0;
}
.mcfca-page .wrap1-list_item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  background: url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-audiophile/list-item.png') center / contain no-repeat;
}
@media (max-width: 768px) {
  .mcfca-page .wrap1-list_item {
    font-size: 14px;
    padding-left: 28px;
    margin-bottom: 14px;
  }
  .mcfca-page .wrap1-list_item::before {
    width: 18px;
    height: 18px;
  }
}
.mcfca-page .wrap2 {
  position: relative;
  padding: 88px 0 150px;
  background: #0a0a0a url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-audiophile/wrap2-bottom.webp') center bottom / 100% auto no-repeat;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mcfca-page .wrap2 {
    padding: 90px 0;
    background: #0F0F0F;
  }
  .mcfca-page .wrap2::before,
  .mcfca-page .wrap2::after {
    display: none;
  }
}
.mcfca-page .wrap2-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(460px, 360px) minmax(0, 1fr);
  gap: 40px 56px;
  align-items: start;
}
@media (max-width: 768px) {
  .mcfca-page .wrap2-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.mcfca-page .wrap2-title {
  margin: 0 0 20px;
  color: #fff3e5;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .mcfca-page .wrap2-title {
    font-size: 26px;
    margin-bottom: 14px;
    padding-right: 10px;
  }
}
.mcfca-page .wrap2-desc {
  margin: 0;
  color: #cdc7c3;
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .mcfca-page .wrap2-desc {
    font-size: 18px;
  }
}
.mcfca-page .wrap2-slider {
  min-width: 0;
  overflow: hidden;
}
.mcfca-page .wrap2-swiper {
  overflow: visible;
  margin: 0 0 28px;
  width: 360px;
}
@media (max-width: 768px) {
  .mcfca-page .wrap2-swiper {
    width: 100%;
  }
}
.mcfca-page .wrap2-swiper .swiper-slide {
  width: min(100%, 360px);
  height: auto;
  opacity: 0.38;
  transform: scale(0.8);
  transition: all 0.35s ease;
}
@media (max-width: 768px) {
  .mcfca-page .wrap2-swiper .swiper-slide {
    width: 100%;
    opacity: 1;
  }
}
.mcfca-page .wrap2-swiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.mcfca-page .wrap2-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background: #1D1A16;
  border: 1px solid #52504E;
  overflow: hidden;
}
.mcfca-page .wrap2-card_media {
  position: relative;
  overflow: hidden;
}
.mcfca-page .wrap2-card_media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mcfca-page .wrap2-card_body {
  flex: 1;
  padding: 14px 17px;
}
.mcfca-page .wrap2-card_title {
  margin: 0 0 12px;
  color: #FFF3E5;
  font-size: 16px;
}
@media (max-width: 768px) {
  .mcfca-page .wrap2-card_title {
    font-size: 18px;
  }
}
.mcfca-page .wrap2-card_desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #CDC7C3;
}
@media (max-width: 768px) {
  .mcfca-page .wrap2-card_desc {
    font-size: 15px;
  }
}
.mcfca-page .wrap2-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.mcfca-page .wrap2-pagination {
  position: static;
  display: flex;
  align-items: center;
  width: auto;
  margin-left: 125px;
}
.mcfca-page .wrap2-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 3px;
  margin: 0 5px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.22);
  opacity: 1;
}
.mcfca-page .wrap2-pagination .swiper-pagination-bullet-active {
  background: #c9a86e;
  width: 27px;
}
.mcfca-page .wrap2-arrows {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .mcfca-page .wrap2-arrows {
    display: none;
  }
}
.mcfca-page .wrap2-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
}
.mcfca-page .wrap2-arrow img {
  display: block;
  object-fit: contain;
}
.mcfca-page .wrap2-arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}
.mcfca-page .wrap2-arrow--prev img {
  transform: rotate(180deg);
}
.mcfca-page .wrap3 {
  padding: 130px 0 150px;
  background: #DBCFC5;
  color: #1c1c1c;
}
@media (max-width: 768px) {
  .mcfca-page .wrap3 {
    padding: 70px 0 60px;
  }
}
.mcfca-page .wrap3-title {
  margin: 0 auto 16px;
  max-width: 580px;
  color: #242424;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .mcfca-page .wrap3-title {
    margin-bottom: 10px;
    font-size: 26px;
    text-align: left;
  }
}
.mcfca-page .wrap3-desc {
  margin: 0 auto 64px;
  max-width: 630px;
  color: #24242498;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .mcfca-page .wrap3-desc {
    margin-bottom: 32px;
    font-size: 12px;
    text-align: left;
    line-height: 1.6;
  }
}
.mcfca-page .wrap3-rows {
  margin-bottom: 72px;
}
@media (max-width: 768px) {
  .mcfca-page .wrap3-rows {
    margin-bottom: 36px;
  }
}
.mcfca-page .wrap3-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px 68px;
  align-items: center;
  margin-bottom: 100px;
}
.mcfca-page .wrap3-row:last-child {
  margin-bottom: 0;
}
.mcfca-page .wrap3-row--reverse .wrap3-row_content {
  order: 2;
}
.mcfca-page .wrap3-row--reverse .wrap3-row_media {
  order: 1;
}
@media (max-width: 768px) {
  .mcfca-page .wrap3-row {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 0;
    padding: 40px 0 28px;
    border-top: 1px dashed rgba(26, 26, 26, 0.22);
  }
  .mcfca-page .wrap3-row:first-child {
    border-top: none;
    padding-top: 0;
  }
  .mcfca-page .wrap3-row--reverse .wrap3-row_content,
  .mcfca-page .wrap3-row--reverse .wrap3-row_media {
    order: unset;
  }
}
.mcfca-page .wrap3-row_title {
  margin: 0 0 16px;
  color: #242424;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .mcfca-page .wrap3-row_title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.mcfca-page .wrap3-row_desc {
  margin: 0 0 37px;
  color: #242424;
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .mcfca-page .wrap3-row_desc {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.mcfca-page .wrap3-row_media {
  min-width: 0;
}
.mcfca-page .wrap3-row_media img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .mcfca-page .wrap3-row_media {
    display: none;
  }
}
.mcfca-page .wrap3-features {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 26px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 820px;
}
@media (max-wid6h: 768px) {
  .mcfca-page .wrap3-features {
    gap: 12px 30px;
  }
}
.mcfca-page .wrap3-features_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 17px;
}
.mcfca-page .wrap3-features_item img {
  display: block;
  object-fit: contain;
}
.mcfca-page .wrap3-features_item span {
  color: #3A3A3A;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .mcfca-page .wrap3-features_item {
    gap: 8px;
  }
  .mcfca-page .wrap3-features_item img {
    width: 80px;
  }
  .mcfca-page .wrap3-features_item span {
    font-size: 12px;
    line-height: 1.35;
  }
}
.mcfca-page .wrap3-cta-wrap {
  text-align: center;
}
.mcfca-page .wrap3-cta-panels {
  display: inline-block;
}
.mcfca-page .wrap3-cta-panel .banner-btn {
  min-width: 320px;
  min-height: 76px;
  padding: 0 36px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .mcfca-page .wrap3-cta-panel .banner-btn {
    width: 250px;
    min-width: 0;
    min-height: 60px;
    font-size: 15px;
    padding: 0 24px;
  }
}
.mcfca-page .wrap4 {
  position: relative;
  padding: 170px 0 0;
  background-color: #0d0a08;
  background-image: url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-audiophile/wrap4-bg.webp');
  background-repeat: no-repeat;
  background-position: left bottom;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mcfca-page .wrap4 {
    padding: 65px 0 64px;
    background: unset;
  }
}
.mcfca-page .wrap4 .container {
  position: relative;
  z-index: 1;
}
.mcfca-page .wrap4-title {
  margin: 0 auto 48px;
  color: #FFF3E5;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .mcfca-page .wrap4-title {
    margin: 0 auto 30px;
    font-size: 26px;
    padding: 0 30px;
  }
}
.mcfca-page .wrap4-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .mcfca-page .wrap4-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 40px;
  }
}
.mcfca-page .wrap4-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 24px 28px;
  background: #E4DFD9;
  min-height: 0;
}
@media (max-width: 768px) {
  .mcfca-page .wrap4-card {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 15px;
  }
}
.mcfca-page .wrap4-card_icon {
  flex-shrink: 0;
  display: block;
  object-fit: contain;
}
@media (max-width: 768px) {
  .mcfca-page .wrap4-card_icon {
    width: 40px;
    height: 40px;
  }
}
.mcfca-page .wrap4-card_body {
  min-width: 0;
}
.mcfca-page .wrap4-card_title {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 700;
  color: #242424;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .mcfca-page .wrap4-card_title {
    position: absolute;
    font-size: 20px;
    margin-bottom: 0;
    top: 24px;
    left: 75px;
  }
}
.mcfca-page .wrap4-card_desc {
  margin: 0;
  color: #242424;
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .mcfca-page .wrap4-card_desc {
    font-size: 13px;
    line-height: 1.55;
  }
}
.mcfca-page .wrap4-table-wrap {
  margin-bottom: 64px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: #0F0F0F;
}
.mcfca-page .wrap4-table-wrap::-webkit-scrollbar {
  height: 6px;
  border-radius: 3px;
}
.mcfca-page .wrap4-table-wrap::-webkit-scrollbar-thumb {
  background: #716C64;
}
.mcfca-page .wrap4-table-wrap::-webkit-scrollbar-track {
  background: #2F2E2E;
}
@media (max-width: 768px) {
  .mcfca-page .wrap4-table-wrap {
    margin-bottom: 32px;
    padding-bottom: 20px;
  }
}
.mcfca-page .wrap4-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  table-layout: fixed;
}
.mcfca-page .wrap4-table th,
.mcfca-page .wrap4-table td {
  padding: 0 45px;
  border: 1px solid #636363;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  color: #cdc7c3;
  height: 60px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .mcfca-page .wrap4-table th,
  .mcfca-page .wrap4-table td {
    height: 40px;
  }
}
.mcfca-page .wrap4-table tbody tr:hover {
  transition: background 0.2s ease;
  background: rgba(217, 217, 217, 0.07);
}
.mcfca-page .wrap4-table thead th {
  color: #fff3e5;
  font-size: 24px;
  white-space: nowrap;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.04);
}
@media (max-width: 768px) {
  .mcfca-page .wrap4-table thead th {
    font-size: 15px;
    width: 190px;
  }
}
.mcfca-page .wrap4-table thead th[scope='row'],
.mcfca-page .wrap4-table tbody th[scope='row'] {
  text-align: left;
  color: #fff3e5;
  word-break: keep-all;
}
.mcfca-page .wrap4-table .wrap4-table_col--highlight {
  color: #D3B372;
  border-right: 1px solid #636363;
  border-left: 1px solid #636363;
  background: rgba(177, 121, 9, 0.11);
}
@media (max-width: 768px) {
  .mcfca-page .wrap4-table {
    min-width: 520px;
  }
  .mcfca-page .wrap4-table th,
  .mcfca-page .wrap4-table td {
    padding: 14px 12px;
    font-size: 12px;
  }
}
.mcfca-page .wrap4-cta-wrap {
  text-align: center;
}
.mcfca-page .wrap4-cta-panels {
  display: inline-block;
}
@media (max-width: 768px) {
  .mcfca-page .wrap4-cta-panels {
    display: block;
    width: 100%;
  }
}
.mcfca-page .wrap4-cta-panel .banner-btn {
  min-width: 320px;
  min-height: 76px;
  padding: 0 36px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .mcfca-page .wrap4-cta-panel .banner-btn {
    min-width: 0;
    min-height: 60px;
    font-size: 15px;
    padding: 0 24px;
  }
}
.mcfca-page .wrap5 {
  position: relative;
  padding: 88px 0 96px;
  background-color: #0d0a08;
  background-image: url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-audiophile/wrap5-bg-right.webp');
  background-repeat: no-repeat;
  background-position: right 150px;
  background-size: auto 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mcfca-page .wrap5 {
    padding: 56px 0 64px;
    background: unset;
  }
}
.mcfca-page .wrap5-title {
  margin: 0 auto 18px;
  color: #fff3e5;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .mcfca-page .wrap5-title {
    font-size: 26px;
  }
}
.mcfca-page .wrap5-desc {
  margin: 0 auto 30px;
  color: #FFF3E5;
  text-align: center;
  font-size: 18px;
  line-height: 1.65;
}
@media (max-width: 768px) {
  .mcfca-page .wrap5-desc {
    margin-bottom: 28px;
    font-size: 14px;
  }
}
.mcfca-page .wrap5-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px 24px;
  margin: 0 auto 36px;
}
.mcfca-page .wrap5-tab {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  flex: 1;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  transition: color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
  opacity: 0.5;
}
.mcfca-page .wrap5-tab_num {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #a79164;
  background: transparent;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #D3B372;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.mcfca-page .wrap5-tab_label {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  color: #FFF3E5;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.mcfca-page .wrap5-tab.is-active {
  opacity: 1;
}
.mcfca-page .wrap5-tab.is-active .wrap5-tab_label {
  text-decoration: underline;
  text-decoration-color: #c9a86e;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
}
.mcfca-page .wrap5-tab:focus-visible {
  outline: 2px solid rgba(201, 168, 110, 0.8);
  outline-offset: 4px;
}
.mcfca-page .wrap5-steps-mb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin: 0 auto 24px;
}
.mcfca-page .wrap5-mb-step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1.22px solid #A79164;
  background: transparent;
  color: #D3B372;
  font-size: 21px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  opacity: 0.5;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.mcfca-page .wrap5-mb-step.is-active {
  opacity: 1;
}
.mcfca-page .wrap5-mb-step:focus-visible {
  outline: 2px solid rgba(201, 168, 110, 0.8);
  outline-offset: 2px;
}
.mcfca-page .wrap5-panels {
  max-width: 1000px;
  margin: 0 auto;
}
.mcfca-page .wrap5-panels.swiper {
  overflow: hidden;
}
.mcfca-page .wrap5-panels .swiper-slide {
  height: auto;
  box-sizing: border-box;
}
.mcfca-page .wrap5-pagination {
  position: relative;
  inset: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.mcfca-page .wrap5-pagination.swiper-pagination-hidden {
  display: flex;
}
.mcfca-page .wrap5-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 3px;
  margin: 0 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.mcfca-page .wrap5-pagination .swiper-pagination-bullet-active {
  width: 28px;
  background: #c9a86e;
}
@media (max-width: 768px) {
  .mcfca-page .wrap5-pagination {
    margin-top: 20px;
  }
}
.mcfca-page .wrap5-panel[hidden] {
  display: none;
}
.mcfca-page .wrap5-panel_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.mcfca-page .wrap5-panel_title--mb {
  display: none;
  margin: 0 0 14px;
  color: #fff3e5;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .mcfca-page .wrap5-panel_title--mb {
    display: block;
  }
}
.mcfca-page .wrap5-panel_desc {
  margin: 0 auto 32px;
  max-width: 820px;
  color: #CDC7C3;
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .mcfca-page .wrap5-panel_desc {
    margin-bottom: 24px;
    font-size: 12px;
  }
}
.mcfca-page .wrap5-panel_media {
  width: 100%;
}
.mcfca-page .wrap5-panel_media img {
  display: block;
  width: 100%;
  max-width: 820px;
  height: auto;
  margin: 0 auto;
}
.mcfca-page .wrap5-cta-wrap {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .mcfca-page .wrap5-cta-wrap {
    margin-top: 40px;
  }
}
.mcfca-page .wrap5-cta-panels {
  display: inline-block;
}
@media (max-width: 768px) {
  .mcfca-page .wrap5-cta-panels {
    display: block;
    width: 100%;
  }
}
.mcfca-page .wrap5-cta-panel .banner-btn {
  min-width: 320px;
  min-height: 76px;
  padding: 0 36px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .mcfca-page .wrap5-cta-panel .banner-btn {
    min-width: 0;
    min-height: 60px;
    font-size: 15px;
    padding: 0 24px;
  }
}
.mcfca-page .wrap6 {
  position: relative;
  padding: 96px 0 100px;
  background-color: #0d0a08;
  background-image: url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-audiophile/wrap6-bg-left.webp');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 90%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mcfca-page .wrap6 {
    padding: 30px 0 64px;
    background: unset;
  }
}
@media (max-width: 768px) {
  .mcfca-page .wrap6::before,
  .mcfca-page .wrap6::after {
    left: 8px;
    right: auto;
  }
  .mcfca-page .wrap6::after {
    left: auto;
    right: 8px;
  }
}
.mcfca-page .wrap6 .container {
  position: relative;
  z-index: 1;
}
.mcfca-page .wrap6-title {
  margin: 0 auto 17px;
  max-width: 760px;
  color: #fff3e5;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .mcfca-page .wrap6-title {
    font-size: 26px;
  }
}
.mcfca-page .wrap6-desc {
  max-width: 720px;
  margin: 0 auto 40px;
  color: #cdc7c3;
  text-align: center;
  font-size: 16px;
  line-height: 1.65;
}
@media (max-width: 768px) {
  .mcfca-page .wrap6-desc {
    margin-bottom: 28px;
    font-size: 14px;
  }
}
.mcfca-page .wrap6-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 20px 17px;
  align-items: start;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .mcfca-page .wrap6-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 0;
  }
}
.mcfca-page .wrap6-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mcfca-page .wrap6-nav-item {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  border: 1px solid #282828;
  background: #191919;
  color: #e8e4dc;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.mcfca-page .wrap6-nav-item_avatar {
  flex-shrink: 0;
  overflow: hidden;
}
.mcfca-page .wrap6-nav-item_avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mcfca-page .wrap6-nav-item_meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.mcfca-page .wrap6-nav-item_role {
  color: #FFF3E5;
  font-size: 18px;
  line-height: 1.25;
}
.mcfca-page .wrap6-nav-item_name {
  color: #CDC7C3;
  font-size: 14px;
  line-height: 1.6;
}
.mcfca-page .wrap6-nav-item.is-active {
  border: 1px solid #685949;
  background: #211F1B;
}
.mcfca-page .wrap6-nav-item:focus-visible {
  outline: 2px solid rgba(201, 168, 110, 0.75);
  outline-offset: 2px;
}
.mcfca-page .wrap6-main {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  position: relative;
}
@media (max-width: 768px) {
  .mcfca-page .wrap6-main {
    grid-column: 1;
    grid-row: 1;
  }
}
.mcfca-page .wrap6-sidebar {
  grid-column: 1;
  grid-row: 1;
}
@media (max-width: 768px) {
  .mcfca-page .wrap6-sidebar {
    display: none;
  }
}
.mcfca-page .wrap6-arrows {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
  display: flex;
  gap: 12px;
}
@media (max-width: 768px) {
  .mcfca-page .wrap6-arrows {
    display: none;
  }
}
.mcfca-page .wrap6-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.2s ease, background 0.2s ease;
}
.mcfca-page .wrap6-arrow img {
  display: block;
  object-fit: contain;
}
.mcfca-page .wrap6-arrow--prev img {
  transform: rotate(180deg);
}
.mcfca-page .wrap6-arrow:hover {
  opacity: 1;
}
.mcfca-page .wrap6-arrow:focus-visible {
  outline: 2px solid rgba(201, 168, 110, 0.85);
  outline-offset: 2px;
}
.mcfca-page .wrap6-panels {
  position: relative;
}
.mcfca-page .wrap6-panels.swiper {
  overflow: hidden;
}
.mcfca-page .wrap6-panels .swiper-slide {
  height: auto;
  box-sizing: border-box;
}
.mcfca-page .wrap6-pagination {
  position: relative;
  inset: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 20px auto 0;
  gap: 0;
}
.mcfca-page .wrap6-pagination.swiper-pagination-horizontal {
  display: flex;
}
.mcfca-page .wrap6-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: auto;
  left: auto;
  width: 100%;
}
.mcfca-page .wrap6-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 3px;
  margin: 0 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.mcfca-page .wrap6-pagination .swiper-pagination-bullet-active {
  width: 28px;
  background: #c9a86e;
}
.mcfca-page .wrap6-panel {
  border: 1px solid #8d847798;
  background: #1A1813;
  overflow: hidden;
}
.mcfca-page .wrap6-panel_inner {
  display: flex;
  align-items: stretch;
  gap: 0;
  min-height: 320px;
}
@media (max-width: 768px) {
  .mcfca-page .wrap6-panel_inner {
    flex-direction: column;
    min-height: 0;
  }
}
.mcfca-page .wrap6-panel_media {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 21px 24px;
}
@media (max-width: 768px) {
  .mcfca-page .wrap6-panel_media {
    order: 1;
    padding: 0;
    height: 250px;
    overflow: hidden;
  }
}
.mcfca-page .wrap6-panel_media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.mcfca-page .wrap6-panel_body {
  flex: 1;
  padding: 67px 20px 20px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
@media (max-width: 768px) {
  .mcfca-page .wrap6-panel_body {
    order: 2;
    padding: 15px 8px 0;
  }
}
.mcfca-page .wrap6-panel_eyebrow {
  font-weight: 700;
  color: #9D8755;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .mcfca-page .wrap6-panel_eyebrow {
    font-size: 12px;
  }
}
.mcfca-page .wrap6-panel_title {
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: 700;
  color: #FFF3E5;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .mcfca-page .wrap6-panel_title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.mcfca-page .wrap6-panel_byline {
  margin: 0 0 17px;
  font-size: 14px;
  color: #d4c4a8;
  line-height: 1.55;
}
@media (max-width: 768px) {
  .mcfca-page .wrap6-panel_byline {
    font-size: 12px;
  }
}
.mcfca-page .wrap6-panel_rule {
  margin: 0 0 12px;
  border: none;
  border-top: 1px solid rgba(201, 168, 110, 0.2);
  width: 100%;
}
.mcfca-page .wrap6-panel_k {
  margin: 9px 0 5px;
  font-weight: 700;
  color: #9D8755;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .mcfca-page .wrap6-panel_k {
    font-size: 12px;
  }
}
.mcfca-page .wrap6-panel_desc {
  color: #CDC7C3;
  font-size: 14px;
  font-weight: 400;
  line-height: 161%;
  height: 160px;
  /* 22.54px */
}
@media (max-width: 768px) {
  .mcfca-page .wrap6-panel_desc {
    font-size: 12px;
    height: auto;
  }
}
.mcfca-page .wrap6-quote {
  margin-top: 17px;
  padding: 22px 15px;
  background: #2A241D;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  height: 125px;
}
.mcfca-page .wrap6-quote_mark {
  flex-shrink: 0;
  margin-top: 2px;
}
.mcfca-page .wrap6-quote_text {
  margin: 0;
  font-size: 14px;
  color: #9D7955;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .mcfca-page .wrap6-quote_text {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .mcfca-page .wrap6-quote {
    font-size: 12px;
    flex-direction: column;
    gap: 10px;
    padding: 2px 8px 20px;
    height: auto;
    width: calc(100% + 16px);
    position: relative;
    left: -8px;
  }
}
.mcfca-page .wrap6-pag {
  display: none;
}
@media (max-width: 768px) {
  .mcfca-page .wrap6-pag {
    display: block;
  }
}
.mcfca-page .wrap6-cta-wrap {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .mcfca-page .wrap6-cta-wrap {
    margin-top: 45px;
  }
}
.mcfca-page .wrap6-cta-panels {
  display: inline-block;
}
@media (max-width: 768px) {
  .mcfca-page .wrap6-cta-panels {
    display: block;
    width: 100%;
  }
}
.mcfca-page .wrap6-cta-panel .banner-btn {
  min-width: 320px;
  min-height: 76px;
  padding: 0 36px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .mcfca-page .wrap6-cta-panel .banner-btn {
    min-width: 0;
    min-height: 60px;
    font-size: 15px;
    padding: 0 24px;
  }
}
.mcfca-page .wrap7 {
  position: relative;
  padding: 150px 0;
  overflow: hidden;
  background: url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-audiophile/wrap7-bg.webp') center / cover no-repeat;
}
@media (max-width: 768px) {
  .mcfca-page .wrap7 {
    padding: 100px 0;
    background: #DBCFC5;
  }
}
.mcfca-page .wrap7 .container {
  position: relative;
  z-index: 2;
}
.mcfca-page .wrap7-title {
  margin: 0 auto 23px;
  max-width: 800px;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  color: #242424;
}
@media (max-width: 768px) {
  .mcfca-page .wrap7-title {
    margin-bottom: 14px;
    font-size: 26px;
    color: #1a1816;
  }
}
.mcfca-page .wrap7-desc {
  margin: 0 auto 36px;
  max-width: 1000px;
  text-align: center;
  color: #242424;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 768px) {
  .mcfca-page .wrap7-desc {
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 1.6;
    color: #3a3633;
  }
}
.mcfca-page .wrap7-cta-panels {
  display: flex;
  justify-content: center;
}
.mcfca-page .wrap7-cta-panel {
  width: 100%;
}
.mcfca-page .wrap7-cta-panel .banner-actions {
  justify-content: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .mcfca-page .wrap7-cta-panel .banner-actions {
    gap: 20px;
  }
}
.mcfca-page .wrap7-cta-panel .banner-btn {
  padding: 0 20px;
  min-height: 48px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .mcfca-page .wrap7-cta-panel .banner-btn {
    font-size: 17px;
    padding: 0 16px;
    min-height: 48px;
  }
}
.mcfca-page .wrap8 {
  position: relative;
  padding: 150px 0 96px;
}
.mcfca-page .wrap8 .wrap8-bg {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
@media (max-width: 768px) {
  .mcfca-page .wrap8 {
    padding: 100px 0 50px;
    background: unset;
  }
}
.mcfca-page .wrap8 .container {
  position: relative;
  z-index: 1;
}
.mcfca-page .wrap8-title {
  margin: 0 auto 22px;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
  color: #fff3e5;
}
@media (max-width: 768px) {
  .mcfca-page .wrap8-title {
    font-size: 26px;
  }
}
.mcfca-page .wrap8-sub {
  margin: 0 auto 45px;
  max-width: 720px;
  text-align: center;
  font-size: 18px;
  line-height: 1.65;
  color: #cdc7c3;
}
@media (max-width: 768px) {
  .mcfca-page .wrap8-sub {
    margin-bottom: 28px;
    font-size: 14px;
  }
}
.mcfca-page .wrap8-swiper {
  overflow: hidden;
}
@media (max-width: 768px) {
  .mcfca-page .wrap8-swiper {
    width: 100%;
  }
}
.mcfca-page .wrap8-swiper.swiper {
  overflow: hidden;
}
.mcfca-page .wrap8-swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}
.mcfca-page .wrap8-card {
  height: 100%;
  padding: 22px 18px 24px;
  border: 1px solid #52504E;
  background: #1D1A16;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .mcfca-page .wrap8-card {
    max-width: 400px;
    margin: 0 auto;
    padding: 22px 16px 24px;
  }
}
.mcfca-page .wrap8-card_head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.mcfca-page .wrap8-card_title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #FFF3E5;
}
@media (max-width: 768px) {
  .mcfca-page .wrap8-card_title {
    font-size: 16px;
  }
}
.mcfca-page .wrap8-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mcfca-page .wrap8-list_item {
  position: relative;
  margin: 0 0 8px;
  list-style: disc;
  text-indent: 0px;
  margin-left: 20px;
}
.mcfca-page .wrap8-list_item:last-child {
  margin-bottom: 0;
}
.mcfca-page .wrap8-link {
  color: #CDC7C3;
  font-size: 15px;
  line-height: 1.8;
  text-decoration: none;
  transition: color 0.2s ease;
}
.mcfca-page .wrap8-link:hover {
  color: #FFCF9F;
  text-decoration: underline;
}
.mcfca-page .wrap8-pag {
  display: none;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .mcfca-page .wrap8-pag {
    display: block;
  }
}
.mcfca-page .wrap8-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
}
.mcfca-page .wrap8-pagination.swiper-pagination-horizontal {
  display: flex;
}
.mcfca-page .wrap8-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 3px;
  margin: 0 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.mcfca-page .wrap8-pagination .swiper-pagination-bullet-active {
  width: 28px;
  background: #c9a86e;
}
.mcfca-page .wrap9 {
  position: relative;
  padding: 88px 0 160px;
  overflow: hidden;
}
.mcfca-page .wrap9 .wrap9-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
@media (max-width: 768px) {
  .mcfca-page .wrap9 {
    padding: 48px 0 130px;
  }
}
.mcfca-page .wrap9 .container {
  position: relative;
  z-index: 1;
}
.mcfca-page .wrap9-grid {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  align-items: start;
  gap: 32px 48px;
}
@media (max-width: 768px) {
  .mcfca-page .wrap9-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.mcfca-page .wrap9-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media (max-width: 768px) {
  .mcfca-page .wrap9-intro {
    flex-direction: row;
    align-items: center;
    gap: 14px;
  }
}
.mcfca-page .wrap9-intro_icon {
  display: block;
  object-fit: contain;
}
@media (max-width: 768px) {
  .mcfca-page .wrap9-intro_icon {
    width: 64px;
    flex-shrink: 0;
  }
}
.mcfca-page .wrap9-title {
  margin: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff3e5;
}
@media (max-width: 768px) {
  .mcfca-page .wrap9-title {
    font-size: 26px;
    flex: 1;
  }
}
.mcfca-page .wrap9-faq {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.mcfca-page .wrap9-item {
  border-bottom: 1px solid rgba(201, 168, 110, 0.22);
}
.mcfca-page .wrap9-item.is-open .wrap9-q_icon::after {
  opacity: 0;
}
.mcfca-page .wrap9-item.is-open .wrap9-a {
  max-height: 720px;
  visibility: visible;
  padding-bottom: 22px;
}
@media (max-width: 768px) {
  .mcfca-page .wrap9-item.is-open .wrap9-a {
    padding-bottom: 16px;
  }
}
.mcfca-page .wrap9-q {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 26px 0;
  cursor: pointer;
  user-select: none;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  border: none;
  font-family: inherit;
  color: inherit;
}
@media (max-width: 768px) {
  .mcfca-page .wrap9-q {
    padding: 16px 0;
    gap: 10px;
    align-items: flex-start;
  }
}
.mcfca-page .wrap9-q:focus-visible {
  outline: 2px solid rgba(201, 168, 110, 0.75);
  outline-offset: 2px;
}
.mcfca-page .wrap9-q_num {
  flex-shrink: 0;
  min-width: 36px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  color: #9A8876;
  line-height: 137%;
  /* 24.66px */
}
@media (max-width: 768px) {
  .mcfca-page .wrap9-q_num {
    font-size: 14px;
    min-width: 28px;
  }
}
.mcfca-page .wrap9-q_title {
  margin: 0;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  color: #FFF3E5;
}
@media (max-width: 768px) {
  .mcfca-page .wrap9-q_title {
    font-size: 14px;
  }
}
.mcfca-page .wrap9-q_icon {
  position: relative;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-left: 4px;
}
.mcfca-page .wrap9-q_icon::before,
.mcfca-page .wrap9-q_icon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #B4B3B2;
  border-radius: 1px;
}
.mcfca-page .wrap9-q_icon::before {
  width: 10px;
  height: 2px;
}
.mcfca-page .wrap9-q_icon::after {
  width: 2px;
  height: 10px;
  transition: opacity 0.2s ease;
}
.mcfca-page .wrap9-a {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  margin-top: -6px;
  transition: max-height 0.3s ease, visibility 0.3s ease, padding 0.3s ease;
}
.mcfca-page .wrap9-a p {
  font-size: 15px;
  line-height: 1.8;
  color: #CDC7C3;
}
@media (max-width: 768px) {
  .mcfca-page .wrap9-a p {
    font-size: 12px;
    margin-bottom: 16px;
  }
}
.mcfca-page .wrap9-a_inline {
  color: #c9a86e;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.mcfca-page .wrap9-a_inline:hover {
  color: #ead1b5;
}
