/** @format */
@keyframes mcfcc-avatar-float {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-14px);
  }
}
header {
  display: none;
}
main {
  position: relative;
}
nav {
  position: absolute;
  top: 49px;
  width: 100%;
  z-index: 100;
}
@media (max-width: 768px) {
  nav {
    top: 24px;
  }
  nav img {
    width: 100px;
  }
}
* {
  box-sizing: border-box;
}
main .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 768px) {
  main .container {
    padding: 0 15px;
    max-width: 100%;
  }
}
.pc-style {
  display: block;
}
@media (max-width: 768px) {
  .pc-style {
    display: none;
  }
}
.mb-style {
  display: none;
}
@media (max-width: 768px) {
  .mb-style {
    display: block;
  }
}
.mcfcc-page {
  position: relative;
  z-index: 1;
  background: #05001A;
}
.mcfcc-page .banner {
  position: relative;
  padding: 170px 0 80px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-content-creator/bg.png') no-repeat center;
  background-size: cover;
}
@media (max-width: 768px) {
  .mcfcc-page .banner {
    padding: 110px 15px 80px;
  }
}
.mcfcc-page .bottom-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.mcfcc-page .bottom-bg img {
  width: 100%;
}
.mcfcc-page section .container {
  position: relative;
  z-index: 2;
}
.mcfcc-page .banner-inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 870px;
  text-align: center;
}
.mcfcc-page .banner-title {
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .mcfcc-page .banner-title {
    margin-bottom: 8px;
  }
}
.mcfcc-page .banner-title-line {
  display: block;
  color: #6370ff;
  font-size: 50px;
}
@media (max-width: 480px) {
  .mcfcc-page .banner-title-line {
    font-size: 36px;
  }
}
.mcfcc-page .banner-title-line--accent {
  margin-top: 6px;
  color: #fff;
}
.mcfcc-page .banner-desc {
  margin: 0 auto 40px;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 1.7;
  font-weight: 400;
}
@media (max-width: 768px) {
  .mcfcc-page .banner-desc {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.mcfcc-page .banner-os-toggle {
  display: inline-flex;
  box-sizing: border-box;
  padding: 3px;
  margin-bottom: 40px;
  border-radius: 20px;
  background: #4F5081;
}
@media (max-width: 768px) {
  .mcfcc-page .banner-os-toggle {
    padding: 2px;
    margin-bottom: 25px;
  }
}
.mcfcc-page .banner-os-segment {
  flex: 1;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 74px;
  height: 24px;
  padding: 0 16px;
  border-radius: 18px;
  cursor: pointer;
  color: #111;
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
  outline: none;
  transition: background 0.2s ease, color 0.2s ease, border-radius 0.2s ease;
}
@media (max-width: 768px) {
  .mcfcc-page .banner-os-segment {
    font-size: 10px;
    width: 56px;
    height: 18px;
    padding: 0 11px;
    border-radius: 12px;
  }
  .mcfcc-page .banner-os-segment .iconfont {
    font-size: 10px;
  }
}
.mcfcc-page .banner-os-segment:focus-visible {
  box-shadow: 0 0 0 2px rgba(140, 170, 255, 0.95);
}
.mcfcc-page .banner-os-segment.is-active {
  background: #fff;
}
.mcfcc-page .banner-os-segment_icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.mcfcc-page .banner-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .mcfcc-page .banner-actions {
    gap: 15px;
  }
}
.mcfcc-page .banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  padding: 14px 28px;
  border-radius: 14px;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.2s ease, background 0.2s ease, color 0.2s ease, filter 0.25s ease;
}
@media (max-width: 768px) {
  .mcfcc-page .banner-btn {
    font-size: 16px;
    padding: 12px 24px;
  }
}
.mcfcc-page .banner-btn--primary {
  position: relative;
  overflow: hidden;
  width: 188px;
  min-height: 64px;
  border-radius: 14px;
  color: #fff;
  font-weight: 800;
  line-height: 22px;
  background: linear-gradient(135deg, #1478ff 0%, #7a3cff 48%, #ff3bd4 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16) inset, 0 14px 36px rgba(72, 89, 255, 0.42), 0 0 36px rgba(160, 69, 255, 0.32);
}
.mcfcc-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.38) 45%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.65s ease;
}
.mcfcc-page .banner-btn--primary:hover {
  transform: translateY(-3px) scale(1.02);
  filter: saturate(1.15);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.26) inset, 0 18px 48px rgba(72, 89, 255, 0.56), 0 0 52px rgba(255, 59, 212, 0.38);
}
.mcfcc-page .banner-btn--primary:hover::before {
  transform: translateX(120%);
}
.mcfcc-page .banner-btn--primary:active {
  transform: translateY(0) scale(0.98);
  filter: saturate(1.05);
}
@media (max-width: 768px) {
  .mcfcc-page .banner-btn--primary {
    width: 145px;
    min-height: 45px;
    padding: 0 24px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 10px;
  }
}
.mcfcc-page .banner-btn--secondary {
  position: relative;
  box-sizing: border-box;
  min-height: 64px;
  padding: 0 28px;
  width: max-content;
  border-radius: 14px;
  border: 2px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #1478ff 0%, #7a3cff 52%, #ff3bd4 100%) border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 10px 28px rgba(8, 10, 30, 0.35);
  font-weight: 800;
  line-height: 22px;
  color: inherit;
  backdrop-filter: none;
}
.mcfcc-page .banner-btn--secondary .banner-btn-text {
  display: inline-block;
  background: linear-gradient(90deg, #1478ff 0%, #7a3cff 52%, #ff3bd4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.mcfcc-page .banner-btn--secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(8, 10, 30, 0.42);
}
.mcfcc-page .banner-btn--secondary:active {
  transform: translateY(0) scale(0.98);
}
.mcfcc-page .banner-btn--secondary:focus-visible {
  outline: 2px solid rgba(120, 170, 255, 0.95);
  outline-offset: 3px;
}
@media (max-width: 768px) {
  .mcfcc-page .banner-btn--secondary {
    width: 180px;
    min-height: 45px;
    padding: 0 24px;
    font-size: 16px;
    border-radius: 10px;
  }
}
.mcfcc-page .banner-logos {
  display: block;
  height: auto;
  margin: 48px auto 0;
}
@media (max-width: 680px) {
  .mcfcc-page .banner-logos {
    width: 560px;
    max-width: 560px;
  }
}
@media (max-width: 560px) {
  .mcfcc-page .banner-logos {
    width: 480px;
    max-width: 480px;
  }
}
@media (max-width: 480px) {
  .mcfcc-page .banner-logos {
    width: 270px;
    margin-top: 30px;
  }
}
.mcfcc-page .banner-avatars {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  pointer-events: none;
}
.mcfcc-page .banner-avatars--left {
  left: 124px;
}
.mcfcc-page .banner-avatars--right {
  right: 124px;
}
@media (max-width: 1200px) {
  .mcfcc-page .banner-avatars--left {
    left: 24px;
  }
  .mcfcc-page .banner-avatars--right {
    right: 24px;
  }
}
@media (max-width: 992px) {
  .mcfcc-page .banner-avatars {
    gap: 20px;
  }
  .mcfcc-page .banner-avatars--left {
    left: 16px;
  }
  .mcfcc-page .banner-avatars--right {
    right: 16px;
  }
}
.mcfcc-page .banner-avatar {
  border-radius: 999px;
  overflow: hidden;
  flex-shrink: 0;
  will-change: transform;
  animation: mcfcc-avatar-float 3.6s ease-in-out infinite alternate;
}
@media (max-width: 1200px) {
  .mcfcc-page .banner-avatar {
    width: 96px;
    height: 96px;
  }
}
.mcfcc-page .banner-avatar img {
  display: block;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .mcfcc-page .banner-avatar img {
    width: 96px;
    height: 96px;
  }
}
.mcfcc-page .banner-avatar:nth-child(1) {
  animation-duration: 3.4s;
  animation-delay: 0s;
}
.mcfcc-page .banner-avatar:nth-child(2) {
  animation-duration: 3.9s;
  animation-delay: 0.45s;
  margin-left: 120px;
}
.mcfcc-page .banner-avatar:nth-child(3) {
  animation-duration: 3.6s;
  animation-delay: 0.9s;
}
@media (max-width: 1200px) {
  .mcfcc-page .banner-avatar:nth-child(2) {
    margin-left: 80px;
  }
}
@media (max-width: 992px) {
  .mcfcc-page .banner-avatar:nth-child(2) {
    margin-left: 48px;
  }
}
.mcfcc-page .banner-avatars--right .banner-avatar:nth-child(1) {
  animation-duration: 3.7s;
  animation-delay: 0.25s;
}
.mcfcc-page .banner-avatars--right .banner-avatar:nth-child(2) {
  animation-duration: 3.5s;
  animation-delay: 0.7s;
  margin-left: -120px;
}
.mcfcc-page .banner-avatars--right .banner-avatar:nth-child(3) {
  animation-duration: 4s;
  animation-delay: 1.1s;
}
@media (max-width: 1200px) {
  .mcfcc-page .banner-avatars--right .banner-avatar:nth-child(2) {
    margin-left: -80px;
  }
}
@media (max-width: 992px) {
  .mcfcc-page .banner-avatars--right .banner-avatar:nth-child(2) {
    margin-left: -48px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mcfcc-page .banner-avatar {
    animation: none;
  }
}
@media (max-width: 768px) {
  .mcfcc-page .banner-avatars {
    display: none;
  }
}
.mcfcc-page .wrap1 {
  padding: 48px 0 60px;
  background: linear-gradient(180deg, #05001A 0%, rgba(5, 0, 26, 0) 100%);
}
@media (max-width: 768px) {
  .mcfcc-page .wrap1 {
    padding: 0 0 30px;
  }
}
.mcfcc-page .wrap1-title {
  margin: 0 auto 64px;
  max-width: 820px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap1-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.mcfcc-page .wrap1-swiper {
  overflow: hidden;
  padding-bottom: 8px;
}
@media (min-width: 769px) {
  .mcfcc-page .wrap1-swiper {
    overflow: visible;
    padding-bottom: 0;
  }
  .mcfcc-page .wrap1-swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    width: 100%;
    transform: none;
  }
  .mcfcc-page .wrap1-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .mcfcc-page .wrap1-swiper .wrap1-pagination {
    display: none;
  }
}
.mcfcc-page .wrap1-pagination {
  position: relative;
  margin-top: 20px;
}
.mcfcc-page .wrap1-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #171672;
  opacity: 1;
}
.mcfcc-page .wrap1-pagination .swiper-pagination-bullet-active {
  background: #4A48D9;
  box-shadow: 0 0 10px rgba(79, 140, 255, 0.65);
}
.mcfcc-page .wrap1-card {
  height: 100%;
  padding: 25px 32px;
  border-radius: 12px;
  border: 1px solid #6866FF;
  background: linear-gradient(0deg, #05011D 0%, #05011D 100%), linear-gradient(90deg, #2A177B 0%, #310C7B 100%), #1A1043;
  box-shadow: 0 -11px 40.9px 0 #2224A6 inset;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap1-card {
    padding: 25px;
  }
}
.mcfcc-page .wrap1-card_icon {
  margin-bottom: 14px;
}
.mcfcc-page .wrap1-card_icon img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.mcfcc-page .wrap1-card_title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}
.mcfcc-page .wrap1-card_desc {
  margin: 0;
  color: #DFD9F9;
  font-size: 16px;
  line-height: 1.65;
}
.mcfcc-page .wrap2 {
  padding: 40px 0 0;
  background: url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-content-creator/wrap2-bg.png') no-repeat center top;
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap2 {
    padding: 24px 0 56px;
  }
}
.mcfcc-page .wrap2-title {
  margin: 0 auto 12px;
  max-width: 860px;
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap2-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.mcfcc-page .wrap2-desc {
  max-width: 920px;
  margin: 0 auto 44px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap2-desc {
    font-size: 14px;
  }
}
.mcfcc-page .wrap2-grid {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap2-grid {
    gap: 36px;
  }
}
.mcfcc-page .wrap2-card-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: stretch;
  padding: 20px;
  border-radius: 20px;
  background: rgba(23, 0, 159, 0.25);
  overflow: hidden;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap2-card-row {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 10px;
    border-radius: 10px;
  }
}
.mcfcc-page .wrap2-card {
  display: grid;
  grid-template-rows: 327px minmax(132px, auto);
}
@media (max-width: 768px) {
  .mcfcc-page .wrap2-card {
    grid-template-rows: auto auto;
    padding: 12px 10px;
  }
}
.mcfcc-page .wrap2-card:nth-child(even) {
  border-radius: 12px;
  background: rgba(48, 37, 114, 0.74);
  box-shadow: 0 0 40.9px 0 #0B033A;
  backdrop-filter: blur(20.25px);
}
.mcfcc-page .wrap2-card:nth-child(even) .wrap2-card_body {
  padding: 17px 0px 30px 25px;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap2-card:nth-child(even) .wrap2-card_body {
    padding: 14px 0 0;
  }
}
.mcfcc-page .wrap2-card:nth-child(even) .wrap2-card-label {
  background: linear-gradient(270deg, #362D6D 0%, #3F328D 100%);
}
@media (max-width: 768px) {
  .mcfcc-page .wrap2-card {
    grid-template-rows: auto auto;
  }
}
.mcfcc-page .wrap2-card_img {
  display: block;
  width: 100%;
  height: 327px;
  border-radius: 10px;
  border: 2px solid #261B67;
  object-fit: cover;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap2-card_img {
    height: 200px;
    border-radius: 6px;
  }
}
.mcfcc-page .wrap2-card_body {
  display: flex;
  flex-direction: column;
  padding: 17px 0 30px;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap2-card_body {
    padding: 14px 0 0;
  }
}
.mcfcc-page .wrap2-card-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 6px 10px;
  margin-bottom: 12px;
  border-radius: 91px;
  background: #231767;
  color: #8E88C2;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap2-card-label {
    padding: 8px 10px;
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}
.mcfcc-page .wrap2-card_title {
  margin: 0 0 8px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap2-card_title {
    font-size: 18px;
  }
}
.mcfcc-page .wrap2-card_desc {
  margin: 0;
  color: #DFD9F9;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .mcfcc-page .wrap2-card_desc {
    font-size: 14px;
  }
}
.mcfcc-page .wrap2-cta {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .mcfcc-page .wrap2-cta {
    margin-top: 36px;
  }
}
.mcfcc-page .wrap2-cta .wrap2-btn {
  display: inline-flex;
  border-radius: 12px;
  padding: 16px 32px;
  font-size: 22px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .mcfcc-page .wrap2-cta .wrap2-btn {
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 10px;
  }
}
.mcfcc-page .wrap2-cta .wrap2-btn.wrap2-btn--primary {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, #1478ff 0%, #7a3cff 48%, #ff3bd4 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16) inset, 0 14px 36px rgba(72, 89, 255, 0.42), 0 0 36px rgba(160, 69, 255, 0.32);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease, background 0.2s ease;
}
.mcfcc-page .wrap2-cta .wrap2-btn.wrap2-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.38) 45%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.65s ease;
}
.mcfcc-page .wrap2-cta .wrap2-btn.wrap2-btn--primary:hover {
  transform: translateY(-3px) scale(1.02);
  filter: saturate(1.15);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.26) inset, 0 18px 48px rgba(72, 89, 255, 0.56), 0 0 52px rgba(255, 59, 212, 0.38);
}
.mcfcc-page .wrap2-cta .wrap2-btn.wrap2-btn--primary:hover::before {
  transform: translateX(120%);
}
.mcfcc-page .wrap2-cta .wrap2-btn.wrap2-btn--primary:active {
  transform: translateY(0) scale(0.98);
  filter: saturate(1.05);
}
.mcfcc-page .wrap3 {
  background: #05001A;
  margin-top: 160px;
}
.mcfcc-page .wrap3-title {
  margin: 0 auto 12px;
  max-width: 790px;
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.18;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap3-title {
    font-size: 48px;
  }
}
.mcfcc-page .wrap3-desc {
  max-width: 760px;
  margin: 0 auto 46px;
  color: #d8d8f4;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
.mcfcc-page .wrap3-swiper {
  overflow: hidden;
  padding-bottom: 8px;
  overflow: visible;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap3-swiper {
    overflow: hidden;
  }
}
.mcfcc-page .wrap3-swiper .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px 34px;
  width: 100%;
  transform: none;
}
.mcfcc-page .wrap3-swiper .swiper-slide {
  width: 100%;
  margin: 0;
  height: auto;
}
.mcfcc-page .wrap3-swiper .swiper-slide:nth-of-type(1) .wrap3-card {
  border: 1px solid #a732a972;
}
.mcfcc-page .wrap3-swiper .swiper-slide:nth-of-type(1) .wrap3-card .wrap3-card-label {
  border: 1px solid #F36EF5;
  color: #F36EF5;
}
.mcfcc-page .wrap3-swiper .swiper-slide:nth-of-type(2) .wrap3-card {
  border: 1px solid #4dc9eb74;
}
.mcfcc-page .wrap3-swiper .swiper-slide:nth-of-type(2) .wrap3-card .wrap3-card-label {
  border: 1px solid #6ED1F5;
  color: #6ED1F5;
}
.mcfcc-page .wrap3-swiper .swiper-slide:nth-of-type(3) .wrap3-card {
  border: 1px solid #cc7e467e;
}
.mcfcc-page .wrap3-swiper .swiper-slide:nth-of-type(3) .wrap3-card .wrap3-card-label {
  border: 1px solid #F5926E;
  color: #F5926E;
}
.mcfcc-page .wrap3-swiper .swiper-slide:nth-of-type(4) .wrap3-card {
  border: 1px solid #c06dff79;
}
.mcfcc-page .wrap3-swiper .swiper-slide:nth-of-type(4) .wrap3-card .wrap3-card-label {
  border: 1px solid #AA6DFF;
  color: #AA6DFF;
}
.mcfcc-page .wrap3-swiper .wrap3-pagination {
  display: none;
}
.mcfcc-page .wrap3-pagination {
  position: relative;
  margin-top: 14px;
}
.mcfcc-page .wrap3-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #171672;
  opacity: 1;
}
.mcfcc-page .wrap3-pagination .swiper-pagination-bullet-active {
  background: #4a48d9;
  box-shadow: 0 0 10px rgba(79, 140, 255, 0.65);
}
.mcfcc-page .wrap3-card {
  border-radius: 20px;
  background: #0B003A;
  overflow: hidden;
  height: 100%;
}
.mcfcc-page .wrap3-card_img {
  display: block;
  width: 100%;
  height: 326px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap3-card_img {
    height: 208px;
  }
}
.mcfcc-page .wrap3-card_body {
  padding: 26px 18px 32px 18px;
}
.mcfcc-page .wrap3-card_title {
  margin: 0 0 12px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}
