/* Start custom CSS for html, class: .elementor-element-6916439 */.mma-about-hero {
  background: #ffffff;
  color: #050505;
  padding: 120px 24px 90px;
  overflow: hidden;
}

.mma-about-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.mma-about-hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(44px, 6vw, 88px);
  line-height: 0.98;
  letter-spacing: -3px;
  font-weight: 500;
  color: #050505;
}

.mma-about-hero h1 span {
  display: block;
  color: #050505;
}

.mma-about-hero p {
  max-width: 620px;
  margin: 30px 0 0;
  font-size: 17px;
  line-height: 1.8;
  color: #555555;
}

.mma-about-actions {
  display: flex;
  gap: 12px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.mma-about-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 0;
  font-size: 13px;
  letter-spacing: 0.4px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.mma-about-actions a:first-child {
  background: #050505;
  color: #ffffff;
  border: 1px solid #050505;
}

.mma-about-actions a:first-child:hover {
  background: #ffffff;
  color: #050505;
}

.mma-about-actions a:last-child {
  color: #050505;
  border: 1px solid #050505;
  background: transparent;
}

.mma-about-actions a:last-child:hover {
  background: #050505;
  color: #ffffff;
}

.mma-about-note {
  max-width: 760px;
  margin-top: 70px;
  padding-top: 28px;
  border-top: 1px solid rgba(0,0,0,0.14);
}

.mma-about-note p {
  margin: 0;
  font-size: clamp(22px, 3vw, 36px);
  line-height: 1.25;
  letter-spacing: -0.8px;
  color: #111111;
}

@media (max-width: 768px) {
  .mma-about-hero {
    padding: 76px 18px 64px;
  }

  .mma-about-hero h1 {
    letter-spacing: -1.5px;
  }

  .mma-about-hero p {
    font-size: 15.5px;
  }

  .mma-about-note {
    margin-top: 48px;
    padding-top: 24px;
  }

  .mma-about-note p {
    letter-spacing: -0.4px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d37fd42 */.mma-about-values {
  background: #ffffff;
  color: #050505;
  padding: 120px 24px;
}

.mma-values-wrap {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 90px;
  align-items: start;
}

.mma-values-left {
  position: sticky;
  top: 120px;
}

.mma-values-left span {
  display: inline-block;
  margin-bottom: 22px;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #777777;
}

.mma-values-left h2 {
  margin: 0;
  max-width: 460px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.96;
  letter-spacing: -3px;
  font-weight: 500;
  color: #050505;
}

.mma-values-left p {
  margin: 28px 0 0;
  max-width: 430px;
  font-size: 16px;
  line-height: 1.85;
  color: #555555;
}

.mma-values-right {
  display: grid;
  gap: 18px;
}

.mma-value-card {
  position: relative;
  padding: 42px 44px;
  min-height: 245px;
  border: 1px solid rgba(0,0,0,0.12);
  background: #ffffff;
  overflow: hidden;
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.mma-value-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #050505;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.35s ease;
  z-index: 0;
}

.mma-value-card:hover::before {
  transform: scaleY(1);
}

.mma-value-card:hover {
  transform: translateY(-4px);
  border-color: #050505;
}

.mma-value-card > * {
  position: relative;
  z-index: 1;
}

.mma-value-number {
  margin-bottom: 42px;
  font-size: 12px;
  letter-spacing: 2px;
  color: #777777;
  transition: color 0.35s ease;
}

.mma-value-card h3 {
  margin: 0 0 18px;
  max-width: 520px;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.05;
  letter-spacing: -1.2px;
  font-weight: 500;
  color: #050505;
  transition: color 0.35s ease;
}

.mma-value-card p {
  margin: 0;
  max-width: 560px;
  font-size: 15px;
  line-height: 1.8;
  color: #555555;
  transition: color 0.35s ease;
}

.mma-value-card:hover .mma-value-number {
  color: rgba(255,255,255,0.55);
}

.mma-value-card:hover h3 {
  color: #ffffff;
}

.mma-value-card:hover p {
  color: rgba(255,255,255,0.72);
}

@media (max-width: 900px) {
  .mma-about-values {
    padding: 76px 18px;
  }

  .mma-values-wrap {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .mma-values-left {
    position: static;
  }

  .mma-values-left h2 {
    letter-spacing: -1.5px;
  }

  .mma-value-card {
    padding: 32px 24px;
    min-height: auto;
  }

  .mma-value-number {
    margin-bottom: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5747827 */.mma-close-section {
  background: #ffffff;
  color: #050505;
  padding: 120px 24px;
}

.mma-close-wrap {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: center;
}

.mma-close-image {
  overflow: hidden;
  background: #f4f4f4;
}

.mma-close-image img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  display: block;
  filter: grayscale(100%) contrast(1.05);
  transition: transform 0.7s ease, filter 0.7s ease;
}

.mma-close-image:hover img {
  transform: scale(1.04);
  filter: grayscale(0%) contrast(1.04);
}

.mma-close-content span {
  display: inline-block;
  margin-bottom: 22px;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #777777;
}

.mma-close-content h2 {
  margin: 0;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: -3px;
  font-weight: 500;
  color: #050505;
}

.mma-close-content p {
  margin: 30px 0 0;
  max-width: 520px;
  font-size: 16px;
  line-height: 1.85;
  color: #555555;
}

.mma-close-actions {
  display: flex;
  gap: 12px;
  margin-top: 36px;
  flex-wrap: wrap;
}

.mma-close-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border: 1px solid #050505;
  color: #050505;
  text-decoration: none;
  font-size: 13px;
  transition: all 0.25s ease;
}

.mma-close-actions a:first-child {
  background: #050505;
  color: #ffffff;
}

.mma-close-actions a:hover {
  background: #050505;
  color: #ffffff;
}

.mma-close-actions a:first-child:hover {
  background: #ffffff;
  color: #050505;
}

@media (max-width: 900px) {
  .mma-close-section {
    padding: 76px 18px;
  }

  .mma-close-wrap {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .mma-close-image img {
    height: 420px;
  }

  .mma-close-content h2 {
    letter-spacing: -1.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-905eda2 */.mma-ending {
  position: relative;
  background: #050505;
  color: #ffffff;
  padding: 120px 24px 0;
  overflow: hidden;
}

.mma-ending::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.11), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.04), transparent 45%);
  pointer-events: none;
}

.mma-ending-wrap {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

.mma-ending-small {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

.mma-ending-small span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  font-size: 10.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.62);
}

.mma-ending h2 {
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(44px, 7vw, 104px);
  line-height: 0.92;
  letter-spacing: -4.5px;
  font-weight: 500;
  color: #ffffff;
}

.mma-ending h2 span {
  display: block;
}

.mma-ending p {
  max-width: 620px;
  margin: 34px auto 0;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255,255,255,0.72);
}

.mma-ending-marquee {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 95px;
  border-top: 1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  overflow: hidden;
}

.mma-ending-track {
  display: flex;
  width: max-content;
  animation: mmaEndingMove 28s linear infinite;
}

.mma-ending-track span {
  padding: 26px 34px;
  font-size: clamp(28px, 4vw, 58px);
  line-height: 1;
  letter-spacing: -2px;
  color: rgba(255,255,255,0.16);
  white-space: nowrap;
}

@keyframes mmaEndingMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 900px) {
  .mma-ending {
    padding: 82px 18px 0;
  }

  .mma-ending-small {
    margin-bottom: 28px;
  }

  .mma-ending h2 {
    letter-spacing: -2px;
  }

  .mma-ending p {
    margin-top: 26px;
    font-size: 15.5px;
  }

  .mma-ending-marquee {
    margin-top: 64px;
  }

  .mma-ending-track span {
    padding: 22px 24px;
    letter-spacing: -1px;
  }
}/* End custom CSS */