.elementor-24 .elementor-element.elementor-element-cd7320f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-24 .elementor-element.elementor-element-21de25c{padding:1px 5px 0px 5px;--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-24 .elementor-element.elementor-element-21de25c .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(0px/2);}.elementor-24 .elementor-element.elementor-element-21de25c .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(0px/2);}.elementor-24 .elementor-element.elementor-element-21de25c .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(0px/2);}.elementor-24 .elementor-element.elementor-element-21de25c .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-0px/2);}.elementor-24 .elementor-element.elementor-element-21de25c .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-0px/2);}.elementor-24 .elementor-element.elementor-element-21de25c .elementor-icon-list-icon i{color:#000000;transition:color 0.3s;}.elementor-24 .elementor-element.elementor-element-21de25c .elementor-icon-list-icon svg{fill:#000000;transition:fill 0.3s;}.elementor-24 .elementor-element.elementor-element-21de25c .elementor-icon-list-item > .elementor-icon-list-text, .elementor-24 .elementor-element.elementor-element-21de25c .elementor-icon-list-item > a{font-family:"DM Sans", Sans-serif;font-size:15px;font-weight:700;}.elementor-24 .elementor-element.elementor-element-21de25c .elementor-icon-list-text{color:#000000;transition:color 0.3s;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-24 .elementor-element.elementor-element-21de25c .elementor-icon-list-item > .elementor-icon-list-text, .elementor-24 .elementor-element.elementor-element-21de25c .elementor-icon-list-item > a{font-size:13px;}}/* Start custom CSS for html, class: .elementor-element-f7217aa *//* =========================
   NEW MONEY MATRIX ABOUT TITLE SECTION
========================= */

.nmm-about-title-section {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background-color: #f8f7f2;
  background-image: radial-gradient(circle, rgba(30, 30, 26, 0.11) 1.1px, transparent 1.1px);
  background-size: 34px 34px;
  padding: 135px 24px 120px;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

.nmm-about-title-wrap {
  position: relative;
  z-index: 3;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.nmm-about-kicker {
  display: inline-block;
  margin-bottom: 18px;
  color: #e08b22;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: 700;
}

.nmm-about-title {
  max-width: 920px;
  margin: 0 auto;
  color: #20201d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.7vw, 76px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.nmm-about-title em {
  font-style: italic;
  font-weight: 400;
}

.nmm-about-subheading {
  max-width: 760px;
  margin: 24px auto 0;
  color: #5f5f5a;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.65;
  font-weight: 400;
}

/* =========================
   DECORATIVE PATTERNS
========================= */

.nmm-about-title-pattern {
  position: absolute;
  z-index: 1;
  height: auto;
  opacity: 0.13;
  pointer-events: none;
  user-select: none;
  transform-origin: center center;
}

.nmm-about-pattern-left {
  width: 520px;
  max-width: 30vw;
  left: -170px;
  top: -290px;
  animation: nmmAboutPatternRotateLeft 48s linear infinite;
}

.nmm-about-pattern-right {
  width: 560px;
  max-width: 32vw;
  right: -160px;
  bottom: -330px;
  animation: nmmAboutPatternRotateRight 52s linear infinite;
}

@keyframes nmmAboutPatternRotateLeft {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@keyframes nmmAboutPatternRotateRight {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* =========================
   TABLET
========================= */

@media (max-width: 1024px) {
  .nmm-about-title-section {
    padding: 115px 22px 105px;
  }

  .nmm-about-title {
    max-width: 820px;
    font-size: clamp(40px, 6vw, 62px);
  }

  .nmm-about-subheading {
    max-width: 680px;
  }

  .nmm-about-pattern-left {
    width: 460px;
    max-width: 48vw;
    left: -210px;
    top: -260px;
  }

  .nmm-about-pattern-right {
    width: 500px;
    max-width: 50vw;
    right: -220px;
    bottom: -280px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {
  .nmm-about-title-section {
    padding: 88px 18px 92px;
    background-size: 32px 32px;
  }

  .nmm-about-kicker {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .nmm-about-title {
    max-width: 96%;
    font-size: clamp(38px, 11vw, 48px);
    line-height: 1.06;
    letter-spacing: -0.065em;
  }

  .nmm-about-subheading {
    max-width: 94%;
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.6;
  }

  .nmm-about-pattern-left {
    width: 420px;
    max-width: none;
    left: -250px;
    top: -250px;
    opacity: 0.1;
  }

  .nmm-about-pattern-right {
    width: 440px;
    max-width: none;
    right: -260px;
    bottom: -260px;
    opacity: 0.11;
  }
}

@media (max-width: 420px) {
  .nmm-about-title {
    font-size: 36px;
  }

  .nmm-about-subheading {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-910b59d *//* =========================
   NEW MONEY MATRIX MENTOR SECTION
========================= */

.nmm-mentor-section {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background: #ffffff;
  padding: 118px 24px 120px;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

.nmm-mentor-wrap {
  position: relative;
  z-index: 2;
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  grid-template-areas:
    "visual content"
    "visual points";
  align-items: center;
  column-gap: 92px;
  row-gap: 34px;
}

/* =========================
   CONTENT
========================= */

.nmm-mentor-content {
  grid-area: content;
  position: relative;
}

.nmm-mentor-content::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 8px;
  width: 4px;
  height: 108px;
  background: #e08b22;
}

.nmm-mentor-kicker {
  display: block;
  margin-bottom: 14px;
  color: #e08b22;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.nmm-mentor-heading {
  max-width: 980px;
  margin: 0;
  color: #20201d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.05vw, 52px);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.055em;
}

.nmm-mentor-heading em {
  font-family: inherit;
  font-style: italic;
  font-weight: 400;
}

.nmm-mentor-aka {
  display: inline;
  font-family: inherit;
  font-style: italic;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  text-transform: none;
}

.nmm-mentor-intro {
  max-width: 760px;
  margin: 22px 0 0;
  color: #5f5f5a;
  font-size: 15px;
  line-height: 1.7;
}

/* =========================
   VISUAL
========================= */

.nmm-mentor-visual {
  grid-area: visual;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nmm-mentor-visual-stage {
  position: relative;
  width: 520px;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nmm-mentor-photo-bg {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f6be1a 0%, #f09a17 100%);
  z-index: 1;
}

.nmm-mentor-photo {
  position: relative;
  z-index: 4;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  overflow: hidden;
  background: #f4c74e;
  box-shadow: 0 18px 44px rgba(31, 31, 27, 0.10);
}

.nmm-mentor-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  border-radius: 50%;
}

.nmm-mentor-photo img[src*="yourwebsite.com"] {
  opacity: 0;
}

.nmm-mentor-photo::after {
  content: "Mentor image will come here";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  color: #5f5f5a;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  opacity: 0;
}

.nmm-mentor-photo:has(img[src*="yourwebsite.com"])::after {
  opacity: 1;
}

/* =========================
   ANIMATED RINGS
========================= */

.nmm-mentor-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.nmm-mentor-ring-1 {
  width: 458px;
  height: 458px;
  border: 1.5px solid rgba(32, 32, 29, 0.12);
  z-index: 2;
  animation: nmmMentorRingRotate 18s linear infinite;
}

.nmm-mentor-ring-2 {
  width: 508px;
  height: 508px;
  border: 1.5px solid rgba(224, 139, 34, 0.22);
  z-index: 1;
  animation: nmmMentorRingRotateReverse 24s linear infinite;
}

.nmm-mentor-ring-3 {
  width: 548px;
  height: 548px;
  border: 1px solid rgba(32, 32, 29, 0.08);
  z-index: 0;
  animation: nmmMentorRingPulse 6.2s ease-in-out infinite;
}

.nmm-mentor-ring-1::before,
.nmm-mentor-ring-2::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e08b22;
  box-shadow: 0 0 0 5px rgba(224, 139, 34, 0.12);
}

.nmm-mentor-ring-1::before {
  top: 22px;
  right: 78px;
}

.nmm-mentor-ring-2::before {
  bottom: 28px;
  left: 88px;
}

@keyframes nmmMentorRingRotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes nmmMentorRingRotateReverse {
  from {
    transform: translate(-50%, -50%) rotate(360deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

@keyframes nmmMentorRingPulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.03);
    opacity: 1;
  }
}

/* =========================
   POINTS
========================= */

.nmm-mentor-points {
  grid-area: points;
  display: grid;
  gap: 14px;
  max-width: 820px;
}

.nmm-mentor-point {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px 20px;
  background: #fbfaf6;
  border: 1px solid rgba(32, 32, 29, 0.11);
  box-sizing: border-box;
  transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.nmm-mentor-point:hover {
  background: #ffffff;
  border-color: rgba(224, 139, 34, 0.38);
  transform: translateX(4px);
}

.nmm-mentor-icon {
  width: 30px;
  height: 30px;
  border: 1px solid #e08b22;
  border-radius: 50%;
  color: #e08b22;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
  margin-top: 1px;
}

.nmm-mentor-point p {
  margin: 0;
  color: #5f5f5a;
  font-size: 17px;
  line-height: 1.45;
}

.nmm-mentor-point strong {
  color: #20201d;
  font-weight: 700;
}

/* =========================
   TABLET
========================= */

@media (max-width: 1024px) {
  .nmm-mentor-section {
    padding: 96px 22px 102px;
  }

  .nmm-mentor-wrap {
    max-width: 960px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "content"
      "visual"
      "points";
    gap: 44px;
  }

  .nmm-mentor-content {
    text-align: center;
  }

  .nmm-mentor-content::before {
    display: none;
  }

  .nmm-mentor-heading,
  .nmm-mentor-intro,
  .nmm-mentor-points {
    margin-left: auto;
    margin-right: auto;
  }

  .nmm-mentor-heading {
    max-width: 860px;
    font-size: clamp(38px, 6vw, 58px);
  }

  .nmm-mentor-intro {
    max-width: 760px;
  }

  .nmm-mentor-visual-stage {
    width: 470px;
    height: 470px;
  }

  .nmm-mentor-photo-bg,
  .nmm-mentor-photo {
    width: 370px;
    height: 370px;
  }

  .nmm-mentor-ring-1 {
    width: 408px;
    height: 408px;
  }

  .nmm-mentor-ring-2 {
    width: 446px;
    height: 446px;
  }

  .nmm-mentor-ring-3 {
    width: 482px;
    height: 482px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {
  .nmm-mentor-section {
    padding: 76px 18px 84px;
  }

  .nmm-mentor-wrap {
    grid-template-areas:
      "content"
      "visual"
      "points";
    gap: 32px;
  }

  .nmm-mentor-content {
    text-align: center;
  }

  .nmm-mentor-kicker {
    font-size: 12px;
    margin-bottom: 13px;
  }

  .nmm-mentor-heading {
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(33px, 9.2vw, 44px);
    line-height: 1.06;
    letter-spacing: -0.06em;
  }

  .nmm-mentor-aka {
    display: inline;
    font-size: inherit;
  }

  .nmm-mentor-intro {
    max-width: 94%;
    margin: 18px auto 0;
    font-size: 13px;
    line-height: 1.62;
  }

  .nmm-mentor-visual {
    margin-top: 2px;
    margin-bottom: 4px;
  }

  .nmm-mentor-visual-stage {
    width: 320px;
    height: 320px;
  }

  .nmm-mentor-photo-bg,
  .nmm-mentor-photo {
    width: 252px;
    height: 252px;
  }

  .nmm-mentor-photo img {
    object-position: center 18%;
  }

  .nmm-mentor-photo::after {
    font-size: 16px;
    padding: 18px;
  }

  .nmm-mentor-ring-1 {
    width: 276px;
    height: 276px;
  }

  .nmm-mentor-ring-2 {
    width: 302px;
    height: 302px;
  }

  .nmm-mentor-ring-3 {
    width: 324px;
    height: 324px;
  }

  .nmm-mentor-ring-1::before,
  .nmm-mentor-ring-2::before {
    width: 9px;
    height: 9px;
    box-shadow: 0 0 0 4px rgba(224, 139, 34, 0.12);
  }

  .nmm-mentor-ring-1::before {
    top: 14px;
    right: 44px;
  }

  .nmm-mentor-ring-2::before {
    bottom: 16px;
    left: 52px;
  }

  .nmm-mentor-points {
    gap: 12px;
  }

  .nmm-mentor-point {
    grid-template-columns: 30px 1fr;
    gap: 13px;
    padding: 16px 15px;
  }

  .nmm-mentor-point:hover {
    transform: none;
  }

  .nmm-mentor-icon {
    width: 26px;
    height: 26px;
    font-size: 11px;
  }

  .nmm-mentor-point p {
    font-size: 14px;
    line-height: 1.48;
  }
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 420px) {
  .nmm-mentor-heading {
    font-size: 33px;
  }

  .nmm-mentor-visual-stage {
    width: 290px;
    height: 290px;
  }

  .nmm-mentor-photo-bg,
  .nmm-mentor-photo {
    width: 228px;
    height: 228px;
  }

  .nmm-mentor-ring-1 {
    width: 250px;
    height: 250px;
  }

  .nmm-mentor-ring-2 {
    width: 272px;
    height: 272px;
  }

  .nmm-mentor-ring-3 {
    width: 292px;
    height: 292px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2c8c52a *//* =========================
   NEW MONEY MATRIX — WHAT IS SECTION
========================= */

.nmm-what-section {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background-color: #f8f7f2;
  background-image: radial-gradient(circle, rgba(30, 30, 26, 0.11) 1.1px, transparent 1.1px);
  background-size: 34px 34px;
  padding: 118px 24px 120px;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

.nmm-what-wrap {
  position: relative;
  z-index: 3;
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 88px;
  align-items: start;
}

/* =========================
   LEFT CONTENT
========================= */

.nmm-what-left {
  position: relative;
}

.nmm-what-left::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 4px;
  width: 4px;
  height: 116px;
  background: #e08b22;
}

.nmm-what-kicker {
  display: block;
  margin-bottom: 14px;
  color: #e08b22;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.nmm-what-heading {
  max-width: 680px;
  margin: 0;
  color: #20201d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 3.45vw, 56px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.nmm-what-heading em {
  font-style: italic;
  font-weight: 400;
}

.nmm-what-intro {
  max-width: 620px;
  margin: 24px 0 0;
  color: #5f5f5a;
  font-size: 15px;
  line-height: 1.7;
}

/* =========================
   ILLUSTRATION IMAGE
========================= */

.nmm-what-illustration {
  position: relative;
  width: 100%;
  max-width: 560px;
  min-height: 360px;
  margin-top: 46px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(32, 32, 29, 0.10);
  overflow: hidden;
  box-sizing: border-box;
}

.nmm-what-illustration img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  object-fit: cover;
}

.nmm-what-illustration img[src*="yourwebsite.com"] {
  opacity: 0;
}

.nmm-what-illustration::after {
  content: "";
}

.nmm-what-illustration:has(img[src*="yourwebsite.com"])::after {
  content: "Illustration image will come here";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  text-align: center;
  color: #5f5f5a;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}

.nmm-what-illustration::before {
  content: "";
  position: absolute;
  right: -76px;
  bottom: -76px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(32, 32, 29, 0.08);
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
}

/* =========================
   RIGHT CONTENT
========================= */

.nmm-what-right {
  display: grid;
  gap: 24px;
}

.nmm-what-main-card {
  position: relative;
  padding: 34px 36px;
  background: #ffffff;
  border: 1px solid rgba(32, 32, 29, 0.12);
  box-sizing: border-box;
}

.nmm-what-main-card::before {
  content: "";
  position: absolute;
  left: 36px;
  top: 0;
  width: 86px;
  height: 3px;
  background: #e08b22;
}

.nmm-what-main-card p {
  margin: 0;
  color: #5f5f5a;
  font-size: 17px;
  line-height: 1.7;
}

.nmm-what-main-card p + p {
  margin-top: 18px;
}

.nmm-what-main-card strong {
  color: #20201d;
  font-weight: 700;
}

/* =========================
   POINT CARDS
========================= */

.nmm-what-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.nmm-what-point {
  position: relative;
  min-height: 230px;
  padding: 26px 24px 30px;
  background: rgba(251, 250, 246, 0.92);
  border: 1px solid rgba(32, 32, 29, 0.11);
  box-sizing: border-box;
  overflow: hidden;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.nmm-what-point::after {
  content: "";
  position: absolute;
  right: -62px;
  bottom: -62px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(32, 32, 29, 0.07);
  border-radius: 50%;
  pointer-events: none;
}

.nmm-what-point:hover {
  background: #20201d;
  border-color: #20201d;
  transform: translateY(-4px);
}

.nmm-what-number {
  display: block;
  margin-bottom: 38px;
  color: #e08b22;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.nmm-what-point h3 {
  margin: 0;
  color: #20201d;
  font-size: 22px;
  line-height: 1.14;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.nmm-what-point p {
  margin: 14px 0 0;
  color: #5f5f5a;
  font-size: 13.5px;
  line-height: 1.55;
}

.nmm-what-point:hover h3,
.nmm-what-point:hover p {
  color: #ffffff;
}

/* =========================
   KEYWORDS
========================= */

.nmm-what-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nmm-what-keywords span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  background: #ffffff;
  border: 1px solid rgba(224, 139, 34, 0.34);
  color: #6a4b20;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.01em;
}

/* =========================
   CTA BUTTON
========================= */

.nmm-what-cta {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.nmm-what-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 28px;
  background: #20201d;
  color: #ffffff !important;
  border: 1px solid #20201d;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  border-radius: 0;
  box-shadow: 0 5px 0 rgba(32, 32, 29, 0.28);
  transition: background-color 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.nmm-what-button:hover {
  background: #2b2b27;
  border-color: #2b2b27;
  transform: translateY(2px);
  box-shadow: 0 3px 0 rgba(32, 32, 29, 0.28);
}

.nmm-what-button span {
  transform: translateY(-1px);
}

/* =========================
   PATTERN
========================= */

.nmm-what-pattern {
  position: absolute;
  z-index: 1;
  height: auto;
  opacity: 0.12;
  pointer-events: none;
  user-select: none;
}

.nmm-what-pattern-left {
  width: 620px;
  max-width: 34vw;
  left: -240px;
  bottom: -350px;
  animation: nmmWhatPatternRotate 50s linear infinite;
}

@keyframes nmmWhatPatternRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* =========================
   TABLET
========================= */

@media (max-width: 1024px) {
  .nmm-what-section {
    padding: 96px 22px 100px;
  }

  .nmm-what-wrap {
    max-width: 960px;
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .nmm-what-left {
    text-align: center;
  }

  .nmm-what-left::before {
    display: none;
  }

  .nmm-what-heading,
  .nmm-what-intro,
  .nmm-what-illustration {
    margin-left: auto;
    margin-right: auto;
  }

  .nmm-what-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nmm-what-pattern-left {
    width: 520px;
    max-width: 52vw;
    left: -260px;
    bottom: -310px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {
  .nmm-what-section {
    padding: 76px 18px 84px;
    background-size: 32px 32px;
  }

  .nmm-what-wrap {
    gap: 36px;
  }

  .nmm-what-kicker {
    font-size: 12px;
    margin-bottom: 13px;
  }

  .nmm-what-heading {
    max-width: 96%;
    font-size: clamp(34px, 9.8vw, 46px);
    line-height: 1.06;
    letter-spacing: -0.06em;
  }

  .nmm-what-intro {
    max-width: 94%;
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.62;
  }

  .nmm-what-illustration {
    max-width: 100%;
    min-height: 250px;
    margin-top: 32px;
  }

  .nmm-what-illustration img {
    min-height: 250px;
  }

  .nmm-what-illustration:has(img[src*="yourwebsite.com"])::after {
    font-size: 15px;
  }

  .nmm-what-main-card {
    padding: 28px 22px;
  }

  .nmm-what-main-card::before {
    left: 22px;
    width: 64px;
  }

  .nmm-what-main-card p {
    font-size: 14px;
    line-height: 1.65;
  }

  .nmm-what-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .nmm-what-point {
    min-height: auto;
    padding: 24px 22px 26px;
  }

  .nmm-what-point:hover {
    transform: none;
  }

  .nmm-what-number {
    margin-bottom: 26px;
    font-size: 12px;
  }

  .nmm-what-point h3 {
    font-size: 21px;
  }

  .nmm-what-point p {
    font-size: 13px;
    line-height: 1.55;
  }

  .nmm-what-keywords {
    justify-content: center;
  }

  .nmm-what-keywords span {
    min-height: 32px;
    font-size: 12px;
    padding: 0 12px;
  }

  .nmm-what-cta {
    margin-top: 2px;
  }

  .nmm-what-button {
    width: min(340px, 100%);
    min-height: 48px;
    font-size: 14px;
  }

  .nmm-what-pattern-left {
    width: 460px;
    max-width: none;
    left: -270px;
    bottom: -280px;
    opacity: 0.1;
  }
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 420px) {
  .nmm-what-heading {
    font-size: 34px;
  }

  .nmm-what-main-card p {
    font-size: 13.5px;
  }

  .nmm-what-point h3 {
    font-size: 20px;
  }

  .nmm-what-illustration {
    min-height: 230px;
  }

  .nmm-what-illustration img {
    min-height: 230px;
  }
}/* End custom CSS */