




.brxe-block>p {
  margin: 20;
}


body {
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
}



:where(.at-section--alt-odd #brx-content > section:nth-child(odd)) {
  background: var(--at-section--alt-background);
}

:where(.at-section--alt-even #brx-content > section:nth-child(even)) {
  background: var(--at-section--alt-background);
}






body.bricks-is-frontend a:focus-visible,
body.bricks-is-frontend button:focus-visible,
body.bricks-is-frontend input:focus-visible,
body.bricks-is-frontend textarea:focus-visible {
  outline: 1px solid var(--orangr-700, #ffa285);
  outline-offset: 2px;
}



