:root {  --brx-main-width: 600px; --brx-main-bg: #0f0a0d; --brx-main-radius: 4.4rem;  --brx-anim-duration: 30s; --text5-2xs: clamp(0.82rem, calc(0.00018518518518518534 * (100vw - 36rem) + 0.82rem), 0.84rem); --text5-xs: clamp(1.02rem, calc(0.0010185185185185173 * (100vw - 36rem) + 1.02rem), 1.13rem); --text5-s: clamp(1.28rem, calc(0.002037037037037037 * (100vw - 36rem) + 1.28rem), 1.5rem); --text5-m: clamp(1.40rem, calc(0.0033333333333333344 * (100vw - 36rem) + 1.44rem), 1.5rem); --text5-l: clamp(1.92rem, calc(0.0044444444444444444 * (100vw - 36rem) + 1.92rem), 2.4rem); --text5-xl: clamp(2.24rem, calc(0.005185185185185182 * (100vw - 36rem) + 2.24rem), 2.8rem); --text5-2xl: clamp(2.56rem, calc(0.005925925925925927 * (100vw - 36rem) + 2.56rem), 3.2rem);}html { background: linear-gradient(45deg, #0f0a0d, #250a1b, #0f0a0d, #1a0812); background-size: 400% 400%; background-attachment: fixed; animation: brxBackgroundFlow var(--brx-anim-duration) ease infinite;}body { background-color: transparent !important; min-height: 100vh; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: 28px 0px 100px 0px;  box-sizing: border-box;}#brx-content { width: 100%; max-width: var(--brx-main-width); height: auto; border-radius: var(--brx-main-radius); background-color: var(--brx-main-bg); box-shadow: 0 50px 100px rgba(0, 0, 0, 0.95); padding: 20px 16px 30px 16px; position: relative; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.03); isolation: isolate; }#brx-content::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 750px; z-index: -1; pointer-events: none; background: radial-gradient( circle at 90% 10%, rgba(255, 0, 127, 0.45) 0%, rgba(255, 0, 127, 0.15) 35%, transparent 70% ); animation: brxRespiracionNeon var(--brx-anim-duration) ease-in-out infinite;}@keyframes brxBackgroundFlow { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; }}@keyframes brxRespiracionNeon { 0% { opacity: 1; filter: blur(0px); } 50% { opacity: 0.35; filter: blur(4px); } 100% { opacity: 1; filter: blur(0px); }}@media (max-width: 600px) { body { padding: 0px 0px 60px 0px;  } #brx-content { border-radius: 0; border-left: none; border-right: none; padding: 28px 16px; }} body {font-family: "Inter"; font-weight: 400; font-style: normal; color: var(--text-body); font-size: var(--text5-m)} h1, h2, h3, h4, h5, h6 {font-family: "Inter"; font-weight: 400; font-style: normal; font-size: 1rem; color: hsl(0, 0%, 100%)} h1 {font-family: "Inter"; font-weight: 400; color: hsl(0, 0%, 100%); font-size: var(--text5-2xl)} h2 {font-family: "Inter"; font-weight: 700; color: var(--rojo-de-tiktok); font-size: var(--text5-xl)} h3 {color: var(--rojo-de-tiktok); font-family: "Inter"; font-weight: 700; font-size: var(--text5-l)} .bricks-type-hero {color: hsl(0, 0%, 100%)} .bricks-type-lead {color: #ffffff} blockquote {color: #ffffff}:where(:root) .bricks-color-secondary {color: #F72585}:where(:root) .bricks-background-secondary {background-color: #F72585} .brx-boxed {max-width: 600px} .brx-boxed #brx-header.brx-sticky {max-width: 600px; margin-left: auto; margin-right: auto} .brx-popup-content {background-color: var(--fondo-1); max-width: 600px; width: 88%}.brx-infobox-popup::after {border-top-color: var(--fondo-1)}.brxe-search input[type=search] {background-color: hsl(316, 100%, 47%)} .brxe-section {margin-top: 20px} :where(.brxe-accordion .accordion-content-wrapper) a, :where(.brxe-icon-box .content) a, :where(.brxe-list) a, :where(.brxe-post-content):not([data-source="bricks"]) a, :where(.brxe-posts .dynamic p) a, :where(.brxe-shortcode) a, :where(.brxe-tabs .tab-content) a, :where(.brxe-team-members) .description a, :where(.brxe-testimonials) .testimonial-content-wrapper a, :where(.brxe-text) a, :where(a.brxe-text), :where(.brxe-text-basic) a, :where(a.brxe-text-basic), :where(.brxe-post-comments) .comment-content a, .jet-listing-dynamic-link__link {color: var(--celeste-de-tiktok)}