.mcfcc-page .wrap3-card_desc {
  margin: 0;
  color: #DFD9F9;
  font-size: 16px;
  line-height: 1.6;
}
.mcfcc-page .wrap3-card-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 40px;
  margin-bottom: 12px;
  padding: 0 12px;
  border-radius: 999px;
  color: rgba(231, 231, 255, 0.9);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap3 {
    margin-top: 60px;
  }
  .mcfcc-page .wrap3 .swiper-wrapper {
    display: flex;
    flex-direction: unset;
    gap: 0;
  }
  .mcfcc-page .wrap3 .swiper-pagination {
    display: block;
    margin-top: 30px;
  }
  .mcfcc-page .wrap3 .wrap3-title {
    font-size: 30px;
    margin-bottom: 15px;
    padding: 0 30px;
  }
  .mcfcc-page .wrap3 .wrap3-desc {
    font-size: 16px;
    margin-bottom: 36px;
  }
  .mcfcc-page .wrap3 .wrap3-card {
    border-radius: 10px;
  }
  .mcfcc-page .wrap3 .wrap3-card_body {
    padding: 15px 10px 26px;
  }
  .mcfcc-page .wrap3 .wrap3-card-label {
    font-size: 12px;
    height: 26px;
  }
  .mcfcc-page .wrap3 .wrap3-card_title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .mcfcc-page .wrap3 .wrap3-card_desc {
    font-size: 14px;
  }
}
.mcfcc-page .wrap4 {
  padding: 130px 0;
  background: #05001A;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap4 {
    padding: 46px 0 64px;
  }
}
.mcfcc-page .wrap4-title {
  margin: 0 auto 17px;
  max-width: 820px;
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap4-title {
    font-size: 30px;
  }
}
.mcfcc-page .wrap4-desc {
  max-width: 980px;
  margin: 0 auto 45px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
}
.mcfcc-page .wrap4 .wrap4-card_link {
  font-size: 16px;
  line-height: 1.7;
  text-decoration: none;
}
.mcfcc-page .wrap4 .wrap4-card_link:hover {
  text-decoration: underline;
}
.mcfcc-page .wrap4 .wrap4-grid-top {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 551px;
  flex-wrap: wrap;
}
.mcfcc-page .wrap4 .wrap4-grid-bottom {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}
.mcfcc-page .wrap4-card {
  position: relative;
  border-radius: 10px;
  background-color: rgba(12, 10, 49, 0.78);
  background-size: 100% 100%;
  background-position: center;
  overflow: hidden;
  padding: 23px 20px;
}
.mcfcc-page .wrap4-card_logo {
  width: 78px;
  margin-bottom: 20px;
}
.mcfcc-page .wrap4-card_body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.mcfcc-page .wrap4-card_title {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}
.mcfcc-page .wrap4-card_desc {
  margin: 0;
  color: #DBDBDB;
  font-size: 16px;
  line-height: 1.7;
}
.mcfcc-page .wrap4-card_list {
  margin: 0;
  padding-left: 14px;
  color: #DBDBDB;
  font-size: 16px;
  line-height: 1.7;
}
.mcfcc-page .wrap4-card_list li {
  list-style: disc;
  padding-left: 10px;
  text-indent: -10px;
}
.mcfcc-page .wrap4-card--item1 {
  width: 349px;
  height: 233px;
  background-image: url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-content-creator/wrap4-bg1.png');
}
.mcfcc-page .wrap4-card--item1 .wrap4-card_link {
  color: #6881FF;
}
.mcfcc-page .wrap4-card--item2 {
  width: 349px;
  height: 292px;
  color: #C87A36;
  background-image: url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-content-creator/wrap4-bg2.png');
}
.mcfcc-page .wrap4-card--item3 {
  width: 384px;
  height: 232px;
  background-image: url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-content-creator/wrap4-bg3.png');
}
.mcfcc-page .wrap4-card--item3 .wrap4-card_link {
  color: #D0D1FF;
}
.mcfcc-page .wrap4-card--item4 {
  width: 452px;
  height: 551px;
  background-image: url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-content-creator/wrap4-bg4.png');
}
.mcfcc-page .wrap4-card--item4 .wrap4-card_link {
  color: #A062E3;
}
.mcfcc-page .wrap4-card--item5 {
  width: 384px;
  height: 232px;
  background-image: url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-content-creator/wrap4-bg5.png');
}
.mcfcc-page .wrap4-card--item5 .wrap4-card_link {
  color: #D0D1FF;
}
.mcfcc-page .wrap4-card--item6 {
  width: 349px;
  height: 233px;
  background-image: url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-content-creator/wrap4-bg6.png');
}
.mcfcc-page .wrap4-card--item6 .wrap4-card_link {
  color: #97A8FF;
}
.mcfcc-page .wrap4-card--item7 {
  width: 349px;
  height: 292px;
  background-image: url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-content-creator/wrap4-bg7.png');
}
.mcfcc-page .wrap4-card--item8 {
  width: 384px;
  height: 232px;
  background-image: url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-content-creator/wrap4-bg8.png');
}
@media (max-width: 768px) {
  .mcfcc-page .wrap4-card {
    height: auto;
    min-height: 200px;
    grid-row: auto;
  }
}
.mcfcc-page .wrap4-cta {
  margin-top: 77px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap4-cta {
    margin-top: 34px;
  }
}
.mcfcc-page .wrap4-cta .wrap2-btn {
  display: inline-flex;
  border-radius: 12px;
  padding: 16px 32px;
  font-size: 22px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .mcfcc-page .wrap4-cta .wrap2-btn {
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 10px;
  }
}
.mcfcc-page .wrap4-cta .wrap2-btn.wrap2-btn--primary {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, #1478ff 0%, #7a3cff 48%, #ff3bd4 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16) inset, 0 14px 36px rgba(72, 89, 255, 0.42), 0 0 36px rgba(160, 69, 255, 0.32);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease, background 0.2s ease;
}
.mcfcc-page .wrap4-cta .wrap2-btn.wrap2-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.38) 45%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.65s ease;
}
.mcfcc-page .wrap4-cta .wrap2-btn.wrap2-btn--primary:hover {
  transform: translateY(-3px) scale(1.02);
  filter: saturate(1.15);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.26) inset, 0 18px 48px rgba(72, 89, 255, 0.56), 0 0 52px rgba(255, 59, 212, 0.38);
}
.mcfcc-page .wrap4-cta .wrap2-btn.wrap2-btn--primary:hover::before {
  transform: translateX(120%);
}
.mcfcc-page .wrap4-cta .wrap2-btn.wrap2-btn--primary:active {
  transform: translateY(0) scale(0.98);
  filter: saturate(1.05);
}
@media (max-width: 768px) {
  .mcfcc-page .wrap4 .wrap4-card {
    width: 100%;
    height: auto;
    background-size: 100% 100%;
  }
  .mcfcc-page .wrap4 .wrap4-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.mcfcc-page .wrap5 {
  background: #05001a;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap5 {
    padding: 56px 0 64px;
  }
}
.mcfcc-page .wrap5-title {
  margin: 0 auto 12px;
  max-width: 650px;
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap5-title {
    font-size: 28px;
    padding: 0 4px;
  }
}
.mcfcc-page .wrap5-desc {
  max-width: 760px;
  margin: 0 auto 40px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.65;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap5-desc {
    margin-bottom: 28px;
    font-size: 15px;
  }
}
.mcfcc-page .wrap5-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px 24px;
  max-width: 1000px;
  margin: 0 auto 0;
  padding-bottom: 0;
}
.mcfcc-page .wrap5-tab {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 13px;
  border: none;
  border-bottom: 3px solid transparent;
  background: transparent;
  cursor: pointer;
  text-align: left;
  color: #FFF;
  font-family: inherit;
  opacity: 0.5;
  transition: color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}
