.elementor-2020 .elementor-element.elementor-element-9b587df{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-74ff706 *//* Consent Mode Monitor Thank You Page */
.cmm-thankyou-page {
  --cmm-green: #35a954;
  --cmm-green-dark: #2d8f47;
  --cmm-text: #101418;
  --cmm-muted: #56616d;
  --cmm-bg: #f6f8fb;
  --cmm-card: #ffffff;
  --cmm-border: rgba(53, 169, 84, 0.16);
  --cmm-shadow: 0 14px 34px rgba(16, 20, 24, 0.08);

  background: linear-gradient(180deg, #f8fbf9 0%, #f6f8fb 100%);
  padding: 72px 20px;
  font-family: Arial, sans-serif;
}

.cmm-thankyou-wrap {
  max-width: 1080px;
  margin: 0 auto;
}

.cmm-thankyou-hero {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 48px;
}

.cmm-thankyou-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(53, 169, 84, 0.1);
  color: var(--cmm-green-dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.cmm-thankyou-hero h1 {
  margin: 0 0 16px;
  color: var(--cmm-text);
  font-size: 42px;
  line-height: 1.12;
  font-weight: 700;
}

.cmm-thankyou-hero p {
  margin: 0;
  color: var(--cmm-muted);
  font-size: 18px;
  line-height: 1.7;
}

.cmm-video-section {
  margin-top: 32px;
}

.cmm-video-card {
  background: var(--cmm-card);
  border: 1px solid var(--cmm-border);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--cmm-shadow);
}

.cmm-section-header {
  max-width: 820px;
  margin: 0 0 18px;
}

.cmm-section-header h2 {
  margin: 0 0 10px;
  color: var(--cmm-text);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}

.cmm-section-header p {
  margin: 0;
  color: var(--cmm-muted);
  font-size: 17px;
  line-height: 1.7;
}

.cmm-video-frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  background: #0b0f14;
  border: 2px solid rgba(53, 169, 84, 0.65);
  box-shadow:
    0 0 0 1px rgba(53, 169, 84, 0.08),
    0 12px 28px rgba(53, 169, 84, 0.14);
  aspect-ratio: 16 / 9;
}

.cmm-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.cmm-extension-cta {
  text-align: center;
  max-width: 780px;
  margin: 24px auto 0;
}

.cmm-extension-cta p {
  margin: 0 0 18px;
  color: var(--cmm-text);
  font-size: 17px;
  line-height: 1.7;
}

.cmm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 12px;
  background: var(--cmm-green);
  border: 1px solid var(--cmm-green);
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(53, 169, 84, 0.2);
  transition: background-color 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.cmm-btn:hover {
  background: var(--cmm-green-dark);
  border-color: var(--cmm-green-dark);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(53, 169, 84, 0.24);
  color: #ffffff;
}

.cmm-btn:focus-visible {
  outline: 2px solid rgba(53, 169, 84, 0.28);
  outline-offset: 3px;
}

@media (max-width: 1024px) {
  .cmm-thankyou-page {
    padding: 64px 20px;
  }

  .cmm-thankyou-hero h1 {
    font-size: 36px;
  }

  .cmm-section-header h2 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .cmm-thankyou-page {
    padding: 48px 16px;
  }

  .cmm-thankyou-hero {
    margin-bottom: 36px;
  }

  .cmm-thankyou-hero h1 {
    font-size: 30px;
    line-height: 1.16;
  }

  .cmm-thankyou-hero p,
  .cmm-section-header p,
  .cmm-extension-cta p {
    font-size: 16px;
    line-height: 1.65;
  }

  .cmm-section-header h2 {
    font-size: 22px;
    line-height: 1.25;
  }

  .cmm-video-card {
    padding: 18px;
    border-radius: 18px;
  }

  .cmm-video-frame {
    border-radius: 16px;
  }

  .cmm-btn {
    width: 100%;
    padding: 0 18px;
  }
}/* End custom CSS */