@font-face {
    font-family: 'Facet Mono';
    src: url('https://global.divhunt.com/0fa966e9584c21ff75f20d16f207c09f_20520.woff2') format('woff2');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Facet Mono';
    src: url('https://global.divhunt.com/142d9e6d4112e8e5a7a651e85ad5207c_20896.woff2') format('woff2');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Facet Mono';
    src: url('https://global.divhunt.com/f6cabcbe02835729989e780bb8b45b17_20612.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Facet Inter';
    src: url('https://global.divhunt.com/645368443dd46edac19c453451e5cfde_116168.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Facet Inter';
    src: url('https://global.divhunt.com/7d323ff49d72cdd965f0ee3ab41a6db3_117812.woff2') format('woff2');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Facet Inter';
    src: url('https://global.divhunt.com/b8c25047954b35004abce295d01972ad_118896.woff2') format('woff2');
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Facet Instrument';
    src: url('https://global.divhunt.com/13396550056b6b8d47f584f846eaa461_27772.woff2') format('woff2');
    font-style: italic;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Facet Instrument';
    src: url('https://global.divhunt.com/4ad1ba4154b0c12b716d0c9969cabf08_27212.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

main{--facet-master-accent:rgb(133,255,102);--facet-ui-bg:rgb(13,13,13);--facet-border-mid:rgb(46,46,46);--facet-txt-white:rgb(239,239,239);--facet-txt-dim:rgb(131,131,131);--facet-btn:rgb(21,21,23);}/* ---------- Firefox ---------- */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(90, 90, 90, 0.25) rgba(20, 20, 20, 0);
  scrollbar-gutter: stable;
}

/* ---------- WebKit (Chrome, Edge, Safari) ---------- */
*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

*::-webkit-scrollbar-track {
  background: transparent; /* invisible track when idle */
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(90, 90, 90, 0.35); /* darker thumb */
  border-radius: 999px;
  transition: background-color 0.25s ease, opacity 0.25s ease;
  opacity: 0; /* hidden by default */
}

/* Show scrollbar when hovering container */
*:hover::-webkit-scrollbar-thumb {
  opacity: 1;
}

/* Stronger visibility while actively scrolling */
*::-webkit-scrollbar-thumb:active {
  background-color: rgba(120, 120, 120, 0.9);
  opacity: 1;
}

.scrolling *::-webkit-scrollbar-thumb {
  opacity: 1;
}



html, body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-svh-panel] {
  position: relative;
}

[data-svh-panel].svh-resize-h {
  cursor: ew-resize;
}

[data-svh-panel].svh-resize-v {
  cursor: ns-resize;
}

[data-adr-svh="shader-colorpicker"] {
  position: relative;
  z-index: 5;
  pointer-events: auto;
  cursor: pointer;
}


[data-adr-svh="shader-colorpicker"] input[type="color"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  border: none;
  padding: 0;
}
/* =====================================================
   ADR SVH — OUTPUT LOG
   ===================================================== */

[data-adr-svh="log"] {
  background: #0f0f0f;
  color: #b5b5b5;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  line-height: 1.4;
  padding: 10px;
  border: 1px solid #222;
  border-radius: 6px;
  height: 180px;
  overflow-y: auto;
  white-space: pre-wrap;
}

/* Base entry */
.adr-log-entry {
  margin-bottom: 4px;
}

/* Timestamp */
.adr-log-time {
  color: #666;
  margin-right: 6px;
}

/* Levels */
.adr-log-normal {
  color: #9a9a9a;
}

.adr-log-warn {
  color: #ffd54f;
}

.adr-log-error {
  background: #c62828;
  color: #ffffff;
  padding: 4px 6px;
  border-radius: 3px;
}

/* Optional: sticky critical visibility */
.adr-log-error::before {
  content: "CRITICAL ";
  font-weight: bold;
}
main {color:var(--facet-txt-white);position:relative;font-size:16px;background:rgb(1,1,1);font-family:'Facet Mono';font-weight:400;line-height:1.4;max-height:100vh;height:100vh;overflow:clip;}main container{width:100%;display:block;max-width:1280px;margin-top:0px;margin-left:auto;margin-right:auto;padding-left:20px;margin-bottom:0px;padding-right:20px;}main h2{font-size:42px;margin-top:0px;font-weight:700;margin-bottom:0px;color:var(--facet-txt-white);}main h1{font-size:2rem;margin-top:0px;font-weight:400;margin-bottom:0px;color:var(--facet-txt-white);}main h3{font-size:32px;margin-top:0px;margin-bottom:0px;}main h4{font-size:24px;margin-top:0px;font-weight:700;margin-bottom:0px;}main h5{font-size:20px;margin-top:0px;font-weight:700;margin-bottom:0px;}main h6{font-size:16px;margin-top:0px;font-weight:700;margin-bottom:0px;}main p{margin-top:0px;margin-bottom:0px;}main .stylesheet-part{padding:60px 0px 60px 0px;border-bottom:1px solid rgba(223,223,223,1.00);}@media screen and (max-width: 991px) {main .stylesheet-part{padding:40px 0px 40px 0px;}}main ul{padding-left:20px;}main ol{padding-left:20px;}main img{display:block;max-width:100%;}main textarea{resize:vertical;}main .button-primary{color:rgba(255,255,255,1.00);border:1px solid rgba(0,0,0,1);background:rgb(37,37,37);padding-top:0.75rem;padding-left:20px;padding-right:20px;padding-bottom:0.75rem;border-radius:16px;font-weight:400;font-size:1.15rem;display:flex;justify-content:center;align-items:center;text-decoration:none;outline:1px solid rgb(89,89,89);font-family:'Facet Instrument';column-gap:0.5rem;row-gap:0.25rem;cursor:pointer;transition:all 350ms 0ms ease-in-out;}main .button-primary:hover{color:rgba(0,0,0,1.00);background:rgb(240,240,240);}@media screen and (max-width: 767px) {main .button-primary{background:linear-gradient(0deg,rgb(30,30,30) 0%,var(--facet-border-mid) 100%);}}main a{cursor:pointer;transition:all 200ms 0ms linear;color:var(--facet-master-accent);text-decoration:none;}main a:hover{text-decoration:underline;color:var(--facet-txt-white);}main .button-secondary{color:rgb(212,212,212);border:1px solid rgba(0,0,0,1);background:rgb(28,28,28);padding-top:0.625rem;padding-left:0.6rem;padding-right:0.6rem;padding-bottom:0.625rem;border-radius:12px;display:flex;justify-content:center;align-items:center;text-align:center;font-size:0.6rem;font-weight:300;font-family:'Facet Mono';}main .button-secondary:hover{color:rgba(255,255,255,1.00);background:rgba(0,0,0,1.00);}main button{cursor:pointer;}main component{display:block;}main .rich-text-dh-styling  hr{width:100%;border:0px solid rgba(0,0,0,1);height:1px;display:block;border-top:1px solid rgb(203,203,203);margin-top:20px;padding-top:0px;margin-bottom:20px;padding-bottom:0px;}main .rich-text-dh-styling{display:flex;row-gap:24px;flex-direction:column;}main blockquote{display:block;background:#00000008;margin-left:0px;padding-top:15px;margin-right:0px;padding-left:15px;border-radius:6px;padding-right:15px;padding-bottom:15px;}main blockquote  cite{color:rgb(139,139,139);display:block;margin-top:10px;font-weight:500;padding-left:15px;}main .svh-window{width:100%;display:flex;flex-direction:column;overflow:clip;justify-content:space-around;grid-template-columns:1fr 1fr;grid-template-rows:minmax(200px,1fr) 1fr;align-items:stretch;height:100vh;background:var(--facet-border-mid);}main .svg-core{grid-template-columns:20rem auto 16rem;display:flex;column-gap:0.5rem;row-gap:0.5rem;width:100%;justify-items:stretch;align-items:stretch;align-self:stretch;height:100%;position:relative;max-height:100%;max-width:;flex-direction:column;padding-left:1.5rem;padding-right:1.5rem;padding-top:0.5rem;padding-bottom:0.5rem;}@media screen and (max-width: 480px) {main .svg-core{padding-left:1rem;padding-right:1rem;}}main .svh-top{display:flex;align-items:center;justify-content:space-between;column-gap:1rem;row-gap:1rem;overflow:clip;grid-column:span 2;align-self:stretch;width:100%;position:relative;left:0%;right:0%;bottom:auto;margin-left:auto;margin-right:auto;z-index:2;}@media screen and (max-width: 991px) {main .svh-top{position:relative;}}main .svh-panel{background:rgb(from var(--facet-ui-bg) r g b / 85%);border-radius:24px;padding-top:1rem;padding-left:1rem;padding-bottom:1rem;padding-right:1rem;border:1px solid rgb(18,18,18);width:100%;pointer-events:auto;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);display:flex;flex-direction:column;justify-content:center;align-items:center;}main .svh-canavs{display:flex;width:100%;height:100%;background:rgb(0,0,0);border:1px solid rgb(16,16,16);position:relative;}main .svh-vflex{display:flex;flex-direction:column;width:100%;row-gap:1rem;}@media screen and (max-width: 767px) {main .svh-vflex{align-items:center;}}main .svh-group-panel{display:flex;flex-direction:column;row-gap:0.5rem;width:100%;}main .svh-area{width:100%;min-height:5rem;border-radius:16px;background:rgb(5,5,5);border:1px solid rgb(47,47,47);padding-left:1rem;padding-top:0.5rem;padding-bottom:0.5rem;padding-right:1rem;color:rgb(236,236,236);max-height:7rem;}main .svh-label{font-size:0.65rem;color:rgb(160,160,160);font-family:'Facet Mono';letter-spacing:-0.5px;}main .svh-window-control{width:2rem;height:2rem;border-radius:8px;background:rgb(0,0,0);border:1px solid rgb(43,43,43);cursor:pointer;display:flex;justify-content:center;align-items:center;color:rgb(54,54,54);}main .svh-window-control:hover{background:rgb(18,18,18);color:rgb(165,87,255);}main .svh-separator{width:100%;height:0.75px;background:rgb(20,20,20);margin-left:auto;margin-right:auto;flex:0 0 auto;margin-top:0.25rem;margin-bottom:0.25rem;}main .svh-slider-wrap{min-height:1.75rem;border-radius:22px;display:flex;align-items:center;justify-content:flex-start;width:100%;border:1px solid rgb(48,48,48);position:relative;overflow:clip;cursor:pointer;}main .svh-slider-wrap:hover div{background:rgb(113,113,113);}main .svh-track{position:absolute;top:0%;left:0%;right:auto;bottom:0%;margin-left:auto;margin-right:auto;width:50%;background:linear-gradient(90deg,#252525 0%,#161616 100%);transform:;transition:;}main .svh-group-name{font-size:0.80rem;color:rgb(171,171,171);}main .svh-group-name-wrap{display:flex;column-gap:0.5rem;justify-content:flex-start;padding-top:1rem;padding-bottom:1rem;padding-left:1rem;padding-right:1rem;border-radius:16px 16px 0px 0px;background:rgb(21,21,21);color:rgb(63,63,63);cursor:pointer;transition:all 350ms 0ms cubic-bezier(0.075,0.82,0.165,1);}main .svh-group-name-wrap:hover{background:rgb(35,35,35);}main .svh-hsb{width:100%;display:flex;align-items:center;justify-content:space-between;}main .svh-value{font-size:0.70rem;color:rgb(69,69,69);}main .svh-ico-ui{width:0.90rem;height:0.90rem;color:inherit;display:flex;justify-content:center;align-items:center;}main .svh-lock-wrap{width:1rem;height:1rem;cursor:pointer;color:rgb(85,85,85);}main .svh-lock-wrap:hover{color:rgb(178,178,178);}main .svh-lock-wrap.dh-active{color:rgb(181,112,255);}main .svh-tab-wrap{padding-left:1rem;padding-bottom:1rem;padding-right:1rem;padding-top:1rem;display:flex;column-gap:0.5rem;background:rgb(25,25,25);border-radius:12px;align-items:center;color:rgb(255,255,255);width:100%;font-size:0.70rem;justify-content:center;cursor:pointer;font-weight:500;}main .svh-tab-wrap:hover{background:rgb(0,0,0);}main .svh-tab-wrap.dh-active{background:rgb(151,66,255);}main .svh-tab{display:flex;width:100%;align-items:center;justify-content:space-between;row-gap:0.5rem;column-gap:0.5rem;padding-left:0.25rem;padding-top:0.25rem;padding-bottom:0.25em;padding-right:0.25rem;background:rgb(17,17,17);border-radius:12px;overflow:clip;}main .svh-hflex{display:flex!important;column-gap:0.5rem;}main .svh-version-label{color:rgb(227,227,227);font-size:0.70rem;line-height:1-;}main .svh-material-card{width:5rem;padding-top:0.5rem;padding-left:1rem;padding-right:1rem;padding-bottom:0.5rem;border-radius:20px;background:rgb(25,25,25);display:flex;flex-direction:column;row-gap:0.5rem;cursor:pointer;border:1px solid var(--facet-border-mid);position:relative;}main .svh-material-card:hover{background:rgb(10,10,10);}main .svh-material-card.dh-active{border:1px solid rgb(185,185,185);}main .svh-material-preview-wrap{width:100%;aspect-ratio:1/1;border-radius:12px;overflow:clip;display:flex;justify-content:center;align-items:center;}main .svh-material-ball{aspect-ratio:1/1;}main .svh-material-list{display:flex;column-gap:0.75rem;flex-wrap:wrap;width:100%;height:100%;align-items:flex-start;overflow:auto;}main .svh-panel-top{display:flex;column-gap:0.5rem;color:rgb(116,116,116);padding-top:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;padding-right:0.5rem;background:rgb(20,20,20);border-radius:12px;border:1px solid var(--facet-border-mid);cursor:pointer;align-items:center;}main .svh-ico-panel{width:1.15rem;height:1.15rem;display:flex;justify-content:center;align-items:center;position:relative;z-index:4;}main .svh-tool-btn{width:2rem;height:2rem;border-radius:6px;border:1px solid rgb(26,26,26);display:flex;justify-content:center;align-items:center;color:rgb(171,171,171);background:var(--facet-border-mid);cursor:pointer;}main .svh-tool-btn:hover{color:rgb(123,52,255);}main .svh-tool-btn.dh-active{background:rgb(32,32,32);color:rgb(117,89,255);}main .svh-value-label-wrap{display:flex;column-gap:0.25rem;color:rgb(84,83,83);justify-content:center;align-items:center;}main .svh-media-full{width:100%;object-fit:cover;height:100%;}main .svh-attr-preview{border-radius:12px;overflow:clip;margin-bottom:0.25rem;margin-top:0.25rem;}main .svh-ico-tn{width:0.80rem;height:0.80rem;display:flex;justify-content:center;align-items:center;}main .svh-log-zone{width:100%;height:100%;background:rgb(30,30,30);padding-left:1rem;padding-right:1rem;padding-top:1rem;padding-bottom:1rem;color:rgb(234,234,234);font-size:0.80rem;}main .svh-tab-secondary{display:flex;justify-content:center;align-items:center;padding-top:1rem;padding-bottom:1rem;padding-left:1rem;padding-right:1rem;border-radius:12px;column-gap:0.5rem;font-size:0.70rem;color:rgb(255,255,255);overflow:clip;cursor:pointer;transition:all 350ms 0ms cubic-bezier(0.19,1,0.22,1);width:100%;}main .svh-tab-secondary.dh-active{background:rgb(13,13,13);border:1px solid rgb(88,88,88);}main .svh-tab-secondary:hover{background:rgb(23,23,23);}main .svh-canvas-gizmo{width:3rem;height:3rem;position:absolute;top:auto;left:auto;right:2rem;bottom:2rem;padding-bottom:1rem;padding-right:1rem;}main .svh-material-colorpicker{position:relative;padding-left:0.25rem;padding-top:0.25rem;padding-bottom:0.25rem;padding-right:0.25rem;}main .svh-anchor-btn{transition:all 350ms 0ms cubic-bezier(0.785,0.135,0.15,0.86);cursor:pointer;width:1.5rem;height:1.5rem;border-radius:6px;overflow:clip;border:1px solid rgb(34,34,34);color:rgb(54,54,54);display:flex;justify-content:center;align-items:center;}main .svh-anchor-btn:hover{background:rgb(25,25,25);}main .svh-controller-group-wrap{padding-left:1rem;padding-top:1rem;padding-right:1rem;padding-bottom:1rem;background:rgb(13,13,13);border-radius:16px;overflow:clip;display:flex;flex-direction:column;row-gap:0.5rem;transform:;transition:all 85ms 0ms cubic-bezier(0.075,0.82,0.165,1);}main .svh-ico-hover{width:1rem;height:1rem;display:flex;justify-content:center;align-items:center;cursor:pointer;}main .svh-ico-hover:hover{color:rgb(255,255,255);}main .svh-avatar-wrap{width:2.5rem;height:2.5rem;border-radius:12px;overflow:clip;margin-top:auto;margin-left:auto;margin-bottom:auto;margin-right:auto;cursor:pointer;border:1px solid var(--facet-border-mid);display:flex;justify-content:center;align-items:center;}main .svh-avatar-wrap:hover{border:2px solid rgb(107,48,255);}main .svh-brand{width:2rem;height:2rem;color:var(--facet-txt-white);}main .svh-wordmark{font-size:0.80rem;}main .svh-primitive-toolbar{padding-left:0.5rem;padding-top:0.5rem;padding-bottom:0.5rem;padding-right:0.5rem;border-radius:8px;display:flex;column-gap:0.5rem;flex-direction:column;row-gap:0.5rem;width:3rem;}main .svh-separator-vertical{width:1px;background:rgb(25,25,25);height:1rem;margin-top:auto;margin-bottom:auto;}main .svh-tool-group-in{display:flex;column-gap:0.5rem;flex-direction:column;row-gap:0.25rem;}main .svh-dropdown-panel{padding-left:1rem;padding-top:1rem;padding-bottom:1rem;padding-right:1rem;display:flex;flex-direction:column;row-gap:0rem;width:100%;max-width:15rem;column-gap:1rem;border-radius:16px;overflow:auto;background:var(--facet-ui-bg);height:40auto;}main .svh-dropdown-choice-wrap{display:flex;column-gap:0.5rem;color:rgb(123,123,123);align-items:center;border-radius:8px;cursor:pointer;padding-top:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;padding-right:0.5rem;overflow:clip;}main .svh-dropdown-choice-wrap:hover{background:rgb(29,29,29);color:rgb(159,86,255);}main .svh-ico-md{width:2.5rem;height:2.5rem;}main .svh-txt-md{font-size:0.90rem;font-weight:400;font-family:'Facet Mono';}main .svh-dropdown-header{color:rgb(103,103,103);font-size:0.80rem;padding-bottom:0.5rem;border-bottom:1px solid rgb(35,35,35);margin-bottom:1rem;}main .svh-splash-bg{position:fixed;top:0%;left:0%;right:0%;bottom:0%;margin-left:auto;margin-right:auto;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:10;background:rgb(from var(--facet-ui-bg) r g b / 50%);}main .svh-splash-ui{width:40rem;height:30rem;padding-top:1.6rem;padding-bottom:1.6rem;padding-left:1.6rem;padding-right:1.6rem;border-radius:32px;display:grid;grid-template-columns:0.75fr 1fr;background:var(--facet-ui-bg);max-width:40rem;max-height:30rem;column-gap:1rem;row-gap:1rem;}main .svh-splash-content{padding-left:1rem;color:rgb(255,255,255);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;}main .svh-txt-sm{font-size:0.70rem;font-weight:inherit;}main .svh-brand-md{width:1.5rem;height:1.5rem;}main .svg-project-tab{padding-top:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;padding-right:0.5rem;border-radius:8px;overflow:clip;border-right:1px solid #202020;border-left:1px solid #202020;height:100%;display:flex;align-items:center;}main .svg-project-tab:hover{background:rgb(22,22,22);cursor:pointer;}main .svg-project-tab.dh-active{background:rgb(36,36,36);}main .svh-upgrade-bg{margin-left:auto;margin-right:auto;width:100vw;height:100dvh;background:rgba(5,5,5,0.89);}main .svh-contain-md{max-width:60rem;}main .dh-btn-primary{background:rgba(0,0,0,1.00);color:rgba(255,255,255,1.00);padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;border:1px none rgba(0,0,0,1);border-radius:8px;text-decoration:none;}main .dh-btn-primary:hover{background:rgb(54,54,54);}main .svh-h1-md{font-size:1.5rem;color:rgb(247,247,247);font-family:'Facet Instrument';font-weight:400;}main .svh-padding-md{padding-top:6rem;padding-bottom:6rem;}main .svh-upgrade-card{position:relative;overflow:clip;color:rgb(220,220,220);background:var(--facet-ui-bg);border-radius:18px;display:flex;column-gap:1rem;}main .svh-contain-sm{max-width:45rem;}main .svh-loader-bg{display:flex;position:fixed;height:100dvh;width:100%;background:rgb(12,12,12);z-index:100;flex-direction:column;justify-content:center;align-items:center;}main .svh-splash-suggestion{grid-template-columns:1fr 1fr;display:grid;width:100%;column-gap:0.5rem;row-gap:0.5rem;}main .svh-splash-button{padding-left:0.5rem;padding-top:0.5rem;padding-bottom:0.5rem;padding-right:0.5rem;border-radius:12px;display:flex;column-gap:0.25rem;background:rgb(18,18,18);cursor:pointer;border:1px solid rgb(39,39,39);flex-direction:column;row-gap:0.25rem;color:rgb(142,142,142);justify-content:center;}main .svh-splash-button:hover{background:rgb(36,36,36);color:var(--facet-master-accent);}main .svh-param-wrap{min-height:2.5rem;border-radius:8px;display:flex;align-items:center;justify-content:space-between;width:100%;border:1px solid rgb(28,28,28);position:relative;overflow:clip;cursor:pointer;}main .svh-param-box-ouck{width:2.5rem;height:2.5rem;flex:0 0 auto;border-radius:8px;border:1px solid rgb(53,53,53);padding-left:0.25rem;padding-top:0.25rem;padding-bottom:0.25rem;padding-right:0.25rem;display:flex;justify-content:center;align-items:center;color:rgb(71,71,71);transition:all 150ms 0ms linear;cursor:pointer;}main .svh-param-box-ouck:hover{background:rgb(26,26,26);color:rgb(173,173,173);}main .svh-param-info-wrap{width:100%;display:flex;flex:1 1 0%;justify-content:flex-start;align-items:center;column-gap:0.5rem;color:rgb(148,148,148);font-size:0.8rem;font-weight:400;}main .svh-param-preview-img{border-radius:4px;}main .svh-window-element{display:flex;flex-direction:column;row-gap:0.5rem;cursor:pointer;}main .svh-window-element.dh-active{border:1px solid rgb(131,131,131);}main .svh-env-thumb-wrap{width:100%;overflow:clip;border-radius:10px;height:auto;position:relative;}main .svh-env-element{width:100%;overflow:clip;padding-left:0.3rem;padding-top:0.3rem;padding-bottom:0.3rem;padding-right:0.3rem;border-radius:16px;display:flex;flex-direction:column;align-items:flex-start;row-gap:0.5rem;color:rgb(159,159,159);font-size:0.8rem;background:rgb(10,10,10);border:1px solid var(--facet-border-mid);}main .svh-env-element:hover{background:rgb(10,10,10);}main .svh-env-element.dh-active{border:1px solid rgb(185,185,185);}main .svh-thumb-16-9{width:100%;aspect-ratio:16/9;object-fit:cover;}main .svh-info-over{width:100%;margin-left:auto;margin-right:auto;padding-left:0.5rem;padding-right:0.5rem;padding-bottom:0.25rem;color:rgb(255,255,255);display:flex;align-items:center;justify-content:space-between;font-size:0.75rem;padding-top:0.25rem;}main .svh-separator-horizontal{width:80%;background:rgb(25,25,25);height:2px;margin-top:auto;margin-bottom:auto;margin-left:auto;margin-right:auto;}main .fct-auth-section_fh{height:100dvh;width:100%;display:flex;}main .fct-auth-left{width:35vw;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding-left:2.5rem;padding-right:2.5rem;background:rgb(15,15,15);height:100%;overflow:auto;}@media screen and (max-width: 991px) {main .fct-auth-left{width:28rem;}}@media screen and (max-width: 767px) {main .fct-auth-left{position:relative;z-index:5;width:100%;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 480px) {main .fct-auth-left{width:100%;}}main .fct-auth-right{width:100%;position:relative;overflow:clip;padding-top:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;padding-right:1.25rem;display:flex;justify-content:center;align-items:center;flex:1 1 0%;}@media screen and (max-width: 767px) {main .fct-auth-right{position:absolute;top:0%;left:0%;right:0%;bottom:0%;margin-left:auto;margin-right:auto;padding-top:0rem;padding-bottom:0rem;padding-left:0rem;padding-right:0rem;opacity:5%;display:none;}}main .fct-auth-splash{position:absolute;top:0%;left:0%;right:0%;bottom:0%;margin-left:auto;margin-right:auto;object-fit:cover;width:100%;height:100%;border-radius:32px;}@media screen and (max-width: 767px) {main .fct-auth-splash{border-radius:0px;}}main .fct-auth-card{padding-top:1.6rem;padding-bottom:1.6rem;width:26rem;display:flex;flex-direction:column;row-gap:3rem;margin-top:auto;margin-bottom:auto;}@media screen and (max-width: 991px) {main .fct-auth-card{width:100%;}}@media screen and (max-width: 767px) {main .fct-auth-card{justify-content:center;align-items:center;text-align:center;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:;width:60%;}}@media screen and (max-width: 480px) {main .fct-auth-card{width:90%;}}main .fct-auth-group{display:flex;flex-direction:column;row-gap:2rem;position:relative;column-gap:1rem;width:100%;}main .fct-input{width:100%;min-height:3.5rem;border-radius:14px;background:var(--facet-ui-bg);outline:1px solid rgba(0,0,0,0);border:2px solid rgb(26,26,26);padding-left:1rem;padding-right:1rem;color:var(--facet-txt-white);font-size:16px;}main .fct-input:hover{background:rgb(21,21,21);border:1px solid rgb(56,56,56);}main .fct-input:focus{border:1px solid var(--facet-master-accent);}main .fct-input::placeholder{font-size:1rem;font-family:'Facet Mono';}main label{color:var(--facet-txt-white);}main .fct-auth-testimo{font-size:3rem;font-weight:200;}main .svh-ui-toggle-wrap{width:3rem;height:1.5rem;border:1px solid var(--facet-border-mid);border-radius:8px;display:flex;padding-left:0.15rem;padding-top:0.15rem;padding-bottom:0.15rem;padding-right:0.15rem;justify-content:flex-start;align-items:center;}main .svh-ui-toggle-wrap.dh-active{justify-content:flex-end;}main .svh-ui-toggle-wrap:hover{background:rgb(18,18,18);}main .svh-ui-toggle-thumb{width:1.5rem;height:1rem;border-radius:6px;border:1px solid var(--facet-border-mid);}main .svh-ui-toggle-thumb:hover{background:var(--facet-border-mid);}main .svh-tool-btn-sm{width:1.5rem;color:var(--facet-txt-white);height:1.5rem;border-radius:6px;display:flex;justify-content:center;align-items:center;border:1px solid var(--facet-border-mid);column-gap:0.15rem;row-gap:0.15rem;text-decoration:none;font-family:'Facet Instrument';font-size:1.15rem;background:var(--facet-ui-bg);}main .svh-tool-btn-sm:hover{text-decoration:none;}main .fct-auth-link{font-size:0.9rem;color:var(--facet-master-accent);cursor:pointer;}main .fct-auth-link:hover{color:var(--facet-txt-white);text-decoration:underline;}main .fct-auth-hsb{width:100%;display:flex;align-items:center;justify-content:space-between;column-gap:0.5rem;row-gap:0.5rem;}main .fct-auth-group-h{display:flex;flex-direction:row;row-gap:0.5rem;column-gap:1rem;}main .fct-auth-sub{color:var(--facet-txt-dim);font-family:'Facet Inter';}main .fct-auth-psw-holder{width:100%;height:100%;position:relative;}main .fct-checkbox-wrap{width:1.25rem;height:1.25rem;border:1px solid var(--facet-border-mid);transition:all 200ms 0ms ease-in-out;border-radius:5px;flex:0 0 auto;padding-left:0.15rem;padding-top:0.15rem;padding-bottom:0.15rem;padding-right:0.15rem;cursor:pointer;}main .fct-checkbox-wrap:hover{border:1px solid var(--facet-txt-dim);}main .fct-checkbox-thumb{width:100%;height:100%;border-radius:4px;background:var(--facet-master-accent);}main .fct-auth-legal-wrap{margin-top:auto;width:100%;color:var(--facet-txt-dim);padding-bottom:0.5rem;}main div{font-family:'Facet Inter';}main .svh-panel-group{display:flex;align-items:center;justify-content:space-between;height:100vh;position:absolute;top:0%;left:0%;right:0%;bottom:0%;margin-left:auto;margin-right:auto;z-index:2;column-gap:4rem;row-gap:4rem;pointer-events:none;padding-left:1.5rem;padding-top:1.5rem;padding-bottom:3rem;padding-right:0.5rem;width:100%;}@media screen and (max-width: 767px) {main .svh-panel-group{flex-direction:row;justify-content:center;height:100%;}}main .svh-quick-action{margin-top:auto;margin-bottom:2rem;padding-left:1.1rem;padding-top:0.7rem;padding-bottom:0.7rem;padding-right:1.1rem;border:1px solid var(--facet-border-mid);border-radius:12px;pointer-events:auto;display:flex;column-gap:1rem;justify-content:center;align-items:center;flex-direction:row;background:var(--facet-ui-bg);min-height:4rem;cursor:pointer;row-gap:1rem;}main .svh-quick-action:hover{background:var(--facet-border-mid);color:var(--facet-txt-white);}main .fct-auth-token-grid{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;display:grid;justify-items:center;align-items:center;column-gap:0.5rem;}main .fct-container-md{width:100%;margin-left:auto;margin-right:auto;position:relative;max-width:90rem;}main .fct-dash-split{height:calc(100vh - 4rem);width:100%;display:flex;padding-top:0.5rem;padding-bottom:0.5rem;}main .fct-dash-left-panel{width:16rem;padding-left:0rem;padding-right:0rem;padding-top:1.5rem;padding-bottom:1.5rem;display:flex;flex-direction:column;row-gap:1rem;background:rgb(0,0,0);border-radius:24px;margin-top:auto;margin-bottom:auto;height:100%;}@media screen and (max-width: 991px) {main .fct-dash-left-panel{width:15rem;}}main .fct-dash-section{width:100%;height:100vh;}main .fct-dash-brand{display:flex;align-items:center;column-gap:0.5rem;padding-top:0.9rem;padding-bottom:0.9rem;padding-left:1rem;padding-right:1rem;border-radius:18px;background:rgb(16,16,16);}main .fct-dash-right-panel{width:100%;display:flex;flex-direction:column;row-gap:0.5rem;position:relative;height:calc (100vh-14rem);overflow:auto;}main .fct-dash-tab-item{width:100%;display:flex;column-gap:0.5rem;align-items:center;border-radius:12px;cursor:pointer;padding-top:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;padding-right:0.5rem;font-size:0.75rem;color:var(--facet-txt-dim);}main .fct-dash-tab-item:hover{background:rgb(23,23,23);color:var(--facet-txt-white);}main .fct-dash-tab-item.dh-active{background:var(--facet-border-mid);color:var(--facet-txt-white);}main .fct-dash-suggestion-wrap{display:grid;column-gap:4rem;overflow:clip;width:100%;justify-content:flex-start;align-items:center;flex:0 1 auto;grid-template-columns:1fr 1fr 1fr;justify-items:center;row-gap:6rem;}@media screen and (max-width: 767px) {main .fct-dash-suggestion-wrap{grid-template-columns:1fr 1fr;column-gap:2rem;}}@media screen and (max-width: 480px) {main .fct-dash-suggestion-wrap{grid-template-columns:1fr 1fr;}}main .fct-dash-suggestion-card{width:100%;padding-top:1.5rem;padding-bottom:1.5rem;padding-left:1.5rem;padding-right:1.5rem;position:relative;aspect-ratio:16/9;overflow:clip;flex:0 1 auto;display:flex;z-index:1;justify-content:center;align-items:center;}@media screen and (max-width: 991px) {main .fct-dash-suggestion-card{border-radius:16px;}}main .fct-media-cover{width:100%;position:absolute;top:0%;left:0%;right:0%;bottom:0%;margin-left:auto;margin-right:auto;object-fit:cover;height:100%;}main .fct-container-no{width:100%;max-width:160rem;}main .button-primary-important{color:rgb(255,255,255);padding-top:0.5rem;padding-left:0.6rem;padding-right:0.6rem;padding-bottom:0.5rem;border-radius:100px;font-weight:400;font-size:0.80rem;display:flex;justify-content:center;align-items:center;text-decoration:none;outline:1px solid rgb(89,89,89);column-gap:0.5rem;background:rgb(38,38,38);}main .button-primary-important:hover{color:rgba(0,0,0,1.00);background:rgba(255,255,255,1.00);text-decoration:none;}main .fct-txt-sm{font-size:0.80rem;color:var(--facet-txt-dim);font-family:'Facet Mono';}main .fct-dash-brand-2{width:100%;display:flex;align-items:center;column-gap:0.5rem;}main .fct-dash-label-cat{font-size:1rem;margin-bottom:0.5rem;color:rgb(255,255,255);display:flex;column-gap:0.5rem;font-family:'Facet Instrument';align-items:center;}main .fct-dash-project-card{width:100%;overflow:clip;border-radius:12px;display:flex;flex-direction:column;row-gap:1.25rem;column-gap:1rem;justify-content:center;align-items:center;cursor:pointer;border:1px solid rgba(41,41,41,0);position:relative;}main .fct-dash-project-card:hover{background:var(--facet-btn);text-decoration:none;}@media screen and (max-width: 480px) {main .fct-dash-project-card{border-radius:16px;}}main .fct-dash-project-name{font-size:1.15rem;color:rgb(255,255,255);position:relative;top:auto;left:0%;right:auto;bottom:0%;z-index:5;font-family:'Facet Instrument';font-weight:400;}main .fct-global-shade{position:absolute;top:0%;left:0%;right:0%;bottom:0%;margin-left:auto;margin-right:auto;width:100%;height:100%;z-index:2;background:rgb(from var(--facet-ui-bg) r g b / 50%);}main .fct-dash-content{width:100%;height:auto;position:relative;display:flex;flex-direction:column;column-gap:2rem;row-gap:2rem;padding-left:6rem;padding-right:2rem;max-width:80rem;margin-left:auto;margin-right:auto;}@media screen and (max-width: 767px) {main .fct-dash-content{padding-left:1rem;padding-right:1rem;}}@media screen and (max-width: 480px) {main .fct-dash-content{padding-left:0rem;padding-right:0rem;}}main .fct-dash-announcetment{display:flex;border-radius:0px 0px 12px 12px;padding-top:0.15rem;padding-bottom:0.15rem;padding-left:0.7rem;padding-right:0.7rem;width:100%;color:var(--facet-master-accent);min-height:2.5rem;justify-content:center;align-items:center;font-size:0.85rem;background:var(--facet-border-mid);}main .fct-plan-modal{width:100%;height:100%;position:absolute;top:0%;left:0%;right:0%;bottom:0%;margin-left:auto;margin-right:auto;z-index:50;background:rgb(0,0,0);}main .fct-account-pill{display:flex;column-gap:0.25rem;align-items:center;background:rgb(from var(--facet-btn) r g b / 70%);border-radius:16px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);}main .fct-plan-current{color:var(--facet-master-accent);font-size:0.8rem;}main .fct-dash-tab-group{display:flex;flex-direction:column;row-gap:0.5rem;padding-left:1rem;}main .fct-dash-label-group{font-size:2rem;font-weight:400;color:rgb(244,244,244);font-family:'Facet Instrument';}main .fct-loader-brand{color:rgb(255,255,255);width:8rem;}main .fct-auth-brand{color:rgb(255,255,255);width:8rem;}@media screen and (max-width: 767px) {main .fct-auth-brand{width:6rem;}}main .fct-account-card{width:100%;padding-top:0.9rem;padding-bottom:0.9rem;padding-left:0.7rem;padding-right:0.7rem;border-radius:14px;border:1px solid var(--facet-border-mid);background:var(--facet-ui-bg);display:flex;align-items:center;justify-content:flex-start;column-gap:0.5rem;grid-template-columns:1fr 1fr;color:var(--facet-txt-dim);text-decoration:none!important;}main .fct-dash-content-wrap{width:100%;padding-left:2.3rem;padding-top:2rem;padding-bottom:2.3rem;padding-right:2.3rem;display:flex;flex-direction:column;align-items:flex-start;row-gap:1rem;max-width:40rem;margin-left:auto;margin-right:auto;position:relative;z-index:5;}main .fct-txt-lg{font-size:1.25rem;}main .fct-dash-setting-grap{display:flex;flex-direction:column;row-gap:1.5rem;color:var(--facet-txt-dim);width:100%;}main .fct-dash-setting-head{padding-left:1rem;padding-top:1rem;padding-bottom:1rem;padding-right:1rem;border-radius:24px 24px 0px 0px;display:flex;align-items:center;justify-content:space-between;column-gap:1.5rem;background:var(--facet-ui-bg);}main .fct-dash-setting-body{padding-left:1.5rem;padding-top:1.7rem;padding-bottom:1.7rem;padding-right:1.5rem;background:rgb(21,21,21);border-radius:0px 0px 24px 24px;display:flex;flex-direction:column;row-gap:1rem;}main .fct-dash-main-top{padding-left:2.9rem;padding-top:1.8rem;padding-bottom:1.8rem;padding-right:2.9rem;background:rgb(from var(--facet-ui-bg) r g b / 90%);position:sticky;z-index:50;display:flex;flex-direction:column;row-gap:2rem;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);width:90%;margin-left:auto;margin-right:auto;border-radius:32px;top:1rem;left:0%;right:0%;bottom:auto;}main .fct-dash-category{font-size:1.65rem;color:var(--facet-txt-dim);margin-bottom:2rem;}main .fct-dash-input-group{width:100%;display:flex;flex-direction:column;align-items:flex-start;row-gap:0.5rem;}main .fct-plan-card{width:4rem;height:4rem;background:var(--facet-ui-bg);border-radius:16px;display:flex;justify-content:center;align-items:center;border:1px solid var(--facet-border-mid);}main .fct-padding-lg{padding-top:8rem;padding-bottom:8rem;}main .fct-tex-preview{width:100%;position:relative;aspect-ratio:1.1;overflow:clip;border-radius:16px;margin-top:1rem;}main .svh-a-btn_sm{width:2.5rem;height:2.5rem;border-radius:16px;border:1px solid rgb(26,26,26);display:flex;justify-content:center;align-items:center;color:rgb(171,171,171);background:var(--facet-btn);cursor:pointer;}main .svh-a-btn_sm:hover{color:var(--facet-txt-white);background:var(--facet-txt-dim);}main .svh-a-btn_sm.dh-active{background:rgb(32,32,32);color:rgb(117,89,255);}main .svh-floating-panel{margin-top:auto;margin-bottom:2rem;border:1px solid var(--facet-border-mid);border-radius:8px;pointer-events:auto;display:flex;column-gap:1rem;justify-content:center;align-items:center;flex-direction:column;background:var(--facet-ui-bg);min-height:4rem;cursor:pointer;row-gap:1rem;padding-top:0.5rem;padding-bottom:0.5rem;width:100%;}main .svh-panel-left{height:100%;width:4rem;background:var(--facet-ui-bg);padding-top:1rem;padding-bottom:1rem;display:flex;flex-direction:column;align-items:flex-start;}main .fct-brand-nav{display:flex;justify-content:center;align-items:center;color:rgb(201,201,201);border-radius:8px;padding-left:0.4rem;padding-right:0.4rem;padding-top:0.5rem;padding-bottom:0.5rem;}main .fct-brand-nav:hover{color:rgb(255,255,255);}main .fct-brand-ico{width:6rem;display:flex;}main .fct-overlay-cover{width:100%;height:100%;position:absolute;top:0%;left:0%;right:0%;bottom:0%;margin-left:auto;margin-right:auto;z-index:100;background:var(--facet-ui-bg);}main .embed{width:100%;height:100%;position:absolute;top:0%;left:0%;right:0%;bottom:0%;margin-left:auto;margin-right:auto;z-index:3;}main .fct-top-bar{position:absolute;top:0%;left:0%;right:0%;bottom:auto;margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:space-between;padding-top:0.5rem;padding-left:1rem;padding-bottom:0.5rem;padding-right:1rem;column-gap:1rem;row-gap:1rem;}main .fct-btn-primary{border-radius:12px;border:1px solid rgb(26,26,26);display:flex;justify-content:center;align-items:center;color:rgb(171,171,171);background:var(--facet-border-mid);cursor:pointer;min-height:2.5rem;padding-left:0.5rem;padding-right:0.56rem;font-family:'Facet Instrument';font-size:0.95rem;font-weight:400;}main .fct-btn-primary:hover{color:var(--facet-ui-bg);background:var(--facet-master-accent);text-decoration:none;}main .fct-btn-primary.dh-active{background:rgb(32,32,32);color:rgb(117,89,255);}main .fct-txt-inherit{font-size:inherit;}main .fct-input-search{width:100%;min-height:4rem;border-radius:14px;background:var(--facet-ui-bg);outline:1px solid rgba(0,0,0,0);border:2px solid rgb(26,26,26);padding-left:1rem;padding-right:1rem;color:var(--facet-txt-white);font-size:16px;}main .fct-input-search:hover{background:rgb(21,21,21);border:1px solid rgb(56,56,56);}main .fct-input-search:focus{border:1px solid var(--facet-master-accent);}main .fct-input-search::placeholder{font-size:0.8rem;font-family:'Facet Mono';}main .fct-input-account{width:100%;min-height:3rem;border-radius:14px;background:var(--facet-ui-bg);outline:1px solid rgba(0,0,0,0);border:2px solid rgb(26,26,26);padding-left:1rem;padding-right:1rem;color:var(--facet-txt-white);font-size:16px;}main .fct-input-account:hover{background:rgb(21,21,21);border:1px solid rgb(56,56,56);}main .fct-input-account:focus{border:1px solid var(--facet-master-accent);}main .fct-input-account::placeholder{font-size:1rem;font-family:'Facet Mono';}body main .t1{overflow:clip;}body main .t2{flex-direction:row;}body main .t3{display:flex;}@media screen and (max-width: 480px) {body main .t3{overflow:auto;}}body main .t4{flex:0 1 auto;width:16rem;display:none;row-gap:1rem;overflow:auto;max-height:90%;padding-top:1rem;padding-left:1rem;padding-right:1rem;flex-direction:column;padding-bottom:1rem;}@media screen and (max-width: 480px) {body main .t4{width:100%;max-height:100%;}}body main .t5{height:100%;display:flex;row-gap:0.5rem;position:relative;align-self:stretch;padding-top:0rem;flex-direction:column;padding-bottom:0rem;}@media screen and (max-width: 480px) {body main .t5{height:100%;}}body main .t6{width:100%;height:inherit;display:none;row-gap:2rem;background:;max-height:50vh;align-items:flex-start;flex-direction:column;}body main .t8{row-gap:0.5rem;position:sticky;align-items:flex-start;}body main .t10{top:0%;flex:0 1 auto;left:0%;right:0%;bottom:0%;height:inherit;row-gap:0.5rem;position:absolute;margin-left:auto;margin-right:auto;}@media screen and (max-width: 767px) {body main .t10{order:-1000;position:relative;}}@media screen and (max-width: 480px) {body main .t10{order:0;}}body main .t14{top:0rem;left:auto;right:auto;bottom:auto;display:none;z-index:5;position:absolute;background:rgb(from var(--facet-ui-bg) r g b / 60%);column-gap:4rem;margin-top:4rem;margin-left:auto;margin-right:auto;margin-bottom:auto;padding-right:0.5rem;}@media screen and (max-width: 767px) {body main .t14{width:100$;position:relative;column-gap:2rem;}}@media screen and (max-width: 480px) {body main .t14{margin-top:1rem;}}body main .t18{width:auto;column-gap:0.25rem;padding-left:0.5rem;padding-right:0.5rem;}body main .t21{column-gap:0.25rem;}body main .t23{width:auto;column-gap:0.25rem;padding-left:0.5rem;padding-right:0.5rem;}body main .t25{column-gap:0.25rem;}body main .t27{margin-bottom:0.5rem;}body main .t29{width:100%;min-width:0;}@media screen and (max-width: 767px) {body main .t29{display:flex;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t29{flex-direction:column;}}body main .t30{align-items:center;justify-content:center;}body main .t31{display:none;padding-top:0.5rem;padding-left:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;}body main .t32{width:100%;max-width:80rem;}body main .t33{flex:1 1 0%;height:40vh;display:flex;row-gap:0.25rem;min-width:80rem;max-height:30vh;min-height:30vh;align-items:flex-start;padding-top:0.5rem;padding-left:0.5rem;padding-right:0.5rem;flex-direction:column;padding-bottom:0.5rem;}body main .t37{align-items:flex-end;}body main .t38{height:100%;border-radius:12px;}body main .t39{row-gap:1rem;column-gap:1rem;align-items:flex-start;}body main .t41{padding-left:0.5rem;padding-right:0.5rem;}body main .t42{column-gap:1rem;}body main .t82{display:none;}body main .t84{height:100%;overflow:clip;object-fit:cover;border-radius:32px;object-position:50% 30%;}body main .t87{width:100%;border-bottom:1px solid rgb(54,54,54);padding-bottom:0.5rem;}body main .t88{width:100%;flex-wrap:nowrap;border-top:1px solid rgb(25,25,25);column-gap:0.25rem;padding-top:1rem;}body main .t89{margin-left:auto;}body main .t90{flex:1 1 0%;column-gap:0.5rem;}body main .t91{flex:1 1 0%;font-size:0.70rem;}body main .t92{width:2rem;}body main .t94{flex:0 0 auto;width:auto;height:100%;flex-wrap:nowrap;column-gap:0.25rem;align-items:center;}body main .t95{color:var(--facet-txt-dim);font-size:0.80rem;border-left:none;font-family:'Facet Mono';border-right:none;}body main .t99{height:100dvh;display:flex;align-items:center;justify-content:center;}body main .t101{border:1px solid rgb(27,27,27);display:grid;row-gap:2rem;overflow:clip;background:rgb(0,0,0);column-gap:2rem;align-items:stretch;padding-top:1.5rem;padding-left:1.5rem;border-radius:22px;justify-items:stretch;padding-right:1.5rem;padding-bottom:1.5rem;grid-template-columns:1fr 1fr;}@media screen and (max-width: 767px) {body main .t101{grid-template-columns:1fr;}}body main .t102{row-gap:1rem;align-self:stretch;}body main .t103{color:rgb(230,230,230);display:flex;text-align:left!important;align-items:flex-start;margin-left:auto;margin-right:auto;flex-direction:column;}body main .t104{max-width:900px;}body main .t106{border-radius:8px;}body main .t107{padding-top:40px;padding-left:40px;border-radius:8px;padding-right:40px;padding-bottom:40px;}@media screen and (max-width: 480px) {body main .t107{padding-top:24px;padding-left:24px;padding-right:24px;padding-bottom:24px;}}body main .t109{font-weight:600;}body main .t110{font-size:14px;}body main .t112{display:block;font-size:24px;margin-top:8px;font-weight:700;margin-bottom:12px;}body main .t113{display:flex;row-gap:8px;margin-top:32px;margin-bottom:32px;flex-direction:column;}body main .t114{display:flex;column-gap:8px;align-items:center;}body main .t115{flex:1 1 0%;font-size:14px;font-weight:600;}body main .t116{height:16px;}body main .t118{width:100%;}body main .t119{margin-top:32px;}body main .t121{font-size:0.60rem;padding-top:0.5rem;padding-left:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;}body main .t123{display:none;padding-top:0.6rem;padding-left:0.6rem;padding-right:0.6rem;padding-bottom:0.6rem;}body main .t124{flex:1 1 0%;max-height:15rem;object-fit:cover;border-radius:12px;}body main .t125{display:none;}body main .t126{flex:0 0 auto;width:1rem;border:1px solid rgb(90,90,90);cursor:pointer;height:1rem;overflow:clip;position:relative;aspect-ratio:1/1;border-radius:3px;}body main .t126:hover{background:rgb(47,47,47);}body main .t127{row-gap:0.5rem;column-gap:0.5rem;padding-top:1rem;padding-bottom:1rem;}body main .t128{column-gap:0.5rem;align-items:center;border-radius:8px;flex-direction:row;}body main .t131{margin-top:auto;padding-top:1rem;padding-bottom:1rem;}body main .t139{column-gap:0.5rem;align-items:center;border-radius:8px;flex-direction:row;}body main .t142{color:#5e5e5e;font-size:0.60rem;margin-left:auto;}body main .t143{color:#5e5e5e;font-size:0.60rem;margin-left:auto;}body main .t144{align-items:center;}body main .t145{height:auto!important;max-height:auto!important;}body main .t146{gap:0.625rem;width:120rem;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:0rem;}body main .t147{gap:1.75rem;height:473.5rem;display:flex;position:relative;flex-grow:1;box-sizing:border-box;align-items:center;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;background-color:#191919;}body main .t148{gap:1rem;width:100%;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:1.375rem;padding-left:1rem;padding-right:1rem;flex-direction:row;padding-bottom:0rem;justify-content:center;}body main .t149{gap:0.625rem;width:99.75rem;display:flex;position:relative;flex-grow:1;max-width:99.75rem;box-sizing:border-box;align-items:center;margin-left:auto;padding-top:0rem;margin-right:auto;padding-left:1rem;padding-right:1rem;flex-direction:row;padding-bottom:0rem;justify-content:space-between;}body main .t150{gap:0.25rem;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:0rem;}body main .t151{height:2.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t152{display:flex;position:relative;background:#00000000;box-sizing:border-box;}body main .t153{display:flex;position:relative;background:#ff000000;box-sizing:border-box;}body main .t154{gap:1.625rem;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:0rem;}body main .t155{color:#ffffff;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t156{gap:0.625rem;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0.75rem;padding-left:1.25rem;border-radius:5.125rem;padding-right:1.25rem;flex-direction:row;padding-bottom:0.75rem;justify-content:center;background-color:#262626;}body main .t157{color:#ffffff;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t158{color:#ffffff;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t159{color:#ffffff;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t160{gap:1.875rem;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:0rem;}body main .t161{color:#ffffff;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t162{gap:0.625rem;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0.875rem;padding-left:1.875rem;border-radius:5.125rem;padding-right:1.875rem;flex-direction:row;padding-bottom:0.875rem;background-color:#caff33;}body main .t163{color:#1c1c1c;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t164{gap:0.625rem;width:100%;height:59rem;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;justify-content:center;}body main .t165{gap:0.625rem;width:100%;display:flex;position:relative;max-width:99.75rem;box-sizing:border-box;margin-left:auto;padding-top:0rem;margin-right:auto;padding-left:1rem;padding-right:1rem;flex-direction:row;padding-bottom:0rem;justify-content:space-between;}body main .t166{gap:0rem;width:97.75rem;display:flex;position:relative;flex-grow:1;box-sizing:border-box;align-items:center;padding-top:4rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:4rem;justify-content:center;}body main .t167{gap:0rem;width:97.75rem;display:flex;position:relative;flex-grow:1;box-sizing:border-box;padding-top:3.125rem;padding-left:3.125rem;border-radius:5rem;padding-right:3.125rem;flex-direction:row;padding-bottom:3.125rem;background-color:#1c1c1c;}body main .t168{gap:1.438rem;height:30.938rem;display:flex;position:relative;flex-grow:1;box-sizing:border-box;padding-top:5rem;padding-left:5rem;padding-right:5rem;flex-direction:column;padding-bottom:5rem;background-color:#1a1a1a;}body main .t169{display:flex;position:relative;font-size:3.625rem;box-sizing:border-box;}body main .t170{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t171{display:flex;position:relative;box-sizing:border-box;}body main .t172{gap:0.625rem;width:100%;height:51.5rem;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;justify-content:center;}body main .t173{gap:0.625rem;width:100%;display:flex;position:relative;max-width:99.75rem;box-sizing:border-box;margin-left:auto;padding-top:0rem;margin-right:auto;padding-left:1rem;padding-right:1rem;flex-direction:row;padding-bottom:0rem;justify-content:space-between;}body main .t174{gap:0rem;width:97.75rem;display:flex;position:relative;flex-grow:1;box-sizing:border-box;align-items:center;padding-top:4rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:4rem;justify-content:center;}body main .t175{gap:5rem;height:43.5rem;display:flex;position:relative;flex-grow:1;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;}body main .t176{gap:0.875rem;width:100%;height:8.75rem;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:18.75rem;flex-direction:column;padding-bottom:0rem;}body main .t177{display:flex;position:relative;font-size:3rem;box-sizing:border-box;}body main .t178{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t179{gap:5rem;width:100%;height:29.75rem;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;}body main .t180{gap:5rem;width:100%;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:0rem;}body main .t181{gap:1.875rem;height:12.375rem;display:flex;position:relative;flex-grow:1;box-sizing:border-box;padding-top:0rem;padding-left:1.875rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;}body main .t182{color:#4c4c4d;display:flex;position:relative;font-size:3.625rem;box-sizing:border-box;}body main .t183{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t184{gap:1.875rem;height:12.375rem;display:flex;position:relative;flex-grow:1;box-sizing:border-box;padding-top:0rem;padding-left:1.875rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;}body main .t185{color:#4c4c4d;display:flex;position:relative;font-size:3.625rem;box-sizing:border-box;}body main .t186{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t187{gap:5rem;width:100%;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:0rem;}body main .t188{gap:1.875rem;height:12.375rem;display:flex;position:relative;flex-grow:1;box-sizing:border-box;padding-top:0rem;padding-left:1.875rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;}body main .t189{color:#4c4c4d;display:flex;position:relative;font-size:3.625rem;box-sizing:border-box;}body main .t190{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t191{gap:1.875rem;height:12.375rem;display:flex;position:relative;flex-grow:1;box-sizing:border-box;padding-top:0rem;padding-left:1.875rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;}body main .t192{color:#4c4c4d;display:flex;position:relative;font-size:3.625rem;box-sizing:border-box;}body main .t193{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t194{gap:0.625rem;width:100%;height:70rem;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;justify-content:center;}body main .t195{gap:0.625rem;width:100%;display:flex;position:relative;max-width:99.75rem;box-sizing:border-box;margin-left:auto;padding-top:0rem;margin-right:auto;padding-left:1rem;padding-right:1rem;flex-direction:row;padding-bottom:0rem;justify-content:space-between;}body main .t196{gap:0rem;width:97.75rem;display:flex;position:relative;flex-grow:1;box-sizing:border-box;align-items:center;padding-top:4rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:4rem;justify-content:center;}body main .t197{gap:5rem;height:62rem;display:flex;position:relative;flex-grow:1;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;}body main .t198{gap:0.875rem;width:100%;height:8.75rem;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:18.75rem;flex-direction:column;padding-bottom:0rem;}body main .t199{display:flex;position:relative;font-size:3rem;box-sizing:border-box;}body main .t200{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t201{gap:3.125rem;width:100%;height:48.25rem;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;}body main .t202{gap:3.125rem;width:100%;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:0rem;}body main .t203{gap:1.875rem;width:100%;height:21rem;display:flex;position:relative;flex-grow:1;box-sizing:border-box;align-items:center;padding-top:3.125rem;padding-left:3.125rem;padding-right:3.125rem;flex-direction:column;padding-bottom:3.125rem;}body main .t204{width:100%;display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#00000000;}body main .t205{gap:1.875rem;height:21rem;display:flex;position:relative;flex-grow:1;box-sizing:border-box;align-items:center;padding-top:3.125rem;padding-left:3.125rem;padding-right:3.125rem;flex-direction:column;padding-bottom:3.125rem;}body main .t206{width:100%;display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#00000000;}body main .t207{gap:3.125rem;width:100%;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:0rem;}body main .t208{gap:1.875rem;width:100%;height:21rem;display:flex;position:relative;flex-grow:1;box-sizing:border-box;align-items:center;padding-top:3.125rem;padding-left:3.125rem;padding-right:3.125rem;flex-direction:column;padding-bottom:3.125rem;}body main .t209{width:100%;display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#00000000;}body main .t210{gap:1.875rem;height:21rem;display:flex;position:relative;flex-grow:1;box-sizing:border-box;align-items:center;padding-top:3.125rem;padding-left:3.125rem;padding-right:3.125rem;flex-direction:column;padding-bottom:3.125rem;}body main .t211{gap:0.625rem;width:100%;height:138.25rem;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;justify-content:center;}body main .t212{gap:0.625rem;width:100%;display:flex;position:relative;max-width:99.75rem;box-sizing:border-box;margin-left:auto;padding-top:0rem;margin-right:auto;padding-left:1rem;padding-right:1rem;flex-direction:row;padding-bottom:0rem;justify-content:space-between;}body main .t213{gap:0rem;width:97.75rem;display:flex;position:relative;flex-grow:1;box-sizing:border-box;align-items:center;padding-top:4rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:4rem;justify-content:center;}body main .t214{gap:5rem;height:130.25rem;display:flex;position:relative;flex-grow:1;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;}body main .t215{gap:0.875rem;width:100%;height:8.75rem;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:18.75rem;flex-direction:column;padding-bottom:0rem;}body main .t216{color:#caff33;display:flex;position:relative;font-size:3rem;box-sizing:border-box;}body main .t217{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t218{gap:1.875rem;width:100%;height:116.5rem;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;}body main .t219{gap:1.875rem;width:100%;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;}body main .t220{gap:3.125rem;height:57.313rem;display:flex;position:relative;flex-grow:1;box-sizing:border-box;padding-top:3.125rem;padding-left:3.125rem;border-radius:1rem;padding-right:3.125rem;flex-direction:column;padding-bottom:3.125rem;background-color:#1c1c1c;}body main .t221{gap:3.125rem;width:100%;height:44.25rem;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;}body main .t222{gap:0.875rem;width:100%;height:6.375rem;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;}body main .t223{color:#ffffff;display:flex;position:relative;font-size:1.875rem;box-sizing:border-box;}body main .t224{gap:0.625rem;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:0rem;}body main .t225{gap:0.625rem;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0.5rem;padding-left:1rem;border-radius:4.25rem;padding-right:1rem;flex-direction:row;padding-bottom:0.5rem;justify-content:center;background-color:#1a1a1a;}body main .t226{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t227{gap:0.625rem;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0.5rem;padding-left:1rem;border-radius:4.25rem;padding-right:1rem;flex-direction:row;padding-bottom:0.5rem;justify-content:center;background-color:#1a1a1a;}body main .t228{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t229{gap:2.5rem;width:100%;height:34.75rem;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;}body main .t230{gap:1.25rem;width:100%;height:13.625rem;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;}body main .t231{color:#ffffff;display:flex;position:relative;font-size:1.5rem;box-sizing:border-box;}body main .t232{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t233{gap:1.25rem;width:100%;height:18.625rem;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;}body main .t234{color:#ffffff;display:flex;position:relative;font-size:1.5rem;box-sizing:border-box;}body main .t235{gap:1.25rem;width:100%;height:15.125rem;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;}body main .t236{gap:0.625rem;width:100%;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:0rem;}body main .t237{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t238{height:1.179rem;display:flex;position:relative;box-sizing:border-box;background-color:#ffffff;}body main .t239{display:flex;position:relative;box-sizing:border-box;}body main .t240{display:flex;position:relative;box-sizing:border-box;background-color:#b3b3b3;}body main .t241{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#b3b3b3;}body main .t242{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t243{gap:0.625rem;width:100%;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:0rem;}body main .t244{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t245{height:1.179rem;display:flex;position:relative;box-sizing:border-box;background-color:#ffffff;}body main .t246{display:flex;position:relative;box-sizing:border-box;}body main .t247{display:flex;position:relative;box-sizing:border-box;background-color:#b3b3b3;}body main .t248{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#b3b3b3;}body main .t249{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t250{gap:0.625rem;width:100%;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:0rem;}body main .t251{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t252{height:1.179rem;display:flex;position:relative;box-sizing:border-box;background-color:#ffffff;}body main .t253{display:flex;position:relative;box-sizing:border-box;}body main .t254{display:flex;position:relative;box-sizing:border-box;background-color:#b3b3b3;}body main .t255{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#b3b3b3;}body main .t256{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t257{gap:0.625rem;width:100%;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:0rem;}body main .t258{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t259{height:1.179rem;display:flex;position:relative;box-sizing:border-box;background-color:#ffffff;}body main .t260{display:flex;position:relative;box-sizing:border-box;}body main .t261{display:flex;position:relative;box-sizing:border-box;background-color:#b3b3b3;}body main .t262{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#b3b3b3;}body main .t263{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t264{gap:0.625rem;width:100%;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:0rem;}body main .t265{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t266{height:1.179rem;display:flex;position:relative;box-sizing:border-box;background-color:#ffffff;}body main .t267{display:flex;position:relative;box-sizing:border-box;}body main .t268{display:flex;position:relative;box-sizing:border-box;background-color:#b3b3b3;}body main .t269{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#b3b3b3;}body main .t270{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t271{gap:0.625rem;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:1rem;padding-left:1.875rem;border-radius:5.125rem;padding-right:1.875rem;flex-direction:row;padding-bottom:1rem;background-color:#caff33;}body main .t272{color:#1c1c1c;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t273{gap:3.125rem;width:100%;height:57.313rem;display:flex;position:relative;flex-grow:1;box-sizing:border-box;padding-top:3.125rem;padding-left:3.125rem;border-radius:1rem;padding-right:3.125rem;flex-direction:column;padding-bottom:3.125rem;justify-content:space-between;background-color:#1c1c1c;}body main .t274{gap:3.125rem;width:100%;height:40.875rem;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;}body main .t275{gap:0.875rem;width:100%;height:6.375rem;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;}body main .t276{color:#ffffff;display:flex;position:relative;font-size:1.875rem;box-sizing:border-box;}body main .t277{gap:0.625rem;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:0rem;}body main .t278{gap:0.625rem;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0.5rem;padding-left:1rem;border-radius:4.25rem;padding-right:1rem;flex-direction:row;padding-bottom:0.5rem;justify-content:center;background-color:#1a1a1a;}body main .t279{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t280{gap:0.625rem;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0.5rem;padding-left:1rem;border-radius:4.25rem;padding-right:1rem;flex-direction:row;padding-bottom:0.5rem;justify-content:center;background-color:#1a1a1a;}body main .t281{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t282{gap:2.5rem;width:100%;height:31.375rem;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;}body main .t283{gap:1.25rem;width:100%;height:11.938rem;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;}body main .t284{color:#ffffff;display:flex;position:relative;font-size:1.5rem;box-sizing:border-box;}body main .t285{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t286{gap:1.25rem;width:100%;height:16.938rem;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;}body main .t287{color:#ffffff;display:flex;position:relative;font-size:1.5rem;box-sizing:border-box;}body main .t288{gap:1.25rem;width:100%;height:13.438rem;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;}body main .t289{gap:0.625rem;width:100%;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:0rem;}body main .t290{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t291{height:1.179rem;display:flex;position:relative;box-sizing:border-box;background-color:#ffffff;}body main .t292{display:flex;position:relative;box-sizing:border-box;}body main .t293{display:flex;position:relative;box-sizing:border-box;background-color:#b3b3b3;}body main .t294{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#b3b3b3;}body main .t295{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t296{gap:0.625rem;width:100%;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:0rem;}body main .t297{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t298{height:1.179rem;display:flex;position:relative;box-sizing:border-box;background-color:#ffffff;}body main .t299{display:flex;position:relative;box-sizing:border-box;}body main .t300{display:flex;position:relative;box-sizing:border-box;background-color:#b3b3b3;}body main .t301{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#b3b3b3;}body main .t302{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t303{gap:0.625rem;width:100%;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:0rem;}body main .t304{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t305{height:1.179rem;display:flex;position:relative;box-sizing:border-box;background-color:#ffffff;}body main .t306{display:flex;position:relative;box-sizing:border-box;}body main .t307{display:flex;position:relative;box-sizing:border-box;background-color:#b3b3b3;}body main .t308{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#b3b3b3;}body main .t309{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t310{gap:0.625rem;width:100%;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:0rem;}body main .t311{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t312{height:1.179rem;display:flex;position:relative;box-sizing:border-box;background-color:#ffffff;}body main .t313{display:flex;position:relative;box-sizing:border-box;}body main .t314{display:flex;position:relative;box-sizing:border-box;background-color:#b3b3b3;}body main .t315{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#b3b3b3;}body main .t316{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t317{gap:0.625rem;width:100%;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:0rem;}body main .t318{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t319{height:1.179rem;display:flex;position:relative;box-sizing:border-box;background-color:#ffffff;}body main .t320{display:flex;position:relative;box-sizing:border-box;}body main .t321{display:flex;position:relative;box-sizing:border-box;background-color:#b3b3b3;}body main .t322{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#b3b3b3;}body main .t323{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t324{gap:0.625rem;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:1rem;padding-left:1.875rem;border-radius:5.125rem;padding-right:1.875rem;flex-direction:row;padding-bottom:1rem;background-color:#caff33;}body main .t325{color:#1c1c1c;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t326{gap:3.125rem;height:57.313rem;display:flex;position:relative;box-sizing:border-box;padding-top:3.125rem;padding-left:3.125rem;border-radius:1rem;padding-right:3.125rem;flex-direction:column;padding-bottom:3.125rem;background-color:#1c1c1c;}body main .t327{gap:3.125rem;width:100%;height:44.25rem;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;}body main .t328{gap:0.875rem;width:100%;height:6.375rem;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;}body main .t329{color:#ffffff;display:flex;position:relative;font-size:1.875rem;box-sizing:border-box;}body main .t330{gap:0.625rem;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:0rem;}body main .t331{gap:0.625rem;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0.5rem;padding-left:1rem;border-radius:4.25rem;padding-right:1rem;flex-direction:row;padding-bottom:0.5rem;justify-content:center;background-color:#1a1a1a;}body main .t332{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t333{gap:0.625rem;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0.5rem;padding-left:1rem;border-radius:4.25rem;padding-right:1rem;flex-direction:row;padding-bottom:0.5rem;justify-content:center;background-color:#1a1a1a;}body main .t334{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t335{gap:2.5rem;width:100%;height:34.75rem;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;}body main .t336{gap:1.25rem;width:100%;height:13.625rem;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;}body main .t337{color:#ffffff;display:flex;position:relative;font-size:1.5rem;box-sizing:border-box;}body main .t338{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t339{gap:1.25rem;width:100%;height:18.625rem;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;}body main .t340{color:#ffffff;display:flex;position:relative;font-size:1.5rem;box-sizing:border-box;}body main .t341{gap:1.25rem;width:100%;height:15.125rem;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;}body main .t342{gap:0.625rem;width:100%;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:0rem;}body main .t343{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t344{height:1.179rem;display:flex;position:relative;box-sizing:border-box;background-color:#ffffff;}body main .t345{display:flex;position:relative;box-sizing:border-box;}body main .t346{display:flex;position:relative;box-sizing:border-box;background-color:#b3b3b3;}body main .t347{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#b3b3b3;}body main .t348{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t349{gap:0.625rem;width:100%;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:0rem;}body main .t350{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t351{height:1.179rem;display:flex;position:relative;box-sizing:border-box;background-color:#ffffff;}body main .t352{display:flex;position:relative;box-sizing:border-box;}body main .t353{display:flex;position:relative;box-sizing:border-box;background-color:#b3b3b3;}body main .t354{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#b3b3b3;}body main .t355{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t356{gap:0.625rem;width:100%;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:0rem;}body main .t357{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t358{height:1.179rem;display:flex;position:relative;box-sizing:border-box;background-color:#ffffff;}body main .t359{display:flex;position:relative;box-sizing:border-box;}body main .t360{display:flex;position:relative;box-sizing:border-box;background-color:#b3b3b3;}body main .t361{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#b3b3b3;}body main .t362{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t363{gap:0.625rem;width:100%;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:0rem;}body main .t364{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t365{height:1.179rem;display:flex;position:relative;box-sizing:border-box;background-color:#ffffff;}body main .t366{display:flex;position:relative;box-sizing:border-box;}body main .t367{display:flex;position:relative;box-sizing:border-box;background-color:#b3b3b3;}body main .t368{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#b3b3b3;}body main .t369{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t370{gap:0.625rem;width:100%;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:0rem;}body main .t371{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t372{height:1.179rem;display:flex;position:relative;box-sizing:border-box;background-color:#ffffff;}body main .t373{display:flex;position:relative;box-sizing:border-box;}body main .t374{display:flex;position:relative;box-sizing:border-box;background-color:#b3b3b3;}body main .t375{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#b3b3b3;}body main .t376{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t377{gap:0.625rem;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:1rem;padding-left:1.875rem;border-radius:5.125rem;padding-right:1.875rem;flex-direction:row;padding-bottom:1rem;background-color:#caff33;}body main .t378{color:#1c1c1c;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t379{gap:0.625rem;width:100%;height:67.563rem;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;justify-content:center;}body main .t380{gap:0.625rem;width:100%;display:flex;position:relative;max-width:99.75rem;box-sizing:border-box;margin-left:auto;padding-top:0rem;margin-right:auto;padding-left:1rem;padding-right:1rem;flex-direction:row;padding-bottom:0rem;justify-content:space-between;}body main .t381{gap:0rem;width:97.75rem;display:flex;position:relative;flex-grow:1;box-sizing:border-box;align-items:center;padding-top:4rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:4rem;justify-content:center;}body main .t382{gap:5rem;height:59.563rem;display:flex;position:relative;flex-grow:1;box-sizing:border-box;align-items:center;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;justify-content:center;}body main .t383{gap:0.875rem;width:100%;height:7.063rem;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0rem;padding-left:0rem;padding-right:18.75rem;flex-direction:column;padding-bottom:0rem;}body main .t384{display:flex;position:relative;font-size:3rem;box-sizing:border-box;}body main .t385{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t386{gap:0rem;width:100%;height:47.5rem;display:flex;position:relative;box-sizing:border-box;align-items:center;margin-left:auto;padding-top:0rem;margin-right:auto;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;}body main .t387{gap:1.875rem;width:100%;height:43.563rem;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;}body main .t388{gap:1.875rem;width:100%;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:0rem;}body main .t389{gap:1.875rem;width:100%;height:21.688rem;display:flex;position:relative;flex-grow:1;box-sizing:border-box;padding-top:3.125rem;padding-left:3.125rem;border-radius:0.875rem;padding-right:3.125rem;flex-direction:column;padding-bottom:3.125rem;}body main .t390{color:#ffffff;display:flex;position:relative;font-size:1.25rem;box-sizing:border-box;}body main .t391{width:100%;display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#00000000;}body main .t392{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t393{gap:1.875rem;height:21.688rem;display:flex;position:relative;flex-grow:1;box-sizing:border-box;padding-top:3.125rem;padding-left:3.125rem;border-radius:0.875rem;padding-right:3.125rem;flex-direction:column;padding-bottom:3.125rem;}body main .t394{color:#ffffff;display:flex;position:relative;font-size:1.25rem;box-sizing:border-box;}body main .t395{width:100%;display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#00000000;}body main .t396{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t397{gap:1.875rem;width:100%;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:0rem;}body main .t398{gap:1.875rem;height:20rem;display:flex;position:relative;flex-grow:1;box-sizing:border-box;padding-top:3.125rem;padding-left:3.125rem;border-radius:0.875rem;padding-right:3.125rem;flex-direction:column;padding-bottom:3.125rem;}body main .t399{color:#ffffff;display:flex;position:relative;font-size:1.25rem;box-sizing:border-box;}body main .t400{width:100%;display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#00000000;}body main .t401{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t402{gap:1.875rem;height:20rem;display:flex;position:relative;flex-grow:1;box-sizing:border-box;padding-top:3.125rem;padding-left:3.125rem;border-radius:0.875rem;padding-right:3.125rem;flex-direction:column;padding-bottom:3.125rem;}body main .t403{color:#ffffff;display:flex;position:relative;font-size:1.25rem;box-sizing:border-box;}body main .t404{width:100%;display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#00000000;}body main .t405{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t406{display:flex;position:relative;box-sizing:border-box;}body main .t407{gap:0.25rem;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:1.125rem;padding-left:1.5rem;border-radius:6.25rem;padding-right:1.5rem;flex-direction:row;padding-bottom:1.125rem;background-color:#1c1c1c;}body main .t408{color:#ffffff;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t409{height:1.375rem;display:flex;position:relative;box-sizing:border-box;}body main .t410{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#00000000;}body main .t411{gap:0.625rem;width:100%;height:26rem;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;justify-content:center;}body main .t412{gap:0.625rem;width:100%;display:flex;position:relative;max-width:99.75rem;box-sizing:border-box;margin-left:auto;padding-top:0rem;margin-right:auto;padding-left:1rem;padding-right:1rem;flex-direction:row;padding-bottom:0rem;justify-content:space-between;}body main .t413{gap:0rem;width:97.75rem;display:flex;position:relative;flex-grow:1;box-sizing:border-box;align-items:center;padding-top:4rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:4rem;justify-content:center;}body main .t414{gap:9.375rem;width:97.75rem;display:flex;position:relative;flex-grow:1;box-sizing:border-box;align-items:center;padding-top:5rem;padding-left:5rem;border-radius:1.25rem;padding-right:5rem;flex-direction:row;padding-bottom:5rem;background-color:#1c1c1c;}body main .t415{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#00000000;}body main .t416{gap:0.875rem;height:8rem;display:flex;position:relative;flex-grow:1;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;}body main .t417{display:flex;position:relative;font-size:2.5rem;box-sizing:border-box;}body main .t418{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t419{gap:0.625rem;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:1.125rem;padding-left:1.875rem;border-radius:5.125rem;padding-right:1.875rem;flex-direction:row;padding-bottom:1.125rem;background-color:#caff33;}body main .t420{color:#1c1c1c;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t421{gap:0.625rem;width:100%;height:44.125rem;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;justify-content:center;}body main .t422{gap:0.625rem;width:100%;display:flex;position:relative;max-width:99.75rem;box-sizing:border-box;margin-left:auto;padding-top:0rem;margin-right:auto;padding-left:1rem;padding-right:1rem;flex-direction:row;padding-bottom:0rem;justify-content:space-between;}body main .t423{gap:0rem;width:97.75rem;display:flex;position:relative;flex-grow:1;box-sizing:border-box;align-items:center;padding-top:4rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:4rem;justify-content:center;}body main .t424{gap:3.125rem;height:36.125rem;display:flex;position:relative;flex-grow:1;box-sizing:border-box;align-items:center;padding-top:6.25rem;padding-left:10.125rem;padding-right:10.125rem;flex-direction:column;padding-bottom:3.125rem;background-color:#1c1c1c;}body main .t425{gap:3.125rem;width:100%;height:7.313rem;display:flex;position:relative;box-sizing:border-box;align-items:center;margin-left:auto;padding-top:0rem;margin-right:auto;padding-left:0rem;padding-right:0rem;flex-direction:column;padding-bottom:0rem;}body main .t426{height:2.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t427{height:2.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t428{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#caff33;}body main .t429{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#ffffff;}body main .t430{gap:1.625rem;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:0rem;}body main .t431{color:#e4e4e7;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t432{color:#e4e4e7;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t433{color:#e4e4e7;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t434{color:#e4e4e7;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t435{width:100%;display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#00000000;}body main .t436{gap:1.25rem;width:100%;display:flex;position:relative;box-sizing:border-box;align-items:center;margin-left:auto;padding-top:0rem;margin-right:auto;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:0rem;justify-content:center;}body main .t437{gap:0.375rem;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0rem;padding-left:0rem;border-radius:0.375rem;padding-right:0rem;flex-direction:row;padding-bottom:0rem;}body main .t438{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t439{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#caff33;}body main .t440{color:#e4e4e7;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t441{gap:0.375rem;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0rem;padding-left:0rem;border-radius:0.375rem;padding-right:0rem;flex-direction:row;padding-bottom:0rem;}body main .t442{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t443{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#caff33;}body main .t444{color:#e4e4e7;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t445{gap:0.375rem;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0rem;padding-left:0rem;border-radius:0.375rem;padding-right:0rem;flex-direction:row;padding-bottom:0rem;}body main .t446{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t447{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#caff33;}body main .t448{color:#e4e4e7;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t449{width:100%;display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#00000000;}body main .t450{gap:67.5rem;width:100%;display:flex;position:relative;box-sizing:border-box;align-items:center;margin-left:auto;padding-top:1rem;margin-right:auto;padding-left:1rem;border-radius:6.25rem;padding-right:1.875rem;flex-direction:row;padding-bottom:1rem;justify-content:space-between;background-color:#1a1a1a;}body main .t451{gap:0.875rem;display:flex;position:relative;box-sizing:border-box;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:0rem;}body main .t452{gap:0.625rem;display:flex;position:relative;box-sizing:border-box;padding-top:0.875rem;padding-left:0.875rem;border-radius:6.25rem;padding-right:0.875rem;flex-direction:column;padding-bottom:0.875rem;background-color:#caff33;}body main .t453{height:1.5rem;display:flex;position:relative;box-sizing:border-box;background-color:#ffffff;}body main .t454{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#262626;}body main .t455{gap:0.625rem;display:flex;position:relative;box-sizing:border-box;padding-top:0.875rem;padding-left:0.875rem;border-radius:6.25rem;padding-right:0.875rem;flex-direction:column;padding-bottom:0.875rem;background-color:#caff33;}body main .t456{height:1.5rem;display:flex;position:relative;box-sizing:border-box;background-color:#ffffff;}body main .t457{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#262626;}body main .t458{gap:0.625rem;display:flex;position:relative;box-sizing:border-box;padding-top:0.875rem;padding-left:0.875rem;border-radius:6.25rem;padding-right:0.875rem;flex-direction:column;padding-bottom:0.875rem;background-color:#caff33;}body main .t459{height:1.5rem;display:flex;position:relative;box-sizing:border-box;background-color:#ffffff;}body main .t460{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#262626;}body main .t461{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t462{gap:0.75rem;display:flex;position:relative;box-sizing:border-box;align-items:center;padding-top:0rem;padding-left:0rem;padding-right:0rem;flex-direction:row;padding-bottom:0rem;}body main .t463{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t464{width:100%;display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#00000000;}body main .t465{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t466{width:auto;background:var(--facet-btn);column-gap:0rem;border-radius:12px;}body main .t507{overflow:auto;}body main .t512{top:0%;left:0%;right:0%;bottom:auto;position:absolute;background:linear-gradient(180deg,#000000 0%,#ffffff00 100%);margin-left:auto;margin-right:auto;}body main .t513{top:auto;left:0%;right:0%;bottom:0%;position:absolute;background:linear-gradient(0deg,#000000 0%,#ffffff00 100%);margin-left:auto;margin-right:auto;}body main .t516{width:1rem;height:1rem;}body main .t518{width:18rem;height:80%;row-gap:1rem;overflow:auto;margin-top:auto;margin-right:1.5rem;border-radius:32px;margin-bottom:auto;pointer-events:auto;backdrop-filter:;-webkit-backdrop-filter:;}@media screen and (max-width: 767px) {body main .t518{height:75%;}}@media screen and (max-width: 480px) {body main .t518{width:100%;margin-top:0rem;}}body main .t519{width:100%;height:inherit;display:none;row-gap:2rem;background:;max-height:50vh;align-items:flex-start;flex-direction:column;}body main .t523{margin-bottom:0.5rem;}@media screen and (max-width: 767px) {body main .t532{font-size:1.5rem;}}body main .t536{width:100%;}body main .t540{top:auto;left:auto;right:0%;bottom:0%;z-index:1;position:absolute;padding-right:2rem;padding-bottom:2rem;}body main .t541{width:100%;height:inherit;display:none;row-gap:2rem;background:;max-height:50vh;align-items:flex-start;flex-direction:column;}body main .t545{color:rgb(255,87,160);}body main .t546{margin-bottom:0.5rem;}body main .t547{overflow:auto;}body main .t549{width:100%;}body main .t550{row-gap:2rem;}body main .t551{row-gap:0.5rem;}body main .t561{width:0.75rem;height:0.75rem;}body main .t569{width:0.75rem;height:0.75rem;}body main .t577{width:0.75rem;height:0.75rem;}body main .t578{row-gap:0.5rem;}body main .t586{width:0.75rem;height:0.75rem;}body main .t594{width:0.75rem;height:0.75rem;}body main .t602{display:none;padding-top:0.6rem;padding-left:0.6rem;padding-right:0.6rem;padding-bottom:0.6rem;}body main .t603{top:0%;left:0%;right:0%;bottom:0%;display:none;z-index:10;position:fixed;background:rgb(from var(--facet-ui-bg) r g b / 80%);align-items:center;margin-left:auto;margin-right:auto;justify-content:center;}body main .t609{width:100%;height:inherit;display:none;row-gap:2rem;overflow:auto!important;background:;max-height:50vh;min-height:30rem;align-items:flex-start;flex-direction:column;justify-content:flex-start;}body main .t613{color:rgb(178,71,255);}body main .t614{margin-bottom:0.5rem;}body main .t615{display:none;}body main .t623{width:0.75rem;height:0.75rem;}body main .t630{height:100vh;overflow:clip;}body main .t638{align-items:center;flex-direction:column;justify-content:center;}body main .t642{color:rgb(255,255,255);}body main .t650{text-align:center;align-items:center;justify-content:center;}body main .t662{position:relative;}body main .t663{top:auto;left:auto;right:0%;bottom:0%;z-index:1;position:absolute;padding-right:2rem;padding-bottom:2rem;}body main .t669{text-align:center;align-items:center;justify-content:center;}body main .t676{padding-right:2.5rem;}body main .t678{padding-right:2.5rem;}body main .t679{top:0%;left:auto;right:0.5rem;bottom:0%;position:absolute;margin-top:auto;margin-bottom:auto;}body main .t679:hover{border:1px solid rgb(239,239,239);}body main .t686{position:relative;}body main .t687{top:auto;left:auto;right:0%;bottom:0%;z-index:1;position:absolute;padding-right:2rem;padding-bottom:2rem;}body main .t688{top:0%;left:auto;right:0.5rem;bottom:0%;position:absolute;margin-top:auto;margin-bottom:auto;}body main .t688:hover{border:1px solid rgb(239,239,239);}@media screen and (max-width: 480px) {body main .t690{text-align:center;}}body main .t699{border:none;display:flex;background:rgb(from rgb(8,8,8) r g b / 0%);margin-top:auto;grid-column:span 5;margin-left:auto;padding-top:0.2rem;margin-right:auto;padding-left:0rem;border-radius:0px;padding-right:0rem;padding-bottom:0.2rem;}body main .t703{column-gap:1rem;}body main .t707{flex:1 1 0%;color:rgb(128,128,128);cursor:pointer!important;font-size:0.80rem;column-gap:0.35rem;align-items:center;padding-left:0.5rem;padding-right:0.5rem;}body main .t707:hover{background:rgb(41,41,41);}body main .t709{font-family:'Facet Mono';}@media screen and (max-width: 767px) {body main .t710{position:relative;justify-content:space-between;}}@media screen and (max-width: 480px) {body main .t710{display:none;column-gap:1.5rem;align-items:flex-start;padding-left:0.5rem;}}body main .t711{width:100%;}body main .t713{margin-top:0.5rem;}body main .t715{width:100%;height:inherit;display:none;row-gap:1rem;background:;max-height:50vh;align-items:flex-start;flex-direction:column;}body main .t716{overflow:auto;}body main .t719{width:100%;display:flex;column-gap:1rem;align-items:center;justify-items:start;flex-direction:row;grid-template-columns:0.5fr 4fr;}body main .t720{width:2rem;height:2rem;}body main .t723{font-size:0.70rem;}body main .t724{flex:0 1 auto;width:4rem;}body main .t725{width:100%;row-gap:1rem;}body main .t726{margin-top:0.5rem;margin-bottom:0.5rem;}body main .t734{width:0.75rem;height:0.75rem;}body main .t735{margin-top:0.5rem;margin-bottom:0.5rem;}body main .t743{width:0.75rem;height:0.75rem;}body main .t750{width:0.75rem;height:0.75rem;}body main .t752{margin-top:0.5rem;margin-bottom:0.5rem;}body main .t760{width:0.75rem;height:0.75rem;}body main .t768{width:0.75rem;height:0.75rem;}body main .t769{margin-top:0.5rem;margin-bottom:0.5rem;}body main .t777{width:0.75rem;height:0.75rem;}body main .t785{width:0.75rem;height:0.75rem;}body main .t786{margin-top:0.5rem;margin-bottom:0.5rem;}body main .t794{width:0.75rem;height:0.75rem;}body main .t796{border:1px solid rgb(44,44,44);background:;}body main .t797{display:none;background:;}body main .t798{height:2.5rem;}body main .t799{cursor:pointer;height:100%;overflow:clip;position:relative;background:rgb(249,249,249);border-radius:8px;}body main .t806{width:0.75rem;height:0.75rem;}body main .t814{width:0.75rem;height:0.75rem;}body main .t820{width:0.75rem;height:0.75rem;}body main .t830{width:0.75rem;height:0.75rem;}body main .t838{width:0.75rem;height:0.75rem;}body main .t846{width:0.75rem;height:0.75rem;}body main .t854{width:0.75rem;height:0.75rem;}body main .t855{margin-top:0.5rem;margin-bottom:0.5rem;}body main .t863{width:0.75rem;height:0.75rem;}body main .t868{color:rgb(62,223,255);}body main .t869{margin-bottom:0.5rem;}body main .t873{background:;}body main .t878{width:0.75rem;height:0.75rem;}body main .t886{width:0.75rem;height:0.75rem;}body main .t894{width:0.75rem;height:0.75rem;}body main .t896{top:0%;left:0%;right:0%;width:30rem;border:1px solid rgb(43,43,43);bottom:0%;height:30rem;display:none;z-index:10;position:fixed;margin-top:auto;margin-left:auto;margin-right:auto;border-radius:32px;margin-bottom:auto;}body main .t908{width:0.75rem;height:0.75rem;}body main .t910{border:1px solid rgb(44,44,44);background:;}body main .t911{display:none;background:;}body main .t912{color:rgb(42,42,42);height:2.5rem;display:flex;row-gap:1rem;column-gap:0.5rem;align-items:center;padding-left:0.5rem;justify-items:start;grid-template-columns:20rem 5fr;}body main .t913{flex:1 1 0%;width:100%;cursor:pointer;height:100%;overflow:clip;position:relative;background:rgb(249,249,249);border-radius:8px;}body main .t914{min-width:4rem;align-items:center;justify-content:center;}body main .t919{width:0.75rem;height:0.75rem;}body main .t927{width:0.75rem;height:0.75rem;}body main .t928{color:rgb(255,204,20);}body main .t929{color:rgb(255,66,66);}body main .t930{flex:1 1 0%;height:2rem;display:flex;row-gap:1rem;margin-top:auto;align-items:flex-start;margin-left:auto;padding-top:0.5rem;margin-right:auto;padding-left:0.5rem;border-radius:12px;padding-right:0.5rem;flex-direction:column;padding-bottom:0.5rem;}body main .t931{width:100%;align-items:center;justify-content:space-between;}body main .t934{color:rgb(255,118,6);}body main .t939{font-size:0.70rem;}body main .t940{width:100%;height:inherit;display:none;row-gap:2rem;background:;max-height:50vh;align-items:flex-start;flex-direction:column;}body main .t945{margin-bottom:0.5rem;}body main .t946{overflow:auto;}body main .t948{width:100%;}body main .t949{row-gap:2rem;}body main .t951{row-gap:0.5rem;}body main .t954{column-gap:0.25rem;}body main .t966{width:0.75rem;height:0.75rem;}body main .t974{width:0.75rem;height:0.75rem;}body main .t982{width:0.75rem;height:0.75rem;}body main .t989{width:0.75rem;height:0.75rem;}body main .t990{row-gap:0.5rem;}body main .t1000{width:0.75rem;height:0.75rem;}body main .t1008{width:0.75rem;height:0.75rem;}body main .t1016{width:0.75rem;height:0.75rem;}body main .t1024{width:0.75rem;height:0.75rem;}body main .t1032{width:0.75rem;height:0.75rem;}body main .t1040{width:0.75rem;height:0.75rem;}body main .t1041{row-gap:0.5rem;}body main .t1051{width:0.75rem;height:0.75rem;}body main .t1059{width:0.75rem;height:0.75rem;}body main .t1067{width:0.75rem;height:0.75rem;}body main .t1072{row-gap:2rem;}body main .t1073{width:100%;}body main .t1075{row-gap:0.5rem;}body main .t1082{width:0.75rem;height:0.75rem;}body main .t1091{width:0.75rem;height:0.75rem;}body main .t1098{width:0.75rem;height:0.75rem;}body main .t1107{width:0.75rem;height:0.75rem;}body main .t1115{width:0.75rem;height:0.75rem;}body main .t1116{color:rgb(162,255,138);}body main .t1117{row-gap:0.5rem;position:sticky;align-items:flex-start;}body main .t1121{width:1rem;height:1rem;}body main .t1128{text-align:center;align-items:center;justify-content:center;}body main .t1140{position:relative;}body main .t1141{top:auto;left:auto;right:0%;bottom:0%;z-index:1;position:absolute;padding-right:2rem;padding-bottom:2rem;}body main .t1143{text-align:center;aspect-ratio:1/1;}body main .t1144{margin-top:1rem;}body main .t1145{color:rgb(110,110,110);}body main .t1152{height:100vh;max-height:100vh;}body main .t1153{overflow:auto;}body main .t1154{max-width:100%;padding-right:0px;}@media screen and (max-width: 767px) {body main .t1155{padding-left:0rem;}}body main .t1157{column-gap:2.5rem;min-height:3.5rem;align-items:center;padding-top:0.25rem;padding-bottom:0.25rem;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t1157{column-gap:1rem;}}body main .t1161{flex:1 1 0%;font-size:0.9rem;max-width:25rem;margin-top:0.5rem;min-height:3rem;}body main .t1162{align-items:center;justify-content:flex-end;}body main .t1164{top:0%;left:0%;right:0%;bottom:0%;display:none;z-index:10;position:fixed;background:rgb(from rgb(13,13,13) r g b / 80%);align-items:center;margin-left:auto;margin-right:auto;justify-content:center;}body main .t1170{height:100%;display:flex;column-gap:0.5rem;align-items:center;border-radius:15px;}body main .t1171{align-items:center;}body main .t1172{color:var(--facet-ui-bg)!important;width:auto;height:auto;background:rgb(186,255,102);padding-top:0.6rem;margin-right:0.5rem;padding-left:0.6rem;border-radius:12px;padding-right:0.6rem;padding-bottom:0.6rem;}@media screen and (max-width: 480px) {body main .t1172{display:none;}}body main .t1173{padding-top:1rem;}body main .t1174{width:100%;column-gap:1rem;}@media screen and (max-width: 767px) {body main .t1174{flex-direction:column;}}body main .t1175{width:100%;column-gap:1.5rem;}body main .t1177{align-items:center;justify-items:center;grid-template-columns:1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t1177{grid-template-columns:1fr 1fr;}}body main .t1180{display:flex;}body main .t1184{color:var(--facet-border-mid);background:var(--facet-master-accent);}body main .t1187{color:var(--facet-ui-bg);text-decoration:underline;}body main .t1194{height:100%;display:flex;align-items:center;flex-direction:column;justify-content:center;}body main .t1195{margin-top:auto;text-align:center;align-items:center;margin-bottom:auto;flex-direction:row;justify-content:space-between;}body main .t1196{width:4rem;height:4rem;display:flex;align-items:center;margin-left:auto;justify-content:center;}body main .t1197{display:flex;row-gap:0.5rem;align-items:flex-start;margin-right:auto;flex-direction:column;}body main .t1198{color:rgb(122,122,122);font-size:0.8rem;}body main .t1200{height:100dvh;display:flex;align-items:center;justify-content:center;}body main .t1202{width:100%;border:1px solid rgb(27,27,27);display:flex;row-gap:2rem;overflow:clip;background:rgb(0,0,0);column-gap:2rem;align-items:stretch;padding-top:1.5rem;padding-left:1.5rem;border-radius:22px;justify-items:stretch;padding-right:1.5rem;padding-bottom:1.5rem;pointer-events:auto;grid-template-columns:1fr 1fr;}@media screen and (max-width: 767px) {body main .t1202{grid-template-columns:1fr;}}body main .t1203{border-radius:8px;}body main .t1204{background:rgb(0,0,0);padding-top:40px;padding-left:40px;border-radius:8px;padding-right:40px;padding-bottom:40px;}@media screen and (max-width: 480px) {body main .t1204{padding-top:24px;padding-left:24px;padding-right:24px;padding-bottom:24px;}}body main .t1206{font-weight:600;}body main .t1207{align-items:center;}body main .t1208{font-size:14px;}body main .t1210{display:block;font-size:24px;margin-top:8px;font-weight:700;margin-bottom:12px;}body main .t1211{align-items:center;}body main .t1212{font-size:14px;}body main .t1214{display:block;font-size:24px;margin-top:8px;font-weight:700;margin-bottom:12px;}body main .t1215{display:flex;row-gap:8px;margin-top:32px;margin-bottom:32px;flex-direction:column;}body main .t1216{display:flex;column-gap:8px;align-items:center;}body main .t1217{flex:1 1 0%;font-size:14px;font-weight:600;}body main .t1218{height:16px;}body main .t1220{width:100%;}body main .t1221{width:100%;}body main .t1222{margin-top:32px;}body main .t1223{padding-top:40px;padding-left:40px;border-radius:8px;padding-right:40px;padding-bottom:40px;}@media screen and (max-width: 480px) {body main .t1223{padding-top:24px;padding-left:24px;padding-right:24px;padding-bottom:24px;}}body main .t1225{font-weight:600;}body main .t1226{align-items:center;}body main .t1227{font-size:14px;}body main .t1229{display:block;font-size:24px;margin-top:8px;font-weight:700;margin-bottom:12px;}body main .t1230{align-items:center;}body main .t1231{font-size:14px;}body main .t1233{display:block;font-size:24px;margin-top:8px;font-weight:700;margin-bottom:12px;}body main .t1234{display:flex;row-gap:8px;margin-top:32px;margin-bottom:32px;flex-direction:column;}body main .t1235{display:flex;column-gap:8px;align-items:center;}body main .t1236{flex:1 1 0%;font-size:14px;font-weight:600;}body main .t1237{height:16px;}body main .t1239{width:100%;}body main .t1240{width:100%;}body main .t1241{margin-top:32px;}body main .t1242{padding-top:40px;padding-left:40px;border-radius:8px;padding-right:40px;padding-bottom:40px;}@media screen and (max-width: 480px) {body main .t1242{padding-top:24px;padding-left:24px;padding-right:24px;padding-bottom:24px;}}body main .t1244{font-weight:600;}body main .t1245{align-items:center;}body main .t1246{font-size:14px;}body main .t1248{display:block;font-size:24px;margin-top:8px;font-weight:700;margin-bottom:12px;}body main .t1249{display:flex;row-gap:8px;margin-top:32px;margin-bottom:32px;flex-direction:column;}body main .t1250{display:flex;column-gap:8px;align-items:center;}body main .t1251{flex:1 1 0%;font-size:14px;font-weight:600;}body main .t1252{height:16px;}body main .t1254{width:100%;}body main .t1256{margin-top:32px;}body main .t1257{flex:1 1 0%;row-gap:1rem;align-self:stretch;}body main .t1258{flex:1 1 0%;max-height:15rem;object-fit:cover;border-radius:12px;}body main .t1259{color:rgb(230,230,230);display:flex;text-align:left!important;align-items:flex-start;margin-left:auto;margin-right:auto;flex-direction:column;}body main .t1260{max-width:900px;}body main .t1264{align-items:center;margin-left:auto;justify-content:center;}body main .t1265{text-align:center;margin-left:auto;margin-right:auto;}body main .t1266{color:rgb(202,202,202);font-size:0.8rem;}body main .t1269{padding-left:1rem;}body main .t1270{width:auto;padding-top:0.5rem;padding-left:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;}body main .t1273{column-gap:0rem;}body main .t1276{width:8rem;}body main .t1277{width:6rem;}@media screen and (max-width: 767px) {body main .t1277{width:8rem;}}body main .t1278{width:8rem;}body main .t1280{width:8rem;}body main .t1282{row-gap:0.5rem;position:sticky;align-items:flex-start;}body main .t1283{width:100%;align-items:center;justify-content:space-between;}body main .t1288{color:rgb(255,118,6);}body main .t1289{flex:1 1 0%;height:100%;display:flex;row-gap:1rem;margin-top:auto;align-items:flex-start;margin-left:auto;padding-top:0.5rem;margin-right:auto;padding-left:0.5rem;border-radius:12px;padding-right:0.5rem;flex-direction:column;padding-bottom:0.5rem;}body main .t1294{font-size:0.70rem;}body main .t1295{display:none;margin-top:auto;}@media screen and (max-width: 767px) {body main .t1295{display:flex;}}@media screen and (max-width: 480px) {body main .t1295{top:auto;left:auto;right:1rem;width:auto;bottom:2rem;z-index:10;position:absolute;}}body main .t1298{color:var(--facet-txt-dim)!important;font-size:0.65rem!important;font-weight:400!important;}body main .t1299{width:100%;display:flex;column-gap:1rem;align-items:center;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;padding-bottom:0.5rem;justify-content:space-between;}body main .t1300{top:1rem;left:auto;right:1.5rem;bottom:auto;height:1.25rem;position:absolute;}body main .t1301{height:100%;row-gap:0.5rem;z-index:10;position:relative;}@media screen and (max-width: 767px) {body main .t1301{display:none;}}body main .t1303{width:100%;row-gap:0rem;}body main .t1317{width:100%;row-gap:0rem;}body main .t1329{row-gap:0.25rem;margin-top:auto;}body main .t1330{margin-top:auto;}body main .t1333{margin-top:auto;}body main .t1341{max-width:100%;padding-left:0rem;padding-right:0rem;}@media screen and (max-width: 767px) {body main .t1343{padding-left:0rem;}}body main .t1344{row-gap:2rem;padding-top:1rem;}body main .t1345{width:100%;column-gap:1.5rem;}body main .t1348{align-items:center;justify-items:start;grid-template-columns:1fr 1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t1348{grid-template-columns:1fr 1fr;}}body main .t1350{display:flex;}body main .t1352{top:1rem;left:auto;right:1.5rem;bottom:auto;height:1.25rem;position:absolute;}body main .t1353{width:100%;display:flex;column-gap:1rem;align-items:center;justify-content:space-between;}body main .t1355{color:rgb(131,131,131)!important;font-size:0.65rem!important;font-weight:400!important;}body main .t1359{font-size:1.75rem;}@media screen and (max-width: 480px) {body main .t1363{grid-template-columns:1fr 1fr;}}body main .t1365{display:flex;}body main .t1369{color:var(--facet-txt-white);}body main .t1370{width:1.75rem;height:1.75rem;min-width:1.75rem;min-height:1.75rem;margin-left:0rem;margin-right:0rem;border-radius:8px;}body main .t1372{font-size:0.8rem;font-weight:500;}body main .t1374{flex:0 1 auto;width:100%;row-gap:0rem;}body main .t1375{z-index:50                                                 ;}body main .t1376{z-index:5;position:relative;column-gap:2.5rem;align-items:center;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t1376{column-gap:1rem;}}body main .t1377{flex:1 1 0%;font-size:0.9rem;max-width:25rem;min-height:3rem;border-radius:24px;}body main .t1378{align-items:center;justify-content:flex-end;}body main .t1380{top:0%;left:0%;right:0%;bottom:0%;display:none;z-index:10;position:fixed;background:rgb(from rgb(13,13,13) r g b / 80%);align-items:center;margin-left:auto;margin-right:auto;justify-content:center;}body main .t1386{height:100%;display:flex;column-gap:0.5rem;align-items:center;border-radius:15px;}body main .t1387{align-items:center;}body main .t1388{font-size:0.75rem;margin-right:0.5rem;}@media screen and (max-width: 480px) {body main .t1388{display:none;}}body main .t1390{width:0.8rem;height:0.8rem;}body main .t1391{font-size:0.60rem;padding-top:0.5rem;padding-left:1rem;padding-right:1rem;padding-bottom:0.5rem;}body main .t1392{display:none;margin-top:auto;}@media screen and (max-width: 767px) {body main .t1392{display:flex;}}@media screen and (max-width: 480px) {body main .t1392{top:auto;left:auto;right:1rem;width:auto;bottom:2rem;z-index:10;position:absolute;}}body main .t1395{font-size:1.15rem;}body main .t1399{display:none;z-index:5;position:relative;}body main .t1403{text-decoration:underline;}body main .t1404{top:0%;left:0%;right:0%;width:100%;bottom:auto;position:absolute;min-height:20vh;margin-left:auto;margin-right:auto;}body main .t1405{object-fit:cover;}body main .t1410{width:100%;padding-top:12rem;}@media screen and (max-width: 767px) {body main .t1414{font-size:1.5rem;}}body main .t1418{justify-content:flex-end;}body main .t1429{width:100%;padding-top:12rem;}body main .t1430{text-align:center;}@media screen and (max-width: 767px) {body main .t1433{font-size:1.5rem;}}body main .t1434{height:100%;}body main .t1442{height:100%;align-self:stretch;column-gap:1rem;align-items:flex-start;justify-content:center;}@media screen and (max-width: 480px) {body main .t1442{row-gap:1.5rem;align-items:center;flex-direction:column;}}body main .t1443{width:6rem;border:2px solid var(--facet-border-mid);height:6rem;overflow:clip;position:relative;max-width:6rem;min-width:6rem;background:var(--facet-ui-bg);max-height:6rem;min-height:6rem;font-family:'7rem';border-radius:12px;}body main .t1445{color:rgb(from var(--facet-txt-white) r g b / 50%);width:100%;border:1px dashed var(--facet-border-mid);height:100%;font-size:0.8rem;margin-top:0rem;min-height:7rem;margin-right:0.5rem;border-radius:16px;margin-bottom:0rem;}body main .t1445:hover{background:rgb(24,24,24);}body main .t1447{margin-bottom:0.5rem;}body main .t1448{color:var(--facet-master-accent);text-decoration:underline;}body main .t1450{color:var(--facet-border-mid);font-size:0.6rem;}body main .t1451{align-items:center;justify-content:center;}body main .t1453{height:auto;overflow:visible;max-height:auto;}body main .t1456{color:var(--facet-txt-white);display:none;align-items:center;}body main .t1457{position:relative;}body main .t1458{display:flex;align-items:center;justify-content:center;}body main .t1459{width:100%;border:1px solid rgb(27,27,27);display:flex;row-gap:2rem;overflow:clip;background:rgb(0,0,0);column-gap:2rem;align-items:stretch;padding-top:1.5rem;padding-left:1.5rem;border-radius:22px;justify-items:stretch;padding-right:1.5rem;padding-bottom:1.5rem;pointer-events:auto;grid-template-columns:1fr 1fr;}@media screen and (max-width: 767px) {body main .t1459{grid-template-columns:1fr;}}body main .t1460{border-radius:8px;}body main .t1461{background:rgb(0,0,0);padding-top:40px;padding-left:40px;border-radius:8px;padding-right:40px;padding-bottom:40px;}@media screen and (max-width: 480px) {body main .t1461{padding-top:24px;padding-left:24px;padding-right:24px;padding-bottom:24px;}}body main .t1464{align-items:center;}body main .t1465{font-size:14px;}body main .t1467{display:block;font-size:24px;margin-top:8px;font-weight:700;margin-bottom:12px;}body main .t1468{align-items:center;}body main .t1469{font-size:14px;}body main .t1471{display:block;font-size:24px;margin-top:8px;font-weight:700;margin-bottom:12px;}body main .t1472{display:flex;row-gap:8px;margin-top:32px;margin-bottom:32px;flex-direction:column;}body main .t1473{display:flex;column-gap:8px;align-items:center;font-family:'Facet Mono';}body main .t1474{flex:1 1 0%;font-size:14px;}body main .t1475{height:16px;}body main .t1477{width:100%;}body main .t1478{width:100%;}body main .t1479{margin-top:32px;}body main .t1480{padding-top:40px;padding-left:40px;border-radius:8px;padding-right:40px;padding-bottom:40px;}@media screen and (max-width: 480px) {body main .t1480{padding-top:24px;padding-left:24px;padding-right:24px;padding-bottom:24px;}}body main .t1483{align-items:center;}body main .t1484{font-size:14px;}body main .t1486{display:block;font-size:24px;margin-top:8px;font-weight:700;margin-bottom:12px;}body main .t1487{align-items:center;}body main .t1488{font-size:14px;}body main .t1490{display:block;font-size:24px;margin-top:8px;font-weight:700;margin-bottom:12px;}body main .t1491{display:flex;row-gap:8px;margin-top:32px;margin-bottom:32px;flex-direction:column;}body main .t1492{display:flex;column-gap:8px;align-items:center;font-family:'Facet Mono';}body main .t1493{flex:1 1 0%;font-size:14px;}body main .t1494{height:16px;}body main .t1496{width:100%;}body main .t1497{width:100%;}body main .t1498{margin-top:32px;}body main .t1499{padding-top:40px;padding-left:40px;border-radius:8px;padding-right:40px;padding-bottom:40px;}@media screen and (max-width: 480px) {body main .t1499{padding-top:24px;padding-left:24px;padding-right:24px;padding-bottom:24px;}}body main .t1502{align-items:center;}body main .t1503{font-size:14px;}body main .t1505{display:block;font-size:24px;margin-top:8px;font-weight:700;margin-bottom:12px;}body main .t1506{display:flex;row-gap:8px;margin-top:32px;margin-bottom:32px;flex-direction:column;}body main .t1507{display:flex;column-gap:8px;align-items:center;font-family:'Facet Mono';}body main .t1508{flex:1 1 0%;font-size:14px;}body main .t1509{height:16px;}body main .t1511{width:100%;}body main .t1513{margin-top:32px;}body main .t1514{flex:1 1 0%;row-gap:1rem;align-self:stretch;padding-right:5rem;}body main .t1515{flex:1 1 0%;max-height:15rem;object-fit:cover;border-radius:12px;}body main .t1516{color:rgb(230,230,230);display:flex;text-align:left!important;align-items:flex-start;margin-left:auto;margin-right:auto;flex-direction:column;}body main .t1517{font-size:2rem;max-width:900px;}body main .t1518{font-family:'Facet Mono';}body main .t1519{font-size:1rem;}body main .t1520{z-index:90;position:relative;}@media screen and (max-width: 767px) {body main .t1522{font-size:1.5rem;}}body main .t1524{row-gap:2rem;text-align:center;align-items:center;justify-content:center;}body main .t1525{color:var(--facet-txt-dim);font-size:0.8rem;text-decoration:underline;}body main .t1525:hover{color:var(--facet-master-accent);}body main .t1526{font-size:0.6rem;text-align:center;}body main .t1527{width:auto;row-gap:0.5rem;}body main .t1529{color:rgb(46,46,46);background:rgb(133,255,102);}body main .t1532{color:rgb(13,13,13);text-decoration:underline;}body main .t1534{color:var(--facet-txt-dim);font-size:0.8rem;margin-top:0.25rem;}body main .t1535{row-gap:0.25rem;align-items:flex-end;}body main .t1631{width:0.75rem;height:0.75rem;}body main .t1649{width:0.75rem;height:0.75rem;}body main .t1663{border:1px solid rgb(44,44,44);background:;}body main .t1664{display:none;background:;}body main .t1665{height:2.5rem;}body main .t1666{cursor:pointer;height:100%;overflow:clip;position:relative;background:rgb(249,249,249);border-radius:8px;}body main .t1673{width:0.75rem;height:0.75rem;}body main .t1688{height:2.5rem;}body main .t1689{cursor:pointer;height:100%;overflow:clip;position:relative;background:rgb(249,249,249);border-radius:8px;}body main .t1695{width:0.75rem;height:0.75rem;}body main .t1708{width:100%;height:inherit;display:none;row-gap:2rem;background:;max-height:50vh;align-items:flex-start;flex-direction:column;}body main .t1712{color:rgb(178,71,255);}body main .t1713{margin-bottom:0.5rem;}body main .t1714{overflow:auto;}body main .t1716{width:100%;}body main .t1717{row-gap:2rem;}body main .t1731{width:0.75rem;height:0.75rem;}body main .t1739{width:0.75rem;height:0.75rem;}body main .t1746{width:2rem;height:2rem;}body main .t1747{cursor:pointer;height:100%;overflow:clip;position:relative;background:rgb(249,249,249);border-radius:8px;}body main .t1755{width:0.75rem;height:0.75rem;}body main .t1770{width:0.75rem;height:0.75rem;}body main .t1778{width:0.75rem;height:0.75rem;}body main .t1786{width:0.75rem;height:0.75rem;}body main .t1787{row-gap:0.5rem;}body main .t1801{width:0.75rem;height:0.75rem;}body main .t1809{width:0.75rem;height:0.75rem;}body main .t1810{row-gap:0.5rem;}body main .t1824{width:0.75rem;height:0.75rem;}body main .t1832{width:0.75rem;height:0.75rem;}body main .t1833{row-gap:0.5rem;}body main .t1845{width:0.75rem;height:0.75rem;}body main .t1853{width:0.75rem;height:0.75rem;}body main .t1854{row-gap:0.5rem;}body main .t1868{width:0.75rem;height:0.75rem;}body main .t1869{row-gap:0.5rem;}body main .t1883{width:0.75rem;height:0.75rem;}body main .t1891{width:0.75rem;height:0.75rem;}body main .t1892{row-gap:0.5rem;}body main .t1906{width:0.75rem;height:0.75rem;}body main .t1907{row-gap:0.5rem;}body main .t1921{width:0.75rem;height:0.75rem;}body main .t1929{width:0.75rem;height:0.75rem;}body main .t1930{row-gap:0.5rem;}body main .t1944{width:0.75rem;height:0.75rem;}body main .t1952{width:0.75rem;height:0.75rem;}body main .t1960{width:0.75rem;height:0.75rem;}body main .t1961{row-gap:0.5rem;}body main .t1967{row-gap:2rem;}body main .t1968{display:none;}body main .t1982{width:0.75rem;height:0.75rem;}body main .t1983{display:none;}body main .t1997{width:0.75rem;height:0.75rem;}body main .t1998{display:none;}body main .t2012{width:0.75rem;height:0.75rem;}body main .t2027{width:0.75rem;height:0.75rem;}body main .t2042{width:0.75rem;height:0.75rem;}body main .t2043{width:100%;row-gap:2rem;overflow:auto;}body main .t2051{width:0.75rem;height:0.75rem;}body main .t2059{width:0.75rem;height:0.75rem;}body main .t2067{width:0.75rem;height:0.75rem;}body main .t2075{width:0.75rem;height:0.75rem;}body main .t2083{width:0.75rem;height:0.75rem;}body main .t2089{width:0.75rem;height:0.75rem;}body main .t2099{width:0.75rem;height:0.75rem;}body main .t2103{align-items:center;justify-content:center;}body main .t2104{margin-left:auto;margin-right:auto;}body main .t2105{padding-top:0.35rem;padding-left:0.35rem;border-radius:20px;padding-right:0.35rem;padding-bottom:0.35rem;}body main .t2106{color:var(--facet-txt-dim);}body main .t2108{padding-top:0.55rem;padding-left:0.55rem;border-radius:20px;padding-right:0.55rem;padding-bottom:0.55rem;}body main .t2109{color:rgb(131,131,131);}body main .t2110{width:auto;height:auto;border-radius:12px;}body main .t2113{padding-top:0.55rem;padding-left:0.55rem;border-radius:20px;padding-right:0.55rem;padding-bottom:0.55rem;}body main .t2114{border:1px solid rgb(37,37,37);}body main .t2115{border:1px solid rgb(37,37,37);}@media screen and (max-width: 480px) {body main .t2115{display:none;}}body main .t2116{display:none;}body main .t2117{height:100%;display:flex;align-items:center;flex-direction:column;justify-content:center;}body main .t2118{margin-top:auto;text-align:center;align-items:center;margin-bottom:auto;flex-direction:row;justify-content:space-between;}body main .t2119{display:flex;row-gap:0.5rem;align-items:flex-start;margin-right:auto;flex-direction:column;}body main .t2120{color:rgb(122,122,122);font-size:0.8rem;}body main .t2122{align-items:center;margin-left:auto;justify-content:center;}body main .t2123{width:4rem;height:4rem;display:flex;align-items:center;margin-left:auto;justify-content:center;}body main .t2124{text-align:center;margin-left:auto;margin-right:auto;}body main .t2125{color:rgb(202,202,202);font-size:0.8rem;}body main .t2126{padding-top:0.55rem;padding-left:0.55rem;border-radius:20px;padding-right:0.55rem;padding-bottom:0.55rem;}@media screen and (max-width: 480px) {body main .t2126{display:none;margin-left:auto;margin-right:auto;}}body main .t2127{border:1px solid rgb(37,37,37);}body main .t2131{width:auto;padding-top:0.6rem;padding-left:0.6rem;padding-right:0.6rem;padding-bottom:0.6rem;}body main .t2132{display:none;margin-top:auto;align-items:center;margin-bottom:auto;}@media screen and (max-width: 767px) {body main .t2132{top:auto;left:auto;right:auto;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;}}body main .t2154{color:rgb(228,228,228);align-items:center;}body main .t2156{width:auto;}body main .t2157{width:6rem;display:flex;}body main .t2159{column-gap:2rem;align-items:center;}body main .t2160{color:var(--facet-ui-bg);width:auto;background:var(--facet-master-accent);font-family:'Facet Instrument';padding-top:0.6rem;padding-left:0.6rem;padding-right:0.6rem;padding-bottom:0.6rem;}body main .t2162{height:100%;}body main .t2163{color:var(--facet-txt-dim);height:100%;row-gap:0.25rem;align-items:center;margin-left:auto;margin-right:auto;justify-content:center;}body main .t2165{color:rgb(148,148,148);}body main .t2166{width:2rem;height:2rem;}body main .t2167{width:auto;row-gap:0rem;align-items:center;}body main .t2168{bottom:2rem;position:absolute;}body main .t2169{width:auto;}body main .t2170{width:6rem;}body main .t2172{width:100%;height:100vh;display:flex;position:relative;align-items:center;flex-direction:column;justify-content:center;}body main .t2173{z-index:5;position:relative;}body main .t2177{width:100%;max-width:80rem;margin-left:auto;margin-right:auto;}body main .t2178{flex:1 1 0%;height:40vh;display:flex;row-gap:0.25rem;min-width:80rem;max-height:30vh;min-height:30vh;align-items:flex-start;padding-top:0.5rem;padding-left:0.5rem;padding-right:0.5rem;flex-direction:column;padding-bottom:0.5rem;}body main .t2182{align-items:flex-end;}body main .t2183{height:100%;border-radius:12px;}body main .t2184{flex:0 0 auto;width:auto;flex-wrap:nowrap;column-gap:0.25rem;align-items:center;}body main .t2188{border:1px solid rgb(37,37,37);}@media screen and (max-width: 767px) {body main .t2188{display:none;}}body main .t2190{border:1px solid rgb(37,37,37);}body main .t2193{top:auto;left:0%;right:0%;bottom:0%;margin-left:auto;margin-right:auto;}@media screen and (max-width: 767px) {body main .t2193{bottom:10dvh;}}@media screen and (max-width: 480px) {body main .t2193{align-items:center;flex-direction:column;justify-content:center;}}body main .t2194{z-index:100;position:relative;}body main .t2196{flex-wrap:wrap;}body main .t2214{padding-right:2.5rem;}body main .t2216{padding-right:2.5rem;}body main .t2217{top:0%;left:auto;right:0.5rem;bottom:0%;position:absolute;margin-top:auto;margin-bottom:auto;}body main .t2217:hover{border:1px solid rgb(239,239,239);}body main .t2223{width:8rem;}body main .t2227{color:rgb(131,131,131);}body main .t2236{top:auto;left:auto;right:0%;bottom:0%;z-index:1;position:absolute;padding-right:2rem;padding-bottom:2rem;}body main .t2237{position:relative;}@media screen and (max-width: 767px) {body main .t2244{row-gap:0rem;}}body main .t2246{font-size:2.5rem;line-height:1.1;margin-bottom:1rem;}@media screen and (max-width: 767px) {body main .t2248{width:100%;}}body main .t2250{width:8rem;}body main .t2256{color:var(--facet-txt-dim);width:2rem;height:2rem;margin-bottom:1rem;}body main .t2260{margin-top:1.25rem;}body main .t2266{width:100%;}body main .t2269{width:100%;}body main .t2271{row-gap:0rem;justify-content:center;}body main .t2272{margin-left:auto;}body main .t2273{width:2rem;border:1px solid rgb(189,0,0);height:2rem;border-radius:10px;}body main .t2277{font-size:2rem;line-height:1.2;}body main .t2278{margin:0px auto;padding:56px 24px 96px;max-width:1320px;box-sizing:border-box;}body main .t2279{--d:0s;display:flex;opacity:1;transform:none;box-sizing:border-box;will-change:opacity, transform;margin-bottom:40px;justify-content:center;transition-delay:0s;transition-behavior:normal, normal;transition-duration:1s, 1s;transition-property:opacity, transform;transition-timing-function:cubic-bezier(0.16, 1, 0.3, 1), cubic-bezier(0.16, 1, 0.3, 1);}body main .t2280{color:rgb(255, 255, 255);height:26px;box-sizing:border-box;}body main .t2282{box-sizing:border-box;text-align:center;margin-bottom:36px;}body main .t2283{margin:0px 0px 12px;font-size:64px;box-sizing:border-box;font-family:'Instrument Serif', serif;font-weight:400;line-height:67.2px;}body main .t2284{display:block;overflow:hidden;box-sizing:border-box;}body main .t2285{--d:0.1stransform:none;filter:blur(0px);display:block;opacity:1;transform:none;box-sizing:border-box;will-change:transform, filter;transition-delay:0.1s;transition-behavior:normal, normal, normal;transition-duration:1.1s, 1.1s, 0.9s;transition-property:transform, filter, opacity;transition-timing-function:cubic-bezier(0.16, 1, 0.3, 1), cubic-bezier(0.16, 1, 0.3, 1), ease;}body main .t2286{--d:0.35s;color:rgb(154, 154, 154);margin:0px;opacity:1;font-size:14.4px;transform:none;box-sizing:border-box;font-family:'DM Mono', monospace;will-change:opacity, transform;transition-delay:0.35s;transition-behavior:normal, normal;transition-duration:1s, 1s;transition-property:opacity, transform;transition-timing-function:cubic-bezier(0.16, 1, 0.3, 1), cubic-bezier(0.16, 1, 0.3, 1);}body main .t2287{--d:0.45s;margin:26px 0px 40px;display:flex;opacity:1;transform:none;box-sizing:border-box;will-change:opacity, transform;justify-content:center;transition-delay:0.45s;transition-behavior:normal, normal;transition-duration:1s, 1s;transition-property:opacity, transform;transition-timing-function:cubic-bezier(0.16, 1, 0.3, 1), cubic-bezier(0.16, 1, 0.3, 1);}body main .t2288{gap:4px;border:0px none rgb(255, 255, 255);display:flex;padding:5px;background:rgba(0, 0, 0, 0) linear-gradient(145deg, rgb(16, 18, 22), rgb(24, 28, 34)) repeat scroll 0% 0% / auto padding-box border-box;box-shadow:rgba(0, 0, 0, 0.75) 2px 2px 5px 0px inset, rgba(255, 255, 255, 0.035) -2px -2px 4px 0px inset;box-sizing:border-box;border-radius:99px;}body main .t2289{gap:7px;color:rgb(255, 255, 255);border:0px none rgb(255, 255, 255);cursor:pointer;display:flex;padding:9px 18px;font-size:12.8px;background:rgba(0, 0, 0, 0) linear-gradient(145deg, rgb(44, 50, 61), rgb(27, 31, 38)) repeat scroll 0% 0% / auto padding-box border-box;box-shadow:rgba(0, 0, 0, 0.6) 2px 2px 5px 0px, rgba(255, 255, 255, 0.06) -1px -1px 3px 0px;box-sizing:border-box;transition:background 0.28s, color 0.28s, box-shadow 0.28s cubic-bezier(0.34, 1.3, 0.5, 1);align-items:center;font-family:'DM Mono', monospace;border-radius:99px;}body main .t2291{color:rgb(0, 0, 0);padding:2px 6px;font-size:9.92px;background:rgb(193, 255, 114) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;font-weight:500;border-radius:99px;}body main .t2292{gap:7px;color:rgb(154, 154, 154);border:0px none rgb(154, 154, 154);cursor:pointer;display:flex;padding:9px 18px;font-size:12.8px;background:rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;transition:background 0.28s, color 0.28s, box-shadow 0.28s cubic-bezier(0.34, 1.3, 0.5, 1);align-items:center;font-family:'DM Mono', monospace;border-radius:99px;}body main .t2293{box-sizing:border-box;}body main .t2294{gap:16px;display:grid;box-sizing:border-box;align-items:stretch;grid-template-columns:306px 306px 306px 306px;}body main .t2295{--d:0.55s;border:1px solid rgba(255, 255, 255, 0.08);display:flex;opacity:1;padding:32px 26px;position:relative;transform:none;background:rgb(11, 11, 11) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;will-change:opacity, transform;border-radius:16px;flex-direction:column;transition-delay:0.55s;transition-behavior:normal, normal;transition-duration:1s, 1s;transition-property:opacity, transform;transition-timing-function:cubic-bezier(0.16, 1, 0.3, 1), cubic-bezier(0.16, 1, 0.3, 1);}body main .t2296{color:rgb(255, 255, 255);margin:0px;font-size:24px;box-sizing:border-box;font-family:'Instrument Serif', serif;font-weight:400;}body main .t2297{color:rgb(106, 106, 106);margin:4px 0px 26px;font-size:11.52px;box-sizing:border-box;min-height:25.344px;font-family:'DM Mono', monospace;line-height:16.128px;}body main .t2298{gap:8px;margin:6px 0px 4px;display:flex;box-sizing:border-box;align-items:baseline;}body main .t2299{color:rgb(255, 255, 255);font-size:54.4px;box-sizing:border-box;font-family:'Instrument Serif', serif;line-height:54.4px;letter-spacing:-0.544px;}body main .t2300{color:rgb(154, 154, 154);font-size:11.52px;box-sizing:border-box;font-family:'DM Mono', monospace;}body main .t2301{color:rgb(106, 106, 106);font-size:10.56px;box-sizing:border-box;min-height:11.616px;font-family:'DM Mono', monospace;margin-bottom:28px;}body main .t2302{gap:9px;flex:1 1 0%;margin:0px 0px 22px;display:flex;padding:0px;box-sizing:border-box;list-style:outside none none;flex-direction:column;}body main .t2303{gap:9px;color:rgb(214, 214, 214);display:flex;font-size:13.12px;box-sizing:border-box;align-items:flex-start;line-height:17.712px;}body main .t2305{box-sizing:border-box;}body main .t2306{gap:9px;color:rgb(214, 214, 214);display:flex;font-size:13.12px;box-sizing:border-box;align-items:flex-start;line-height:17.712px;}body main .t2308{box-sizing:border-box;}body main .t2309{gap:9px;color:rgb(214, 214, 214);display:flex;font-size:13.12px;box-sizing:border-box;align-items:flex-start;line-height:17.712px;}body main .t2311{box-sizing:border-box;}body main .t2312{gap:9px;color:rgb(214, 214, 214);display:flex;font-size:13.12px;box-sizing:border-box;align-items:flex-start;line-height:17.712px;}body main .t2314{box-sizing:border-box;}body main .t2315{color:rgb(255, 255, 255);width:100%;border:1px solid rgb(0, 0, 0);cursor:pointer;display:flex;outline:rgb(89, 89, 89) solid 1px;padding:11px 18px;font-size:16.8px;background:rgb(37, 37, 37) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;transition:0.35s ease-in-out;align-items:center;font-family:'Instrument Serif', serif;font-weight:400;border-radius:14px;justify-content:center;text-decoration:none;}body main .t2316{--d:0.65s;border:1px solid rgba(255, 255, 255, 0.08);display:flex;opacity:1;padding:32px 26px;position:relative;transform:none;background:rgb(11, 11, 11) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;will-change:opacity, transform;border-radius:16px;flex-direction:column;transition-delay:0.65s;transition-behavior:normal, normal;transition-duration:1s, 1s;transition-property:opacity, transform;transition-timing-function:cubic-bezier(0.16, 1, 0.3, 1), cubic-bezier(0.16, 1, 0.3, 1);}body main .t2317{color:rgb(0, 0, 0);display:none;padding:3px 8px;font-size:9.6px;align-self:flex-start;background:rgb(193, 255, 114) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;font-family:'DM Mono', monospace;border-radius:99px;margin-bottom:12px;letter-spacing:0.768px;text-transform:uppercase;}body main .t2318{color:rgb(255, 255, 255);margin:0px;font-size:24px;box-sizing:border-box;font-family:'Instrument Serif', serif;font-weight:400;}body main .t2319{color:rgb(106, 106, 106);margin:4px 0px 26px;font-size:11.52px;box-sizing:border-box;min-height:25.344px;font-family:'DM Mono', monospace;line-height:16.128px;}body main .t2320{gap:8px;margin:6px 0px 4px;display:none;box-sizing:border-box;align-items:baseline;}body main .t2321{color:rgb(255, 255, 255);font-size:54.4px;box-sizing:border-box;font-family:'Instrument Serif', serif;line-height:54.4px;letter-spacing:-0.544px;}body main .t2322{color:rgb(154, 154, 154);font-size:11.52px;box-sizing:border-box;font-family:'DM Mono', monospace;}body main .t2324{cursor:help;position:relative;box-sizing:border-box;text-decoration:underline dotted;text-underline-offset:2px;}body main .t2326{left:50%;color:rgb(207, 207, 207);width:216px;border:1px solid rgba(255, 255, 255, 0.08);bottom:150%;opacity:0;padding:10px 12px;z-index:20;position:absolute;font-size:10.56px;transform:none;background:rgb(22, 22, 22) none repeat scroll 0% 0% / auto padding-box border-box;box-shadow:rgba(0, 0, 0, 0.5) 0px 10px 30px 0px;box-sizing:border-box;text-align:left;transition:opacity 0.18s;line-height:16.368px;border-radius:10px;pointer-events:none;}body main .t2327{gap:8px;margin:6px 0px 4px;display:flex;box-sizing:border-box;align-items:baseline;}body main .t2328{color:rgb(255, 255, 255);font-size:54.4px;box-sizing:border-box;font-family:'Instrument Serif', serif;line-height:54.4px;letter-spacing:-0.544px;}body main .t2329{color:rgb(154, 154, 154);font-size:11.52px;box-sizing:border-box;font-family:'DM Mono', monospace;}body main .t2331{cursor:help;position:relative;box-sizing:border-box;text-decoration:underline dotted;text-underline-offset:2px;}body main .t2333{left:13.8281px;color:rgb(207, 207, 207);width:216px;border:1px solid rgba(255, 255, 255, 0.08);bottom:22.5px;opacity:0;padding:10px 12px;z-index:20;position:absolute;font-size:10.56px;transform:matrix(1, 0, 0, 1, -108, 0);background:rgb(22, 22, 22) none repeat scroll 0% 0% / auto padding-box border-box;box-shadow:rgba(0, 0, 0, 0.5) 0px 10px 30px 0px;box-sizing:border-box;text-align:left;transition:opacity 0.18s;line-height:16.368px;border-radius:10px;pointer-events:none;}body main .t2334{color:rgb(106, 106, 106);display:none;font-size:10.56px;box-sizing:border-box;min-height:11.616px;font-family:'DM Mono', monospace;margin-bottom:28px;}body main .t2336{color:rgb(106, 106, 106);font-size:10.56px;box-sizing:border-box;min-height:11.616px;font-family:'DM Mono', monospace;margin-bottom:28px;}body main .t2338{gap:9px;flex:1 1 0%;margin:0px 0px 22px;display:flex;padding:0px;box-sizing:border-box;list-style:outside none none;flex-direction:column;}body main .t2339{gap:9px;color:rgb(214, 214, 214);display:flex;font-size:13.12px;box-sizing:border-box;align-items:flex-start;line-height:17.712px;}body main .t2341{box-sizing:border-box;}body main .t2342{gap:9px;color:rgb(214, 214, 214);display:flex;font-size:13.12px;box-sizing:border-box;align-items:flex-start;line-height:17.712px;}body main .t2344{box-sizing:border-box;}body main .t2345{gap:9px;color:rgb(214, 214, 214);display:flex;font-size:13.12px;box-sizing:border-box;align-items:flex-start;line-height:17.712px;}body main .t2347{box-sizing:border-box;}body main .t2348{gap:9px;color:rgb(214, 214, 214);display:flex;font-size:13.12px;box-sizing:border-box;align-items:flex-start;line-height:17.712px;}body main .t2350{box-sizing:border-box;}body main .t2351{gap:9px;color:rgb(214, 214, 214);display:flex;font-size:13.12px;box-sizing:border-box;align-items:flex-start;line-height:17.712px;}body main .t2353{box-sizing:border-box;}body main .t2354{gap:9px;color:rgb(214, 214, 214);display:flex;font-size:13.12px;box-sizing:border-box;align-items:flex-start;line-height:17.712px;}body main .t2356{box-sizing:border-box;}body main .t2357{gap:9px;color:rgb(214, 214, 214);display:flex;font-size:13.12px;box-sizing:border-box;align-items:flex-start;line-height:17.712px;}body main .t2359{box-sizing:border-box;}body main .t2360{gap:9px;color:rgb(214, 214, 214);display:flex;font-size:13.12px;box-sizing:border-box;align-items:flex-start;line-height:17.712px;}body main .t2362{box-sizing:border-box;}body main .t2363{color:rgb(255, 255, 255);width:100%;border:1px solid rgb(0, 0, 0);cursor:pointer;display:flex;outline:rgb(89, 89, 89) solid 1px;padding:11px 18px;font-size:16.8px;background:rgb(37, 37, 37) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;transition:0.35s ease-in-out;align-items:center;font-family:'Instrument Serif', serif;font-weight:400;border-radius:14px;justify-content:center;text-decoration:none;}body main .t2364{--d:0.75s;border:1px solid rgba(0, 0, 0, 0);display:flex;opacity:1;padding:32px 26px;position:relative;transform:none;background:linear-gradient(rgb(11, 11, 11), rgb(11, 11, 11)) repeat scroll 0% 0% / auto padding-box padding-box, rgba(0, 0, 0, 0) conic-gradient(from 51.4444deg, rgba(193, 255, 114, 0.95), rgba(127, 212, 255, 0.45) 22%, rgba(193, 255, 114, 0.08) 45%, rgba(255, 255, 255, 0.1) 60%, rgba(193, 255, 114, 0.35) 78%, rgba(193, 255, 114, 0.95)) repeat scroll 0% 0% / auto border-box border-box;box-sizing:border-box;will-change:opacity, transform;border-radius:16px;flex-direction:column;transition-delay:0.75s;transition-behavior:normal, normal;transition-duration:1s, 1s;transition-property:opacity, transform;transition-timing-function:cubic-bezier(0.16, 1, 0.3, 1), cubic-bezier(0.16, 1, 0.3, 1);}body main .t2365{color:rgb(0, 0, 0);padding:3px 8px;font-size:9.6px;align-self:flex-start;background:rgb(193, 255, 114) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;font-family:'DM Mono', monospace;border-radius:99px;margin-bottom:12px;letter-spacing:0.768px;text-transform:uppercase;}body main .t2366{color:rgb(255, 255, 255);margin:0px;font-size:24px;box-sizing:border-box;font-family:'Instrument Serif', serif;font-weight:400;}body main .t2367{color:rgb(106, 106, 106);margin:4px 0px 26px;font-size:11.52px;box-sizing:border-box;min-height:25.344px;font-family:'DM Mono', monospace;line-height:16.128px;}body main .t2368{gap:8px;margin:6px 0px 4px;display:none;box-sizing:border-box;align-items:baseline;}body main .t2369{color:rgb(255, 255, 255);font-size:54.4px;box-sizing:border-box;font-family:'Instrument Serif', serif;line-height:54.4px;letter-spacing:-0.544px;}body main .t2370{color:rgb(154, 154, 154);font-size:11.52px;box-sizing:border-box;font-family:'DM Mono', monospace;}body main .t2372{cursor:help;position:relative;box-sizing:border-box;text-decoration:underline dotted;text-underline-offset:2px;}body main .t2374{left:50%;color:rgb(207, 207, 207);width:216px;border:1px solid rgba(255, 255, 255, 0.08);bottom:150%;opacity:0;padding:10px 12px;z-index:20;position:absolute;font-size:10.56px;transform:none;background:rgb(22, 22, 22) none repeat scroll 0% 0% / auto padding-box border-box;box-shadow:rgba(0, 0, 0, 0.5) 0px 10px 30px 0px;box-sizing:border-box;text-align:left;transition:opacity 0.18s;line-height:16.368px;border-radius:10px;pointer-events:none;}body main .t2375{gap:8px;margin:6px 0px 4px;display:flex;box-sizing:border-box;align-items:baseline;}body main .t2376{color:rgb(255, 255, 255);font-size:54.4px;box-sizing:border-box;font-family:'Instrument Serif', serif;line-height:54.4px;letter-spacing:-0.544px;}body main .t2377{color:rgb(154, 154, 154);font-size:11.52px;box-sizing:border-box;font-family:'DM Mono', monospace;}body main .t2379{cursor:help;position:relative;box-sizing:border-box;text-decoration:underline dotted;text-underline-offset:2px;}body main .t2381{left:13.8281px;color:rgb(207, 207, 207);width:216px;border:1px solid rgba(255, 255, 255, 0.08);bottom:22.5px;opacity:0;padding:10px 12px;z-index:20;position:absolute;font-size:10.56px;transform:matrix(1, 0, 0, 1, -108, 0);background:rgb(22, 22, 22) none repeat scroll 0% 0% / auto padding-box border-box;box-shadow:rgba(0, 0, 0, 0.5) 0px 10px 30px 0px;box-sizing:border-box;text-align:left;transition:opacity 0.18s;line-height:16.368px;border-radius:10px;pointer-events:none;}body main .t2382{color:rgb(106, 106, 106);display:none;font-size:10.56px;box-sizing:border-box;min-height:11.616px;font-family:'DM Mono', monospace;margin-bottom:28px;}body main .t2384{color:rgb(106, 106, 106);font-size:10.56px;box-sizing:border-box;min-height:11.616px;font-family:'DM Mono', monospace;margin-bottom:28px;}body main .t2386{gap:9px;flex:1 1 0%;margin:0px 0px 22px;display:flex;padding:0px;box-sizing:border-box;list-style:outside none none;flex-direction:column;}body main .t2387{gap:9px;color:rgb(214, 214, 214);display:flex;font-size:13.12px;box-sizing:border-box;align-items:flex-start;line-height:17.712px;}body main .t2389{box-sizing:border-box;}body main .t2390{gap:9px;color:rgb(214, 214, 214);display:flex;font-size:13.12px;box-sizing:border-box;align-items:flex-start;line-height:17.712px;}body main .t2392{box-sizing:border-box;}body main .t2393{gap:9px;color:rgb(214, 214, 214);display:flex;font-size:13.12px;box-sizing:border-box;align-items:flex-start;line-height:17.712px;}body main .t2395{box-sizing:border-box;}body main .t2396{color:rgb(255, 255, 255);width:100%;border:1px solid rgb(0, 0, 0);cursor:pointer;display:flex;opacity:0.5;outline:rgb(89, 89, 89) solid 1px;padding:11px 18px;font-size:16.8px;background:rgb(37, 37, 37) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;transition:0.35s ease-in-out;align-items:center;font-family:'Instrument Serif', serif;font-weight:400;border-radius:14px;pointer-events:none;justify-content:center;text-decoration:none;}body main .t2397{--d:0.8500000000000001s;border:1px solid rgba(255, 255, 255, 0.08);display:flex;opacity:1;padding:32px 26px;position:relative;transform:none;background:rgb(11, 11, 11) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;will-change:opacity, transform;border-radius:16px;flex-direction:column;transition-delay:0.85s;transition-behavior:normal, normal;transition-duration:1s, 1s;transition-property:opacity, transform;transition-timing-function:cubic-bezier(0.16, 1, 0.3, 1), cubic-bezier(0.16, 1, 0.3, 1);}body main .t2398{color:rgb(255, 255, 255);margin:0px;font-size:24px;box-sizing:border-box;font-family:'Instrument Serif', serif;font-weight:400;}body main .t2399{color:rgb(106, 106, 106);margin:4px 0px 26px;font-size:11.52px;box-sizing:border-box;min-height:25.344px;font-family:'DM Mono', monospace;line-height:16.128px;}body main .t2400{gap:8px;margin:6px 0px 4px;display:flex;box-sizing:border-box;align-items:baseline;}body main .t2401{color:rgb(255, 255, 255);font-size:54.4px;box-sizing:border-box;font-family:'Instrument Serif', serif;line-height:54.4px;letter-spacing:-0.544px;}body main .t2402{color:rgb(154, 154, 154);font-size:11.52px;box-sizing:border-box;font-family:'DM Mono', monospace;}body main .t2404{cursor:help;position:relative;box-sizing:border-box;text-decoration:underline dotted;text-underline-offset:2px;}body main .t2406{left:13.8281px;color:rgb(207, 207, 207);width:216px;border:1px solid rgba(255, 255, 255, 0.08);bottom:22.5px;opacity:0;padding:10px 12px;z-index:20;position:absolute;font-size:10.56px;transform:matrix(1, 0, 0, 1, -108, 0);background:rgb(22, 22, 22) none repeat scroll 0% 0% / auto padding-box border-box;box-shadow:rgba(0, 0, 0, 0.5) 0px 10px 30px 0px;box-sizing:border-box;text-align:left;transition:opacity 0.18s;line-height:16.368px;border-radius:10px;pointer-events:none;}body main .t2407{color:rgb(106, 106, 106);font-size:10.56px;box-sizing:border-box;min-height:11.616px;font-family:'DM Mono', monospace;margin-bottom:28px;}body main .t2409{gap:9px;flex:1 1 0%;margin:0px 0px 22px;display:flex;padding:0px;box-sizing:border-box;list-style:outside none none;flex-direction:column;}body main .t2410{gap:9px;color:rgb(214, 214, 214);display:flex;font-size:13.12px;box-sizing:border-box;align-items:flex-start;line-height:17.712px;}body main .t2412{box-sizing:border-box;}body main .t2413{gap:9px;color:rgb(214, 214, 214);display:flex;font-size:13.12px;box-sizing:border-box;align-items:flex-start;line-height:17.712px;}body main .t2415{box-sizing:border-box;}body main .t2416{gap:9px;color:rgb(214, 214, 214);display:flex;font-size:13.12px;box-sizing:border-box;align-items:flex-start;line-height:17.712px;}body main .t2418{box-sizing:border-box;}body main .t2419{color:rgb(255, 255, 255);width:100%;border:1px solid rgb(0, 0, 0);cursor:pointer;display:flex;outline:rgb(89, 89, 89) solid 1px;padding:11px 18px;font-size:16.8px;background:rgb(37, 37, 37) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;transition:0.35s ease-in-out;align-items:center;font-family:'Instrument Serif', serif;font-weight:400;border-radius:14px;justify-content:center;text-decoration:none;}body main .t2420{padding:150px 0px 0px;box-sizing:border-box;text-align:center;}body main .t2421{--d:0s;color:rgb(193, 255, 114);margin:0px 0px 14px;opacity:1;font-size:11.2px;transform:none;box-sizing:border-box;font-family:'DM Mono', monospace;will-change:opacity, transform;letter-spacing:1.792px;text-transform:uppercase;transition-delay:0s;transition-behavior:normal, normal;transition-duration:1s, 1s;transition-property:opacity, transform;transition-timing-function:cubic-bezier(0.16, 1, 0.3, 1), cubic-bezier(0.16, 1, 0.3, 1);}body main .t2422{color:rgb(255, 255, 255);margin:0px 0px 16px;font-size:64px;box-sizing:border-box;font-family:'Instrument Serif', serif;font-weight:400;line-height:67.2px;}body main .t2423{display:block;overflow:hidden;box-sizing:border-box;}body main .t2424{--d:0stransform:none;filter:blur(0px);display:block;opacity:1;transform:none;box-sizing:border-box;will-change:transform, filter;transition-delay:0s;transition-behavior:normal, normal, normal;transition-duration:1.1s, 1.1s, 0.9s;transition-property:transform, filter, opacity;transition-timing-function:cubic-bezier(0.16, 1, 0.3, 1), cubic-bezier(0.16, 1, 0.3, 1), ease;}body main .t2425{display:block;overflow:hidden;box-sizing:border-box;}body main .t2426{--d:0.14stransform:none;filter:blur(0px);display:block;opacity:1;transform:none;box-sizing:border-box;will-change:transform, filter;transition-delay:0.14s;transition-behavior:normal, normal, normal;transition-duration:1.1s, 1.1s, 0.9s;transition-property:transform, filter, opacity;transition-timing-function:cubic-bezier(0.16, 1, 0.3, 1), cubic-bezier(0.16, 1, 0.3, 1), ease;}body main .t2427{--d:0.25s;color:rgb(154, 154, 154);margin:0px auto 44px;opacity:1;font-size:13.12px;max-width:560px;transform:none;box-sizing:border-box;font-family:'DM Mono', monospace;line-height:21.648px;will-change:opacity, transform;transition-delay:0.25s;transition-behavior:normal, normal;transition-duration:1s, 1s;transition-property:opacity, transform;transition-timing-function:cubic-bezier(0.16, 1, 0.3, 1), cubic-bezier(0.16, 1, 0.3, 1);}body main .t2428{--d:0.4s;width:100%;opacity:1;overflow:hidden;position:relative;transform:none;background:rgb(5, 5, 5) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;mask-image:linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0) 6%, rgb(0, 0, 0) 94%, rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0) 6%, rgb(0, 0, 0) 94%, rgba(0, 0, 0, 0));will-change:opacity, transform;aspect-ratio:16 / 9;mask-composite:intersect, intersect;transition-delay:0.4s;transition-behavior:normal, normal;transition-duration:1s, 1s;transition-property:opacity, transform;transition-timing-function:cubic-bezier(0.16, 1, 0.3, 1), cubic-bezier(0.16, 1, 0.3, 1);}body main .t2429{inset:0px;width:100%;border:0px none rgb(255, 255, 255);height:715.5px;display:block;position:absolute;box-sizing:border-box;}body main .t2430{padding:88px 0px 120px;box-sizing:border-box;}body main .t2431{box-sizing:border-box;text-align:center;margin-bottom:28px;}body main .t2432{color:rgb(255, 255, 255);margin:0px;font-size:64px;box-sizing:border-box;text-align:center;font-family:'Instrument Serif', serif;font-weight:400;line-height:67.2px;}body main .t2433{display:block;overflow:hidden;box-sizing:border-box;}body main .t2434{--d:0stransform:none;filter:blur(0px);display:block;opacity:1;transform:none;box-sizing:border-box;will-change:transform, filter;transition-delay:0s;transition-behavior:normal, normal, normal;transition-duration:1.1s, 1.1s, 0.9s;transition-property:transform, filter, opacity;transition-timing-function:cubic-bezier(0.16, 1, 0.3, 1), cubic-bezier(0.16, 1, 0.3, 1), ease;}body main .t2435{--d:0.25s;color:rgb(154, 154, 154);margin:10px 0px 0px;opacity:1;font-size:12.48px;transform:none;box-sizing:border-box;font-family:'DM Mono', monospace;will-change:opacity, transform;transition-delay:0.25s;transition-behavior:normal, normal;transition-duration:1s, 1s;transition-property:opacity, transform;transition-timing-function:cubic-bezier(0.16, 1, 0.3, 1), cubic-bezier(0.16, 1, 0.3, 1);}body main .t2436{--d:0.35s;margin:0px auto 26px;opacity:1;position:relative;max-width:380px;transform:none;box-sizing:border-box;will-change:opacity, transform;transition-delay:0.35s;transition-behavior:normal, normal;transition-duration:1s, 1s;transition-property:opacity, transform;transition-timing-function:cubic-bezier(0.16, 1, 0.3, 1), cubic-bezier(0.16, 1, 0.3, 1);}body main .t2438{color:rgb(255, 255, 255);width:100%;border:1px solid rgba(255, 255, 255, 0.08);outline:rgb(255, 255, 255) none 3px;padding:11px 14px 11px 40px;font-size:14.4px;background:rgb(11, 11, 11) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;transition:border-color 0.18s;font-family:'DM Sans', system-ui, sans-serif;border-radius:12px;}body main .t2439{--d:0.45s;border:1px solid rgba(255, 255, 255, 0.08);opacity:1;transform:none;box-sizing:border-box;will-change:opacity, transform;border-radius:16px;transition-delay:0.45s;transition-behavior:normal, normal;transition-duration:1s, 1s;transition-property:opacity, transform;transition-timing-function:cubic-bezier(0.16, 1, 0.3, 1), cubic-bezier(0.16, 1, 0.3, 1);}body main .t2440{width:100%;min-width:640px;box-sizing:border-box;font-family:'DM Sans', system-ui, sans-serif;border-spacing:0px;border-collapse:separate;}body main .t2441{box-sizing:border-box;}body main .t2442{box-sizing:border-box;}body main .t2443{top:0px;left:0px;padding:14px;z-index:3;position:sticky;min-width:210px;background:rgb(0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;text-align:left;border-bottom:1px solid rgba(255, 255, 255, 0.08);vertical-align:bottom;}body main .t2444{top:0px;padding:16px 14px;z-index:2;position:sticky;background:rgb(0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;text-align:center;border-bottom:1px solid rgba(255, 255, 255, 0.08);vertical-align:bottom;}body main .t2445{color:rgb(255, 255, 255);display:block;font-size:18.4px;box-sizing:border-box;font-family:'Instrument Serif', serif;}body main .t2446{color:rgb(154, 154, 154);display:block;font-size:10.88px;box-sizing:border-box;margin-top:3px;font-family:'DM Mono', monospace;}body main .t2447{color:rgb(255, 255, 255);border:1px solid rgb(0, 0, 0);display:inline-flex;outline:rgb(89, 89, 89) solid 1px;padding:7px 18px;font-size:14.4px;background:rgb(37, 37, 37) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;margin-top:10px;transition:0.35s ease-in-out;align-items:center;font-family:'Instrument Serif', serif;font-weight:400;border-radius:14px;justify-content:center;text-decoration:none;}body main .t2448{top:0px;padding:16px 14px;z-index:2;position:sticky;background:rgb(0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;text-align:center;border-bottom:1px solid rgba(255, 255, 255, 0.08);vertical-align:bottom;}body main .t2449{color:rgb(255, 255, 255);display:block;font-size:18.4px;box-sizing:border-box;font-family:'Instrument Serif', serif;}body main .t2450{color:rgb(154, 154, 154);display:block;font-size:10.88px;box-sizing:border-box;margin-top:3px;font-family:'DM Mono', monospace;}body main .t2451{color:rgb(255, 255, 255);border:1px solid rgb(0, 0, 0);display:inline-flex;outline:rgb(89, 89, 89) solid 1px;padding:7px 18px;font-size:14.4px;background:rgb(37, 37, 37) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;margin-top:10px;transition:0.35s ease-in-out;align-items:center;font-family:'Instrument Serif', serif;font-weight:400;border-radius:14px;justify-content:center;text-decoration:none;}body main .t2452{top:0px;padding:16px 14px;z-index:2;position:sticky;background:rgba(0, 0, 0, 0) linear-gradient(rgb(10, 15, 4), rgb(0, 0, 0)) repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;text-align:center;border-bottom:1px solid rgba(255, 255, 255, 0.08);vertical-align:bottom;}body main .t2453{color:rgb(193, 255, 114);display:block;font-size:18.4px;box-sizing:border-box;font-family:'Instrument Serif', serif;}body main .t2454{color:rgb(154, 154, 154);display:block;font-size:10.88px;box-sizing:border-box;margin-top:3px;font-family:'DM Mono', monospace;}body main .t2455{color:rgb(154, 154, 154);border:1px solid rgb(0, 0, 0);display:inline-flex;outline:rgba(255, 255, 255, 0.14) solid 1px;padding:7px 18px;font-size:14.4px;background:rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;margin-top:10px;transition:0.35s ease-in-out;align-items:center;font-family:'Instrument Serif', serif;font-weight:400;border-radius:14px;outline-color:rgba(255, 255, 255, 0.14);pointer-events:none;justify-content:center;text-decoration:none;}body main .t2456{top:0px;padding:16px 14px;z-index:2;position:sticky;background:rgb(0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;text-align:center;border-bottom:1px solid rgba(255, 255, 255, 0.08);vertical-align:bottom;}body main .t2457{color:rgb(255, 255, 255);display:block;font-size:18.4px;box-sizing:border-box;font-family:'Instrument Serif', serif;}body main .t2458{color:rgb(154, 154, 154);display:block;font-size:10.88px;box-sizing:border-box;margin-top:3px;font-family:'DM Mono', monospace;}body main .t2459{color:rgb(255, 255, 255);border:1px solid rgb(0, 0, 0);display:inline-flex;outline:rgb(89, 89, 89) solid 1px;padding:7px 18px;font-size:14.4px;background:rgb(37, 37, 37) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;margin-top:10px;transition:0.35s ease-in-out;align-items:center;font-family:'Instrument Serif', serif;font-weight:400;border-radius:14px;justify-content:center;text-decoration:none;}body main .t2460{box-sizing:border-box;}body main .t2461{box-sizing:border-box;}body main .t2462{left:0px;color:rgb(154, 154, 154);padding:10px 14px;position:sticky;font-size:9.6px;background:rgb(11, 11, 11) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;text-align:left;font-family:'DM Mono', monospace;border-bottom:1px solid rgba(255, 255, 255, 0.08);letter-spacing:0.96px;text-transform:uppercase;}body main .t2464{box-sizing:border-box;}body main .t2465{left:0px;padding:14px;z-index:1;position:sticky;min-width:210px;background:rgb(0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;text-align:left;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2466{color:rgb(230, 230, 230);display:block;font-size:13.76px;box-sizing:border-box;font-weight:500;}body main .t2467{color:rgb(106, 106, 106);display:block;font-size:10.24px;box-sizing:border-box;margin-top:2px;font-family:'DM Mono', monospace;line-height:14.336px;}body main .t2468{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2470{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2472{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;background:rgba(193, 255, 114, 0.04) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2474{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2476{box-sizing:border-box;}body main .t2477{left:0px;padding:14px;z-index:1;position:sticky;min-width:210px;background:rgb(0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;text-align:left;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2478{color:rgb(230, 230, 230);display:block;font-size:13.76px;box-sizing:border-box;font-weight:500;}body main .t2479{color:rgb(106, 106, 106);display:block;font-size:10.24px;box-sizing:border-box;margin-top:2px;font-family:'DM Mono', monospace;line-height:14.336px;}body main .t2480{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2481{color:rgb(58, 58, 58);box-sizing:border-box;}body main .t2482{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2483{box-sizing:border-box;}body main .t2485{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;background:rgba(193, 255, 114, 0.04) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2486{box-sizing:border-box;}body main .t2488{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2489{box-sizing:border-box;}body main .t2491{box-sizing:border-box;}body main .t2492{left:0px;padding:14px;z-index:1;position:sticky;min-width:210px;background:rgb(0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;text-align:left;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2493{color:rgb(230, 230, 230);display:block;font-size:13.76px;box-sizing:border-box;font-weight:500;}body main .t2494{color:rgb(106, 106, 106);display:block;font-size:10.24px;box-sizing:border-box;margin-top:2px;font-family:'DM Mono', monospace;line-height:14.336px;}body main .t2495{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2496{color:rgb(58, 58, 58);box-sizing:border-box;}body main .t2497{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2498{box-sizing:border-box;}body main .t2500{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;background:rgba(193, 255, 114, 0.04) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2501{box-sizing:border-box;}body main .t2503{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2504{box-sizing:border-box;}body main .t2506{box-sizing:border-box;}body main .t2507{left:0px;padding:14px;z-index:1;position:sticky;min-width:210px;background:rgb(0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;text-align:left;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2508{color:rgb(230, 230, 230);display:block;font-size:13.76px;box-sizing:border-box;font-weight:500;}body main .t2509{color:rgb(106, 106, 106);display:block;font-size:10.24px;box-sizing:border-box;margin-top:2px;font-family:'DM Mono', monospace;line-height:14.336px;}body main .t2510{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2511{color:rgb(58, 58, 58);box-sizing:border-box;}body main .t2512{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2513{box-sizing:border-box;}body main .t2515{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;background:rgba(193, 255, 114, 0.04) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2516{box-sizing:border-box;}body main .t2518{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2519{box-sizing:border-box;}body main .t2521{box-sizing:border-box;}body main .t2522{left:0px;color:rgb(154, 154, 154);padding:10px 14px;position:sticky;font-size:9.6px;background:rgb(11, 11, 11) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;text-align:left;font-family:'DM Mono', monospace;border-bottom:1px solid rgba(255, 255, 255, 0.08);letter-spacing:0.96px;text-transform:uppercase;}body main .t2524{box-sizing:border-box;}body main .t2525{left:0px;padding:14px;z-index:1;position:sticky;min-width:210px;background:rgb(0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;text-align:left;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2526{color:rgb(230, 230, 230);display:block;font-size:13.76px;box-sizing:border-box;font-weight:500;}body main .t2527{color:rgb(106, 106, 106);display:block;font-size:10.24px;box-sizing:border-box;margin-top:2px;font-family:'DM Mono', monospace;line-height:14.336px;}body main .t2528{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2530{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2532{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;background:rgba(193, 255, 114, 0.04) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2534{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2536{box-sizing:border-box;}body main .t2537{left:0px;padding:14px;z-index:1;position:sticky;min-width:210px;background:rgb(0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;text-align:left;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2538{color:rgb(230, 230, 230);display:block;font-size:13.76px;box-sizing:border-box;font-weight:500;}body main .t2539{color:rgb(106, 106, 106);display:block;font-size:10.24px;box-sizing:border-box;margin-top:2px;font-family:'DM Mono', monospace;line-height:14.336px;}body main .t2540{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2541{color:rgb(58, 58, 58);box-sizing:border-box;}body main .t2542{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2543{box-sizing:border-box;}body main .t2545{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;background:rgba(193, 255, 114, 0.04) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2546{box-sizing:border-box;}body main .t2548{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2549{box-sizing:border-box;}body main .t2551{box-sizing:border-box;}body main .t2552{left:0px;padding:14px;z-index:1;position:sticky;min-width:210px;background:rgb(0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;text-align:left;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2553{color:rgb(230, 230, 230);display:block;font-size:13.76px;box-sizing:border-box;font-weight:500;}body main .t2554{color:rgb(106, 106, 106);display:block;font-size:10.24px;box-sizing:border-box;margin-top:2px;font-family:'DM Mono', monospace;line-height:14.336px;}body main .t2555{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2556{color:rgb(58, 58, 58);box-sizing:border-box;}body main .t2557{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2558{box-sizing:border-box;}body main .t2560{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;background:rgba(193, 255, 114, 0.04) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2561{box-sizing:border-box;}body main .t2563{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2564{box-sizing:border-box;}body main .t2566{box-sizing:border-box;}body main .t2567{left:0px;padding:14px;z-index:1;position:sticky;min-width:210px;background:rgb(0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;text-align:left;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2568{color:rgb(230, 230, 230);display:block;font-size:13.76px;box-sizing:border-box;font-weight:500;}body main .t2569{color:rgb(106, 106, 106);display:block;font-size:10.24px;box-sizing:border-box;margin-top:2px;font-family:'DM Mono', monospace;line-height:14.336px;}body main .t2570{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2572{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2574{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;background:rgba(193, 255, 114, 0.04) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2576{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2578{box-sizing:border-box;}body main .t2579{left:0px;color:rgb(154, 154, 154);padding:10px 14px;position:sticky;font-size:9.6px;background:rgb(11, 11, 11) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;text-align:left;font-family:'DM Mono', monospace;border-bottom:1px solid rgba(255, 255, 255, 0.08);letter-spacing:0.96px;text-transform:uppercase;}body main .t2581{box-sizing:border-box;}body main .t2582{left:0px;padding:14px;z-index:1;position:sticky;min-width:210px;background:rgb(0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;text-align:left;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2583{color:rgb(230, 230, 230);display:block;font-size:13.76px;box-sizing:border-box;font-weight:500;}body main .t2584{color:rgb(106, 106, 106);display:block;font-size:10.24px;box-sizing:border-box;margin-top:2px;font-family:'DM Mono', monospace;line-height:14.336px;}body main .t2585{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2586{color:rgb(58, 58, 58);box-sizing:border-box;}body main .t2587{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2588{color:rgb(58, 58, 58);box-sizing:border-box;}body main .t2589{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;background:rgba(193, 255, 114, 0.04) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2590{box-sizing:border-box;}body main .t2592{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2593{box-sizing:border-box;}body main .t2595{box-sizing:border-box;}body main .t2596{left:0px;padding:14px;z-index:1;position:sticky;min-width:210px;background:rgb(0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;text-align:left;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2597{color:rgb(230, 230, 230);display:block;font-size:13.76px;box-sizing:border-box;font-weight:500;}body main .t2598{color:rgb(106, 106, 106);display:block;font-size:10.24px;box-sizing:border-box;margin-top:2px;font-family:'DM Mono', monospace;line-height:14.336px;}body main .t2599{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2600{color:rgb(58, 58, 58);box-sizing:border-box;}body main .t2601{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2602{color:rgb(58, 58, 58);box-sizing:border-box;}body main .t2603{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;background:rgba(193, 255, 114, 0.04) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2604{box-sizing:border-box;}body main .t2606{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:1px solid rgba(255, 255, 255, 0.05);}body main .t2607{box-sizing:border-box;}body main .t2609{box-sizing:border-box;}body main .t2610{left:0px;color:rgb(154, 154, 154);padding:10px 14px;position:sticky;font-size:9.6px;background:rgb(11, 11, 11) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;text-align:left;font-family:'DM Mono', monospace;border-bottom:1px solid rgba(255, 255, 255, 0.08);letter-spacing:0.96px;text-transform:uppercase;}body main .t2612{box-sizing:border-box;}body main .t2613{left:0px;padding:14px;z-index:1;position:sticky;min-width:210px;background:rgb(0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;text-align:left;border-bottom:0px none rgb(255, 255, 255);}body main .t2614{color:rgb(230, 230, 230);display:block;font-size:13.76px;box-sizing:border-box;font-weight:500;}body main .t2615{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:0px none rgb(207, 207, 207);}body main .t2617{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:0px none rgb(207, 207, 207);}body main .t2619{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;background:rgba(193, 255, 114, 0.04) none repeat scroll 0% 0% / auto padding-box border-box;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:0px none rgb(207, 207, 207);}body main .t2621{color:rgb(207, 207, 207);padding:14px;font-size:13.44px;box-sizing:border-box;text-align:center;white-space:nowrap;border-bottom:0px none rgb(207, 207, 207);}body main .t2623{color:rgb(154, 154, 154);margin:24px 0px 0px;font-size:12.8px;box-sizing:border-box;text-align:center;font-family:'DM Mono', monospace;}body main .t2625{box-sizing:border-box;}body main .t2627{--d:0s;color:rgb(106, 106, 106);opacity:1;font-size:11.52px;transform:none;box-sizing:border-box;margin-top:48px;text-align:center;font-family:'DM Mono', monospace;line-height:20.736px;will-change:opacity, transform;transition-delay:0s;transition-behavior:normal, normal;transition-duration:1s, 1s;transition-property:opacity, transform;transition-timing-function:cubic-bezier(0.16, 1, 0.3, 1), cubic-bezier(0.16, 1, 0.3, 1);}body main .t2629{color:rgb(154, 154, 154);margin:0px 8px;box-sizing:border-box;text-decoration:underline;}body main .t2630{color:rgb(154, 154, 154);margin:0px 8px;box-sizing:border-box;text-decoration:underline;}body main .t2631{color:rgb(154, 154, 154);margin:0px 8px;box-sizing:border-box;text-decoration:underline;}body main .t2632{color:rgb(154, 154, 154);margin:0px 8px;box-sizing:border-box;text-decoration:underline;}body main .t2635{height:100vh;max-height:100vh;}body main .t2636{max-width:100%;padding-right:0px;}body main .t2637{column-gap:2.5rem;min-height:3.5rem;align-items:center;padding-top:0.25rem;padding-bottom:0.25rem;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t2637{column-gap:1rem;}}body main .t2638{flex:1 1 0%;font-size:0.9rem;max-width:25rem;margin-top:0.5rem;min-height:3rem;}body main .t2639{align-items:center;justify-content:flex-end;}body main .t2641{top:0%;left:0%;right:0%;bottom:0%;display:none;z-index:10;position:fixed;background:rgb(from rgb(13,13,13) r g b / 80%);align-items:center;margin-left:auto;margin-right:auto;justify-content:center;}body main .t2647{height:100%;display:flex;column-gap:0.5rem;align-items:center;border-radius:15px;}body main .t2648{align-items:center;}body main .t2649{color:rgb(13,13,13)!important;width:auto;height:auto;background:rgb(186,255,102);padding-top:0.6rem;margin-right:0.5rem;padding-left:0.6rem;border-radius:12px;padding-right:0.6rem;padding-bottom:0.6rem;}@media screen and (max-width: 480px) {body main .t2649{display:none;}}body main .t2651{display:none;margin-top:auto;}@media screen and (max-width: 767px) {body main .t2651{display:flex;}}@media screen and (max-width: 480px) {body main .t2651{top:auto;left:auto;right:1rem;width:auto;bottom:2rem;z-index:10;position:absolute;}}body main .t2654{column-gap:2rem;align-items:center;}body main .t2660{color:rgb(228,228,228);align-items:center;}body main .t2662{width:auto;}body main .t2663{width:6rem;display:flex;}body main .t2665{overflow:auto;}@media screen and (max-width: 767px) {body main .t2668{padding-left:0rem;}}body main .t2670{column-gap:1rem;align-items:center;}body main .t2672{width:4rem;height:4rem;min-width:2.5rem;min-height:2.5rem;margin-left:0rem;margin-right:0rem;}body main .t2676{color:rgb(131,131,131);}body main .t2685{width:100%;position:relative;}body main .t2687{top:0%;left:auto;right:0%;bottom:0%;height:2rem;position:absolute;font-size:0.8rem;column-gap:0.5rem;min-height:1rem;margin-right:0.5rem;margin-bottom:auto;}body main .t2692{width:100%;position:relative;}body main .t2694{top:0%;left:auto;right:0%;bottom:0%;height:2rem;position:absolute;font-size:0.8rem;column-gap:0.5rem;min-height:1rem;margin-right:0.5rem;margin-bottom:auto;}body main .t2700{width:100%;position:relative;}body main .t2702{top:0%;left:auto;right:0%;bottom:0%;height:2rem;position:absolute;font-size:0.8rem;column-gap:0.5rem;min-height:1rem;margin-right:0.5rem;margin-bottom:auto;}body main .t2710{row-gap:1rem;}body main .t2711{column-gap:2rem;align-items:center;}body main .t2712{background:linear-gradient(180deg,#000000 0%,#26262600 100%);align-items:center;padding-top:1.5rem;padding-left:1.8rem;border-radius:18px;padding-right:1.8rem;flex-direction:row;padding-bottom:1.5rem;justify-content:space-between;}body main .t2713{text-decoration:none!important;}body main .t2714{column-gap:1rem;align-items:center;}body main .t2715{max-width:4rem;min-width:4rem;max-height:4rem;min-height:4rem;}body main .t2716{color:rgb(133,255,102);}body main .t2717{color:rgb(239,239,239);row-gap:0rem;}body main .t2720{font-size:0.8rem;}body main .t2721{font-size:0.8rem;}body main .t2724{font-size:0.9rem;}body main .t2725{align-items:center;justify-content:flex-start;}body main .t2727{align-items:center;justify-content:space-between;}body main .t2728{text-decoration:none!important;}body main .t2729{align-items:flex-start;}body main .t2730{display:flex;align-items:center;}body main .t2734{font-size:0.9rem;}body main .t2736{align-items:center;flex-direction:row;justify-content:space-between;}body main .t2737{font-size:0.9rem;}body main .t2738{color:rgb(255,101,101);border:1px solid rgb(255,62,62);text-decoration:none!important;}body main .t2739{align-items:center;justify-content:flex-start;}body main .t2745{column-gap:2rem;align-items:center;}body main .t2746{column-gap:2rem;align-items:center;}body main .t2747{align-items:center;flex-direction:row;justify-content:space-between;}body main .t2748{font-size:0.8rem;}body main .t2749{text-decoration:none!important;}body main .t2752{background:rgba(255,82,82,0.19);}body main .t2754{font-size:0.8rem;}body main .t2755{row-gap:1rem;}body main .t2757{align-items:center;justify-content:flex-start;}body main .t2758{align-items:center;flex-direction:row;justify-content:space-between;}body main .t2759{color:rgb(255,101,101);border:1px solid rgb(255,62,62);text-decoration:none!important;}body main .t2760{font-size:0.9rem;}