*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(13 12 18 / var(--tw-bg-opacity, 1));
  font-family: Montserrat, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4 {
  font-family: Panton, sans-serif;
}

h1.font-extrabold, h2.font-extrabold, h3.font-extrabold, h4.font-extrabold {
  font-weight: 900;
}

h1.font-semibold, h2.font-semibold, h3.font-semibold, h4.font-semibold {
  font-weight: 600;
}

h1.font-black, h2.font-black, h3.font-black, h4.font-black {
  font-weight: 900;
}

#main.site-main {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.hero-form-notice-slot {
  width: 100%;
}

@media (min-width: 1200px) {
  .hero-form-notice-slot {
    max-width: 398px;
  }
}

.hero-form-notice-slot[hidden] {
  display: none;
}

.mmd-form-notice {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding: 0.875rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgb(207 4 81 / 0.35);
  background: linear-gradient(
      145deg,
      rgb(207 4 81 / 0.14) 0%,
      rgb(28 25 39 / 0.98) 55%
    );
  box-shadow:
      0 0 0 1px rgb(255 255 255 / 0.04) inset,
      0 8px 24px rgb(0 0 0 / 0.25);
  font-family: Montserrat, system-ui, sans-serif;
  animation: mmd-form-notice-in 0.35s ease-out;
}

@keyframes mmd-form-notice-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mmd-form-notice:focus {
  outline: none;
  box-shadow:
      0 0 0 1px rgb(255 255 255 / 0.04) inset,
      0 8px 24px rgb(0 0 0 / 0.25),
      0 0 0 2px #0d0c12,
      0 0 0 4px #cf0451;
}

.mmd-form-notice__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background: rgb(207 4 81 / 0.2);
  color: #ff8cb3;
}

.mmd-form-notice__icon svg {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
}

.mmd-form-notice__content {
  min-width: 0;
  flex: 1 1 auto;
  padding-top: 0.125rem;
}

.mmd-form-notice__title {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: #fff;
}

.mmd-form-notice__text {
  margin: 0.25rem 0 0;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.45;
  color: rgb(217 217 217 / 0.92);
}

