html {
  scroll-behavior: smooth;
}
body {
  line-height: 1.5;
  overflow-x: hidden;
  min-width: 320px;
  font-size: var(--content-font-size);
}
body h1 {
  font-weight: 600;
  margin-bottom: 20px;
}
body strong {
  font-weight: 700;
}
body p {
  font-weight: 300;
  font-size: var(--p-font-size);
}
body a:not(.brxe-button) {
  text-decoration: underline;
}
body a:not(.brxe-button):hover {
  text-decoration: none;
}
#brx-content .brxe-section > .brxe-container, #brx-header .brxe-section > .brxe-container {
  max-width: var(--boxed-width);
  width: 100%;
  margin: 0 auto;
  padding-left: var(--horizontal-padding);
  padding-right: var(--horizontal-padding);
}
#brx-header .brxe-section > .brxe-container {
  background: transparent linear-gradient(180deg, var(--ci-color) 0%, var(--ci-darker-color) 100%) 0% 0% no-repeat padding-box;
  background-size: 100% calc(800svh + var(--header-height));
  height: var(--header-height);
}
#brx-header nav a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
#brx-content .grid-text {
  --grid-padding: 50px;
}
#brx-content .grid-text .brxe-container {
  gap: 80px;
}
#brx-content .grid-text .title {
  line-height: 1.3;
  background: linear-gradient(90deg, #2D87C8 0%, #2599C6 45%, #13B98D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: var(--larger-h2-font-size);
  padding-right: 80px;
  padding-top: var(--grid-padding);
  padding-bottom: var(--grid-padding);
  position: relative;
}
#brx-content .grid-text .title:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  border-right: 1px solid var(--dark-blue-color);
}
#brx-content .grid-text .text {
  color: var(--dark-blue-color);
  font-size: var(--larger-font-size);
  font-weight: 500;
  padding-top: var(--grid-padding);
  padding-bottom: var(--grid-padding);
}
#brx-content .banner {
  --text-color: #fff;
  color: var(--text-color);
}
#brx-content .banner h1 {
  color: var(--text-color);
  font-size: var(--hero-h1-font-size);
  z-index: 1;
}
#brx-content .banner h2 {
  font-size: var(--h2-font-size);
  font-weight: normal;
  z-index: 1;
}
#brx-content .banner > .brxe-container {
  background: transparent linear-gradient(180deg, var(--ci-color) 0%, var(--ci-darker-color) 100%) 0% 0% no-repeat padding-box;
  background-size: 100% calc(800svh + var(--header-height));
  background-position: center calc(var(--header-height) * -1);
  height: 800px;
  max-height: calc(90svh - var(--header-height));
  position: relative;
}
#brx-content .banner > .brxe-container:after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: transparent linear-gradient(180deg, transparent 0%, #000000 100%) 0% 0% no-repeat padding-box;
  background-position: center 65px;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Faccelate.michi.ameisenhaufen.dev%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fbricks-child%2Fassets%2Fscss%2Fstyle.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */