body.bd-page{--bd-page: #e5e5e5;--bd-dark: #171717;--bd-lime: #f2ff70;--bd-onDark: #a3a3a3;--bd-ink: #0a0a0a;--bd-ink2: #171717;--bd-muted: #525252;--bd-muted2: #737373;--bd-border: #e5e5e5;--bd-rule: #d4d4d4;--bd-layout: #fafafa;--bd-accent: #f0f0f0;--bd-gap: 20px}body.bd-page{padding-top: 0;background: var(--bd-page);color: var(--bd-ink)}.bd{padding: clamp(32px, 6vw, 108px) 0 clamp(64px, 8vw, 143px)}.bd-wrap{box-sizing: border-box;max-width: 1800px;margin: 0 auto;padding: 0 clamp(20px, 6.67vw, 120px)}.bd :where(h1, h2, h3, p){margin: 0}.bd-head{display: flex;flex-direction: column;align-items: flex-start;gap: 36px}.bd-back{display: inline-block;font-family: var(--font-body);font-size: 16px;line-height: 24px;color: var(--bd-muted);transition: color .2s ease}.bd-back:hover, .bd-back:focus-visible{color: var(--bd-ink)}.bd-h1{font-family: var(--font-head);font-weight: 400;font-size: clamp(30px, 2.9vw, 44px);line-height: 1.1;letter-spacing: -0.03em;color: #000}.bd-h2{font-family: var(--font-head);font-weight: 400;font-size: clamp(28px, 2.75vw, 44px);line-height: 1.1;letter-spacing: -0.03em;color: var(--bd-ink)}.bd-hero{display: grid;grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);background: var(--bd-layout);border-radius: 32px}.bd-hero__left{box-sizing: border-box;display: flex;flex-direction: column;min-width: 0;padding: clamp(28px, 2.6vw, 40px);padding-bottom: clamp(40px, 9vw, 140px)}.bd-points{margin: 63px 0 0 clamp(0px, 4.3vw, 67px);padding: 0;max-width: 444px;list-style: none;display: flex;flex-direction: column;gap: 24px}.bd-point{display: grid;grid-template-columns: 24px minmax(0, 1fr);column-gap: 8px;row-gap: 12px}.bd-point::before{content: '';grid-area: 1 / 1;width: 24px;height: 24px;background: linear-gradient(var(--bd-ink2), var(--bd-ink2)) bottom center / 8px 8px no-repeat}.bd-point__title{grid-area: 1 / 2;padding: 4px 0;font-family: var(--font-body);font-weight: 500;font-size: 20px;line-height: 24px;color: #131313}.bd-point__desc{grid-area: 2 / 2;font-family: var(--font-body);font-size: 14px;line-height: 21px;color: var(--bd-muted)}.bd-hero__right{box-sizing: border-box;display: flex;align-items: flex-start;justify-content: center;min-width: 0;padding: clamp(32px, 5vw, 86px) clamp(16px, 3.8vw, 60px);border: .7px solid var(--bd-muted2);border-radius: 24px;background: linear-gradient(46.7deg, #f2ff70 1.55%, #d4d4d4 84.46%, #fafafa 105.72%)}.bd-hero__right .bd-schedule{width: 100%;max-width: 470px;gap: 28px;padding: 28px}.bd-hero__right .bd-schedule__embed{height: 620px}.bd-schedule{box-sizing: border-box;display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 32px;padding: 33px;border: 1px solid var(--bd-border);border-radius: 16px;overflow: hidden;background: var(--bd-dark)}.bd-schedule__head{width: 100%;max-width: 430px}.bd-schedule__title{font-family: var(--font-body);font-weight: 400;font-size: 28px;line-height: 39.6px;color: var(--bd-lime)}.bd-schedule__sub{font-family: var(--font-body);font-size: 16px;line-height: 24px;color: var(--bd-onDark)}.bd-schedule__embed{width: 100%;max-width: 430px;height: 680px;border-radius: 7px;overflow: hidden}.bd-schedule__embed iframe{display: block;width: 100%;height: 100%;border: 0}.bd-schedule{transition: border-color .26s ease, box-shadow .26s ease, background-color .26s ease}.bd-schedule:hover, .bd-schedule:focus-within{border-color: var(--bd-lime);background: #1f1f1f;box-shadow: 0 18px 44px rgba(23, 23, 23, .18), 0 0 0 3px rgba(242, 255, 112, .16)}.bd-schedule__title{position: relative;width: fit-content;max-width: 100%}.bd-schedule__title::after{content: '';position: absolute;left: 0;right: 0;bottom: -2px;height: 1px;background: var(--bd-lime);transform: scaleX(0);transform-origin: left center;transition: transform .34s cubic-bezier(.22, .28, .2, 1)}.bd-schedule:hover .bd-schedule__title::after, .bd-schedule:focus-within .bd-schedule__title::after{transform: scaleX(1)}.bd-logos{position: relative;height: 58px;margin-top: auto;min-height: 58px;padding-top: 51px;box-sizing: content-box;overflow: hidden;mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);-webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%)}.bd-logos-track{display: flex;width: max-content;height: 100%;align-items: center;animation: bd-logo-marquee 60s linear infinite}.bd-logos-set{display: flex;flex-shrink: 0;align-items: center;gap: 56px;padding-right: 56px}.bd-logos-track img{height: 28px;width: auto;flex-shrink: 0;opacity: .6;filter: brightness(0)}@keyframes bd-logo-marquee{to{transform: translateX(-50%)}}.bd-teams{margin-top: clamp(72px, 11vw, 200px)}.bd-teams__title{margin-bottom: 45px}.bd-teams-grid{display: grid;grid-template-columns: 784fr 370fr 370fr;gap: 18px;--bd-story-dur: .6s;--bd-story-ease: cubic-bezier(.22, .28, .2, 1)}.bd-story{position: relative;display: flex;flex-direction: column;min-height: 437px;background: #d4d4d4;border: 1px solid var(--bd-ink2);overflow: hidden;color: inherit}.bd-story__head{position: relative;z-index: 2;display: flex;flex-direction: column;gap: 18px;padding: 22px 32px 0}.bd-story__logo{display: flex;align-items: center;height: 48px}.bd-story__logo img{width: auto;height: auto;max-width: 160px;max-height: 32px;object-fit: contain;object-position: left center}.bd-story__tag{align-self: flex-start;box-sizing: border-box;display: inline-flex;align-items: center;justify-content: center;width: fit-content;max-width: 100%;padding: 5px;font-family: var(--font-body);font-size: 12px;font-weight: 500;line-height: 1;letter-spacing: .02em;color: var(--bd-ink2);white-space: nowrap;background: var(--bd-accent);border: 1px solid var(--bd-ink2);border-radius: 2px}.bd-story__media{position: absolute;inset: 96px 0 0 0;z-index: 0;display: flex;align-items: flex-start;justify-content: flex-end;pointer-events: none}.bd-story__media img{width: auto;height: auto;max-width: 68%;max-height: 92%;margin-top: 8px;object-fit: contain;object-position: right top;filter: grayscale(1);transform: scale(1);transform-origin: left top;transition: transform var(--bd-story-dur) var(--bd-story-ease)}.bd-story--eos .bd-story__media img{max-width: 78%;margin-top: -20px}.bd-story:hover .bd-story__media img, .bd-story:focus-within .bd-story__media img{transform: scale(1.06)}.bd-story__bar{position: absolute;left: 0;right: 0;bottom: 0;z-index: 3;padding: 24px 32px 28px;overflow: hidden;border-top: 1px solid var(--bd-ink2);background: linear-gradient(135deg, rgba(255, 255, 255, .42) 0%, rgba(255, 255, 255, 0) 46%), linear-gradient(90deg, rgba(242, 255, 112, .94) 0%, rgba(240, 240, 240, .94) 100%);box-shadow: inset 0 1px 0 rgba(255, 255, 255, .42);transition: box-shadow var(--bd-story-dur) var(--bd-story-ease)}.bd-story:hover .bd-story__bar, .bd-story:focus-within .bd-story__bar{box-shadow: inset 0 1px 0 rgba(255, 255, 255, .55), inset 0 -1px 0 rgba(0, 0, 0, .04)}.bd-story__bar-main{position: relative;z-index: 1}.bd-story__bar h3{font-family: var(--font-body);font-weight: 500;font-size: 20px;line-height: 24px;color: var(--bd-ink2)}.bd-story__desc{margin-top: 16px;max-width: 320px;font-family: var(--font-body);font-size: 15px;font-weight: 400;line-height: 24px;color: #404040}.bd-story__cta-wrap{padding-top: 14px}.bd-story__cta{box-sizing: border-box;display: inline-flex;align-items: center;justify-content: center;gap: 8px;width: 131px;height: 35px;max-width: 100%;padding: 5px 5.52px;overflow: hidden;font-family: var(--font-body);font-size: 14px;font-weight: 500;line-height: 14px;text-align: center;white-space: nowrap;color: var(--bd-ink2);background: transparent;border: .7px solid var(--bd-ink2);border-radius: 2.58px;transition: background-color .2s ease, color .2s ease}.bd-story:hover .bd-story__cta, .bd-story:focus-within .bd-story__cta{background: var(--bd-ink2);color: var(--bd-layout)}.bd-story--wide .bd-story__head{padding: 25px 40px 0}.bd-story--wide .bd-story__logo{height: auto}.bd-story--wide .bd-story__logo img{width: 139px;height: 64px;max-width: none;max-height: none}.bd-story--wide .bd-story__media{inset: 0}.bd-story--wide .bd-story__media img{width: 100%;height: 100%;max-width: none;max-height: none;margin-top: 0;object-fit: cover;object-position: center;filter: grayscale(1) contrast(1.05)}.bd-story--wide .bd-story__bar{padding: 32px 42px}.bd-story--wide .bd-story__bar h3{font-size: 24px;font-weight: 700;line-height: 24px}.bd-story--wide .bd-story__desc{max-width: 444px;font-size: 16px}.bd-faq{margin-top: 40px;padding: 100px 0;border: none}.bd .home-faq__grid{display: grid;grid-template-columns: 355px 1fr;gap: 55px;align-items: start;margin-top: 8px}.bd .home-faq__title{text-align: left;margin-top: 12px;margin-bottom: 0}.bd .home-faq__list{display: flex;flex-direction: column}.bd .home-faq__item{border-top: 1px solid var(--bd-rule)}.bd .home-faq__item:last-child{border-bottom: 1px solid var(--bd-rule)}.bd .home-faq__trigger{display: flex;align-items: center;justify-content: space-between;gap: 24px;width: 100%;margin: 0;padding: 22px 0;background: none;border: 0;text-align: left;cursor: pointer;font-family: var(--font-body);font-size: 18px;font-weight: 500;line-height: 1.45;color: var(--bd-ink2);transition: color .2s ease}.bd .home-faq__trigger:hover{color: var(--bd-muted)}.bd .home-faq__trigger:focus-visible{outline: 2px solid var(--bd-ink);outline-offset: 2px}.bd .home-faq__chev{flex-shrink: 0;display: flex;align-items: center;justify-content: center;width: 24px;height: 24px;color: currentColor;transition: transform .25s ease}.bd .home-faq__item--open .home-faq__chev{transform: rotate(180deg)}.bd .home-faq__body{max-height: 0;overflow: hidden;transition: max-height .3s ease}.bd .home-faq__item--open .home-faq__body{max-height: 600px}.bd .home-faq__body-inner{max-width: 640px;padding: 0 0 22px;font-size: 15px;line-height: 1.65;color: var(--bd-muted)}.bd .home-faq__body-inner p{margin: 0}.bd-footmark{margin-top: 86px;text-align: center}.bd-footmark img{display: inline-block;width: auto;height: 40px}@media (max-width: 1080px){.bd-hero{grid-template-columns: minmax(0, 1fr)}.bd-hero__left{padding-bottom: clamp(32px, 5vw, 56px)}.bd-points{margin-left: 32px;max-width: none}.bd-hero__right{padding: clamp(32px, 6vw, 56px) clamp(16px, 4vw, 40px)}.bd-logos{padding-top: 40px}}@media (max-width: 560px){.bd-hero{border-radius: 20px}.bd-hero__right{border-radius: 20px}.bd-points{margin-left: 0}.bd-schedule{padding: 32px 20px}}@media (max-width: 1100px){.bd-teams-grid{grid-template-columns: minmax(0, 1fr) minmax(0, 1fr)}.bd-story--wide{grid-column: 1 / -1}}@media (max-width: 768px){.bd .home-faq__grid{grid-template-columns: minmax(0, 1fr);gap: 32px}.bd-faq{padding: 64px 0}}@media (max-width: 760px){.bd-teams-grid{grid-template-columns: minmax(0, 1fr)}.bd-story--wide{grid-column: auto}.bd-teams__title{margin-bottom: 28px}.bd-story__desc{max-width: none}.bd-footmark img{height: 32px}}@media (max-width: 520px){.bd-schedule{padding: 24px 16px}.bd-story__head{padding: 20px 20px 0}.bd-story__bar, .bd-story--wide .bd-story__bar{padding: 20px 20px 24px}.bd-story--wide .bd-story__head{padding: 22px 20px 0}}@media (prefers-reduced-transparency: reduce){.bd-story__bar{background: linear-gradient(90deg, #f2ff70 0%, #f0f0f0 100%);box-shadow: inset 0 1px 0 rgba(255, 255, 255, .55)}}@media (prefers-reduced-motion: reduce){.bd-logos-track{animation: none}.bd-story__media img, .bd-story__bar, .bd-schedule{transition: none}.bd-schedule__title::after{transition: none}}