.mcfcc-page .wrap5-tab_num {
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #1E1A32;
  font-size: 20px;
  font-weight: 500;
  color: #FFF;
}
.mcfcc-page .wrap5-tab_label {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
}
.mcfcc-page .wrap5-tab.is-active {
  opacity: 1;
  border-bottom-color: #7c6cff;
}
.mcfcc-page .wrap5-tab.is-active .wrap5-tab_num {
  border-color: #fff;
  color: #fff;
}
.mcfcc-page .wrap5-tab:focus-visible {
  outline: 2px solid #8b9dff;
  outline-offset: 4px;
}
.mcfcc-page .wrap5-tabs-line {
  max-width: 1000px;
  margin: 0 auto 28px;
  height: 1px;
  background: #2a2548;
}
.mcfcc-page .wrap5-steps-mb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto 24px;
  padding: 0 4px;
}
.mcfcc-page .wrap5-mb-step {
  flex: 0 0 auto;
  position: relative;
  padding: 6px 16px;
  border-radius: 999px;
  border: 1px solid #4a4570;
  background: #05001A;
  color: #8b87b0;
  font-size: 12px;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.mcfcc-page .wrap5-mb-step:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  width: 90px;
  margin-left: 0;
  border-top: 1px dashed #4a4570;
  transform: translateY(-50%);
  pointer-events: none;
}
.mcfcc-page .wrap5-mb-step.is-active {
  color: #b8b4ff;
  border-color: #7c6cff;
}
.mcfcc-page .wrap5-mb-step:focus-visible {
  outline: 2px solid #8b9dff;
  outline-offset: 2px;
}
.mcfcc-page .wrap5-panels {
  max-width: 1000px;
  margin: 0 auto;
}
.mcfcc-page .wrap5-panels.swiper {
  overflow: hidden;
  padding-bottom: 4px;
}
.mcfcc-page .wrap5-panels .swiper-slide {
  height: auto;
  box-sizing: border-box;
}
.mcfcc-page .wrap5-pagination {
  display: none;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap5-pagination {
    display: block;
    position: relative;
    margin-top: 14px;
  }
  .mcfcc-page .wrap5-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    background: #171672;
    opacity: 1;
  }
  .mcfcc-page .wrap5-pagination .swiper-pagination-bullet-active {
    background: #4a48d9;
    box-shadow: 0 0 10px rgba(79, 140, 255, 0.65);
  }
}
.mcfcc-page .wrap5-panel_tip {
  max-width: 1000px;
  margin: 20px auto 0;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #282383;
  background: linear-gradient(90deg, #030047 0%, #150A45 100%);
}
@media (max-width: 768px) {
  .mcfcc-page .wrap5-panel_tip {
    margin-top: 18px;
    padding: 16px 14px;
    border-radius: 8px;
  }
}
.mcfcc-page .wrap5-panel_tip-label {
  margin: 0 0 4px;
  color: #DBDBDB;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.mcfcc-page .wrap5-panel_tip-body {
  margin: 0;
  color: #DBDBDB;
  font-size: 14px;
  line-height: 1.65;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap5-panel_tip-body {
    font-size: 13px;
    line-height: 1.6;
  }
}
.mcfcc-page .wrap5-panel_tip-link {
  color: #9AB4FF;
  text-underline-offset: 2px;
}
.mcfcc-page .wrap5-panel_tip-link:hover {
  color: #c8d4ff;
}
.mcfcc-page .wrap5-panel_cta {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 30px auto 0;
  width: 100%;
}
.mcfcc-page .wrap5-panel_cta .wrap2-btn {
  display: inline-flex;
  width: 100%;
  max-width: 360px;
  justify-content: center;
  border-radius: 12px;
  padding: 16px 28px;
  font-size: 18px;
  font-weight: 800;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap5-panel_cta .wrap2-btn {
    max-width: none;
    padding: 14px 20px;
    font-size: 16px;
    width: max-content;
  }
}
.mcfcc-page .wrap5-panel_cta .wrap2-btn.wrap2-btn--primary {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, #1478ff 0%, #7a3cff 48%, #ff3bd4 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16) inset, 0 14px 36px rgba(72, 89, 255, 0.42), 0 0 36px rgba(160, 69, 255, 0.32);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease, background 0.2s ease;
}
.mcfcc-page .wrap5-panel_cta .wrap2-btn.wrap2-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.38) 45%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.65s ease;
}
.mcfcc-page .wrap5-panel_cta .wrap2-btn.wrap2-btn--primary:hover {
  transform: translateY(-3px) scale(1.02);
  filter: saturate(1.15);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.26) inset, 0 18px 48px rgba(72, 89, 255, 0.56), 0 0 52px rgba(255, 59, 212, 0.38);
}
.mcfcc-page .wrap5-panel_cta .wrap2-btn.wrap2-btn--primary:hover::before {
  transform: translateX(120%);
}
.mcfcc-page .wrap5-panel_cta .wrap2-btn.wrap2-btn--primary:active {
  transform: translateY(0) scale(0.98);
  filter: saturate(1.05);
}
.mcfcc-page .wrap5-panel {
  border-radius: 16px;
  border: 1px solid #634cbdab;
  background: #05001A;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.mcfcc-page .wrap5-panel::before {
  content: '';
  position: absolute;
  top: -300px;
  left: -600px;
  width: 100%;
  height: 100%;
  border-radius: 747.981px;
  background: rgba(22, 22, 255, 0.222);
  filter: blur(99.94999695px);
  z-index: -1;
}
.mcfcc-page .wrap5-panel[hidden] {
  display: none;
}
.mcfcc-page .wrap5-panel:not([hidden]) {
  display: block;
}
.mcfcc-page .wrap5-panel_inner {
  display: flex;
  align-items: stretch;
  gap: 12px;
  min-height: 320px;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap5-panel_inner {
    flex-direction: column;
    min-height: 0;
  }
}
.mcfcc-page .wrap5-panel_col--text {
  padding: 36px 0 40px 27px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap5-panel_col--text {
    order: 2;
    padding: 0 10px 24px;
  }
}
.mcfcc-page .wrap5-panel_col--media {
  flex-shrink: 0;
  background: rgba(10, 8, 35, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap5-panel_col--media {
    order: 1;
    padding: 10px;
  }
}
.mcfcc-page .wrap5-panel_col--media img {
  display: block;
  width: 100%;
  max-width: 535px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}
.mcfcc-page .wrap5-panel_badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  border-radius: 24px;
  border: 1px solid #51449abd;
  color: #8B77FF;
  font-size: 14px;
  margin-bottom: 17px;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap5-panel_badge {
    font-size: 12px;
    padding: 6px 10px;
    margin-bottom: 15px;
  }
}
.mcfcc-page .wrap5-panel_title {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap5-panel_title {
    font-size: 16px;
  }
}
.mcfcc-page .wrap5-panel_desc {
  margin: 0;
  color: #DBDBDB;
  font-size: 16px;
  line-height: 1.65;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap5-panel_desc {
    font-size: 14px;
  }
}
.mcfcc-page .wrap6 {
  padding: 130px 0;
  background: #05001a;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap6 {
    padding: 100px 0;
  }
}
.mcfcc-page .wrap6-title {
  margin: 0 auto 12px;
  max-width: 450px;
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap6-title {
    font-size: 28px;
  }
}
.mcfcc-page .wrap6-desc {
  max-width: 720px;
  margin: 0 auto 40px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  line-height: 1.65;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap6-desc {
    margin-bottom: 34px;
    font-size: 15px;
  }
}
.mcfcc-page .wrap6-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 17px;
  align-items: start;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap6-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 32px;
  }
}
.mcfcc-page .wrap6-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mcfcc-page .wrap6-nav-item {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 25px 15px;
  border-radius: 16px;
  border: 1px solid #282645;
  background: #110F28;
  color: #dcd9f7;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.mcfcc-page .wrap6-nav-item_avatar {
  position: relative;
  flex-shrink: 0;
  width: 71px;
  height: 74px;
}
.mcfcc-page .wrap6-nav-item_avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mcfcc-page .wrap6-nav-item_badge {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #141030;
  background: #2a2548;
  box-sizing: border-box;
}
.mcfcc-page .wrap6-nav-item_badge--yt {
  background: #ff0000;
}
.mcfcc-page .wrap6-nav-item_badge--tt {
  background: #000;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.mcfcc-page .wrap6-nav-item_badge--pod {
  background: linear-gradient(135deg, #7c6cff 0%, #4b3bbd 100%);
}
.mcfcc-page .wrap6-nav-item_badge--pr {
  background: #2a2548 url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-content-creator/wrap4-icon1.png') center / 14px 14px no-repeat;
}
.mcfcc-page .wrap6-nav-item_meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.mcfcc-page .wrap6-nav-item_role {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.25;
}
.mcfcc-page .wrap6-nav-item_name {
  font-size: 14px;
  color: #DBDBDB;
}
.mcfcc-page .wrap6-nav-item.is-active {
  border: 1px solid #624CBD;
  background: #110F28;
  box-shadow: 0 0 26.9px 0 rgba(31, 0, 158, 0.62) inset;
}
.mcfcc-page .wrap6-nav-item:focus-visible {
  outline: 2px solid #8b9dff;
  outline-offset: 2px;
}
.mcfcc-page .wrap6-mb-top {
  grid-column: 1 / -1;
  grid-row: 1;
}
.mcfcc-page .wrap6-mb-avatars {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.mcfcc-page .wrap6-mb-avatar {
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 50%;
  line-height: 0;
}
.mcfcc-page .wrap6-mb-avatar_img {
  position: relative;
  display: block;
  width: 71px;
  height: 74px;
  opacity: 0.5;
}
.mcfcc-page .wrap6-mb-avatar_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mcfcc-page .wrap6-mb-avatar_img .wrap6-nav-item_badge {
  right: 0;
  bottom: 0;
}
.mcfcc-page .wrap6-mb-avatar.is-active .wrap6-mb-avatar_img {
  opacity: 1;
}
.mcfcc-page .wrap6-mb-avatar:focus-visible {
  outline: 2px solid #8b9dff;
  outline-offset: 4px;
}
.mcfcc-page .wrap6-main {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  position: relative;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap6-main {
    grid-column: 1;
    grid-row: 2;
  }
}
.mcfcc-page .wrap6-sidebar {
  grid-column: 1;
  grid-row: 1;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap6-sidebar {
    display: none;
  }
}
.mcfcc-page .wrap6-arrows {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap6-arrows {
    display: none;
  }
}
.mcfcc-page .wrap6-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.mcfcc-page .wrap6-arrow img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mcfcc-page .wrap6-arrow--prev img {
  transform: rotate(180deg);
}
.mcfcc-page .wrap6-arrow:hover {
  opacity: 1;
}
.mcfcc-page .wrap6-arrow:focus-visible {
  outline: 2px solid #8b9dff;
  outline-offset: 2px;
}
.mcfcc-page .wrap6-panels {
  position: relative;
}
.mcfcc-page .wrap6-panel {
  border-radius: 16px;
  border: 1px solid #624CBD;
  background: #05001A;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.mcfcc-page .wrap6-panel::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 100%;
  height: 100%;
  border-radius: 747.981px;
  background: rgba(22, 22, 255, 0.293);
  filter: blur(99.94999695px);
  z-index: -1;
}
.mcfcc-page .wrap6-panel[hidden] {
  display: none;
}
.mcfcc-page .wrap6-panel:not([hidden]) {
  display: block;
}
.mcfcc-page .wrap6-panel_inner {
  display: flex;
  align-items: center;
  gap: 0;
  min-height: 360px;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap6-panel_inner {
    flex-direction: column;
    min-height: 0;
  }
}
.mcfcc-page .wrap6-panel_media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap6-panel_media {
    width: 323px;
    height: 208px;
    border-radius: 12px;
    overflow: hidden;
    flex: none;
    max-width: none;
    order: 1;
    margin-top: 10px;
  }
}
.mcfcc-page .wrap6-panel_body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap6-panel_body {
    order: 2;
    padding: 18px 16px 24px;
  }
}
.mcfcc-page .wrap6-panel_eyebrow {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #7057FF;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap6-panel_eyebrow {
    font-size: 12px;
  }
}
.mcfcc-page .wrap6-panel_title {
  margin: 0;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap6-panel_title {
    font-size: 22px;
  }
}
.mcfcc-page .wrap6-panel_byline {
  margin: 0;
  font-size: 14px;
  color: #DBDBDB;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap6-panel_byline {
    font-size: 12px;
  }
}
.mcfcc-page .wrap6-panel_lede {
  margin: 4px 0 0;
  font-size: 14px;
  color: #DBDBDB;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap6-panel_lede {
    font-size: 12px;
  }
}
.mcfcc-page .wrap6-panel_rule {
  margin: 14px 0 6px;
  border: none;
  border-top: 1px solid rgba(120, 110, 180, 0.35);
  width: 100%;
}
.mcfcc-page .wrap6-panel_k {
  margin: 8px 0 5px;
  font-size: 14px;
  font-weight: 500;
  color: #7057FF;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap6-panel_k {
    font-size: 12px;
  }
}
.mcfcc-page .wrap6-panel_desc {
  margin: 0;
  font-size: 14px;
  color: #DBDBDB;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap6-panel_desc {
    font-size: 12px;
  }
}
.mcfcc-page .wrap6-quote {
  margin-top: 6px;
  padding: 14px 20px;
  border-radius: 12px;
  background: #110F28;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap6-quote {
    padding: 10px 12px;
  }
}
.mcfcc-page .wrap6-quote_mark {
  flex-shrink: 0;
  margin-top: 2px;
}
.mcfcc-page .wrap6-quote_text {
  margin: 0;
  font-size: 14px;
  color: #DBDBDB;
  line-height: 1.55;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap6-quote_text {
    font-size: 12px;
  }
}
.mcfcc-page .wrap6-cta {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.mcfcc-page .wrap6-cta .wrap2-btn {
  display: inline-flex;
  padding: 16px 32px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 800;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap6-cta .wrap2-btn {
    width: max-content;
    max-width: 400px;
    justify-content: center;
    padding: 14px 20px;
    font-size: 16px;
  }
}
.mcfcc-page .wrap6-cta .wrap2-btn.wrap2-btn--primary {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, #1478ff 0%, #7a3cff 48%, #ff3bd4 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16) inset, 0 14px 36px rgba(72, 89, 255, 0.42), 0 0 36px rgba(160, 69, 255, 0.32);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease, background 0.2s ease;
}
.mcfcc-page .wrap6-cta .wrap2-btn.wrap2-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.38) 45%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.65s ease;
}
.mcfcc-page .wrap6-cta .wrap2-btn.wrap2-btn--primary:hover {
  transform: translateY(-3px) scale(1.02);
  filter: saturate(1.15);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.26) inset, 0 18px 48px rgba(72, 89, 255, 0.56), 0 0 52px rgba(255, 59, 212, 0.38);
}
.mcfcc-page .wrap6-cta .wrap2-btn.wrap2-btn--primary:hover::before {
  transform: translateX(120%);
}
.mcfcc-page .wrap6-cta .wrap2-btn.wrap2-btn--primary:active {
  transform: translateY(0) scale(0.98);
  filter: saturate(1.05);
}
.mcfcc-page .wrap7 {
  position: relative;
  z-index: 2;
}
.mcfcc-page .wrap7-title {
  margin: 0 0 75px;
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap7-title {
    margin-bottom: 16px;
    font-size: 28px;
  }
}
.mcfcc-page .wrap7-item {
  border-radius: 12px;
  background: #120C2B;
  overflow: hidden;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap7-item {
    margin-bottom: 12px;
  }
}
.mcfcc-page .wrap7-item.is-open .wrap7-a {
  max-height: 1000px;
  visibility: visible;
  padding: 16px 26px;
}
.mcfcc-page .wrap7-item.is-open .wrap7-q_icon {
  transform: rotate(0deg);
}
@media (max-width: 768px) {
  .mcfcc-page .wrap7-item.is-open .wrap7-a {
    padding: 12px 12px;
  }
}
.mcfcc-page .wrap7-q {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 16px 26px;
  cursor: pointer;
  user-select: none;
  border-radius: 12px 12px 0 0;
  background: #201743;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap7-q {
    padding: 12px 10px;
  }
}
.mcfcc-page .wrap7-q_num {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  min-width: 34px;
  letter-spacing: 0.4px;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap7-q_num {
    font-size: 14px;
    min-width: 26px;
  }
}
.mcfcc-page .wrap7-q_title {
  margin: 0;
  flex: 1;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap7-q_title {
    font-size: 14px;
  }
}
.mcfcc-page .wrap7-q_icon {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #6E5BFF;
  transform: rotate(180deg);
  transition: transform 0.2s ease;
  flex-shrink: 0;
  margin-left: 8px;
}
.mcfcc-page .wrap7-a {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  padding: 0 26px;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap7-a {
    padding: 0 12px;
  }
}
.mcfcc-page .wrap7-a p {
  margin: 0;
  color: #DBDBDB;
  font-size: 16px;
  line-height: 1.65;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap7-a p {
    font-size: 13px;
    line-height: 1.6;
  }
}
.mcfcc-page .wrap8 {
  position: relative;
  padding: 100px 0 96px;
  z-index: 2;
}
.mcfcc-page .wrap8 .banner-btn--secondary {
  border: none;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap8 {
    padding: 50px 0 80px;
  }
  .mcfcc-page .wrap8 .banner-btn--secondary,
  .mcfcc-page .wrap8 .banner-btn--primary {
    padding: 0 12px;
    font-size: 15px;
  }
}
.mcfcc-page .wrap8-card {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 56px 60px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 30.5px 0 rgba(16, 2, 30, 0.3);
  text-align: center;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap8-card {
    padding: 54px 8px;
    border-radius: 14px;
  }
}
.mcfcc-page .wrap8-title {
  margin: 0 0 23px;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap8-title {
    margin-bottom: 15px;
    font-size: 30px;
  }
}
.mcfcc-page .wrap8-desc {
  margin: 0 auto 28px;
  max-width: 940px;
  color: #d8d6eb;
  font-size: 20px;
  line-height: 1.65;
}
.mcfcc-page .wrap8-desc strong {
  color: #ec3bd9;
  font-weight: 700;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap8-desc {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
  }
}
.mcfcc-page .wrap8-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap8-actions {
    gap: 10px;
  }
}
.mcfcc-page .wrap8-avatars {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
}
@media (max-width: 768px) {
  .mcfcc-page .wrap8-avatars {
    display: none;
  }
}
.mcfcc-page .wrap8-avatar {
  position: absolute;
  display: inline-flex;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(5, 4, 20, 0.45);
  animation: mcfcc-avatar-float 2.8s ease-in-out infinite alternate;
}
.mcfcc-page .wrap8-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mcfcc-page .wrap8-avatar--a1 {
  left: 85px;
  top: 12px;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.mcfcc-page .wrap8-avatar--a2 {
  left: 263px;
  top: 186px;
  animation-delay: 0.35s;
}
.mcfcc-page .wrap8-avatar--a3 {
  left: 113px;
  bottom: 48px;
  animation-delay: 0.7s;
}
.mcfcc-page .wrap8-avatar--a4 {
  right: 115px;
  top: 20px;
  animation-delay: 0.2s;
}
.mcfcc-page .wrap8-avatar--a5 {
  right: 240px;
  top: 174px;
  animation-delay: 0.55s;
}
.mcfcc-page .wrap8-avatar--a6 {
  right: 135px;
  bottom: 62px;
  animation-delay: 0.9s;
}
.mcfcc-page .win-only[hidden],
.mcfcc-page .mac-only[hidden] {
  display: none;
}
