/* Terapie Presov: original visual styles, extracted for the static site.
   Editable CSS; no WordPress runtime or build tools required. */

img:is([sizes=auto i],[sizes^="auto," i]) {
  contain-intrinsic-size: 3000px 1500px;
}

:where(body) {
  margin: 0;
}

body {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

:root {
  --bricks-vh: 1vh;
  --bricks-transition: all 0.2s;
  --bricks-color-primary: #ffd64f;
  --bricks-color-secondary: #fc5778;
  --bricks-text-dark: #212121;
  --bricks-text-medium: #616161;
  --bricks-text-light: #9e9e9e;
  --bricks-text-info: #00b0f4;
  --bricks-text-success: #11b76b;
  --bricks-text-warning: #ffa100;
  --bricks-text-danger: #fa4362;
  --bricks-bg-info: #e5f3ff;
  --bricks-bg-success: #e6f6ed;
  --bricks-bg-warning: #fff2d7;
  --bricks-bg-danger: #ffe6ec;
  --bricks-bg-dark: #263238;
  --bricks-bg-light: #f5f6f7;
  --bricks-border-color: #dddedf;
  --bricks-border-radius: 4px;
  --bricks-tooltip-bg: #23282d;
  --bricks-tooltip-text: #eaecef;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden],
template {
  display: none;
}

.brxe-section {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (max-width:767px) {
  .brxe-section {
    flex-wrap: wrap;
  }
}

.brxe-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 1100px;
}

@media (max-width:767px) {
  .brxe-container {
    flex-wrap: wrap;
  }
}

[class*=brxe-] {
  max-width: 100%;
}

svg:not([width]) {
  min-width: 1em;
}

svg:not([height]) {
  min-height: 1em;
}

span[class*=brxe-]:not(.brxe-section):not(.brxe-container):not(.brxe-block):not(.brxe-div) {
  width: auto;
}

#brx-footer {
  background-position: 50%;
  background-size: cover;
  flex-shrink: 0;
  margin-top: auto;
  position: relative;
  width: 100%;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  height: 100%;
}

*,
:after,
:before {
  box-sizing: border-box;
  outline: none;
}

* {
  border-color: var(--bricks-border-color);
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  background-color: #fff;
  background-position: 50%;
  color: #363636;
  font-family: -apple-system,"system-ui",Segoe UI,roboto,helvetica,arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  font-size: 15px;
  line-height: 1.7;
  transition: var(--bricks-transition);
  transition: padding-top 0s;
}

.brx-body {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}

:where(a) {
  border-color: currentcolor;
  color: currentcolor;
  cursor: pointer;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-rendering: optimizelegibility;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: currentcolor;
}

h1 {
  font-size: 2.4em;
}

h1,
h2 {
  line-height: 1.4;
}

h2 {
  font-size: 2.1em;
}

h3 {
  font-size: 1.8em;
}

h3,
h4 {
  line-height: 1.4;
}

h4 {
  font-size: 1.6em;
}

h5 {
  font-size: 1.3em;
}

h5,
h6 {
  line-height: 1.4;
}

h6 {
  font-size: 1.1em;
}

:where(p) {
  margin: 0 0 1.2em;
}

:where(p:last-of-type) {
  margin-bottom: 0;
}

:where(p:last-of-type)+h1,
:where(p:last-of-type)+h2,
:where(p:last-of-type)+h3,
:where(p:last-of-type)+h4,
:where(p:last-of-type)+h5,
:where(p:last-of-type)+h6 {
  margin-top: 1.2em;
}

figcaption {
  color: var(--bricks-text-light);
  font-size: .9em;
  margin: 1em 0;
  text-align: center;
}

img {
  height: auto;
  max-width: 100%;
  outline: none;
  vertical-align: middle;
}

audio,
iframe {
  max-width: 100%;
}

button {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

blockquote {
  border-left-style: solid;
  border-left-width: 4px;
  font-family: georgia,Times New Roman,times,serif;
  font-size: 1.3em;
  margin: 15px 0;
  padding: 0 0 0 30px;
  position: relative;
}

blockquote cite {
  display: block;
  font-size: .8em;
  font-style: normal;
  margin-top: .5em;
  opacity: .5;
  text-transform: uppercase;
}

hr {
  border: none;
  border-top: 1px solid var(--bricks-border-color);
  margin: 1em 0;
}

pre {
  background-color: var(--bricks-bg-light);
  color: #fc1f49;
  font-family: monospace;
  font-size: 13px;
  margin: 0;
  padding: 10px 15px;
  white-space: pre-wrap;
}

table {
  width: 100%;
}

table[class*=brxe-] {
  display: table;
}

label {
  color: var(--bricks-text-light);
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  text-align: inherit;
}

input:not([type=submit]),
select,
textarea {
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  color: currentcolor;
  font-size: inherit;
  line-height: 40px;
  outline: none;
  padding: 0 12px;
  transition: var(--bricks-transition);
  width: 100%;
}

input[type=range] {
  border: none;
  height: auto;
  line-height: 1;
  padding: 0;
}

input[type=button],
input[type=checkbox],
input[type=radio] {
  width: auto;
}

input[type=submit],
select {
  cursor: pointer;
}

select {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff0;
  background-image: linear-gradient(45deg,transparent 50%,gray 0),linear-gradient(135deg,gray 50%,transparent 0);
  background-position: calc(100% - 20px) calc(50% + 2px),calc(100% - 16px) calc(50% + 2px);
  background-repeat: no-repeat;
  background-size: 4px 4px,4px 4px;
  border-radius: 0;
}

textarea {
  height: auto;
  line-height: inherit!important;
  min-height: 90px;
  padding: 10px 12px;
}

::placeholder {
  color: var(--bricks-border-color);
}

.skip-link {
  background: #000;
  border-bottom-right-radius: 8px;
  color: #fff;
  font-weight: 700;
  left: 0;
  padding: 5px 10px;
  position: fixed;
  top: 0;
  transform: translateY(-102%);
  transition: transform .3s;
  z-index: 9999;
}

.skip-link:focus {
  transform: translateY(0);
}

body.bricks-is-frontend :focus {
  outline: thin dotted currentcolor;
}

.brx-has-multilevel .open:not(.active)>.brx-submenu-toggle {
  display: none;
}

.brx-has-multilevel ul .active>.brx-submenu-toggle {
  display: none;
}

.brx-submenu-toggle {
  align-items: center;
  cursor: pointer;
  display: flex;
}

.brx-submenu-toggle.icon-right button {
  margin-left: 10px;
}

.brx-submenu-toggle.icon-left {
  flex-direction: row-reverse;
}

.brx-submenu-toggle.icon-left button {
  margin-right: 10px;
}

.brx-submenu-toggle button {
  align-items: center;
  background-color: #fff0;
  color: currentcolor;
  display: flex;
  transition: transform .1s cubic-bezier(0,0,.2,1);
  will-change: transform;
}

.brx-submenu-toggle svg {
  stroke: currentcolor;
}

#brx-content {
  flex: 1;
  position: relative;
  width: 100%;
}

#brx-header {
  background-position: 50%;
  background-size: cover;
  position: relative;
  width: 100%;
}

