@layer bricks {.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 .icon{flex-shrink:0}}@layer bricks {:where(.brxe-heading).has-separator{align-items:center;display:inline-flex;gap:20px}:where(.brxe-heading)>[contenteditable]{display:inline-block;text-decoration:inherit}:where(.brxe-heading) .separator{border-top:1px solid;flex-grow:1;flex-shrink:0;height:1px}}@layer bricks {@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}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).caption{position:relative}:where(.brxe-image).caption:has(figcaption.bricks-image-caption){overflow:hidden}:where(.brxe-image).overlay{position:relative}:where(.brxe-image).overlay:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}:where(.brxe-image):before{border-radius:inherit}:where(.brxe-image) a{border-radius:inherit;position:static;transition:inherit}:where(.brxe-image) picture{border-radius:inherit;transition:inherit}:where(.brxe-image) img{border-radius:inherit;height:100%;position:static!important;transition:inherit;width:100%}:where(.brxe-image) img.bricks-lazy-hidden+figcaption{display:none}:where(.brxe-image) .icon{color:#fff;font-size:60px;pointer-events:none;position:absolute;right:50%;text-align:center;top:50%;transform:translate(50%,-50%);z-index:5}:where(.brxe-image) .bricks-image-caption{background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.25) 70%,transparent);bottom:0;color:#fff;font-size:inherit;margin:0;padding:10px 15px;pointer-events:none;position:absolute;text-align:center;width:100%;z-index:1}}@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Sora:wght@500;600;700;800&display=swap');:root { --mi-bg: #05080c; --mi-panel: rgba(21, 25, 31, 0.88); --mi-panel-soft: rgba(18, 22, 28, 0.72); --mi-line: rgba(170, 222, 224, 0.18); --mi-text: #eef7f8; --mi-muted: rgba(238, 247, 248, 0.72); --mi-teal: #4fd8d3; --mi-orange: #ff9b3d; --mi-radius: 8px; --mi-shell: min(1120px, calc(100vw - 48px));}.mi-shell { width: var(--mi-shell); max-width: var(--mi-shell); margin-inline: auto; }.mi-btn,.mi-btn.brxe-button { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; border: 1px solid transparent; padding: 12px 20px; font-family: Inter, sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .06em; line-height: 1; text-transform: uppercase; text-decoration: none; transition: transform .2s ease, background-color .2s ease, border-color .2s ease;}.mi-btn:hover { transform: translateY(-1px); }.mi-btn--small,.mi-btn--small.brxe-button { padding: 11px 18px; font-size: 11px; background: linear-gradient(135deg, var(--mi-orange), #ffbd70); color: #1d130a; }.mi-footer { background: radial-gradient(circle at 15% 10%, rgba(79,216,211,.18), transparent 34%), radial-gradient(circle at 84% 0%, rgba(255,155,61,.15), transparent 32%), #05080c; border-top: 1px solid rgba(170,222,224,.14); color: var(--mi-text); font-family: Inter, sans-serif; padding: 76px 0 28px;}.mi-footer__grid { display: grid; grid-template-columns: 1.35fr .9fr .8fr 1fr; gap: 54px; align-items: start;}.mi-footer__brand .mi-logo { width: 188px; margin-bottom: 22px; }.mi-footer__brand .mi-logo img { width: 100%; height: auto; display: block; }.mi-footer h3 { color: var(--mi-text); font-family: Sora, sans-serif; font-size: 22px; font-weight: 800; margin: 0 0 22px;}.mi-footer p,.mi-footer a { color: rgba(238,247,248,.78); font-size: 15px; line-height: 1.8; text-decoration: none;}.mi-footer a:hover { color: var(--mi-teal); }.mi-footer__links { display: flex; flex-direction: column; gap: 10px;}.mi-footer__socials { display: flex; flex-wrap: wrap; gap: 10px;}.mi-social { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 6px; background: rgba(79,216,211,.1); border: 1px solid rgba(79,216,211,.24); color: #eef7f8 !important; font-size: 12px !important; font-weight: 800; text-transform: uppercase;}.mi-footer__bottom { margin-top: 56px; padding-top: 22px; border-top: 1px solid rgba(170,222,224,.12); display: flex; justify-content: space-between; gap: 20px; color: rgba(238,247,248,.52); font-size: 13px;}@media (max-width: 900px) { .mi-footer__grid { grid-template-columns: 1fr 1fr; gap: 34px; }}@media (max-width: 620px) { .mi-footer { padding-top: 54px; } .mi-footer__grid { grid-template-columns: 1fr; } .mi-footer__bottom { flex-direction: column; }}.mi-footer { padding-top: clamp(70px, 8vw, 104px);}.mi-footer__grid { gap: clamp(38px, 6vw, 76px);}.mi-footer__brand .mi-logo { width: 204px;}.mi-footer h3 { font-size: 18px; letter-spacing: .02em;}.mi-footer p,.mi-footer a { font-size: 14px; color: rgba(238,247,248,.72);}.mi-social { border-radius: 8px; background: rgba(77,218,217,.12);}.mi-footer__bottom { color: rgba(238,247,248,.5);}.mi-footer__socials{display:flex!important;flex-direction:column!important;gap:8px!important;align-items:flex-start!important}.mi-social{width:auto!important;min-width:0!important;height:auto!important;min-height:0!important;padding:0!important;border:0!important;background:transparent!important;color:rgba(236,246,255,.72)!important;font-size:13px!important;line-height:1.7!important;text-transform:none!important;letter-spacing:.01em!important;text-decoration:none!important}.mi-social:before{content:'';display:inline-block;width:6px;height:6px;margin-right:10px;border-radius:50%;background:#4ddad9;box-shadow:0 0 14px rgba(77,218,217,.6);vertical-align:middle}.mi-social:hover{color:#5ff0eb!important}@media(max-width:760px){.mi-footer__socials{gap:6px!important}.mi-social{font-size:14px!important}}.mi-footer{padding-top:clamp(56px,7vw,86px)!important;padding-bottom:28px!important}.mi-footer__grid{align-items:start!important;gap:clamp(34px,6vw,78px)!important}.mi-footer .mi-logo figcaption,.mi-footer .mi-logo .bricks-image-caption{display:none!important}.mi-footer__brand{gap:14px!important}.mi-footer__brand .mi-logo img{max-width:150px!important}.mi-footer__links{gap:9px!important}.mi-footer__links h3,.mi-footer h3{margin-bottom:10px!important;color:#f7fbff!important}.mi-footer__links a{color:rgba(236,246,255,.72)!important;text-decoration:none!important}.mi-footer__links a:hover{color:#5ff0eb!important}.mi-footer__bottom{padding-top:26px!important;margin-top:34px!important;border-top:1px solid rgba(255,255,255,.12)!important}.mi-footer__bottom p{color:rgba(236,246,255,.58)!important}@media(max-width:760px){.mi-footer__grid{grid-template-columns:1fr!important}.mi-footer__bottom{display:grid!important;gap:10px!important}.mi-footer{text-align:left!important}}.mi-footer{border-top-color:rgba(151,220,224,.18)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important}.mi-footer__grid{max-width:1120px!important}.mi-footer__brand .mi-logo{height:auto!important;max-height:none!important}.mi-footer__brand .mi-logo img{width:154px!important;max-width:154px!important}.mi-footer h3{font-size:16px!important;line-height:1.25!important}.mi-footer p,.mi-footer a{font-size:13px!important;line-height:1.72!important}.mi-footer__bottom{max-width:1120px!important}@media(max-width:620px){.mi-footer{padding-top:46px!important}.mi-footer__grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:28px 24px!important}.mi-footer__brand{grid-column:1 / -1!important}.mi-footer__brand .mi-logo img{width:140px!important;max-width:140px!important}.mi-footer__links{gap:7px!important}.mi-footer__bottom{margin-top:28px!important}.mi-footer__bottom p{font-size:12px!important}}@media(max-width:380px){.mi-footer__grid{grid-template-columns:1fr!important}}#brxe-mif004 {max-width: 125px; width: 100%}#brxe-mif004:not(.tag), #brxe-mif004 img {object-fit: contain}