.elementor-244 .elementor-element.elementor-element-4530ec0{width:100%;max-width:100%;}/* Start custom CSS *//* =========================================================
FELIPE RIZENTAL — HOMEPAGE V2
CSS COMPLETO
========================================================= */

:root {
  --fr-bg: #ffffff;
  --fr-bg-soft: #f5f8f7;
  --fr-bg-warm: #f8f7f3;

  --fr-text: #17211f;
  --fr-text-soft: #5e6b68;

  --fr-dark: #102522;
  --fr-dark-2: #17332f;

  --fr-primary: #078d7f;
  --fr-primary-dark: #05695f;
  --fr-primary-light: #dff3ef;

  --fr-accent: #20c997;

  --fr-border: #dfe7e4;

  --fr-radius-sm: 14px;
  --fr-radius: 22px;
  --fr-radius-lg: 34px;

  --fr-shadow:
    0 14px 45px rgba(12, 42, 37, 0.09);

  --fr-container: 1180px;
}


/* =========================================================
FULL BLEED — ELEMENTOR / TEMA
========================================================= */

.fr-home {
  position: relative !important;
  left: 50% !important;

  width: 100vw !important;
  max-width: 100vw !important;

  margin-left: -50vw !important;
  margin-right: -50vw !important;

  padding-left: 0 !important;
  padding-right: 0 !important;

  overflow-x: clip;
}

.elementor-widget-html,
.elementor-widget-html > .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;
}

.e-con:has(.fr-home),
.e-con-inner:has(.fr-home) {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  gap: 0 !important;

  --container-max-width: 100% !important;
  --content-width: 100% !important;
}

.elementor-element:has(.fr-home) {
  margin: 0 !important;
  padding: 0 !important;
}

html,
body {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow-x: hidden;
}


/* =========================================================
RESET LOCAL
========================================================= */

.fr-home,
.fr-home * {
  box-sizing: border-box;
}

.fr-home {
  background: var(--fr-bg);
  color: var(--fr-text);

  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.fr-home img {
  display: block;
  max-width: 100%;
}

.fr-home a {
  text-decoration: none;
}

.fr-container {
  width: min(calc(100% - 40px), var(--fr-container));
  margin: 0 auto;
}


/* =========================================================
TIPOGRAFIA
========================================================= */

.fr-home h1,
.fr-home h2,
.fr-home h3,
.fr-home p {
  margin-top: 0;
}

.fr-home h1 {
  margin-bottom: 22px;

  font-size: clamp(2.65rem, 4.2vw, 4.25rem);
  line-height: 1.01;
  letter-spacing: -0.05em;
  font-weight: 760;
}

.fr-home h1 span,
.fr-home h2 span {
  color: var(--fr-primary);
}

.fr-home h2 {
  margin-bottom: 24px;

  font-size: clamp(2.15rem, 4vw, 3.65rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
  font-weight: 760;
}

.fr-home h3 {
  margin-bottom: 12px;

  font-size: 1.35rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
  font-weight: 700;
}

.fr-home p {
  margin-bottom: 18px;

  color: var(--fr-text-soft);
  font-size: 1.04rem;
  line-height: 1.75;
}

.fr-eyebrow {
  display: inline-block;

  margin-bottom: 18px;

  color: var(--fr-primary);

  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.fr-highlight-text {
  color: var(--fr-text) !important;

  font-size: 1.13rem !important;
  font-weight: 650;
  line-height: 1.55 !important;
}

.fr-hero-content {
  min-width: 0;
}

.fr-hero-content h1 {
  max-width: 760px;
}


/* =========================================================
BOTÕES
========================================================= */

.fr-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 14px;

  margin-top: 24px;
}

.fr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 52px;

  padding: 0 24px;

  border-radius: 999px;

  font-size: 0.94rem;
  font-weight: 750;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.fr-btn:hover {
  transform: translateY(-2px);
}

.fr-btn-primary {
  background: var(--fr-primary);
  color: #ffffff;

  box-shadow:
    0 10px 25px rgba(7, 141, 127, 0.22);
}

.fr-btn-primary:hover {
  background: var(--fr-primary-dark);
}

.fr-btn-secondary {
  border: 1px solid var(--fr-border);

  background: #ffffff;
  color: var(--fr-text);
}

.fr-btn-secondary:hover {
  box-shadow: var(--fr-shadow);
}

.fr-btn-accent {
  width: 100%;

  background: var(--fr-accent);
  color: #06231e;
}

.fr-text-link {
  display: inline-flex;

  margin-top: 12px;

  color: var(--fr-primary);
  font-weight: 750;

  transition:
    color 0.2s ease;
}

.fr-text-link:hover {
  color: var(--fr-primary-dark);
}

.fr-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}


/* =========================================================
PLACEHOLDERS
========================================================= */

.fr-placeholder {
  width: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  padding: 30px;

  text-align: center;

  border:
    1px dashed rgba(7, 141, 127, 0.35);

  border-radius: var(--fr-radius);

  background:
    linear-gradient(
      135deg,
      #f4f8f7 0%,
      #e9f2ef 100%
    );

  color: var(--fr-primary-dark);
}

.fr-placeholder strong {
  margin-bottom: 6px;

  font-size: 0.84rem;
  letter-spacing: 0.08em;
}

.fr-placeholder span {
  font-size: 0.85rem;
}

.fr-placeholder small {
  margin-top: 5px;
  opacity: 0.7;
}

.fr-placeholder-portrait {
  aspect-ratio: 4 / 5;
}

.fr-placeholder-landscape {
  aspect-ratio: 4 / 3;
}

.fr-placeholder-169 {
  aspect-ratio: 16 / 9;

  border-radius:
    var(--fr-radius)
    var(--fr-radius)
    0
    0;
}

.fr-placeholder-collage {
  aspect-ratio: 7 / 5;
}


/* =========================================================
HERO
========================================================= */

.fr-hero {
  position: relative;

  padding:
    clamp(36px, 4.5vw, 64px)
    0
    clamp(42px, 5vw, 72px);

  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(7, 141, 127, 0.1),
      transparent 35%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f7faf9 100%
    );
}

