@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Playwrite+NO&display=swap");

.landing {
  --lp-pad-x: 20px;
  --lp-pad-y: 40px;
  --lp-lavender: #eee9f3;
  --lp-geral: #fc6203;
  --lp-exatas: #6b1bcd;
  --lp-humanas: #d50dce;
  --lp-juridico: #b40019;
  --lp-saude: #08aa6f;
  --lp-csa: #1c57ec;
  --lp-navy: #050322;
  --lp-shadow: inset 6px 6px 6px rgba(255, 255, 255, 0.15),
    inset -6px -6px 6px rgba(0, 0, 0, 0.15), 2px 2px 3px rgba(93, 95, 151, 0.5);
  --lp-alt-font: "Playwrite NO", cursive;

  color: var(--lp-navy);
  font-family: "Fira Sans", sans-serif;
  font-size: 1.14285em;
  overflow: hidden;
}
.landing.home {
  --lp-main-color: var(--lp-geral);
}
.landing.exatas {
  --lp-main-color: var(--lp-exatas);
}
.landing.humanas {
  --lp-main-color: var(--lp-humanas);
}
.landing.juridico {
  --lp-main-color: var(--lp-juridico);
}
.landing.saude {
  --lp-main-color: var(--lp-saude);
}
.landing.csa {
  --lp-main-color: var(--lp-csa);
}
.landing :where(h1, h2, h3, ul, li, p) {
  margin: 0;
}
.landing img {
  display: block;
  margin: 0 auto;
}
.landing *:focus-visible {
  outline: 2px solid;
}
.landing .wrapper {
  padding: var(--lp-pad-y) var(--lp-pad-x);
}
.landing section:not(.intro) h2 {
  font-size: 1.25em;
  line-height: 1.25;
}
.landing section:not(.intro) h2 strong {
  color: var(--lp-main-color);
  font-family: var(--lp-alt-font);
  font-size: 2em;
  font-weight: 400;
  text-shadow: 2px 2px 0 white;
}
.landing .btn {
  background: white;
  border: 2px solid var(--lp-lavender);
  border-radius: 999px;
  box-shadow: var(--lp-shadow);
  color: var(--lp-navy);
  display: block;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.625em 1.875em;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.landing :is(.bg-papel, .banner-desconto) {
  background: url(https://mktgen.com.br/imagens/vaa/2026/1-sem/bg-papel-mb.jpg)
    top center / 100% auto no-repeat;
}

/* INTRO ---- */
.landing .intro {
  position: relative;
}
.landing .intro .wrapper {
  padding-bottom: calc(var(--lp-pad-y) * 0.8);
}
.landing .intro .mote {
  margin: 0 auto;
  max-width: 300px;
}
.landing .intro h1 {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 161px;
  text-indent: -9999px;
}
.landing.home .intro h1 {
  background-image: url(https://mktgen.com.br/imagens/vaa/2026/1-sem/home/mote@2x.png);
  height: 135px;
}
.landing.exatas .intro h1 {
  background-image: url(https://mktgen.com.br/imagens/vaa/2026/1-sem/exatas/mote@2x.png);
}
.landing.humanas .intro h1 {
  background-image: url(https://mktgen.com.br/imagens/vaa/2026/1-sem/humanas/mote@2x.png);
}
.landing.juridico .intro h1 {
  background-image: url(https://mktgen.com.br/imagens/vaa/2026/1-sem/juridico/mote@2x.png);
}
.landing.saude .intro h1 {
  background-image: url(https://mktgen.com.br/imagens/vaa/2026/1-sem/saude/mote@2x.png);
}
.landing.csa .intro h1 {
  background-image: url(https://mktgen.com.br/imagens/vaa/2026/1-sem/csa/mote@2x.png);
  height: 177px;
}
@media (resolution: 1dppx) {
  .landing.home .intro h1 {
    background-image: url(https://mktgen.com.br/imagens/vaa/2026/1-sem/home/mote.png);
  }
  .landing.exatas .intro h1 {
    background-image: url(https://mktgen.com.br/imagens/vaa/2026/1-sem/exatas/mote.png);
  }
  .landing.humanas .intro h1 {
    background-image: url(https://mktgen.com.br/imagens/vaa/2026/1-sem/humanas/mote.png);
  }
  .landing.juridico .intro h1 {
    background-image: url(https://mktgen.com.br/imagens/vaa/2026/1-sem/juridico/mote.png);
  }
  .landing.saude .intro h1 {
    background-image: url(https://mktgen.com.br/imagens/vaa/2026/1-sem/saude/mote@2x.png);
  }
  .landing.csa .intro h1 {
    background-image: url(https://mktgen.com.br/imagens/vaa/2026/1-sem/csa/mote.png);
  }
}
.landing .intro .mote p {
  font-size: 1.25em;
  line-height: 1.2;
}
.landing:not(.home) .intro .mote p {
  margin-top: 0.5em;
}
.landing .intro .mote p strong {
  white-space: nowrap;
}
.landing .intro .persona {
  display: none;
}
.landing .progressivo {
  margin-top: 1.5em;
  text-align: center;
}
.landing .progressivo :is(h2, p:first-child) {
  background: var(--lp-main-color);
  color: white;
  display: inline-block;
  font-size: 1.25em;
  line-height: 1.2;
  padding: 0.25em 1.2em;
}
.landing .progressivo :is(h2, p:first-child) strong {
  white-space: nowrap;
}
.landing .progressivo ol {
  display: grid;
  grid-gap: 0.25em;
  gap: 0.25em;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0.625em 0;
  padding: 0;
}
.landing .progressivo .btn {
  margin: 0 auto 1.25em;
}
.landing .progressivo p:last-child {
  font-size: 0.75em;
}
.landing .progressivo p:last-child small {
  font-size: 1em;
}
.landing .progressivo p:last-child a {
  color: var(--lp-navy);
  text-decoration: underline;
}
.landing .progressivo p:last-child a:hover {
  font-weight: 700;
}
.landing .intro::after {
  background: linear-gradient(
    to right,
    white,
    transparent var(--lp-pad-x),
    transparent calc(100% - var(--lp-pad-x)),
    white
  );
  content: "";
  height: 3.875em;
  left: 0;
  pointer-events: none;
  position: absolute;
  opacity: 0.75;
  top: 100%;
  width: 100%;
  z-index: 2;
}

/* MENU ---- */
.landing .menu {
  overflow: auto;
  padding-bottom: 6px;
}
.landing .menu ul {
  background: var(--lp-main-color);
  border: 2px solid var(--lp-main-color);
  border-radius: 999px;
  box-shadow: var(--lp-shadow);
  display: flex;
  list-style: none;
  margin: 0 var(--lp-pad-x);
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.landing:not(.home) .menu ul {
  padding: 0 1em;
}
.landing .menu ul li :is(button, a) {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: white;
  display: block;
  font-family: inherit;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding: 0.7em 1.5em;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  white-space: nowrap;
}
.landing.saude .menu ul li :is(button, a) {
  letter-spacing: 0.025em;
}
.landing:is(.saude) .menu ul li :is(button, a) {
  padding: 0.7em 0.9em;
}
.landing .menu ul li :is(button, a):focus-visible {
  outline-color: var(--lp-navy);
  outline-offset: -2px;
}
.landing .menu ul li :is(button[aria-selected="false"], a):hover {
  text-decoration: none;
  text-shadow: 0 2px 0 var(--lp-navy);
}
.landing .menu ul li button[aria-selected="true"] {
  background: var(--lp-navy);
  border-radius: 6px;
}
/* .landing .menu ul li button[aria-selected="true"]::before {
  background: url(https://mktgen.com.br/imagens/vaa/2026/1-sem/arrow-menu.svg) center / contain no-repeat;
  bottom: -8px;
  content: '';
  height: 12px;
  left: calc(50% - 7px);
  position: absolute;
  width: 14px;
} */
.landing .menu ul li:not(:last-child) :is(button, a)::after {
  background: var(--lp-navy);
  content: "";
  height: 1.2em;
  opacity: 0.2;
  position: absolute;
  right: -1px;
  top: calc(50% - 0.6em);
  width: 2px;
}

/* ABAS ---- */
.landing :is(.abas, .vitrine) .aba:not(.active) {
  display: none;
}
.landing :is(.abas, .vitrine) .heading {
  padding: calc(var(--lp-pad-y) * 0.75) var(--lp-pad-x) 0;
}
.landing :is(.abas, .vitrine) h2 {
  text-align: center;
}
.landing:not(.home) :is(.abas, .vitrine) h2 {
  text-wrap: balance;
}
.landing section:is(.abas, .vitrine) h2 strong {
  font-family: "Fira Sans", sans-serif;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}
.landing :is(.abas h2, .vitrine)::after {
  background: var(--lp-navy);
  content: "";
  display: block;
  height: 1px;
  margin: 1em auto;
  max-width: 20em;
  width: 40%;
}
.landing section.vitrine::after {
  margin: 3em auto 2em;
}
.landing :is(.abas, .vitrine) .btn {
  margin: 0 auto;
}
.landing .lancamentos .owl-carousel .owl-stage-outer {
  padding-top: 0 !important;
}
.landing .product-item .product-item-info {
  border: 2px solid var(--lp-lavender) !important;
  border-radius: 10px;
}
.landing
  :is(.owl-carousel .owl-item, .mosaico-produtos)
  .product-item
  .product-item-info {
  background: white !important;
}
.landing
  :is(.owl-carousel .owl-item, .mosaico-produtos)
  .product-item
  .product-item-info:hover {
  background: var(--lp-lavender) !important;
}
.landing .product-item .action.tocart {
  background-color: var(--lp-main-color) !important;
  border-color: var(--lp-main-color);
  border-radius: 999px;
  color: var(--lp-navy);
  font-family: inherit;
}
.landing:is(.exatas, .juridico, .csa) .product-item .action.tocart {
  color: white;
}
.landing .product-item .action.tocart:hover {
  background-color: var(--lp-navy) !important;
  border-color: var(--lp-navy);
  color: white;
}
.landing .product-item a.saiba-mais {
  color: var(--lp-navy) !important;
}
.landing .mosaico-produtos {
  padding: 1em 0;
}

/* LANÇAMENTOS ---- */
.landing .lancamentos {
  position: relative;
  z-index: 2;
}
.landing.juridico .lancamentos {
  background: linear-gradient(
    to top,
    var(--lp-main-color) 80px,
    transparent 80px
  );
}
.landing .lancamentos::before {
  background: var(--lp-main-color);
  content: "";
  height: 48px;
  left: var(--lp-pad-x);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: calc(100% - var(--lp-pad-x) * 2);
}
.landing .lancamentos .wrapper {
  padding-bottom: 0;
  padding-top: calc(var(--lp-pad-y) * 2);
}
.landing :is(.lancamentos, .autores) h2 {
  margin: 0 auto 1.6em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.landing .lancamentos h2 span {
  margin-left: 10px;
}
.landing :is(.lancamentos, .autores) h2 strong {
  display: block;
}
.landing .lancamentos .heading picture {
  display: none;
}
.landing
  .lancamentos
  .slider
  :is(.title-sliders, .see-all, .owl-thumbs, .owl-dots) {
  display: none !important;
}
.landing .lancamentos .slider .owl-controls .owl-nav [class*="owl-"] {
  background: white
    url(https://mktgen.com.br/imagens/vaa/2026/1-sem/arrow-produtos.svg) center /
    24px auto no-repeat;
  border: 2px solid var(--lp-lavender);
  border-radius: 50%;
  box-shadow: var(--lp-shadow);
  height: 44px;
  top: 25%;
  width: 44px;
}
.landing .lancamentos .slider .owl-controls .owl-nav .owl-prev {
  left: -10px !important;
}
.landing .lancamentos .slider .owl-controls .owl-nav .owl-next {
  background-image: url(https://mktgen.com.br/imagens/vaa/2026/1-sem/arrow-right.svg);
  right: -10px !important;
}
.landing .lancamentos .slider .owl-controls .owl-nav [class*="owl-"]::after,
.landing .lancamentos .slider .owl-controls .owl-nav [class*="owl-"]::before {
  display: none !important;
}

/* AUTORES ---- */
.landing .autores .heading {
  /* margin-top: -40px; */
  position: relative;
}
.landing .autores .heading::before {
  background: var(--lp-main-color);
  content: "";
  height: 140%;
  mix-blend-mode: multiply;
  position: absolute;
  /* top: -24px; */
  width: 100%;
}
.landing .autores .wrapper {
  position: relative;
}
.landing section.autores h2 {
  color: var(--lp-navy);
}
.landing:is(.exatas, .juridico) section.autores h2 {
  color: white;
}
.landing section.autores h2 strong {
  color: white;
  margin-left: 0.375em;
  text-shadow: 2px 2px 0 var(--lp-navy);
}
.landing .autores .heading picture {
  display: none;
}
.landing .autores ul {
  display: flex;
  gap: 1em;
  list-style: none;
  margin-top: -48px;
  overflow: auto;
  padding: 0 var(--lp-pad-x) var(--lp-pad-y);
  position: relative;
  scroll-snap-type: x mandatory;
}
.landing .autores ul li {
  flex: 0 0 290px;
  scroll-snap-align: center;
}
.landing .autores ul li a {
  display: block;
  text-decoration: none;
}
.landing .autores ul li a:focus-visible {
  outline-color: var(--lp-navy);
  outline-offset: -2px;
}
.landing .autores ul li a p {
  background: var(--lp-main-color);
  color: var(--lp-navy);
  line-height: 1.1;
  margin: -48px auto -4px;
  max-width: 16.75em;
  padding: 0.75em 1.5em;
  position: relative;
  text-align: center;
}
.landing:is(.csa, .exatas, .juridico) .autores ul li a p {
  color: white;
}
.landing .autores ul li a p.t-small {
  margin-top: -66px;
}
.landing .autores ul li a p.t-spacing {
  letter-spacing: -0.05em;
}
.landing .autores ul li a p strong {
  color: white;
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.1em;
  text-transform: uppercase;
  text-wrap: balance;
}
.landing.csa .autores ul li a p strong {
  color: var(--lp-navy);
}
.landing .autores ul li a p.t-small strong {
  font-size: 1.25em;
}
.landing .autores ul li a .btn {
  margin: 0 auto;
  position: relative;
}

/* CARROSSEL ---- */
.landing.home .banner-lancamentos {
  padding-bottom: calc(var(--lp-pad-y) / 2);
}
.landing .carrossel {
  background: var(--lp-lavender);
}
.landing:not(.home) .carrossel {
  margin-top: 2em;
}
.landing .carrossel .owl-dots .owl-dot span {
  background: var(--lp-navy);
  border: 0;
  opacity: 0.25;
}
.landing .carrossel .owl-dots .owl-dot.active span {
  background: white;
  opacity: 1;
}
.landing .carrossel .banner-lancamentos {
  margin-top: 2em;
}

/* BANNER DESCONTO ---- */
.landing .banner-desconto {
  text-align: center;
}
.landing .banner-desconto {
  border-bottom: 20px solid var(--lp-main-color);
}
.landing section.banner-desconto h2 {
  font-size: 2.125em;
  font-weight: 600;
}
.landing section.banner-desconto h2 strong {
  font-size: 1em;
}
.landing .banner-desconto .progressivo {
  margin-top: 1.25em;
}
.landing .banner-desconto .progressivo p:first-child {
  font-size: 1.125em;
}

/* TJ ---- */
.landing .tj h2 {
  font-weight: 700;
  margin-bottom: 0.5em;
}
.landing .tj p {
  font-size: 0.875em;
  line-height: 1.25;
}
.landing .tj p:not(:last-child) {
  margin-bottom: 1em;
}

/* > 480px ---- */
@media (min-width: 30rem) {
  .landing {
    --lp-wrapper: 30em;
  }
  .landing .wrapper {
    margin: 0 auto;
    max-width: var(--lp-wrapper);
  }
  .landing .lancamentos::before {
    left: calc(50% - var(--lp-wrapper) / 2);
    max-width: var(--lp-wrapper);
  }
}

/* > 768px ---- */
@media (min-width: 48rem) {
  .landing {
    --lp-wrapper: 46em;
  }
  .landing :is(.bg-papel, .banner-desconto) {
    background-image: url(https://mktgen.com.br/imagens/vaa/2026/1-sem/bg-papel.jpg);
  }
  .landing .progressivo ol {
    grid-gap: 1.25em;
    gap: 1.25em;
    grid-template-columns: repeat(3, auto);
    justify-content: center;
  }
  .landing section:is(.abas, .vitrine) h2 {
    font-size: 1.5em;
  }
  .landing .lancamentos .wrapper {
    padding-top: 24px;
    position: relative;
  }
  .landing .lancamentos .heading,
  .landing .autores .heading .wrapper {
    align-items: end;
    display: flex;
    justify-content: center;
    margin-bottom: 1.25em;
  }
  .landing .lancamentos h2 {
    margin: 0 -1em 0.8em 2em;
  }
  .landing :is(.lancamentos, .autores) .heading picture {
    display: block;
  }
  .landing .autores .heading .wrapper {
    padding-top: 32px;
  }
  .landing .autores h2 {
    margin: 0 -1.2em 1em 2em;
  }
  .landing .autores ul {
    display: grid;
    grid-gap: 40px 60px;
    gap: 40px 60px;
    grid-template-columns: 290px 290px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--lp-wrapper);
  }
  .landing :is(.tj, .autores ul) {
    --lp-pad-y: 48px;
  }
  .landing .product-item a.saiba-mais {
    border: 2px solid var(--lp-lavender) !important;
    border-radius: 999px;
  }
  .landing .product-item a.saiba-mais:hover {
    background: var(--lp-navy) !important;
    border-color: var(--lp-navy) !important;
    color: white !important;
  }
  .landing.juridico section.banner-desconto h2 strong {
    display: block;
  }
}

/* > 992px ---- */
@media (min-width: 62rem) {
  .landing {
    --lp-wrapper: 60em;
  }
  .landing .intro .wrapper {
    --lp-pad-y: 0;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .landing .intro .mote {
    margin: 0;
    z-index: 2;
  }
  .landing.home .intro .mote {
    margin: var(--lp-pad-x) 0 0;
  }
  .landing .intro .persona {
    display: block;
    flex: 0 0 260px;
    margin-left: -50px;
  }
  @media (max-width: 74.999rem) {
    .landing .intro .progressivo ol {
      grid-gap: 0.25em;
      gap: 0.25em;
      grid-template-columns: repeat(3, 125px);
    }
  }
  .landing:not(.exatas, .saude) .menu ul {
    justify-content: center;
    margin: 0 auto;
    max-width: var(--lp-wrapper);
    width: 100%;
  }
  .landing :is(.abas, .vitrine) .heading .btn {
    margin: 0;
  }
  .landing:not(.home) .carrossel {
    margin-top: 0;
  }
  .landing .autores ul {
    --lp-pad-y: 60px;
  }
  .landing .banner-desconto .wrapper {
    display: flex;
    justify-content: space-between;
  }
  .landing .banner-desconto :is(picture, .txt) {
    flex: 0 0 451px;
  }
  .landing .banner-desconto .txt {
    padding-top: 0.5em;
  }
  .landing .tj {
    --lp-wrapper: 53.75em;
  }
}

/* > 1200px ---- */
@media (min-width: 75rem) {
  .landing {
    --lp-wrapper: 71em;
  }
  .landing .intro .persona {
    flex: 0 0 300px;
    margin-left: -60px;
  }
  .landing:is(.juridico, .saude) .menu ul {
    border-radius: 40px;
  }
  .landing .menu ul li :is(button, a) {
    padding: 0.7em 2em;
  }
  .landing:not(.home) .menu ul {
    justify-content: center;
    margin: 0 auto;
    max-width: var(--lp-wrapper);
    width: 100%;
  }
  .landing:is(.juridico, .saude) .menu ul {
    flex-wrap: wrap;
    padding: 0 2em;
  }
  .landing:not(.home) .menu ul li {
    display: flex;
  }
  /* .landing:is(.exatas) .menu ul li :is(button, a) {
    max-width: 12.5em;
    white-space: normal;
  } */
  .landing:is(.juridico, .saude)
    .menu
    ul
    li
    button[aria-selected="true"]::before {
    display: none;
  }
  .landing :is(.abas, .vitrine) .heading {
    --lp-wrapper: 67em;
  }
  .landing :is(.abas, .vitrine) .mosaico-produtos {
    margin: 0 auto;
    max-width: var(--lp-wrapper);
  }
  .landing .lancamentos::before {
    --lp-wrapper: 64.5em;
  }
  .landing:not(.exatas, .humanas, .csa) .autores ul {
    --lp-pad-y: 72px;
    grid-template-columns: repeat(3, 290px);
  }
  .landing .lancamentos .slider .owl-controls .owl-nav [class*="owl-"] {
    top: 50%;
  }
  .landing .lancamentos .slider .owl-controls .owl-nav .owl-prev {
    left: -55px !important;
  }
  .landing .lancamentos .slider .owl-controls .owl-nav .owl-next {
    right: -55px !important;
  }
  .landing .banner-desconto {
    --lp-wrapper: 62.5em;
  }
}

/* > 1360px ---- */
@media (min-width: 85rem) {
  .landing {
    --lp-wrapper: 80em;
  }
}

/* ANIMAÇÕES ---- */
@media not (prefers-reduced-motion) {
  @keyframes slideUp {
    from {
      opacity: 0;
      -webkit-transform: translateY(50px);
      -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
      transform: translateY(50px);
    }
    to {
      opacity: 1;
      -webkit-transform: initial;
      -moz-transform: initial;
      -ms-transform: initial;
      transform: initial;
    }
  }
  @keyframes slideDown {
    from {
      opacity: 0;
      -webkit-transform: translateY(-10px);
      -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      -webkit-transform: initial;
      -moz-transform: initial;
      -ms-transform: initial;
      transform: initial;
    }
  }
  .js .landing .anime {
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .js .landing .intro .mote.anime {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  .js .landing .progressivo.anime {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }
  .js .landing .anime.show {
    opacity: 1;
    -webkit-transform: initial !important;
    -moz-transform: initial !important;
    -ms-transform: initial !important;
    transform: initial !important;
  }
  .landing :is(.abas, .vitrine) .aba.active {
    -webkit-animation: slideUp 0.5s forwards;
    -moz-animation: slideUp 0.5s forwards;
    animation: slideUp 0.5s forwards;
  }
  .landing .btn {
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .landing .btn:hover {
    box-shadow: inset 6px 6px 6px rgba(255, 255, 255, 0.15),
      inset -6px -6px 6px rgba(0, 0, 0, 0.15),
      6px 6px 7px rgba(93, 95, 151, 0.5);
    -webkit-transform: translate(-4px, -4px);
    -moz-transform: translate(-4px, -4px);
    -ms-transform: translate(-4px, -4px);
    transform: translate(-4px, -4px);
  }
  .landing .menu ul li button[aria-selected="true"]::before {
    -webkit-animation: slideDown 0.3s forwards;
    -moz-animation: slideDown 0.3s forwards;
    animation: slideDown 0.3s forwards;
  }
}