.container-mmd {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .container-mmd {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .container-mmd {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1280px) {
  .container-mmd {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

/* Títulos de seção — ~28px no mobile, escala até desktop */

.mmd-heading-section {
  font-family: Panton, sans-serif;
  letter-spacing: 0;
}

.mmd-heading-section.font-extrabold {
  font-weight: 900;
}

.mmd-heading-section.font-semibold {
  font-weight: 600;
}

.mmd-heading-section.font-black {
  font-weight: 900;
}

.mmd-heading-section {
  font-size: 1.75rem;
  line-height: 1.25;
}

@media (min-width: 600px) {
  .mmd-heading-section {
    font-size: 2rem;
    line-height: 1.2;
  }
}

@media (min-width: 1200px) {
  .mmd-heading-section {
    font-size: 2.5rem;
    line-height: 46px;
  }
}

.mmd-heading-section--42 {
  @media (min-width: 1200px) {
    font-size: 2.625rem;

    line-height: 49px;
  }
}

.mmd-heading-section--xl42 {
  @media (min-width: 1200px) {
    font-size: 2rem;

    line-height: 1.2;
  }
  @media (min-width: 1920px) {
    font-size: 2.625rem;

    line-height: 53px;
  }
}

.mmd-heading-lead {
  font-family: Panton, sans-serif;
  letter-spacing: 0;
}

.mmd-heading-lead.font-extrabold {
  font-weight: 900;
}

.mmd-heading-lead.font-semibold {
  font-weight: 600;
}

.mmd-heading-lead.font-black {
  font-weight: 900;
}

.mmd-heading-lead {
  font-size: 1.375rem;
  line-height: 1.15;
}

@media (min-width: 600px) {
  .mmd-heading-lead {
    font-size: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .mmd-heading-lead {
    font-size: 2rem;
    line-height: 35px;
  }
}

/* CTA padrão (modelo: botão mobile do hero) */

.hero__cta {
  display: inline-flex;
  height: 3rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 15px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(207 4 81 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.hero__cta:hover {
  --tw-brightness: brightness(1.1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.hero__cta:active {
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hero__cta--block {
  display: flex;
  width: 100%;
}

.hero__cta__label {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 800;
  line-height: 1.375;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}

.font-panton.hero__cta__label {
  font-weight: 900;
}

@media (min-width: 640px) {
  .hero__cta__label {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.hero__badge-icon {
  display: block;
  flex-shrink: 0;
}

.hero__badge-icon--google {
  width: 13px;
  height: 13px;
}

.hero__badge-icon--rd {
  width: 14px;
  height: 16px;
}

.hero__badge-icon--check {
  width: 14px;
  height: 14px;
}

/* Página Obrigado — conteúdo centralizado + footer no rodapé */

body.mmd-page-obrigado {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.mmd-page-obrigado #main.site-main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 0;
}

.mmd-obrigado-section {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding-inline: 1.5rem;
  padding-block: 3rem;
}

.grecaptcha-badge {
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: fixed !important;
  right: -9999px !important;
  bottom: 0 !important;
  z-index: -1 !important;
}

/* Hero — reserva altura do título/lead (reduz CLS quando webfonts aplicam swap) */

.hero__copy > h1 {
  min-height: 7.75rem;
}

.hero__copy > .hero__lead {
  min-height: 5.5rem;
}

.hero__lead-normal {
  margin-top: 0.75rem;
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}

@media (min-width: 1200px) {
  @media (min-width: 1024px) {
    /* faixa Fundo é a mais estreita (~281px) */

    @media (max-width: 1350px) {
      .mmd-par-card__body span.hero__lead-normal {
        font-size: 0.9375rem;
        line-height: 1.45;
      }
    }
  }

  .hero__lead-normal {
    margin-top: 0px;
    display: inline;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 22.7px;
  }
}

@media (min-width: 640px) {
  .hero__copy > h1 {
    min-height: 8.25rem;
  }

  .hero__copy > .hero__lead {
    min-height: 4.75rem;
  }
}

@media (min-width: 1200px) {
  .hero__copy > h1 {
    min-height: 5.25rem;
  }

  .hero__copy > .hero__lead {
    min-height: 4.5rem;
  }
}

/* Hero — bloco 1126×676 (Anima); layout estável em telas largas e com zoom */

.hero__shell {
  box-sizing: border-box;
  width: 100%;
  max-width: 70.375rem;
  margin-inline: auto;
  padding-inline: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 1rem;
}

@media (min-width: 1200px) {
  .hero__shell {
    padding-top: clamp(3rem, 5.2vw, 6.25rem);
  }

  .hero__copy,
    .hero__form {
    min-width: 0;
  }

  .hero__title-accent {
    font-size: 3.8rem;
    line-height: 1.1;
    text-wrap: balance;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .hero__shell {
    padding-top: clamp(2.5rem, 4.5vw, 4rem);
  }

  .hero__copy,
    .hero__form {
    min-width: 0;
  }

  .hero__title-accent {
    font-size: clamp(2.25rem, 4.2vw, 3rem);
    line-height: 1.08;
    text-wrap: balance;
  }
}

@media (min-width: 640px) and (max-width: 899px) {
  .hero__shell {
    padding-top: clamp(2rem, 4vw, 3rem);
    max-width: 42rem;
  }

  .hero__title-accent {
    font-size: clamp(1.85rem, 5.8vw, 2.5rem);
    line-height: 1.1;
    text-wrap: balance;
  }
}

@media (min-width: 500px) and (max-width: 639px) {
  .hero__title-accent {
    font-size: clamp(1.75rem, 7vw, 2.125rem);
    line-height: 1.12;
  }
}

@media (max-width: 499px) {
  .hero__shell {
    padding-inline: 1.125rem;
    padding-top: 2rem;
    padding-bottom: 0.5rem;
  }

  .hero__copy {
    text-align: left;
    align-items: stretch;
  }

  .hero__title {
    text-align: left;
  }

  .hero__title-accent {
    font-size: clamp(1.5rem, 8.2vw, 1.875rem);
    line-height: 1.08;
    text-wrap: balance;
    overflow-wrap: normal;
    word-break: normal;
    margin-top: 0.125rem;
  }

  .hero__title-accent.mmd-gradient-text {
    overflow-wrap: normal;
  }

  .hero__highlight {
    font-size: inherit;
    line-height: inherit;
    padding-inline: 0.375rem;
    padding-block: 0.0625rem;
  }

  .hero__text--secondary {
    color: rgb(217 217 217 / 0.88);
  }

  .hero__badges {
    align-items: stretch;
  }

  .hero__badge {
    min-height: 2.5rem;
  }

  .hero__badge span {
    font-size: 0.75rem;
    line-height: 1.2;
  }

  .hero__cta {
    min-height: 3rem;
  }

  .hero::before,
    .hero::after {
    width: 16rem;
    height: 16rem;
  }

  .hero::before {
    bottom: -6rem;
    right: -6rem;
  }

  .hero::after {
    top: -6rem;
    left: -6rem;
  }
}

.hero::before {
  content: '';
  position: absolute;
  bottom: -200px;
  right: -200px;
  width: clamp(28rem, 36vw, 43.75rem);
  height: clamp(28rem, 36vw, 43.75rem);
  background: radial-gradient(
      circle,
      rgba(141, 34, 106, 0.12) 0%,
      transparent 70%
    );
  pointer-events: none;
}

.hero::after {
  content: '';
  position: absolute;
  top: -200px;
  left: -200px;
  width: clamp(28rem, 36vw, 43.75rem);
  height: clamp(28rem, 36vw, 43.75rem);
  background: radial-gradient(
      circle,
      rgba(237, 20, 98, 0.12) 0%,
      transparent 70%
    );
  pointer-events: none;
}

@media (max-width: 639px) {
  .hero-form-panel {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 50;
    align-items: center;
    justify-content: center;
    padding: max(0.75rem, env(safe-area-inset-top, 0px))
        max(0.75rem, env(safe-area-inset-right, 0px))
        max(0.75rem, env(safe-area-inset-bottom, 0px))
        max(0.75rem, env(safe-area-inset-left, 0px));
    background-color: rgb(0 0 0 / 0.82);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
  }

  .hero-form-panel.is-open {
    display: flex;
  }

  .hero-form-panel__card {
    width: 100%;
    max-width: min(100%, 22.5rem);
    max-height: 88dvh;
    height: -moz-fit-content;
    height: fit-content;
    overflow: visible;
    box-shadow:
        0 25px 50px -12px rgb(0 0 0 / 0.55),
        0 0 0 1px rgb(255 255 255 / 0.06);
  }

  .hero-form-panel__card.is-scrollable {
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .hero-form-panel.is-open .hero-form-panel__card {
    animation: hero-form-modal-in 0.22s ease-out;
  }
}

@media (min-width: 640px) and (max-width: 1199px) {
  .hero-form-panel {
    display: block;
    position: relative;
    inset: auto;
    z-index: auto;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    padding: 0;
  }

  .hero-form-panel__card {
    max-height: none;
    overflow: visible;
    box-shadow: none;
  }
}

@media (min-width: 400px) and (max-width: 639px) {
  .hero-form-panel__card {
    max-width: min(100%, 26.5rem);
  }
}

@keyframes hero-form-modal-in {
  from {
    opacity: 0;
    transform: scale(0.97) translateY(0.5rem);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.mmd-logo-marquee-outer {
  --mmd-section-pad: 1.5rem;
  width: calc(100% + 2 * var(--mmd-section-pad));
  max-width: none;
  margin-inline: calc(-1 * var(--mmd-section-pad));
}

@media (min-width: 1920px) {
  .mmd-logo-marquee-outer {
    --mmd-section-pad: 401px;
  }
}

.mmd-logo-marquee {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

.mmd-logo-marquee__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  animation: mmd-logo-marquee 45s linear infinite;
}

.mmd-logo-marquee__group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 2rem;
  padding-right: 2rem;
  list-style: none;
  margin: 0;
}

@media (min-width: 640px) {
  .mmd-logo-marquee__group {
    gap: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1920px) {
  .mmd-logo-marquee__group {
    gap: 4.5rem;
    padding-right: 4.5rem;
  }
}

.mmd-logo-marquee__item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mmd-logo-marquee__img {
  height: 28px;
  width: auto;
  max-width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.85;
}

@media (min-width: 640px) {
  .mmd-logo-marquee__img {
    height: 36px;
    max-width: 130px;
  }
}

@media (min-width: 1920px) {
  .mmd-logo-marquee__img {
    height: 50px;
    max-width: 180px;
  }
}

@keyframes mmd-logo-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-33.333%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mmd-logo-marquee__track {
    animation: none;
  }
}

.mmd-stat-bar {
  overflow: hidden;
}

.mmd-stat-item {
  flex-shrink: 0;
}

.mmd-stat-value {
  display: inline-block;
  flex-shrink: 0;
  line-height: 1;
  white-space: nowrap;
  font-size: 2.75rem;
}

.mmd-stat-label {
  flex-shrink: 0;
  width: -moz-max-content;
  width: max-content;
  max-width: none;
}

@media (min-width: 640px) {
  .mmd-stat-value {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px) {
  .mmd-stat-value {
    font-size: 3rem;
  }
}

@media (min-width: 1120px) {
  .mmd-stat-value {
    font-size: 4rem;
  }
}

/* Seção 5 — PAR (SVG funil-mmd.svg + cards alinhados por linha) */

.mmd-par-header h2 {
  text-wrap: balance;
}

.mmd-par-layout {
  --mmd-par-tier-h: 8.75rem;
  --mmd-par-tier-gap: 1.3125rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.mmd-par-layout__cards {
  display: flex;
  flex-direction: column;
  gap: 1.4375rem;
}

.mmd-par-card {
  width: 100%;
  box-sizing: border-box;
}

.mmd-par-funnel {
  position: relative;
  width: min(100%, 38.9375rem);
  max-width: 100%;
  margin-inline: auto;
  flex-shrink: 0;
  filter: drop-shadow(0 4px 24px rgb(0 0 0 / 0.35));
}

.mmd-par-funnel__art {
  display: block;
  width: 100%;
  height: auto;
}

.mmd-par-funnel__copy {
  position: absolute;
  inset: 0;
  margin: 0;
  pointer-events: none;
}

.mmd-par-funnel__tier {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
  padding-inline: 0.5rem;
  text-align: center;
  color: #d9d9d9;
}

.mmd-par-funnel__label {
  font-family: Panton, ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3125;
}

.mmd-par-funnel__title {
  font-family: Panton, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.2;
}

/* funil-mmd.svg 623×462 — proporções das faixas no mobile */

.mmd-par-funnel__tier--1 {
  top: 0;
  left: 0;
  right: 0;
  height: 30.303%;
}

.mmd-par-funnel__tier--2 {
  top: 34.848%;
  left: 13.7%;
  right: 13.7%;
  height: 30.303%;
}

.mmd-par-funnel__tier--3 {
  top: 69.697%;
  left: 27.4%;
  right: 27.4%;
  height: 30.303%;
}

@media (max-width: 1023px) {
  .mmd-par-funnel__tier--3 {
    padding-inline: 0.75rem;
  }

  .mmd-par-funnel__tier--3 .mmd-par-funnel__label {
    font-size: 0.8125rem;
  }

  .mmd-par-funnel__tier--3 .mmd-par-funnel__title {
    font-size: 0.875rem;
    line-height: 1.15;
    text-wrap: balance;
    max-width: 100%;
  }
}

@media (min-width: 640px) {
  .mmd-par-funnel__title {
    font-size: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .mmd-par-layout {
    /* funil-mmd.svg: larguras alinhadas à direita 623 → 452 → 281px */
    --mmd-par-funnel-w: 38.9375rem;
    --mmd-par-funnel-h: calc(3 * var(--mmd-par-tier-h) + 2 * var(--mmd-par-tier-gap));
    --mmd-par-tier-1-w: 38.9375rem;
    --mmd-par-tier-2-w: 28.25rem;
    --mmd-par-tier-3-w: 17.5625rem;
    --mmd-par-text-inset: 3rem;
    /* cards em 80%: reserva de texto menor que a faixa cheia do funil */
    --mmd-par-tier-pad-scale: 0.62;
    --mmd-par-card-width: 80%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--mmd-par-funnel-w);
    grid-template-rows: repeat(3, var(--mmd-par-tier-h));
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: var(--mmd-par-tier-gap);
    align-items: start;
  }

  .mmd-par-layout__cards {
    display: contents;
  }

  .mmd-par-card {
    position: relative;
    z-index: 1;
    grid-column: 1 / -1;
    width: var(--mmd-par-card-width);
    height: var(--mmd-par-tier-h);
    min-height: var(--mmd-par-tier-h);
    max-height: var(--mmd-par-tier-h);
    max-width: none;
    justify-self: start;
    box-sizing: border-box;
    align-self: start;
    overflow: hidden;
  }

  .mmd-par-card__num {
    font-size: 4rem;
    line-height: 1;
  }

  .mmd-par-card__body {
    flex: 1;
    min-width: 0;
  }

  .mmd-par-card:nth-child(1) {
    grid-row: 1;
    padding-right: calc(
        (var(--mmd-par-tier-1-w) - var(--mmd-par-text-inset)) * var(--mmd-par-tier-pad-scale)
      );
  }

  .mmd-par-card:nth-child(2) {
    grid-row: 2;
    padding-right: calc(
        (var(--mmd-par-tier-2-w) - var(--mmd-par-text-inset)) * var(--mmd-par-tier-pad-scale)
      );
  }

  .mmd-par-card:nth-child(3) {
    grid-row: 3;
    padding-right: calc(
        (var(--mmd-par-tier-3-w) - var(--mmd-par-text-inset)) * var(--mmd-par-tier-pad-scale)
      );
  }

  .mmd-par-funnel {
    display: block;
    width: var(--mmd-par-funnel-w);
    height: var(--mmd-par-funnel-h);
    max-width: none;
    grid-column: 2;
    grid-row: 1 / -1;
    z-index: 2;
    align-self: start;
    justify-self: end;
    margin-left: 0;
    margin-right: 0;
    pointer-events: none;
  }

  .mmd-par-funnel__art {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }

  .mmd-par-funnel__copy {
    pointer-events: none;
  }

  .mmd-par-funnel__title {
    font-size: 1.375rem;
  }

  /* faixa Fundo é a mais estreita (~281px) */

  .mmd-par-funnel__tier--3 {
    overflow: hidden;
    padding-inline: 0.375rem;
  }

  .mmd-par-funnel__tier--3 .mmd-par-funnel__label {
    font-size: 0.9375rem;
    line-height: 1.2;
  }

  .mmd-par-funnel__tier--3 .mmd-par-funnel__title {
    font-size: 1.0625rem;
    line-height: 1.15;
    text-wrap: balance;
    max-width: 100%;
  }

  .mmd-par-funnel__tier--1 {
    top: 0;
    left: 0;
    right: 0;
    height: var(--mmd-par-tier-h);
  }

  .mmd-par-funnel__tier--2 {
    top: calc(var(--mmd-par-tier-h) + var(--mmd-par-tier-gap));
    left: 13.7%;
    right: 13.7%;
    height: var(--mmd-par-tier-h);
  }

  .mmd-par-funnel__tier--3 {
    top: calc(2 * var(--mmd-par-tier-h) + 2 * var(--mmd-par-tier-gap));
    left: 27.4%;
    right: 27.4%;
    height: var(--mmd-par-tier-h);
  }

  @media (max-width: 1350px) {
    .mmd-par-layout {
      --mmd-par-tier-pad-scale: 0.78;
      --mmd-par-card-width: 72%;
    }

    .mmd-par-card__num {
      font-size: 3.25rem;
    }

    .mmd-par-card__body {
      font-size: 1.0625rem;
      line-height: 1.35;
    }

    .mmd-par-card__body span.text-base {
      font-size: 0.9375rem;
      line-height: 1.45;
    }
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-\[18\%\] {
  bottom: 18%;
}

.bottom-\[22\%\] {
  bottom: 22%;
}

.bottom-\[8\%\] {
  bottom: 8%;
}

.left-\[10\%\] {
  left: 10%;
}

.left-\[5\%\] {
  left: 5%;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-\[38\%\] {
  right: 38%;
}

.right-\[6\%\] {
  right: 6%;
}

.right-\[8\%\] {
  right: 8%;
}

.top-1\/2 {
  top: 50%;
}

.top-3 {
  top: 0.75rem;
}

.top-\[14\%\] {
  top: 14%;
}

.top-\[22\%\] {
  top: 22%;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[21px\] {
  margin-top: 21px;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-20 {
  height: 5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[22px\] {
  height: 22px;
}

.h-\[28px\] {
  height: 28px;
}

.h-\[39px\] {
  height: 39px;
}

.h-\[58px\] {
  height: 58px;
}

.h-\[9px\] {
  height: 9px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-\[360px\] {
  max-height: 360px;
}

.max-h-\[42px\] {
  max-height: 42px;
}

.min-h-\[160px\] {
  min-height: 160px;
}

.min-h-\[350px\] {
  min-height: 350px;
}

.min-h-\[965px\] {
  min-height: 965px;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[14px\] {
  width: 14px;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[18px\] {
  width: 18px;
}

.w-\[19px\] {
  width: 19px;
}

.w-\[39px\] {
  width: 39px;
}

.w-\[9px\] {
  width: 9px;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.max-w-\[1118px\] {
  max-width: 1118px;
}

.max-w-\[1119px\] {
  max-width: 1119px;
}

.max-w-\[1120px\] {
  max-width: 1120px;
}

.max-w-\[1122px\] {
  max-width: 1122px;
}

.max-w-\[1123px\] {
  max-width: 1123px;
}

.max-w-\[1124px\] {
  max-width: 1124px;
}

.max-w-\[140px\] {
  max-width: 140px;
}

.max-w-\[1510px\] {
  max-width: 1510px;
}

.max-w-\[173px\] {
  max-width: 173px;
}

.max-w-\[1920px\] {
  max-width: 1920px;
}

.max-w-\[271px\] {
  max-width: 271px;
}

.max-w-\[298px\] {
  max-width: 298px;
}

.max-w-\[350px\] {
  max-width: 350px;
}

.max-w-\[376px\] {
  max-width: 376px;
}

.max-w-\[380px\] {
  max-width: 380px;
}

.max-w-\[435px\] {
  max-width: 435px;
}

.max-w-\[455px\] {
  max-width: 455px;
}

.max-w-\[461px\] {
  max-width: 461px;
}

.max-w-\[467px\] {
  max-width: 467px;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-\[521px\] {
  max-width: 521px;
}

.max-w-\[547px\] {
  max-width: 547px;
}

.max-w-\[632px\] {
  max-width: 632px;
}

.max-w-\[640px\] {
  max-width: 640px;
}

.max-w-\[663px\] {
  max-width: 663px;
}

.max-w-\[679px\] {
  max-width: 679px;
}

.max-w-\[692px\] {
  max-width: 692px;
}

.max-w-\[846px\] {
  max-width: 846px;
}

.max-w-\[900px\] {
  max-width: 900px;
}

.max-w-\[937px\] {
  max-width: 937px;
}

.max-w-\[945px\] {
  max-width: 945px;
}

.max-w-\[956px\] {
  max-width: 956px;
}

.max-w-\[958px\] {
  max-width: 958px;
}

.flex-1 {
  flex: 1 1 0%;
}

.shrink-0 {
  flex-shrink: 0;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.content-start {
  align-content: flex-start;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[19px\] {
  gap: 19px;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[5px\] {
  gap: 5px;
}

.gap-\[66px\] {
  gap: 66px;
}

.gap-\[7px\] {
  gap: 7px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-clip {
  overflow-x: clip;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[15px\] {
  border-radius: 15px;
}

.rounded-\[1px\] {
  border-radius: 1px;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[30px\] {
  border-radius: 30px;
}

.rounded-\[32px\] {
  border-radius: 32px;
}

.rounded-\[50px\] {
  border-radius: 50px;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-\[0\.5px\] {
  border-width: 0.5px;
}

.border-t {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-\[\#76022e\] {
  --tw-border-opacity: 1;
  border-color: rgb(118 2 46 / var(--tw-border-opacity, 1));
}

.border-mmd-border-accent {
  --tw-border-opacity: 1;
  border-color: rgb(123 1 47 / var(--tw-border-opacity, 1));
}

.border-mmd-border-card {
  --tw-border-opacity: 1;
  border-color: rgb(22 14 40 / var(--tw-border-opacity, 1));
}

.border-mmd-pink {
  --tw-border-opacity: 1;
  border-color: rgb(207 4 81 / var(--tw-border-opacity, 1));
}

.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-mmd-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(13 12 18 / var(--tw-bg-opacity, 1));
}

.bg-mmd-bg-card {
  --tw-bg-opacity: 1;
  background-color: rgb(19 16 30 / var(--tw-bg-opacity, 1));
}

.bg-mmd-bg-field {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 39 / var(--tw-bg-opacity, 1));
}

.bg-mmd-bg-metric {
  --tw-bg-opacity: 1;
  background-color: rgb(21 20 28 / var(--tw-bg-opacity, 1));
}

.bg-mmd-bg-pill {
  --tw-bg-opacity: 1;
  background-color: rgb(15 14 25 / var(--tw-bg-opacity, 1));
}

.bg-mmd-bg-section {
  --tw-bg-opacity: 1;
  background-color: rgb(6 5 11 / var(--tw-bg-opacity, 1));
}

.bg-mmd-bg-stat-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(21 19 28 / var(--tw-bg-opacity, 1));
}

.bg-mmd-dot-muted {
  --tw-bg-opacity: 1;
  background-color: rgb(31 15 52 / var(--tw-bg-opacity, 1));
}

.bg-mmd-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(207 4 81 / var(--tw-bg-opacity, 1));
}

.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.bg-white\/\[0\.05\] {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#002521\] {
  --tw-gradient-from: #002521 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 37 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#25000c\] {
  --tw-gradient-from: #25000c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 0 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#dc0456\] {
  --tw-gradient-from: #dc0456 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 4 86 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-mmd-bg {
  --tw-gradient-from: #0D0C12 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 12 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-mmd-pink {
  --tw-gradient-from: #CF0451 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 4 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#002521\]\/20 {
  --tw-gradient-to: rgb(0 37 33 / 0.2) var(--tw-gradient-to-position);
}

.to-\[\#0a0a0d\] {
  --tw-gradient-to: #0a0a0d var(--tw-gradient-to-position);
}

.to-\[\#25000c\]\/20 {
  --tw-gradient-to: rgb(37 0 12 / 0.2) var(--tw-gradient-to-position);
}

.to-\[\#401e40\] {
  --tw-gradient-to: #401e40 var(--tw-gradient-to-position);
}

.to-\[\#ff607a\] {
  --tw-gradient-to: #ff607a var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-\[50\%_42\%\] {
  -o-object-position: 50% 42%;
     object-position: 50% 42%;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-left {
  -o-object-position: left;
     object-position: left;
}

.p-1 {
  padding: 0.25rem;
}

.p-5 {
  padding: 1.25rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[23px\] {
  padding-left: 23px;
  padding-right: 23px;
}

.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[22px\] {
  padding-top: 22px;
  padding-bottom: 22px;
}

.py-\[25px\] {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-\[35px\] {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-\[55px\] {
  padding-top: 55px;
  padding-bottom: 55px;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-\[41px\] {
  padding-left: 41px;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pt-16 {
  padding-top: 4rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.font-montserrat {
  font-family: Montserrat, sans-serif;
}

.font-panton {
  font-family: Panton, sans-serif;
}

.font-rubik {
  font-family: Rubik, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-\[23px\] {
  font-size: 23px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[2rem\] {
  font-size: 2rem;
}

.text-\[35px\] {
  font-size: 35px;
}

.text-\[64px\] {
  font-size: 64px;
}

.text-\[80px\] {
  font-size: 80px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-4 {
  line-height: 1rem;
}

.leading-\[1\.15\] {
  line-height: 1.15;
}

.leading-\[1\.35\] {
  line-height: 1.35;
}

.leading-\[1\.45\] {
  line-height: 1.45;
}

.leading-\[100px\] {
  line-height: 100px;
}

.leading-\[15px\] {
  line-height: 15px;
}

.leading-\[17px\] {
  line-height: 17px;
}

.leading-\[18px\] {
  line-height: 18px;
}

.leading-\[19\.9px\] {
  line-height: 19.9px;
}

.leading-\[20px\] {
  line-height: 20px;
}

.leading-\[22\.7px\] {
  line-height: 22.7px;
}

.leading-\[22px\] {
  line-height: 22px;
}

.leading-\[23px\] {
  line-height: 23px;
}

.leading-\[28\.1px\] {
  line-height: 28.1px;
}

.leading-\[28\.4px\] {
  line-height: 28.4px;
}

.leading-\[30px\] {
  line-height: 30px;
}

.leading-\[34\.1px\] {
  line-height: 34.1px;
}

.leading-\[37px\] {
  line-height: 37px;
}

.leading-\[83\.2px\] {
  line-height: 83.2px;
}

.leading-\[90\.9px\] {
  line-height: 90.9px;
}

.leading-none {
  line-height: 1;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[0\] {
  letter-spacing: 0;
}

.text-\[\#1bb2a1\] {
  --tw-text-opacity: 1;
  color: rgb(27 178 161 / var(--tw-text-opacity, 1));
}

.text-\[\#cf0436\] {
  --tw-text-opacity: 1;
  color: rgb(207 4 54 / var(--tw-text-opacity, 1));
}

.text-\[\#d9d9d9\] {
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}

.text-\[\#ffffff99\] {
  color: #ffffff99;
}

.text-\[\#ffffffcc\] {
  color: #ffffffcc;
}

.text-\[\#ffffffe6\] {
  color: #ffffffe6;
}

.text-mmd-pink {
  --tw-text-opacity: 1;
  color: rgb(207 4 81 / var(--tw-text-opacity, 1));
}

.text-transparent {
  color: transparent;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-\[0\.08\] {
  opacity: 0.08;
}

.opacity-\[0\.11\] {
  opacity: 0.11;
}

.opacity-\[0\.12\] {
  opacity: 0.12;
}

.opacity-\[0\.13\] {
  opacity: 0.13;
}

.opacity-\[0\.14\] {
  opacity: 0.14;
}

.opacity-\[0\.1\] {
  opacity: 0.1;
}

.mix-blend-overlay {
  mix-blend-mode: overlay;
}

.shadow-\[0px_1px_13px_\#dc049b30\] {
  --tw-shadow: 0px 1px 13px #dc049b30;
  --tw-shadow-colored: 0px 1px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_4px_4px_\#00000040\] {
  --tw-shadow: 0px 4px 4px #00000040;
  --tw-shadow-colored: 0px 4px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Panton ExtraBold (Anima) → Black 900 */

.font-panton.font-extrabold {
  font-weight: 900;
}

.font-panton.font-semibold {
  font-weight: 600;
}

.font-panton.font-black {
  font-weight: 900;
}

@keyframes float-slow {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes float-medium {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.animate-float-slow {
  animation: float-slow 6s ease-in-out infinite;
}

.animate-float-medium {
  animation: float-medium 4s ease-in-out infinite;
}

/* Gradiente em texto: camada sólida evita til/diacríticos transparentes com bg-clip-text */

.mmd-gradient-text {
  position: relative;
  display: inline-block;
  max-width: 100%;
  background-image: linear-gradient(to right, #ff00aa, #ea1462);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  overflow-wrap: anywhere;
}

.mmd-gradient-text::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  color: #ff00aa;
  -webkit-text-fill-color: #ff00aa;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  white-space: inherit;
}

@font-face {
  font-family: 'Panton';

  src: url('../fonts/Panton-SemiBold.woff2') format('woff2'),
       url('../fonts/Panton-SemiBold.woff')  format('woff');

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Panton';

  src: url('../fonts/Panton-Bold.woff2') format('woff2'),
       url('../fonts/Panton-Bold.woff')  format('woff');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Panton';

  src: url('../fonts/Panton-Black.woff2') format('woff2'),
       url('../fonts/Panton-Black.woff')  format('woff');

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';

  src: url('../fonts/Montserrat-300.woff2') format('woff2');

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';

  src: url('../fonts/Montserrat-400.woff2') format('woff2');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';

  src: url('../fonts/Montserrat-500.woff2') format('woff2');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';

  src: url('../fonts/Montserrat-600.woff2') format('woff2');

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';

  src: url('../fonts/Montserrat-700.woff2') format('woff2');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';

  src: url('../fonts/Montserrat-800.woff2') format('woff2');

  font-weight: 800;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';

  src: url('../fonts/Montserrat-900.woff2') format('woff2');

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Rubik';

  src: url('../fonts/Rubik-400.woff2') format('woff2');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Rubik';

  src: url('../fonts/Rubik-700.woff2') format('woff2');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Rubik';

  src: url('../fonts/Rubik-800.woff2') format('woff2');

  font-weight: 800;

  font-style: normal;

  font-display: swap;
}

@media (min-width: 640px) {
  @media (min-width: 1024px) {
    /* faixa Fundo é a mais estreita (~281px) */

    @media (max-width: 1350px) {
      .mmd-par-card__body span.sm\:text-base {
        font-size: 0.9375rem;
        line-height: 1.45;
      }
    }
  }
}

@media (min-width: 1200px) {
  @media (min-width: 1024px) {
    /* faixa Fundo é a mais estreita (~281px) */

    @media (max-width: 1350px) {
      .mmd-par-card__body span.min-\[1200px\]\:text-base {
        font-size: 0.9375rem;
        line-height: 1.45;
      }
    }
  }
}

.placeholder\:text-\[\#ffffff33\]::-moz-placeholder {
  color: #ffffff33;
}

.placeholder\:text-\[\#ffffff33\]::placeholder {
  color: #ffffff33;
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-mmd-pink:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(207 4 81 / var(--tw-ring-opacity, 1));
}

@media (max-width: 1199px) {
  .max-\[1199px\]\:hidden {
    display: none;
  }

  .max-\[1199px\]\:text-left {
    text-align: left;
  }
}

@media (max-width: 499px) {
  .max-\[499px\]\:mt-5 {
    margin-top: 1.25rem;
  }

  .max-\[499px\]\:items-stretch {
    align-items: stretch;
  }

  .max-\[499px\]\:gap-2 {
    gap: 0.5rem;
  }

  .max-\[499px\]\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-\[499px\]\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 480px) {
  .min-\[480px\]\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .min-\[480px\]\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .min-\[480px\]\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .min-\[480px\]\:leading-\[19\.9px\] {
    line-height: 19.9px;
  }
}

@media (min-width: 640px) {
  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:mt-\[13px\] {
    margin-top: 13px;
  }

  .sm\:mt-\[15px\] {
    margin-top: 15px;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-7 {
    height: 1.75rem;
  }

  .sm\:h-\[35px\] {
    height: 35px;
  }

  .sm\:h-\[39px\] {
    height: 39px;
  }

  .sm\:min-h-\[109px\] {
    min-height: 109px;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-7 {
    width: 1.75rem;
  }

  .sm\:w-\[23px\] {
    width: 23px;
  }

  .sm\:w-\[39px\] {
    width: 39px;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-\[17px\] {
    gap: 17px;
  }

  .sm\:rounded-\[30px\] {
    border-radius: 30px;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:py-\[25px\] {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pt-14 {
    padding-top: 3.5rem;
  }

  .sm\:text-\[21px\] {
    font-size: 21px;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:leading-\[1\.5\] {
    line-height: 1.5;
  }

  .sm\:leading-\[25px\] {
    line-height: 25px;
  }

  .sm\:leading-relaxed {
    line-height: 1.625;
  }

  .min-\[640px\]\:max-h-\[480px\] {
    max-height: 480px;
  }

  .min-\[640px\]\:w-auto {
    width: auto;
  }

  .min-\[640px\]\:flex-row {
    flex-direction: row;
  }

  .min-\[640px\]\:flex-wrap {
    flex-wrap: wrap;
  }

  .min-\[640px\]\:items-center {
    align-items: center;
  }

  .min-\[640px\]\:justify-center {
    justify-content: center;
  }

  .min-\[640px\]\:gap-4 {
    gap: 1rem;
  }

  .min-\[640px\]\:gap-6 {
    gap: 1.5rem;
  }

  .min-\[640px\]\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .min-\[640px\]\:text-left {
    text-align: left;
  }

  .min-\[640px\]\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .min-\[640px\]\:leading-\[17px\] {
    line-height: 17px;
  }

  @media (max-width: 899px) {
    .min-\[640px\]\:max-\[899px\]\:mt-8 {
      margin-top: 2rem;
    }

    .min-\[640px\]\:max-\[899px\]\:flex-row {
      flex-direction: row;
    }

    .min-\[640px\]\:max-\[899px\]\:flex-wrap {
      flex-wrap: wrap;
    }

    .min-\[640px\]\:max-\[899px\]\:justify-center {
      justify-content: center;
    }

    .min-\[640px\]\:max-\[899px\]\:gap-2 {
      gap: 0.5rem;
    }
  }
}

@media (min-width: 900px) {
  @media (max-width: 1199px) {
    .min-\[900px\]\:max-\[1199px\]\:mt-8 {
      margin-top: 2rem;
    }

    .min-\[900px\]\:max-\[1199px\]\:flex-row {
      flex-direction: row;
    }

    .min-\[900px\]\:max-\[1199px\]\:flex-nowrap {
      flex-wrap: nowrap;
    }

    .min-\[900px\]\:max-\[1199px\]\:items-center {
      align-items: center;
    }

    .min-\[900px\]\:max-\[1199px\]\:justify-start {
      justify-content: flex-start;
    }

    .min-\[900px\]\:max-\[1199px\]\:gap-2 {
      gap: 0.5rem;
    }
  }
}

@media (min-width: 1024px) {
  .min-\[1024px\]\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .min-\[1024px\]\:pr-0 {
    padding-right: 0px;
  }
}

@media (min-width: 1120px) {
  .min-\[1120px\]\:min-h-\[188px\] {
    min-height: 188px;
  }

  .min-\[1120px\]\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .min-\[1120px\]\:gap-\[83px\] {
    gap: 83px;
  }

  .min-\[1120px\]\:px-\[104px\] {
    padding-left: 104px;
    padding-right: 104px;
  }

  .min-\[1120px\]\:py-\[34px\] {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}

@media (min-width: 1140px) {
  .hero\:-ml-\[3\.8125rem\] {
    margin-left: -3.8125rem;
  }

  .hero\:mt-0 {
    margin-top: 0px;
  }

  .hero\:mt-16 {
    margin-top: 4rem;
  }

  .hero\:mt-\[54px\] {
    margin-top: 54px;
  }

  .hero\:mt-\[97px\] {
    margin-top: 97px;
  }

  .hero\:h-\[200px\] {
    height: 200px;
  }

  .hero\:h-\[611px\] {
    height: 611px;
  }

  .hero\:h-full {
    height: 100%;
  }

  .hero\:max-h-none {
    max-height: none;
  }

  .hero\:w-\[435px\] {
    width: 435px;
  }

  .hero\:w-\[52\.5\%\] {
    width: 52.5%;
  }

  .hero\:w-\[calc\(47\.5\%\+3\.8125rem\)\] {
    width: calc(47.5% + 3.8125rem);
  }

  .hero\:min-w-0 {
    min-width: 0px;
  }

  .hero\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero\:grid-cols-\[minmax\(0\2c 1fr\)_435px\] {
    grid-template-columns: minmax(0,1fr) 435px;
  }

  .hero\:grid-cols-\[minmax\(0\2c 547px\)_455px\] {
    grid-template-columns: minmax(0,547px) 455px;
  }

  .hero\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .hero\:flex-row {
    flex-direction: row;
  }

  .hero\:justify-between {
    justify-content: space-between;
  }

  .hero\:gap-12 {
    gap: 3rem;
  }

  .hero\:gap-\[34px\] {
    gap: 34px;
  }

  .hero\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .hero\:justify-self-end {
    justify-self: end;
  }

  .hero\:rounded-none {
    border-radius: 0px;
  }

  .hero\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .hero\:text-left {
    text-align: left;
  }

  .hero\:text-\[34px\] {
    font-size: 34px;
  }

  .hero\:leading-\[40px\] {
    line-height: 40px;
  }
}

@media (min-width: 1200px) {
  .min-\[1200px\]\:relative {
    position: relative;
  }

  .min-\[1200px\]\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .min-\[1200px\]\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .min-\[1200px\]\:mb-\[12px\] {
    margin-bottom: 12px;
  }

  .min-\[1200px\]\:mb-\[13px\] {
    margin-bottom: 13px;
  }

  .min-\[1200px\]\:mb-\[25px\] {
    margin-bottom: 25px;
  }

  .min-\[1200px\]\:mb-\[29px\] {
    margin-bottom: 29px;
  }

  .min-\[1200px\]\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .min-\[1200px\]\:mb-\[34px\] {
    margin-bottom: 34px;
  }

  .min-\[1200px\]\:mt-10 {
    margin-top: 2.5rem;
  }

  .min-\[1200px\]\:mt-8 {
    margin-top: 2rem;
  }

  .min-\[1200px\]\:mt-\[9px\] {
    margin-top: 9px;
  }

  .min-\[1200px\]\:block {
    display: block;
  }

  .min-\[1200px\]\:inline {
    display: inline;
  }

  .min-\[1200px\]\:hidden {
    display: none;
  }

  .min-\[1200px\]\:h-\[46px\] {
    height: 46px;
  }

  .min-\[1200px\]\:h-\[67px\] {
    height: 67px;
  }

  .min-\[1200px\]\:h-\[87px\] {
    height: 87px;
  }

  .min-\[1200px\]\:h-full {
    height: 100%;
  }

  .min-\[1200px\]\:min-h-\[676px\] {
    min-height: 676px;
  }

  .min-\[1200px\]\:w-\[29\.1875rem\] {
    width: 29.1875rem;
  }

  .min-\[1200px\]\:max-w-\[173px\] {
    max-width: 173px;
  }

  .min-\[1200px\]\:max-w-\[398px\] {
    max-width: 398px;
  }

  .min-\[1200px\]\:max-w-full {
    max-width: 100%;
  }

  .min-\[1200px\]\:shrink-0 {
    flex-shrink: 0;
  }

  .min-\[1200px\]\:grid-cols-\[minmax\(0\2c 1fr\)_29\.1875rem\] {
    grid-template-columns: minmax(0,1fr) 29.1875rem;
  }

  .min-\[1200px\]\:grid-cols-\[minmax\(0\2c 28rem\)_minmax\(0\2c 1fr\)\] {
    grid-template-columns: minmax(0,28rem) minmax(0,1fr);
  }

  .min-\[1200px\]\:flex-row {
    flex-direction: row;
  }

  .min-\[1200px\]\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .min-\[1200px\]\:items-center {
    align-items: center;
  }

  .min-\[1200px\]\:justify-start {
    justify-content: flex-start;
  }

  .min-\[1200px\]\:gap-\[2\.5625rem\] {
    gap: 2.5625rem;
  }

  .min-\[1200px\]\:gap-\[7px\] {
    gap: 7px;
  }

  .min-\[1200px\]\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .min-\[1200px\]\:gap-x-\[37px\] {
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .min-\[1200px\]\:gap-y-0 {
    row-gap: 0px;
  }

  .min-\[1200px\]\:gap-y-4 {
    row-gap: 1rem;
  }

  .min-\[1200px\]\:justify-self-end {
    justify-self: end;
  }

  .min-\[1200px\]\:p-6 {
    padding: 1.5rem;
  }

  .min-\[1200px\]\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .min-\[1200px\]\:px-\[26px\] {
    padding-left: 26px;
    padding-right: 26px;
  }

  .min-\[1200px\]\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .min-\[1200px\]\:px-\[35px\] {
    padding-left: 35px;
    padding-right: 35px;
  }

  .min-\[1200px\]\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .min-\[1200px\]\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .min-\[1200px\]\:pb-16 {
    padding-bottom: 4rem;
  }

  .min-\[1200px\]\:pb-\[35px\] {
    padding-bottom: 35px;
  }

  .min-\[1200px\]\:pt-\[52px\] {
    padding-top: 52px;
  }

  .min-\[1200px\]\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .min-\[1200px\]\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .min-\[1200px\]\:text-\[38px\] {
    font-size: 38px;
  }

  .min-\[1200px\]\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .min-\[1200px\]\:leading-\[22\.7px\] {
    line-height: 22.7px;
  }

  .min-\[1200px\]\:leading-\[27\.6px\] {
    line-height: 27.6px;
  }

  .min-\[1200px\]\:leading-normal {
    line-height: 1.5;
  }
}

@media (min-width: 1920px) {
  .min-\[1920px\]\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .min-\[1920px\]\:mb-\[37px\] {
    margin-bottom: 37px;
  }

  .min-\[1920px\]\:mt-10 {
    margin-top: 2.5rem;
  }

  .min-\[1920px\]\:mt-12 {
    margin-top: 3rem;
  }

  .min-\[1920px\]\:mt-\[54px\] {
    margin-top: 54px;
  }

  .min-\[1920px\]\:h-9 {
    height: 2.25rem;
  }

  .min-\[1920px\]\:min-h-\[692px\] {
    min-height: 692px;
  }

  .min-\[1920px\]\:w-9 {
    width: 2.25rem;
  }

  .min-\[1920px\]\:max-w-\[549px\] {
    max-width: 549px;
  }

  .min-\[1920px\]\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .min-\[1920px\]\:gap-\[54px\] {
    gap: 54px;
  }

  .min-\[1920px\]\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .min-\[1920px\]\:gap-y-\[17px\] {
    row-gap: 17px;
  }

  .min-\[1920px\]\:px-\[280px\] {
    padding-left: 280px;
    padding-right: 280px;
  }

  .min-\[1920px\]\:px-\[399px\] {
    padding-left: 399px;
    padding-right: 399px;
  }

  .min-\[1920px\]\:px-\[401px\] {
    padding-left: 401px;
    padding-right: 401px;
  }

  .min-\[1920px\]\:px-\[492px\] {
    padding-left: 492px;
    padding-right: 492px;
  }

  .min-\[1920px\]\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .min-\[1920px\]\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .min-\[1920px\]\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .min-\[1920px\]\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .min-\[1920px\]\:py-\[143px\] {
    padding-top: 143px;
    padding-bottom: 143px;
  }

  .min-\[1920px\]\:py-\[82px\] {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .min-\[1920px\]\:pb-\[100px\] {
    padding-bottom: 100px;
  }

  .min-\[1920px\]\:pb-\[117px\] {
    padding-bottom: 117px;
  }

  .min-\[1920px\]\:pt-20 {
    padding-top: 5rem;
  }

  .min-\[1920px\]\:pt-\[115px\] {
    padding-top: 115px;
  }

  .min-\[1920px\]\:pt-\[124px\] {
    padding-top: 124px;
  }

  .min-\[1920px\]\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .min-\[1920px\]\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .min-\[1920px\]\:leading-\[39px\] {
    line-height: 39px;
  }

  .min-\[1920px\]\:leading-\[42px\] {
    line-height: 42px;
  }
}

.\[\&\>a\]\:flex>a {
  display: flex;
}

.\[\&\>a\]\:w-full>a {
  width: 100%;
}

@media (min-width: 640px) {
  .sm\:\[\&\>a\]\:w-auto>a {
    width: auto;
  }
}

.\[\&_strong\]\:font-bold strong {
  font-weight: 700;
}