.fr-hero-grid {
  display: grid;

  grid-template-columns:
    minmax(0, 1.05fr)
    minmax(380px, 0.95fr);

  gap: clamp(48px, 6vw, 86px);

  align-items: center;
}

.fr-hero-lead {
  max-width: 760px;

  margin-bottom: 14px;

  color: var(--fr-text) !important;

  font-size: 1.12rem !important;
  font-weight: 570;
  line-height: 1.5 !important;
}

.fr-hero-text {
  max-width: 720px;
  margin-bottom: 0;
}

.fr-hero-topics {
  margin-top: 20px;

  color: #71807c;

  font-size: 0.86rem;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.fr-hero-topics span {
  margin: 0 8px;
  color: var(--fr-primary);
}

.fr-hero-media {
  position: relative;
  align-self: start;

  padding-top: 6px;
}


/* =========================================================
SEÇÕES GERAIS
========================================================= */

.fr-section {
  padding:
    clamp(80px, 10vw, 130px)
    0;
}

.fr-two-columns {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  align-items: center;

  gap: clamp(50px, 7vw, 100px);
}

.fr-section-heading {
  max-width: 760px;

  margin-bottom: 48px;
}

.fr-centered {
  margin-left: auto;
  margin-right: auto;

  text-align: center;
}


/* =========================================================
ÁREAS
========================================================= */

.fr-areas {
  background: var(--fr-bg-soft);
}

.fr-area-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 22px;
}

.fr-area-card {
  position: relative;

  padding: 34px;

  border:
    1px solid var(--fr-border);

  border-radius: var(--fr-radius);

  background: #ffffff;

  box-shadow:
    0 12px 32px rgba(18, 49, 44, 0.035);
}

.fr-card-number {
  display: block;

  margin-bottom: 34px;

  color: #c9d6d2;

  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.fr-card-kicker {
  display: block;

  margin-bottom: 10px;

  color: var(--fr-primary);

  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.fr-area-card p {
  margin-bottom: 0;
  font-size: 0.97rem;
}

.fr-areas-conclusion {
  max-width: 760px;

  margin:
    48px
    auto
    0;

  text-align: center;
}

.fr-areas-conclusion p {
  color: var(--fr-text);
  font-size: 1.12rem;
}


/* =========================================================
PROJETOS
========================================================= */

.fr-projects {
  background: #ffffff;
}

.fr-project-grid {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 28px;
}

.fr-project-card {
  overflow: hidden;

  border:
    1px solid var(--fr-border);

  border-radius: var(--fr-radius);

  background: #ffffff;

  box-shadow:
    0 15px 38px rgba(18, 49, 44, 0.05);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.fr-project-card:hover {
  transform: translateY(-4px);

  box-shadow:
    0 22px 55px rgba(18, 49, 44, 0.1);
}

.fr-project-body {
  padding: 30px;
}

.fr-project-body p {
  font-size: 0.96rem;
}


/* =========================================================
NÚMEROS
========================================================= */

.fr-stats {
  padding:
    clamp(80px, 9vw, 115px)
    0;

  background:
    linear-gradient(
      135deg,
      var(--fr-dark) 0%,
      var(--fr-dark-2) 100%
    );

  color: #ffffff;
}

.fr-light h2 {
  color: #ffffff;
}

.fr-light .fr-eyebrow {
  color: #83d8ca;
}

.fr-stats-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 28px;
}

.fr-stat {
  padding-top: 24px;

  border-top:
    1px solid rgba(255, 255, 255, 0.18);
}

.fr-stat strong {
  display: block;

  margin-bottom: 14px;

  color: #ffffff;

  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.fr-stat span {
  display: block;

  max-width: 280px;

  color:
    rgba(255, 255, 255, 0.7);

  font-size: 0.92rem;
  line-height: 1.5;
}


/* =========================================================
APRENDIZADO
========================================================= */

.fr-learning {
  background: var(--fr-bg-warm);
}


/* =========================================================
PRODUTOS
========================================================= */

.fr-products {
  background: #ffffff;
}

.fr-product-grid {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 20px;
}

.fr-product-card {
  overflow: hidden;

  border:
    1px solid var(--fr-border);

  border-radius: var(--fr-radius);

  background: #ffffff;

  box-shadow:
    0 10px 26px rgba(18, 49, 44, 0.04);
}

.fr-product-content {
  padding: 24px;
}

.fr-product-content h3 {
  min-height: 52px;
}

.fr-product-content p {
  font-size: 0.93rem;
}


/* =========================================================
ARTIGOS
========================================================= */

.fr-articles {
  background: var(--fr-bg-soft);
}

.fr-article-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 24px;
}

.fr-article-card {
  overflow: hidden;

  border:
    1px solid var(--fr-border);

  border-radius: var(--fr-radius);

  background: #ffffff;
}

.fr-article-content {
  padding: 24px;
}

.fr-article-content h3 {
  min-height: 76px;
}

.fr-section-cta {
  margin-top: 40px;
}


/* =========================================================
MENTORIA
========================================================= */

.fr-mentoring {
  padding:
    clamp(85px, 10vw, 130px)
    0;

  background:
    linear-gradient(
      135deg,
      #0d1816 0%,
      #132d29 100%
    );

  color: #ffffff;
}

.fr-mentoring-grid {
  display: grid;

  grid-template-columns:
    minmax(0, 1.15fr)
    minmax(300px, 0.85fr);

  gap: clamp(45px, 7vw, 90px);

  align-items: center;
}

.fr-mentoring h2 {
  color: #ffffff;
}

.fr-mentoring p {
  color:
    rgba(255, 255, 255, 0.7);
}

.fr-mentoring p strong {
  color: #ffffff;
}

.fr-mentoring .fr-eyebrow {
  color: #69d5c3;
}

.fr-mentoring-offer {
  padding:
    clamp(30px, 4vw, 46px);

  border:
    1px solid rgba(255, 255, 255, 0.1);

  border-radius:
    var(--fr-radius-lg);

  background:
    rgba(255, 255, 255, 0.055);

  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.18);
}

.fr-mentoring-offer > span {
  display: block;

  color:
    rgba(255, 255, 255, 0.65);

  font-size: 0.88rem;
}

.fr-mentoring-offer > strong {
  display: block;

  margin:
    10px
    0
    26px;

  color: #ffffff;

  font-size:
    clamp(2.6rem, 5vw, 4.4rem);

  line-height: 1;
  letter-spacing: -0.05em;
}

.fr-mentoring-offer small {
  display: block;

  margin-top: 16px;

  color:
    rgba(255, 255, 255, 0.46);

  line-height: 1.5;
}


/* =========================================================
PESSOAL
========================================================= */

.fr-personal {
  background: #ffffff;
}

.fr-signature {
  margin-top: 30px;

  color: var(--fr-text);

  font-size: 1.15rem;
  font-weight: 750;
}


/* =========================================================
CONTINUE
========================================================= */

.fr-follow {
  padding:
    clamp(75px, 9vw, 110px)
    0;

  background: var(--fr-bg-soft);
}

.fr-follow-grid {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 18px;
}

.fr-follow-card {
  min-height: 190px;

  display: flex;
  flex-direction: column;

  padding: 26px;

  border:
    1px solid var(--fr-border);

  border-radius:
    var(--fr-radius);

  background: #ffffff;

  color: var(--fr-text);

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.fr-follow-card:hover {
  transform: translateY(-3px);

  box-shadow:
    var(--fr-shadow);
}

.fr-follow-card span {
  margin-bottom: 22px;

  color: var(--fr-primary);

  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fr-follow-card strong {
  display: block;

  margin-bottom: 10px;

  font-size: 1rem;
  line-height: 1.3;
}

.fr-follow-card small {
  color: var(--fr-text-soft);
  line-height: 1.5;
}


/* =========================================================
RODAPÉ
========================================================= */

.fr-footer {
  padding:
    48px
    0;

  background: #0c1715;
  color: #ffffff;
}

.fr-footer-inner {
  display: grid;

  grid-template-columns:
    1.3fr
    1fr
    auto;

  gap: 30px;

  align-items: center;
}

.fr-footer strong {
  display: block;
  margin-bottom: 5px;
}

.fr-footer span,
.fr-footer small {
  color:
    rgba(255, 255, 255, 0.52);

  font-size: 0.79rem;
}

.fr-footer-links {
  display: flex;
  flex-wrap: wrap;

  gap: 18px;
}

.fr-footer-links a {
  color:
    rgba(255, 255, 255, 0.75);

  font-size: 0.82rem;
}

.fr-footer-links a:hover {
  color: #ffffff;
}


/* =========================================================
TABLET
========================================================= */

@media (max-width: 1024px) {

  .fr-hero-grid {
    grid-template-columns:
      minmax(0, 1.1fr)
      minmax(300px, 0.9fr);

    gap: 50px;
  }

  .fr-product-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

  .fr-follow-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

}


/* =========================================================
TABLET PEQUENO / MOBILE
========================================================= */

@media (max-width: 800px) {

  .fr-container {
    width:
      min(
        calc(100% - 30px),
        var(--fr-container)
      );
  }

  .fr-hero {
    padding:
      46px
      0
      58px;
  }

  .fr-hero-grid,
  .fr-two-columns,
  .fr-mentoring-grid {
    grid-template-columns: 1fr;
  }

  .fr-hero-content {
    order: 1;
  }

  .fr-hero-media {
    order: 2;

    padding-top: 8px;
  }

  .fr-hero-media .fr-placeholder {
    max-width: 480px;
    margin: 0 auto;
  }

  .fr-two-columns-reverse-mobile
  .fr-learning-copy {
    order: 1;
  }

  .fr-two-columns-reverse-mobile
  .fr-section-media {
    order: 2;
  }

  .fr-area-grid {
    grid-template-columns: 1fr;
  }

  .fr-project-grid {
    grid-template-columns: 1fr;
  }

  .fr-stats-grid {
    grid-template-columns: 1fr;

    gap: 42px;
  }

  .fr-stat span {
    max-width: none;
  }

  .fr-article-grid {
    grid-template-columns: 1fr;
  }

  .fr-article-content h3 {
    min-height: auto;
  }

  .fr-footer-inner {
    grid-template-columns: 1fr;

    text-align: center;
  }

  .fr-footer-links {
    justify-content: center;
  }

}


/* =========================================================
CELULAR
========================================================= */

@media (max-width: 580px) {

  .fr-home h1 {
    margin-bottom: 22px;

    font-size:
      clamp(
        2.45rem,
        11vw,
        3.35rem
      );

    line-height: 1.01;
    letter-spacing: -0.05em;
    font-weight: 760;
  }

  .fr-home h2 {
    font-size:
      clamp(
        2rem,
        10vw,
        2.75rem
      );
  }

  .fr-home p {
    font-size: 0.98rem;
  }

  .fr-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .fr-btn {
    width: 100%;
  }

  .fr-hero-topics {
    line-height: 1.7;
  }

  .fr-project-body {
    padding: 24px;
  }

  .fr-product-grid {
    grid-template-columns: 1fr;
  }

  .fr-product-content h3 {
    min-height: auto;
  }

  .fr-follow-grid {
    grid-template-columns: 1fr;
  }

  .fr-follow-card {
    min-height: auto;
  }

}

.fr-hero-photo {
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(0, 148, 136, 0.16);
    box-shadow: 0 18px 50px rgba(15, 35, 32, 0.08);
}

.fr-hero-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* =========================================================
AJUSTE VISUAL MANUAL — TRAJETÓRIA
========================================================= */

:root {
  /*
  CONTROLES MANUAIS

  1) Quanto o verde desce:
     aumente 45px para 55px, 65px, 75px...

  2) Largura do álbum:
     diminua 660px para 620px, 580px etc.

  3) Distância entre álbum e texto:
     deixe mais negativo para aproximar.
  */
  --fr-verde-desce: 45px;
  --fr-album-largura: 660px;
  --fr-album-texto: -18px;
}


/* =========================================================
COR ENTRE OS BLOCOS
========================================================= */

/*
Aqui NÃO movemos nenhuma seção.

Só pintamos o começo da seção branca com a mesma
cor do final do bloco anterior.

Portanto:
- o álbum não se move;
- o texto não se move;
- o bloco de cima não muda de altura;
- só a linha visual verde desce.
*/

.fr-trajectory {
  position: relative !important;

  background:
    linear-gradient(
      to bottom,
      #f7faf9 0,
      #f7faf9 var(--fr-verde-desce),
      #ffffff var(--fr-verde-desce),
      #ffffff 100%
    ) !important;

  padding-top: 1px !important;
  padding-bottom: 12px !important;

  overflow: visible !important;
}


/* =========================================================
ÁLBUM
========================================================= */

.fr-trajectory-album {
  position: relative !important;
  z-index: 3 !important;

  width: 100% !important;

  display: flex !important;
  justify-content: center !important;
  align-items: center !important;

  /*
  NÃO usamos este valor para controlar a linha verde.
  Ele controla somente a posição do álbum.
  */
  margin-top: -22px !important;

  /*
  Controla a proximidade entre álbum e texto.
  */
  margin-bottom: var(--fr-album-texto) !important;
}


/*
A especificidade + !important aqui é proposital:
existem regras antigas e media queries no CSS que estavam
sobrescrevendo seus testes de tamanho.
*/

.fr-trajectory .fr-trajectory-album img,
.fr-trajectory .fr-trajectory-image {
  display: block !important;

  width: var(--fr-album-largura) !important;
  max-width: 90% !important;
  height: auto !important;

  margin-left: auto !important;
  margin-right: auto !important;

  filter:
    drop-shadow(
      0 16px 22px rgba(7, 141, 127, 0.11)
    );
}


/* =========================================================
TEXTO
========================================================= */

.fr-trajectory-content {
  position: relative !important;
  z-index: 3 !important;

  width: 100% !important;
  max-width: 860px !important;

  margin-left: auto !important;
  margin-right: auto !important;
}

.fr-trajectory-content p {
  max-width: 790px;
}


/* =========================================================
MOBILE
========================================================= */

@media (max-width: 800px) {

  :root {
    --fr-verde-desce: 20px;
    --fr-album-texto: 0px;
  }

  .fr-trajectory .fr-trajectory-album img,
  .fr-trajectory .fr-trajectory-image {
    width: 100% !important;
    max-width: 650px !important;
  }

}

/* =========================================================
RESPIRO ENTRE TRAJETÓRIA E PRÓXIMO BLOCO
Não move álbum nem texto.
========================================================= */

.fr-trajectory {
  border-bottom: 60px solid #ffffff !important;
}

.fr-project-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.fr-project-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* CONTINUO SENDO ALUNO — posição + acabamento da imagem */

.fr-learning .fr-learning-copy {
  order: 1;
}

.fr-learning .fr-section-media {
  order: 2;
  position: relative;
  z-index: 1;
}

.fr-learning .fr-section-media::before {
  content: "";
  position: absolute;

  width: 68%;
  height: 58%;

  left: 18%;
  top: 10%;

  background: rgba(7, 141, 127, 0.14);

  border-radius: 50%;
  filter: blur(48px);

  z-index: 0;
  pointer-events: none;
}

/* imagem */
.fr-learning .fr-section-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}

/* Sombra verde — bloco pessoal */
.fr-personal .fr-section-media {
  position: relative;
  isolation: isolate;
}

.fr-personal .fr-section-media::before {
  content: "";
  position: absolute;
  width: 88%;
  height: 82%;
  left: 6%;
  top: 9%;
  background: rgba(0, 145, 130, 0.25);
  filter: blur(70px);
  border-radius: 46%;
  z-index: -1;
  pointer-events: none;
}/* End custom CSS */