#brx-header.sticky .bricks-nav-menu>li>a {
  transition: inherit;
}

[data-brx-ls-wrapper] {
  transition: opacity .3s ease-in-out;
}

[data-brx-ls-wrapper]:not(.brx-ls-active) {
  display: none;
}

figcaption,
figure {
  margin: 1em 0;
  width: 100%;
}

.brxe-dropdown .brx-submenu-toggle {
  gap: 10px;
}

:where(.brxe-heading)>[contenteditable] {
  display: inline-block;
  text-decoration: inherit;
}

a.brxe-image {
  display: inline-block;
}

figure.brxe-image {
  margin: 0;
}

:where(.brxe-image).tag {
  display: inline-block;
  height: fit-content;
  position: relative;
  width: auto;
}

:where(.brxe-image) a {
  transition: inherit;
}

:where(.brxe-image) img {
  border-radius: inherit;
  height: 100%;
  position: static!important;
  transition: inherit;
  width: 100%;
}

:where(.brxe-nav-menu).dragging .bricks-mobile-menu-wrapper {
  display: none!important;
  pointer-events: none!important;
}

:where(.brxe-nav-menu) ol,
:where(.brxe-nav-menu) ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

:where(.brxe-nav-menu) .bricks-nav-menu {
  display: flex;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

:where(.brxe-nav-menu) .bricks-nav-menu>li {
  margin: 0 0 0 30px;
}

:where(.brxe-nav-menu) .bricks-nav-menu>li.menu-item-has-children:hover:before {
  content: "";
  height: 100%;
  min-height: 60px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
}

:where(.brxe-nav-menu) .bricks-nav-menu>li>.sub-menu.caret:before {
  border: 0 solid #fff0;
  border-bottom: 0 solid var(--bricks-bg-dark);
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  width: 0;
}

:where(.brxe-nav-menu) .bricks-nav-menu>li[data-toggle=click]:before {
  display: none;
}

:where(.brxe-nav-menu) .bricks-nav-menu>li[data-toggle=click].open>.sub-menu.caret:before {
  display: block;
}

:where(.brxe-nav-menu) .bricks-nav-menu>li[data-toggle=click] .sub-menu.caret:before {
  display: none;
}

:where(.brxe-nav-menu) .bricks-nav-menu li {
  position: relative;
}

:where(.brxe-nav-menu) .bricks-nav-menu li.open>.sub-menu {
  opacity: 1;
  visibility: visible;
}

:where(.brxe-nav-menu) .bricks-nav-menu li.open[data-static]>.sub-menu {
  display: block;
}

:where(.brxe-nav-menu) .bricks-nav-menu li:not(.brx-has-megamenu)>a {
  display: flex;
  width: 100%;
}

:where(.brxe-nav-menu) .bricks-nav-menu li[data-static] {
  flex-direction: column;
}

:where(.brxe-nav-menu) .bricks-nav-menu li[data-static] .sub-menu {
  display: none;
  position: static!important;
  transform: none;
}

:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu {
  background-color: var(--bricks-bg-dark);
  color: #fff;
  line-height: 60px;
  min-width: 150px;
  opacity: 0;
  position: absolute;
  top: 100%;
  transition: var(--bricks-transition);
  visibility: hidden;
  white-space: nowrap;
  z-index: 998;
}

:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu li {
  border-style: none;
  position: relative;
  width: 100%;
}

:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu a,
:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu button {
  color: currentcolor;
  padding: 0 20px;
}

:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu .sub-menu {
  left: 100%;
  padding-top: 0;
  top: 0;
}

:where(.brxe-nav-menu) .bricks-nav-menu .brx-has-multilevel .sub-menu .brx-submenu-toggle {
  width: 100%;
}

:where(.brxe-nav-menu) .bricks-mobile-menu-toggle {
  background-color: #fff0;
  cursor: pointer;
  display: none;
  height: 16px;
  min-width: 12px;
  position: relative;
  width: 20px;
}

:where(.brxe-nav-menu) .bricks-mobile-menu-toggle.always {
  display: block!important;
}

:where(.brxe-nav-menu) .bricks-mobile-menu-toggle:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

:where(.brxe-nav-menu) .bricks-mobile-menu-toggle:hover span {
  min-width: 12px;
  width: 20px;
}

:where(.brxe-nav-menu) .bricks-mobile-menu-toggle span {
  background-color: currentcolor;
  display: block;
  height: 2px;
  position: absolute;
  right: 0;
  transition: var(--bricks-transition);
}

:where(.brxe-nav-menu) .bricks-mobile-menu-toggle .bar-top {
  min-width: 12px;
  top: 0;
  width: 20px;
}

:where(.brxe-nav-menu) .bricks-mobile-menu-toggle .bar-center {
  min-width: 12px;
  top: 7px;
  width: 20px;
}

:where(.brxe-nav-menu) .bricks-mobile-menu-toggle .bar-bottom {
  min-width: 12px;
  top: 14px;
  width: 20px;
}

.brx-body.iframe .bricks-mobile-menu-wrapper .sub-menu {
  display: block!important;
}

.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-toggle {
  min-width: 20px;
  width: 20px;
  z-index: 1000;
}

.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-toggle.fixed {
  position: fixed;
}

.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-toggle .bar-top {
  top: 50%;
  transform: rotate(45deg);
}

.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-toggle .bar-center {
  opacity: 0;
}

.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-toggle .bar-bottom {
  top: 50%;
  transform: rotate(-45deg);
}

.brxe-nav-menu.show-mobile-menu li.open>.brx-megamenu {
  display: initial;
  opacity: 1;
  position: static;
  visibility: visible;
}

.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-wrapper {
  max-width: 100vw;
  opacity: 1!important;
  transform: translateX(0)!important;
  visibility: visible;
  z-index: 999;
}

.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-overlay {
  opacity: 1;
  visibility: visible;
  z-index: 998;
}

.brxe-nav-menu .bricks-mobile-menu-wrapper {
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: calc(var(--bricks-vh, 1vh)*100);
  left: 0;
  position: fixed;
  right: auto;
  scrollbar-width: none;
  top: 0;
  transition-duration: .2s;
  transition-property: background-color,opacity,transform,visibility;
  visibility: hidden;
  width: 300px;
  z-index: 999;
}

.brxe-nav-menu .bricks-mobile-menu-wrapper::-webkit-scrollbar {
  background: #fff0;
  height: 0;
  width: 0;
}

.brxe-nav-menu .bricks-mobile-menu-wrapper:before {
  background-color: #23282d;
  background-size: cover;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.brxe-nav-menu .bricks-mobile-menu-wrapper.fade-in {
  opacity: 0;
  transform: translateX(0)!important;
}

.brxe-nav-menu .bricks-mobile-menu-wrapper.left {
  transform: translateX(-100%);
}

.brxe-nav-menu .bricks-mobile-menu-wrapper.right {
  left: auto;
  right: 0;
  transform: translateX(100%);
}

.brxe-nav-menu .bricks-mobile-menu-wrapper .bricks-mobile-menu {
  overflow-y: scroll;
  position: relative;
  scrollbar-width: none;
}

.brxe-nav-menu .bricks-mobile-menu-wrapper .bricks-mobile-menu::-webkit-scrollbar {
  background: #fff0;
  height: 0;
  width: 0;
}

.brxe-nav-menu .bricks-mobile-menu-wrapper .bricks-mobile-menu>li>.brx-submenu-toggle>*,
.brxe-nav-menu .bricks-mobile-menu-wrapper .bricks-mobile-menu>li>a {
  padding: 0 30px;
}

.brxe-nav-menu .bricks-mobile-menu-wrapper .bricks-mobile-menu .brx-megamenu {
  display: none;
}

.brxe-nav-menu .bricks-mobile-menu-wrapper a {
  display: block;
  width: 100%;
}

.brxe-nav-menu .bricks-mobile-menu-wrapper .brx-megamenu a {
  display: initial;
}

.brxe-nav-menu .bricks-mobile-menu-wrapper li a {
  line-height: 60px;
}

.brxe-nav-menu .bricks-mobile-menu-wrapper li a:focus {
  outline-offset: -1px;
}

.brxe-nav-menu .bricks-mobile-menu-wrapper .sub-menu {
  background: none!important;
  display: none;
  line-height: 40px;
}

.brxe-nav-menu .bricks-mobile-menu-wrapper .sub-menu li>.brx-submenu-toggle>*,
.brxe-nav-menu .bricks-mobile-menu-wrapper .sub-menu li>a {
  padding: 0 45px;
}

.brxe-nav-menu .bricks-mobile-menu-wrapper li.open>.sub-menu {
  display: block;
}

.brxe-nav-menu .bricks-mobile-menu-wrapper li.menu-item-has-children:hover:before {
  display: none;
}

.brxe-nav-menu .bricks-mobile-menu-overlay {
  background-color: rgb(0 0 0 / .25);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all .2s;
  visibility: hidden;
  z-index: -1;
}

li.menu-item-has-children [aria-expanded] .menu-item-icon {
  background-color: #fff0;
  color: inherit;
  pointer-events: none;
  transition: inherit;
}

li.menu-item-has-children [aria-expanded] .menu-item-icon i {
  position: relative;
  top: 2px;
}

li.menu-item-has-children [aria-expanded=false] .open {
  display: block;
}

li.menu-item-has-children [aria-expanded=true] .open {
  display: none;
}

.brxe-nav-nested.brx-open .brx-submenu-toggle {
  justify-content: space-between;
}

:where(.brxe-svg) {
  height: auto;
  width: auto;
}

:where(.brxe-svg) svg {
  height: auto;
  max-width: 100%;
  overflow: visible;
  width: auto;
}

.brxe-text-link {
  gap: 5px;
}

.brxe-text-link,
.brxe-text-link span {
  align-items: center;
  display: inline-flex;
}

.brxe-text-link span {
  justify-content: center;
}

.brxe-text-link svg:not([width]) {
  min-width: 3px;
}

.brxe-text-link svg:not([height]) {
  min-height: 3px;
}

:root {
  --bricks-color-44d679: #f5f5f5;
  --bricks-color-d9d7ae: #e0e0e0;
  --bricks-color-f9521c: #9e9e9e;
  --bricks-color-401694: #616161;
  --bricks-color-ce055e: #424242;
  --bricks-color-44495f: #212121;
  --bricks-color-0e5300: #ffeb3b;
  --bricks-color-424a86: #ffc107;
  --bricks-color-8ecd0b: #ff9800;
  --bricks-color-999197: #ff5722;
  --bricks-color-5dd5f3: #f44336;
  --bricks-color-3f2ff6: #9c27b0;
  --bricks-color-2b2528: #2196f3;
  --bricks-color-aec816: #03a9f4;
  --bricks-color-c2786a: #81D4FA;
  --bricks-color-23218b: #4caf50;
  --bricks-color-8258a2: #8bc34a;
  --bricks-color-5cdb4a: #cddc39;
  --bricks-color-owdfls: #ffffff;
  --bricks-color-swzfey: #faf6fa;
  --bricks-color-yeqmuc: #f1e5f1;
  --bricks-color-rqttme: #a350a3;
  --bricks-color-gnzgwy: #1a1a1a;
}

body {
  line-height: 1.6;
  font-family: "Poppins";
  font-size: 1.6rem;
  font-weight: 300;
  color: #1a1a1a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sansita";
  font-weight: 400;
  line-height: 1.2;
  color: #1a1a1a;
}

body.bricks-is-frontend :focus {
  outline: none;
}

.brxe-container {
  width: 700px;
}

.hero.brxe-section {
  padding-top: 80px;
}

.hero__container.brxe-container {
  row-gap: 32px;
}

.hero__top-container.brxe-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 8px;
}

.chip.brxe-heading {
  font-size: 1.3rem;
  font-family: "Poppins";
  padding-top: 6px;
  padding-right: 16px;
  padding-bottom: 6px;
  padding-left: 16px;
  background-color: var(--bricks-color-swzfey);
  border: 1px solid var(--bricks-color-yeqmuc);
  border-radius: 24px;
  display: inline;
}

.h1-wannabe.brxe-text-basic {
  font-size: 6.4rem;
  font-family: "Sansita";
  line-height: 1.1;
  font-weight: 700;
}

@media (max-width:767px) {
  .h1-wannabe.brxe-text-basic {
    font-size: 4rem;
  }
}

.hero__lede.brxe-text-basic {
  font-size: 1.8rem;
}
