@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;
}

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);}/* ---------- 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:rgba(0,0,0,1.00);position:relative;font-size:16px;background:rgb(1,1,1);font-family:'Facet Inter';font-weight:400;line-height:1.4;max-height:100vh;height:100vh;}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:100px;font-weight:600;font-size:0.80rem;display:flex;justify-content:center;align-items:center;text-decoration:none;outline:1px solid rgb(89,89,89);}main .button-primary:hover{color:rgba(0,0,0,1.00);background:rgba(255,255,255,1.00);}@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:12px;padding-left:1rem;padding-right:1rem;padding-bottom:12px;border-radius:8px;display:flex;justify-content:center;align-items:center;text-align:center;font-size:0.90rem;font-weight:300;}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;column-gap:0.5rem;row-gap:0rem;overflow:clip;justify-content:space-around;padding-left:0rem;padding-right:0rem;grid-template-columns:1fr 1fr;grid-template-rows:minmax(200px,1fr) 1fr;align-items:stretch;height:100vh;}main .svg-core{grid-template-columns:20rem auto 16rem;display:grid;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:;}main .svh-top{display:flex;align-items:center;justify-content:space-between;padding-left:1rem;padding-right:1rem;padding-bottom:0.25rem;column-gap:1rem;row-gap:1rem;border-radius:18px;overflow:clip;grid-column:span 2;align-self:stretch;width:100%;position:absolute;padding-top:0.25rem;top:1rem;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;}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.70rem;color:rgb(160,160,160);}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{padding-left:0.5rem;padding-top:0.25rem;padding-bottom:0.25rem;padding-right:0.5rem;border-radius:12px;background:rgb(18,18,18);border:1px solid rgb(88,88,88);color:rgb(101,101,101);font-size:0.70rem;}main .svh-material-card{width:5rem;padding-top:0.5rem;padding-left:1rem;padding-right:1rem;padding-bottom:0.5rem;border-radius:24px;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:2rem;height:2rem;border-radius:12px;overflow:clip;margin-top:auto;margin-left:auto;margin-bottom:auto;margin-right:auto;cursor:pointer;border:2px solid rgb(138,138,138);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;}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;}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);}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:center;align-items:center;padding-left:2.5rem;padding-right:2.5rem;}@media screen and (max-width: 767px) {main .fct-auth-left{position:relative;z-index:5;width:70%;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%;}}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:80%;display:flex;flex-direction:column;row-gap:2rem;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:;}}main .fct-auth-group{display:flex;flex-direction:column;row-gap:0.5rem;position:relative;column-gap:1rem;}main .fct-input{width:100%;min-height:3.5rem;border-radius:18px;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);}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:0.80rem;}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:rgb(123,123,123);height:1.5rem;border-radius:6px;display:flex;justify-content:center;align-items:center;border:1px solid var(--facet-border-mid);}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);}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 .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:16px;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:100vh;width:100%;display:flex;padding-top:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;padding-right:0.5rem;}main .fct-dash-left-panel{width:16rem;padding-left:1rem;padding-right:1rem;padding-top:1.5rem;padding-bottom:1.5rem;display:flex;flex-direction:column;row-gap:1rem;background:var(--facet-ui-bg);border-radius:24px;margin-top:auto;margin-bottom:auto;height:100%;}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;overflow:auto;}main .fct-dash-tab-item{width:100%;display:flex;column-gap:0.5rem;align-items:center;border-radius:18px;cursor:pointer;padding-top:1rem;padding-bottom:1rem;padding-left:1.5rem;padding-right:1.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:1rem;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:1rem;}@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;border-radius:24px;position:relative;aspect-ratio:16/9;overflow:clip;flex:0 1 auto;display:flex;z-index:1;justify-content:center;align-items:center;}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);}main .fct-dash-brand-2{width:100%;display:flex;align-items:center;column-gap:0.5rem;}main .fct-dash-label-cat{font-size:0.80rem;margin-bottom:0.5rem;color:var(--facet-txt-dim);display:flex;column-gap:0.5rem;}main .fct-dash-project-card{width:100%;overflow:clip;border-radius:24px;background:var(--facet-ui-bg);padding-left:0.75rem;padding-top:0.75rem;padding-bottom:1.25rem;padding-right:0.75rem;display:flex;flex-direction:column;row-gap:1.25rem;column-gap:1rem;justify-content:center;align-items:center;cursor:pointer;border:1px solid rgb(40,40,40);}main .fct-dash-project-card:hover{background:rgb(19,19,19);text-decoration:none;}@media screen and (max-width: 480px) {main .fct-dash-project-card{border-radius:16px;}}main .fct-dash-project-name{font-size:0.85rem;color:var(--facet-txt-dim);}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:;position:relative;display:flex;flex-direction:column;column-gap:2rem;row-gap:2rem;overflow:auto;padding-right:4rem;padding-left:4rem;}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.5rem;padding-left:0.35rem;padding-top:0.35rem;padding-bottom:0.35rem;padding-right:0.35rem;border-radius:16px;border:1px solid var(--facet-border-mid);align-items:center;}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.25rem;}main .fct-dash-label-group{font-size:0.9rem;font-weight:400;color:rgb(160,160,160);}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.9rem;padding-right:0.9rem;border-radius:22px;border:1px solid var(--facet-border-mid);background:linear-gradient(180deg,#131313 0%,#181818 100%);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:60rem;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;background:var(--facet-ui-bg);border-radius:24px 24px 0px 0px;display:flex;align-items:center;justify-content:space-between;column-gap:1.5rem;}main .fct-dash-setting-body{padding-left:2rem;padding-top:2rem;padding-bottom:2rem;padding-right:2rem;background:rgb(21,21,21);border-radius:0px 0px 24px 24px;display:flex;flex-direction:column;row-gap:1.5rem;}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:2rem;height:2rem;border-radius:12px;border:1px solid rgb(26,26,26);display:flex;justify-content:center;align-items:center;color:rgb(171,171,171);background:rgb(8,8,8);cursor:pointer;}main .svh-a-btn_sm:hover{color:rgb(123,52,255);}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;}body main .t1{overflow:clip;}body main .t3{display:flex;padding-left:1.5rem;padding-right:1.5rem;}body main .t4{flex:0 1 auto;width:16rem;display:flex;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;align-self:stretch;padding-top:0.5rem;padding-left:0.5rem;border-radius:0px;padding-right:0.5rem;flex-direction:column;padding-bottom:0.5rem;}@media screen and (max-width: 480px) {body main .t5{height:60vh;}}body main .t6{width:100%;height:inherit;display:flex;row-gap:2rem;background:;max-height:50vh;align-items:flex-start;flex-direction:column;}body main .t7{border-radius:12px;}body main .t8{row-gap:0.5rem;position:sticky;align-items:flex-start;}body main .t11{flex:0 1 auto;height:inherit;row-gap:0.5rem;position:absolute;margin-left:auto;margin-right:auto;}@media screen and (max-width: 767px) {body main .t11{order:-1000;position:relative;}}body main .t15{top:0rem;left:auto;right:auto;bottom:auto;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 .t15{width:100$;position:relative;column-gap:2rem;}}@media screen and (max-width: 480px) {body main .t15{margin-top:1rem;}}body main .t19{width:auto;column-gap:0.25rem;padding-left:0.5rem;padding-right:0.5rem;}body main .t22{column-gap:0.25rem;}body main .t24{width:auto;column-gap:0.25rem;padding-left:0.5rem;padding-right:0.5rem;}body main .t26{column-gap:0.25rem;}body main .t28{margin-bottom:0.5rem;}body main .t30{width:100%;min-width:0;}@media screen and (max-width: 767px) {body main .t30{display:flex;flex-direction:column;}}body main .t31{align-items:center;justify-content:center;}body main .t32{padding-top:0.5rem;padding-left:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;}body main .t33{width:100%;max-width:80rem;}body main .t34{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 .t38{align-items:flex-end;}body main .t39{height:100%;border-radius:12px;}body main .t40{row-gap:1rem;column-gap:1rem;align-items:flex-start;}body main .t42{padding-left:0.5rem;padding-right:0.5rem;}body main .t43{column-gap:1rem;}body main .t83{display:none;}body main .t85{height:100%;overflow:clip;object-fit:cover;border-radius:32px;object-position:50% 30%;}body main .t88{width:100%;border-bottom:1px solid rgb(54,54,54);padding-bottom:0.5rem;}body main .t89{width:100%;flex-wrap:nowrap;border-top:1px solid rgb(25,25,25);column-gap:0.25rem;padding-top:1rem;}body main .t90{margin-left:auto;}body main .t91{flex:1 1 0%;column-gap:0.5rem;}body main .t92{flex:1 1 0%;font-size:0.70rem;}body main .t93{width:2rem;}body main .t95{width:100%;height:2.75rem;column-gap:0.5rem;align-items:center;flex-direction:row;}body main .t96{flex:0 0 auto;width:auto;height:100%;flex-wrap:nowrap;column-gap:0.25rem;align-items:center;}body main .t97{border-left:none;border-right:none;}body main .t100{border-radius:8px;}body main .t102{height:100dvh;display:flex;align-items:center;justify-content:center;}body main .t104{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 .t104{grid-template-columns:1fr;}}body main .t105{row-gap:1rem;align-self:stretch;}body main .t106{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 .t107{max-width:900px;}body main .t109{border-radius:8px;}body main .t110{padding-top:40px;padding-left:40px;border-radius:8px;padding-right:40px;padding-bottom:40px;}@media screen and (max-width: 480px) {body main .t110{padding-top:24px;padding-left:24px;padding-right:24px;padding-bottom:24px;}}body main .t112{font-weight:600;}body main .t113{font-size:14px;}body main .t115{display:block;font-size:24px;margin-top:8px;font-weight:700;margin-bottom:12px;}body main .t116{display:flex;row-gap:8px;margin-top:32px;margin-bottom:32px;flex-direction:column;}body main .t117{display:flex;column-gap:8px;align-items:center;}body main .t118{flex:1 1 0%;font-size:14px;font-weight:600;}body main .t119{height:16px;}body main .t121{width:100%;}body main .t122{margin-top:32px;}body main .t124{font-size:0.60rem;padding-top:0.5rem;padding-left:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;}body main .t126{padding-top:0.6rem;padding-left:0.6rem;padding-right:0.6rem;padding-bottom:0.6rem;}body main .t127{flex:1 1 0%;max-height:15rem;object-fit:cover;border-radius:12px;}body main .t128{display:none;}body main .t129{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 .t129:hover{background:rgb(47,47,47);}body main .t130{row-gap:0.5rem;column-gap:0.5rem;padding-top:1rem;padding-bottom:1rem;}body main .t131{column-gap:0.5rem;align-items:center;border-radius:8px;flex-direction:row;}body main .t134{margin-top:auto;padding-top:1rem;padding-bottom:1rem;}body main .t142{column-gap:0.5rem;align-items:center;border-radius:8px;flex-direction:row;}body main .t145{color:#5e5e5e;font-size:0.60rem;margin-left:auto;}body main .t146{color:#5e5e5e;font-size:0.60rem;margin-left:auto;}body main .t147{align-items:center;}body main .t148{height:auto!important;max-height:auto!important;}body main .t149{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 .t150{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 .t151{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 .t152{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 .t153{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 .t154{height:2.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t155{display:flex;position:relative;background:#00000000;box-sizing:border-box;}body main .t156{display:flex;position:relative;background:#ff000000;box-sizing:border-box;}body main .t157{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 .t158{color:#ffffff;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t159{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 .t160{color:#ffffff;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t161{color:#ffffff;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t162{color:#ffffff;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t163{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 .t164{color:#ffffff;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t165{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 .t166{color:#1c1c1c;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t167{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 .t168{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 .t169{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 .t170{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 .t171{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 .t172{display:flex;position:relative;font-size:3.625rem;box-sizing:border-box;}body main .t173{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t174{display:flex;position:relative;box-sizing:border-box;}body main .t175{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 .t176{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 .t177{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 .t178{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 .t179{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 .t180{display:flex;position:relative;font-size:3rem;box-sizing:border-box;}body main .t181{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t182{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 .t183{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 .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: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 .t188{color:#4c4c4d;display:flex;position:relative;font-size:3.625rem;box-sizing:border-box;}body main .t189{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t190{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 .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: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 .t195{color:#4c4c4d;display:flex;position:relative;font-size:3.625rem;box-sizing:border-box;}body main .t196{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t197{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 .t198{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 .t199{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 .t200{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 .t201{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 .t202{display:flex;position:relative;font-size:3rem;box-sizing:border-box;}body main .t203{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t204{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 .t205{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 .t206{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 .t207{width:100%;display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#00000000;}body main .t208{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 .t209{width:100%;display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#00000000;}body main .t210{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 .t211{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 .t212{width:100%;display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#00000000;}body main .t213{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 .t214{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 .t215{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 .t216{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 .t217{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 .t218{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 .t219{color:#caff33;display:flex;position:relative;font-size:3rem;box-sizing:border-box;}body main .t220{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t221{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 .t222{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 .t223{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 .t224{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 .t225{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 .t226{color:#ffffff;display:flex;position:relative;font-size:1.875rem;box-sizing:border-box;}body main .t227{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 .t228{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 .t229{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t230{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 .t231{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t232{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 .t233{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 .t234{color:#ffffff;display:flex;position:relative;font-size:1.5rem;box-sizing:border-box;}body main .t235{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t236{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 .t237{color:#ffffff;display:flex;position:relative;font-size:1.5rem;box-sizing:border-box;}body main .t238{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 .t239{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 .t240{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t241{height:1.179rem;display:flex;position:relative;box-sizing:border-box;background-color:#ffffff;}body main .t242{display:flex;position:relative;box-sizing:border-box;}body main .t243{display:flex;position:relative;box-sizing:border-box;background-color:#b3b3b3;}body main .t244{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#b3b3b3;}body main .t245{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t246{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 .t247{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t248{height:1.179rem;display:flex;position:relative;box-sizing:border-box;background-color:#ffffff;}body main .t249{display:flex;position:relative;box-sizing:border-box;}body main .t250{display:flex;position:relative;box-sizing:border-box;background-color:#b3b3b3;}body main .t251{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#b3b3b3;}body main .t252{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t253{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 .t254{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t255{height:1.179rem;display:flex;position:relative;box-sizing:border-box;background-color:#ffffff;}body main .t256{display:flex;position:relative;box-sizing:border-box;}body main .t257{display:flex;position:relative;box-sizing:border-box;background-color:#b3b3b3;}body main .t258{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#b3b3b3;}body main .t259{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t260{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 .t261{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t262{height:1.179rem;display:flex;position:relative;box-sizing:border-box;background-color:#ffffff;}body main .t263{display:flex;position:relative;box-sizing:border-box;}body main .t264{display:flex;position:relative;box-sizing:border-box;background-color:#b3b3b3;}body main .t265{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#b3b3b3;}body main .t266{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t267{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 .t268{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t269{height:1.179rem;display:flex;position:relative;box-sizing:border-box;background-color:#ffffff;}body main .t270{display:flex;position:relative;box-sizing:border-box;}body main .t271{display:flex;position:relative;box-sizing:border-box;background-color:#b3b3b3;}body main .t272{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#b3b3b3;}body main .t273{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t274{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 .t275{color:#1c1c1c;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t276{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 .t277{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 .t278{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 .t279{color:#ffffff;display:flex;position:relative;font-size:1.875rem;box-sizing:border-box;}body main .t280{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 .t281{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 .t282{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t283{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 .t284{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t285{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 .t286{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 .t287{color:#ffffff;display:flex;position:relative;font-size:1.5rem;box-sizing:border-box;}body main .t288{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t289{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 .t290{color:#ffffff;display:flex;position:relative;font-size:1.5rem;box-sizing:border-box;}body main .t291{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 .t292{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 .t293{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t294{height:1.179rem;display:flex;position:relative;box-sizing:border-box;background-color:#ffffff;}body main .t295{display:flex;position:relative;box-sizing:border-box;}body main .t296{display:flex;position:relative;box-sizing:border-box;background-color:#b3b3b3;}body main .t297{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#b3b3b3;}body main .t298{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t299{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 .t300{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t301{height:1.179rem;display:flex;position:relative;box-sizing:border-box;background-color:#ffffff;}body main .t302{display:flex;position:relative;box-sizing:border-box;}body main .t303{display:flex;position:relative;box-sizing:border-box;background-color:#b3b3b3;}body main .t304{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#b3b3b3;}body main .t305{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t306{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 .t307{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t308{height:1.179rem;display:flex;position:relative;box-sizing:border-box;background-color:#ffffff;}body main .t309{display:flex;position:relative;box-sizing:border-box;}body main .t310{display:flex;position:relative;box-sizing:border-box;background-color:#b3b3b3;}body main .t311{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#b3b3b3;}body main .t312{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t313{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 .t314{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t315{height:1.179rem;display:flex;position:relative;box-sizing:border-box;background-color:#ffffff;}body main .t316{display:flex;position:relative;box-sizing:border-box;}body main .t317{display:flex;position:relative;box-sizing:border-box;background-color:#b3b3b3;}body main .t318{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#b3b3b3;}body main .t319{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t320{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 .t321{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t322{height:1.179rem;display:flex;position:relative;box-sizing:border-box;background-color:#ffffff;}body main .t323{display:flex;position:relative;box-sizing:border-box;}body main .t324{display:flex;position:relative;box-sizing:border-box;background-color:#b3b3b3;}body main .t325{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#b3b3b3;}body main .t326{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t327{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 .t328{color:#1c1c1c;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t329{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 .t330{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 .t331{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 .t332{color:#ffffff;display:flex;position:relative;font-size:1.875rem;box-sizing:border-box;}body main .t333{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 .t334{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 .t335{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t336{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 .t337{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t338{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 .t339{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 .t340{color:#ffffff;display:flex;position:relative;font-size:1.5rem;box-sizing:border-box;}body main .t341{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t342{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 .t343{color:#ffffff;display:flex;position:relative;font-size:1.5rem;box-sizing:border-box;}body main .t344{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 .t345{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 .t346{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t347{height:1.179rem;display:flex;position:relative;box-sizing:border-box;background-color:#ffffff;}body main .t348{display:flex;position:relative;box-sizing:border-box;}body main .t349{display:flex;position:relative;box-sizing:border-box;background-color:#b3b3b3;}body main .t350{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#b3b3b3;}body main .t351{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t352{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 .t353{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t354{height:1.179rem;display:flex;position:relative;box-sizing:border-box;background-color:#ffffff;}body main .t355{display:flex;position:relative;box-sizing:border-box;}body main .t356{display:flex;position:relative;box-sizing:border-box;background-color:#b3b3b3;}body main .t357{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#b3b3b3;}body main .t358{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t359{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 .t360{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t361{height:1.179rem;display:flex;position:relative;box-sizing:border-box;background-color:#ffffff;}body main .t362{display:flex;position:relative;box-sizing:border-box;}body main .t363{display:flex;position:relative;box-sizing:border-box;background-color:#b3b3b3;}body main .t364{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#b3b3b3;}body main .t365{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t366{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 .t367{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t368{height:1.179rem;display:flex;position:relative;box-sizing:border-box;background-color:#ffffff;}body main .t369{display:flex;position:relative;box-sizing:border-box;}body main .t370{display:flex;position:relative;box-sizing:border-box;background-color:#b3b3b3;}body main .t371{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#b3b3b3;}body main .t372{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t373{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 .t374{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t375{height:1.179rem;display:flex;position:relative;box-sizing:border-box;background-color:#ffffff;}body main .t376{display:flex;position:relative;box-sizing:border-box;}body main .t377{display:flex;position:relative;box-sizing:border-box;background-color:#b3b3b3;}body main .t378{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#b3b3b3;}body main .t379{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t380{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 .t381{color:#1c1c1c;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t382{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 .t383{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 .t384{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 .t385{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 .t386{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 .t387{display:flex;position:relative;font-size:3rem;box-sizing:border-box;}body main .t388{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t389{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 .t390{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 .t391{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 .t392{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 .t393{color:#ffffff;display:flex;position:relative;font-size:1.25rem;box-sizing:border-box;}body main .t394{width:100%;display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#00000000;}body main .t395{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t396{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 .t397{color:#ffffff;display:flex;position:relative;font-size:1.25rem;box-sizing:border-box;}body main .t398{width:100%;display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#00000000;}body main .t399{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t400{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 .t401{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 .t402{color:#ffffff;display:flex;position:relative;font-size:1.25rem;box-sizing:border-box;}body main .t403{width:100%;display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#00000000;}body main .t404{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t405{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 .t406{color:#ffffff;display:flex;position:relative;font-size:1.25rem;box-sizing:border-box;}body main .t407{width:100%;display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#00000000;}body main .t408{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t409{display:flex;position:relative;box-sizing:border-box;}body main .t410{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 .t411{color:#ffffff;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t412{height:1.375rem;display:flex;position:relative;box-sizing:border-box;}body main .t413{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#00000000;}body main .t414{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 .t415{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 .t416{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 .t417{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 .t418{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#00000000;}body main .t419{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 .t420{display:flex;position:relative;font-size:2.5rem;box-sizing:border-box;}body main .t421{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t422{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 .t423{color:#1c1c1c;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t424{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 .t425{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 .t426{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 .t427{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 .t428{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 .t429{height:2.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t430{height:2.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t431{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#caff33;}body main .t432{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#ffffff;}body main .t433{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 .t434{color:#e4e4e7;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t435{color:#e4e4e7;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t436{color:#e4e4e7;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t437{color:#e4e4e7;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t438{width:100%;display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#00000000;}body main .t439{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 .t440{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 .t441{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t442{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#caff33;}body main .t443{color:#e4e4e7;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t444{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 .t445{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t446{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#caff33;}body main .t447{color:#e4e4e7;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t448{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 .t449{height:1.5rem;display:flex;position:relative;box-sizing:border-box;}body main .t450{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#caff33;}body main .t451{color:#e4e4e7;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t452{width:100%;display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#00000000;}body main .t453{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 .t454{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 .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{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 .t462{height:1.5rem;display:flex;position:relative;box-sizing:border-box;background-color:#ffffff;}body main .t463{display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#262626;}body main .t464{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t465{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 .t466{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t467{width:100%;display:flex;position:relative;background:#00000000;box-sizing:border-box;background-color:#00000000;}body main .t468{color:#b3b3b3;display:flex;position:relative;font-size:1.125rem;box-sizing:border-box;}body main .t469{width:100%;height:100%;overflow:auto;}body main .t470{margin-right:1.5rem;padding-left:1rem;padding-right:1rem;}body main .t511{overflow:auto;}body main .t516{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 .t517{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 .t520{width:1rem;height:1rem;}body main .t522{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 .t522{height:75%;}}@media screen and (max-width: 480px) {body main .t522{width:100%;margin-top:0rem;}}body main .t523{width:100%;height:inherit;display:flex;row-gap:2rem;background:;max-height:50vh;align-items:flex-start;flex-direction:column;}body main .t527{margin-bottom:0.5rem;}@media screen and (max-width: 767px) {body main .t536{font-size:1.5rem;}}body main .t540{width:100%;}body main .t544{top:auto;left:auto;right:0%;bottom:0%;z-index:1;position:absolute;padding-right:2rem;padding-bottom:2rem;}body main .t545{width:100%;height:inherit;display:flex;row-gap:2rem;background:;max-height:50vh;align-items:flex-start;flex-direction:column;}body main .t549{color:rgb(255,87,160);}body main .t550{margin-bottom:0.5rem;}body main .t551{overflow:auto;}body main .t553{width:100%;}body main .t554{row-gap:2rem;}body main .t555{row-gap:0.5rem;}body main .t565{width:0.75rem;height:0.75rem;}body main .t573{width:0.75rem;height:0.75rem;}body main .t581{width:0.75rem;height:0.75rem;}body main .t582{row-gap:0.5rem;}body main .t590{width:0.75rem;height:0.75rem;}body main .t598{width:0.75rem;height:0.75rem;}body main .t606{padding-top:0.6rem;padding-left:0.6rem;padding-right:0.6rem;padding-bottom:0.6rem;}body main .t607{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 .t613{width:100%;height:inherit;display:flex;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 .t617{color:rgb(178,71,255);}body main .t618{margin-bottom:0.5rem;}body main .t627{width:0.75rem;height:0.75rem;}body main .t645{padding-right:2.5rem;}body main .t650{position:relative;}body main .t651{top:auto;left:auto;right:0%;bottom:0%;z-index:1;position:absolute;padding-right:2rem;padding-bottom:2rem;}body main .t652{padding-right:2.5rem;}body main .t656{color:rgb(255,255,255);}body main .t661{top:0%;left:auto;right:0.5rem;bottom:0%;position:absolute;margin-top:auto;margin-bottom:auto;}body main .t661:hover{border:1px solid var(--facet-txt-white);}body main .t668{text-align:center;align-items:center;justify-content:center;}body main .t680{position:relative;}body main .t681{top:auto;left:auto;right:0%;bottom:0%;z-index:1;position:absolute;padding-right:2rem;padding-bottom:2rem;}body main .t687{text-align:center;align-items:center;justify-content:center;}body main .t694{padding-right:2.5rem;}body main .t696{padding-right:2.5rem;}body main .t697{top:0%;left:auto;right:0.5rem;bottom:0%;position:absolute;margin-top:auto;margin-bottom:auto;}body main .t697:hover{border:1px solid rgb(239,239,239);}body main .t704{position:relative;}body main .t705{top:auto;left:auto;right:0%;bottom:0%;z-index:1;position:absolute;padding-right:2rem;padding-bottom:2rem;}body main .t706{top:0%;left:auto;right:0.5rem;bottom:0%;position:absolute;margin-top:auto;margin-bottom:auto;}body main .t706:hover{border:1px solid rgb(239,239,239);}body main .t710{color:var(--facet-txt-dim);}body main .t725{top:auto;left:0%;right:0%;bottom:0%;height:2rem;display:flex;position:fixed;background:rgb(from rgb(8,8,8) r g b / 0%);margin-left:auto;margin-right:auto;}body main .t729{column-gap:1rem;}body main .t733{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 .t733:hover{background:rgb(41,41,41);}@media screen and (max-width: 767px) {body main .t736{position:relative;justify-content:space-between;}}@media screen and (max-width: 480px) {body main .t736{column-gap:1.5rem;align-items:flex-start;padding-left:0.5rem;}}body main .t737{width:100%;}body main .t739{margin-top:0.5rem;}body main .t741{width:100%;height:inherit;display:flex;row-gap:1rem;background:;max-height:50vh;align-items:flex-start;flex-direction:column;}body main .t742{overflow:auto;}body main .t745{width:100%;display:flex;column-gap:1rem;align-items:center;justify-items:start;flex-direction:row;grid-template-columns:0.5fr 4fr;}body main .t746{width:2rem;height:2rem;}body main .t749{font-size:0.70rem;}body main .t750{flex:0 1 auto;width:4rem;}body main .t751{width:100%;row-gap:1rem;}body main .t752{margin-top:0.5rem;margin-bottom:0.5rem;}body main .t760{width:0.75rem;height:0.75rem;}body main .t761{margin-top:0.5rem;margin-bottom:0.5rem;}body main .t769{width:0.75rem;height:0.75rem;}body main .t776{width:0.75rem;height:0.75rem;}body main .t778{margin-top:0.5rem;margin-bottom:0.5rem;}body main .t786{width:0.75rem;height:0.75rem;}body main .t794{width:0.75rem;height:0.75rem;}body main .t795{margin-top:0.5rem;margin-bottom:0.5rem;}body main .t803{width:0.75rem;height:0.75rem;}body main .t811{width:0.75rem;height:0.75rem;}body main .t812{margin-top:0.5rem;margin-bottom:0.5rem;}body main .t820{width:0.75rem;height:0.75rem;}body main .t822{border:1px solid rgb(44,44,44);background:;}body main .t823{display:none;background:;}body main .t824{height:2.5rem;}body main .t825{cursor:pointer;height:100%;overflow:clip;position:relative;background:rgb(249,249,249);border-radius:8px;}body main .t832{width:0.75rem;height:0.75rem;}body main .t840{width:0.75rem;height:0.75rem;}body main .t846{width:0.75rem;height:0.75rem;}body main .t856{width:0.75rem;height:0.75rem;}body main .t864{width:0.75rem;height:0.75rem;}body main .t872{width:0.75rem;height:0.75rem;}body main .t880{width:0.75rem;height:0.75rem;}body main .t881{margin-top:0.5rem;margin-bottom:0.5rem;}body main .t889{width:0.75rem;height:0.75rem;}body main .t894{color:rgb(62,223,255);}body main .t895{margin-bottom:0.5rem;}body main .t899{background:;}body main .t904{width:0.75rem;height:0.75rem;}body main .t912{width:0.75rem;height:0.75rem;}body main .t920{width:0.75rem;height:0.75rem;}body main .t922{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 .t934{width:0.75rem;height:0.75rem;}body main .t936{border:1px solid rgb(44,44,44);background:;}body main .t937{display:none;background:;}body main .t938{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 .t939{flex:1 1 0%;width:100%;cursor:pointer;height:100%;overflow:clip;position:relative;background:rgb(249,249,249);border-radius:8px;}body main .t940{min-width:4rem;align-items:center;justify-content:center;}body main .t945{width:0.75rem;height:0.75rem;}body main .t953{width:0.75rem;height:0.75rem;}body main .t954{color:rgb(255,204,20);}body main .t955{color:rgb(255,66,66);}body main .t956{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 .t957{width:100%;align-items:center;justify-content:space-between;}body main .t960{color:rgb(255,118,6);}body main .t965{font-size:0.70rem;}body main .t966{width:100%;height:inherit;display:flex;row-gap:2rem;background:;max-height:50vh;align-items:flex-start;flex-direction:column;}body main .t971{margin-bottom:0.5rem;}body main .t972{overflow:auto;}body main .t974{width:100%;}body main .t975{row-gap:2rem;}body main .t977{row-gap:0.5rem;}body main .t980{column-gap:0.25rem;}body main .t992{width:0.75rem;height:0.75rem;}body main .t1000{width:0.75rem;height:0.75rem;}body main .t1008{width:0.75rem;height:0.75rem;}body main .t1015{width:0.75rem;height:0.75rem;}body main .t1016{row-gap:0.5rem;}body main .t1026{width:0.75rem;height:0.75rem;}body main .t1034{width:0.75rem;height:0.75rem;}body main .t1042{width:0.75rem;height:0.75rem;}body main .t1050{width:0.75rem;height:0.75rem;}body main .t1058{width:0.75rem;height:0.75rem;}body main .t1066{width:0.75rem;height:0.75rem;}body main .t1067{row-gap:0.5rem;}body main .t1077{width:0.75rem;height:0.75rem;}body main .t1085{width:0.75rem;height:0.75rem;}body main .t1093{width:0.75rem;height:0.75rem;}body main .t1098{row-gap:2rem;}body main .t1099{width:100%;}body main .t1101{row-gap:0.5rem;}body main .t1108{width:0.75rem;height:0.75rem;}body main .t1117{width:0.75rem;height:0.75rem;}body main .t1124{width:0.75rem;height:0.75rem;}body main .t1133{width:0.75rem;height:0.75rem;}body main .t1141{width:0.75rem;height:0.75rem;}body main .t1142{color:rgb(162,255,138);}@media screen and (max-width: 767px) {body main .t1143{top:auto;left:auto;right:auto;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;}}body main .t1159{row-gap:0.5rem;position:sticky;align-items:flex-start;}body main .t1163{width:1rem;height:1rem;}body main .t1170{text-align:center;align-items:center;justify-content:center;}body main .t1182{position:relative;}body main .t1183{top:auto;left:auto;right:0%;bottom:0%;z-index:1;position:absolute;padding-right:2rem;padding-bottom:2rem;}body main .t1185{text-align:center;aspect-ratio:1/1;}body main .t1186{margin-top:1rem;}body main .t1187{color:rgb(110,110,110);}body main .t1196{max-width:100%;padding-left:0rem;padding-right:0rem;}@media screen and (max-width: 767px) {body main .t1197{padding-left:0rem;}}body main .t1199{column-gap:2.5rem;align-items:center;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t1199{column-gap:1rem;}}body main .t1200{font-size:1.15rem;}body main .t1203{flex:1 1 0%;font-size:0.9rem;max-width:25rem;min-height:3rem;border-radius:24px;}body main .t1204{align-items:center;justify-content:flex-end;}body main .t1206{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 .t1212{height:100%;display:flex;column-gap:0.5rem;align-items:center;border-radius:15px;}body main .t1213{align-items:center;}body main .t1214{font-size:0.75rem;margin-right:0.5rem;}@media screen and (max-width: 480px) {body main .t1214{display:none;}}body main .t1215{row-gap:2rem;padding-top:1rem;}body main .t1216{width:100%;column-gap:1rem;}@media screen and (max-width: 767px) {body main .t1216{flex-direction:column;}}body main .t1217{width:100%;column-gap:1.5rem;}body main .t1220{align-items:center;justify-items:start;grid-template-columns:1fr 1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t1220{grid-template-columns:1fr 1fr;}}body main .t1223{display:flex;}body main .t1227{color:var(--facet-border-mid);background:var(--facet-master-accent);}body main .t1230{color:var(--facet-ui-bg);text-decoration:underline;}body main .t1237{width:0.8rem;height:0.8rem;}body main .t1238{height:100%;display:flex;align-items:center;flex-direction:column;justify-content:center;}body main .t1239{margin-top:auto;text-align:center;align-items:center;margin-bottom:auto;flex-direction:row;justify-content:space-between;}body main .t1240{width:4rem;height:4rem;display:flex;align-items:center;margin-left:auto;justify-content:center;}body main .t1241{display:flex;row-gap:0.5rem;align-items:flex-start;margin-right:auto;flex-direction:column;}body main .t1242{color:rgb(122,122,122);font-size:0.8rem;}body main .t1244{height:100dvh;display:flex;align-items:center;justify-content:center;}body main .t1246{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 .t1246{grid-template-columns:1fr;}}body main .t1247{border-radius:8px;}body main .t1248{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 .t1248{padding-top:24px;padding-left:24px;padding-right:24px;padding-bottom:24px;}}body main .t1250{font-weight:600;}body main .t1251{align-items:center;}body main .t1252{font-size:14px;}body main .t1254{display:block;font-size:24px;margin-top:8px;font-weight:700;margin-bottom:12px;}body main .t1255{align-items:center;}body main .t1256{font-size:14px;}body main .t1258{display:block;font-size:24px;margin-top:8px;font-weight:700;margin-bottom:12px;}body main .t1259{display:flex;row-gap:8px;margin-top:32px;margin-bottom:32px;flex-direction:column;}body main .t1260{display:flex;column-gap:8px;align-items:center;}body main .t1261{flex:1 1 0%;font-size:14px;font-weight:600;}body main .t1262{height:16px;}body main .t1264{width:100%;}body main .t1265{width:100%;}body main .t1266{margin-top:32px;}body main .t1267{padding-top:40px;padding-left:40px;border-radius:8px;padding-right:40px;padding-bottom:40px;}@media screen and (max-width: 480px) {body main .t1267{padding-top:24px;padding-left:24px;padding-right:24px;padding-bottom:24px;}}body main .t1269{font-weight:600;}body main .t1270{align-items:center;}body main .t1271{font-size:14px;}body main .t1273{display:block;font-size:24px;margin-top:8px;font-weight:700;margin-bottom:12px;}body main .t1274{align-items:center;}body main .t1275{font-size:14px;}body main .t1277{display:block;font-size:24px;margin-top:8px;font-weight:700;margin-bottom:12px;}body main .t1278{display:flex;row-gap:8px;margin-top:32px;margin-bottom:32px;flex-direction:column;}body main .t1279{display:flex;column-gap:8px;align-items:center;}body main .t1280{flex:1 1 0%;font-size:14px;font-weight:600;}body main .t1281{height:16px;}body main .t1283{width:100%;}body main .t1284{width:100%;}body main .t1285{margin-top:32px;}body main .t1286{padding-top:40px;padding-left:40px;border-radius:8px;padding-right:40px;padding-bottom:40px;}@media screen and (max-width: 480px) {body main .t1286{padding-top:24px;padding-left:24px;padding-right:24px;padding-bottom:24px;}}body main .t1288{font-weight:600;}body main .t1289{align-items:center;}body main .t1290{font-size:14px;}body main .t1292{display:block;font-size:24px;margin-top:8px;font-weight:700;margin-bottom:12px;}body main .t1293{display:flex;row-gap:8px;margin-top:32px;margin-bottom:32px;flex-direction:column;}body main .t1294{display:flex;column-gap:8px;align-items:center;}body main .t1295{flex:1 1 0%;font-size:14px;font-weight:600;}body main .t1296{height:16px;}body main .t1298{width:100%;}body main .t1300{margin-top:32px;}body main .t1301{flex:1 1 0%;row-gap:1rem;align-self:stretch;}body main .t1302{flex:1 1 0%;max-height:15rem;object-fit:cover;border-radius:12px;}body main .t1303{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 .t1304{max-width:900px;}body main .t1308{align-items:center;margin-left:auto;justify-content:center;}body main .t1309{text-align:center;margin-left:auto;margin-right:auto;}body main .t1310{color:rgb(202,202,202);font-size:0.8rem;}body main .t1312{display:flex;align-items:center;justify-content:center;}body main .t1315{font-size:0.60rem;padding-top:0.5rem;padding-left:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;}body main .t1318{column-gap:0rem;}body main .t1322{width:8rem;}body main .t1323{width:8rem;}body main .t1324{width:8rem;}body main .t1326{width:8rem;}body main .t1328{row-gap:0.5rem;position:sticky;align-items:flex-start;}body main .t1329{width:100%;align-items:center;justify-content:space-between;}body main .t1334{color:rgb(255,118,6);}body main .t1335{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 .t1340{font-size:0.70rem;}body main .t1341{background:rgb(from rgb(13,13,13) r g b / 80%);margin-bottom:0rem;flex-direction:column;}@media screen and (max-width: 767px) {body main .t1341{top:auto;left:auto;right:auto;bottom:0%;position:absolute;margin-left:auto;margin-right:auto;}}body main .t1343{border:1px solid rgb(37,37,37);}body main .t1344{width:auto;height:100%;position:absolute;margin-top:auto;}@media screen and (max-width: 480px) {body main .t1344{order:-1000;width:100%;display:none;position:absolute;margin-top:0px;margin-left:auto;margin-right:auto;}}body main .t1345{border:1px solid rgb(37,37,37);}body main .t1346{min-width:4rem;margin-right:1rem;}body main .t1347{width:100%;font-size:0.60rem;padding-top:0.5rem;padding-left:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;}body main .t1348{display:none;margin-top:auto;}@media screen and (max-width: 767px) {body main .t1348{display:flex;}}@media screen and (max-width: 480px) {body main .t1348{top:auto;left:auto;right:1rem;width:auto;bottom:2rem;z-index:10;position:absolute;}}body main .t1351{color:var(--facet-txt-dim)!important;font-size:0.65rem!important;font-weight:400!important;}body main .t1352{width:100%;display:flex;column-gap:1rem;align-items:center;justify-content:space-between;}body main .t1353{top:1rem;left:auto;right:1.5rem;bottom:auto;height:1.25rem;position:absolute;}body main .t1354{width:auto;height:100%;row-gap:0.5rem;z-index:10;position:relative;}@media screen and (max-width: 767px) {body main .t1354{display:none;}}body main .t1356{width:100%;row-gap:0rem;}body main .t1363{color:#41ff97;}body main .t1365{color:#ffed4e;}body main .t1369{color:#ff4242;}body main .t1370{width:100%;row-gap:0rem;}body main .t1382{margin-top:auto;}body main .t1383{margin-top:auto;}body main .t1386{margin-top:auto;}body main .t1390{color:rgb(228,228,228);align-items:center;}body main .t1392{width:auto;}body main .t1393{width:6rem;}body main .t1400{max-width:100%;padding-left:0rem;padding-right:0rem;}@media screen and (max-width: 767px) {body main .t1402{padding-left:0rem;}}body main .t1403{row-gap:2rem;padding-top:1rem;}body main .t1404{width:100%;column-gap:1.5rem;}body main .t1407{align-items:center;justify-items:start;grid-template-columns:1fr 1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t1407{grid-template-columns:1fr 1fr;}}body main .t1409{display:flex;}body main .t1411{top:1rem;left:auto;right:1.5rem;bottom:auto;height:1.25rem;position:absolute;}body main .t1412{width:100%;display:flex;column-gap:1rem;align-items:center;justify-content:space-between;}body main .t1414{color:rgb(131,131,131)!important;font-size:0.65rem!important;font-weight:400!important;}body main .t1418{font-size:1.75rem;}body main .t1423{align-items:center;justify-items:start;grid-template-columns:1fr 1fr 1fr;}@media screen and (max-width: 480px) {body main .t1423{grid-template-columns:1fr 1fr;}}body main .t1425{display:flex;}body main .t1433{max-width:100%;padding-left:0rem;padding-right:0rem;}@media screen and (max-width: 767px) {body main .t1435{padding-left:0rem;}}body main .t1436{z-index:5;position:relative;column-gap:2.5rem;align-items:center;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t1436{column-gap:1rem;}}body main .t1437{flex:1 1 0%;font-size:0.9rem;max-width:25rem;min-height:3rem;border-radius:24px;}body main .t1438{align-items:center;justify-content:flex-end;}body main .t1440{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 .t1446{height:100%;display:flex;column-gap:0.5rem;align-items:center;border-radius:15px;}body main .t1447{align-items:center;}body main .t1448{font-size:0.75rem;margin-right:0.5rem;}@media screen and (max-width: 480px) {body main .t1448{display:none;}}body main .t1450{width:0.8rem;height:0.8rem;}body main .t1451{font-size:0.60rem;padding-top:0.5rem;padding-left:1rem;padding-right:1rem;padding-bottom:0.5rem;}body main .t1452{display:none;margin-top:auto;}@media screen and (max-width: 767px) {body main .t1452{display:flex;}}@media screen and (max-width: 480px) {body main .t1452{top:auto;left:auto;right:1rem;width:auto;bottom:2rem;z-index:10;position:absolute;}}body main .t1455{font-size:1.15rem;}body main .t1459{display:none;z-index:5;position:relative;}body main .t1463{text-decoration:underline;}body main .t1465{color:var(--facet-txt-white);background:var(--facet-border-mid);}body main .t1466{width:2.5rem;height:2.5rem;min-width:2.5rem;min-height:2.5rem;margin-left:0rem;margin-right:0rem;}body main .t1470{flex:0 1 auto;row-gap:0rem;}body main .t1471{row-gap:2rem;padding-top:10rem;}body main .t1475{width:4rem;height:4rem;min-width:2.5rem;min-height:2.5rem;margin-left:0rem;margin-right:0rem;}body main .t1477{color:var(--facet-txt-dim);}body main .t1478{column-gap:1rem;align-items:center;}body main .t1484{top:0%;left:0%;right:0%;width:100%;bottom:auto;position:absolute;min-height:20vh;margin-left:auto;margin-right:auto;}body main .t1485{object-fit:cover;}body main .t1486{z-index:50                                                 ;}body main .t1500{text-decoration:none!important;}body main .t1506{column-gap:2rem;align-items:center;}body main .t1507{align-items:center;flex-direction:row;justify-content:space-between;}body main .t1508{font-size:0.8rem;}body main .t1509{text-decoration:none!important;}body main .t1510{font-size:0.8rem;}body main .t1511{column-gap:2rem;align-items:center;}body main .t1516{font-size:0.8rem;}body main .t1517{row-gap:1rem;}body main .t1518{column-gap:2rem;align-items:center;}body main .t1519{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 .t1520{text-decoration:none!important;}body main .t1521{color:var(--facet-txt-white);row-gap:0rem;}body main .t1522{max-width:4rem;min-width:4rem;max-height:4rem;min-height:4rem;}body main .t1523{color:var(--facet-master-accent);}body main .t1524{column-gap:1rem;align-items:center;}body main .t1526{font-size:0.9rem;}body main .t1528{align-items:center;}body main .t1531{align-items:center;justify-content:space-between;}body main .t1532{text-decoration:none!important;}body main .t1535{align-items:center;justify-content:flex-start;}body main .t1536{font-size:0.9rem;}body main .t1538{align-items:center;flex-direction:row;justify-content:space-between;}body main .t1539{font-size:0.9rem;}body main .t1540{align-items:center;justify-content:flex-start;}body main .t1541{color:rgb(255,101,101);border:1px solid rgb(255,62,62);text-decoration:none!important;}body main .t1542{width:100%;position:relative;}body main .t1543{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 .t1546{width:100%;position:relative;}body main .t1548{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 .t1551{width:100%;position:relative;}body main .t1553{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 .t1557{font-size:0.8rem;}body main .t1558{font-size:0.8rem;}body main .t1560{align-items:flex-start;}body main .t1562{height:100dvh;display:flex;align-items:center;justify-content:center;}body main .t1564{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 .t1564{grid-template-columns:1fr;}}body main .t1565{border-radius:8px;}body main .t1566{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 .t1566{padding-top:24px;padding-left:24px;padding-right:24px;padding-bottom:24px;}}body main .t1568{font-weight:600;}body main .t1569{align-items:center;}body main .t1570{font-size:14px;}body main .t1572{display:block;font-size:24px;margin-top:8px;font-weight:700;margin-bottom:12px;}body main .t1573{align-items:center;}body main .t1574{font-size:14px;}body main .t1576{display:block;font-size:24px;margin-top:8px;font-weight:700;margin-bottom:12px;}body main .t1577{display:flex;row-gap:8px;margin-top:32px;margin-bottom:32px;flex-direction:column;}body main .t1578{display:flex;column-gap:8px;align-items:center;}body main .t1579{flex:1 1 0%;font-size:14px;font-weight:600;}body main .t1580{height:16px;}body main .t1582{width:100%;}body main .t1583{width:100%;}body main .t1584{margin-top:32px;}body main .t1585{padding-top:40px;padding-left:40px;border-radius:8px;padding-right:40px;padding-bottom:40px;}@media screen and (max-width: 480px) {body main .t1585{padding-top:24px;padding-left:24px;padding-right:24px;padding-bottom:24px;}}body main .t1587{font-weight:600;}body main .t1588{align-items:center;}body main .t1589{font-size:14px;}body main .t1591{display:block;font-size:24px;margin-top:8px;font-weight:700;margin-bottom:12px;}body main .t1592{align-items:center;}body main .t1593{font-size:14px;}body main .t1595{display:block;font-size:24px;margin-top:8px;font-weight:700;margin-bottom:12px;}body main .t1596{display:flex;row-gap:8px;margin-top:32px;margin-bottom:32px;flex-direction:column;}body main .t1597{display:flex;column-gap:8px;align-items:center;}body main .t1598{flex:1 1 0%;font-size:14px;font-weight:600;}body main .t1599{height:16px;}body main .t1601{width:100%;}body main .t1602{width:100%;}body main .t1603{margin-top:32px;}body main .t1604{padding-top:40px;padding-left:40px;border-radius:8px;padding-right:40px;padding-bottom:40px;}@media screen and (max-width: 480px) {body main .t1604{padding-top:24px;padding-left:24px;padding-right:24px;padding-bottom:24px;}}body main .t1606{font-weight:600;}body main .t1607{align-items:center;}body main .t1608{font-size:14px;}body main .t1610{display:block;font-size:24px;margin-top:8px;font-weight:700;margin-bottom:12px;}body main .t1611{display:flex;row-gap:8px;margin-top:32px;margin-bottom:32px;flex-direction:column;}body main .t1612{display:flex;column-gap:8px;align-items:center;}body main .t1613{flex:1 1 0%;font-size:14px;font-weight:600;}body main .t1614{height:16px;}body main .t1616{width:100%;}body main .t1618{margin-top:32px;}body main .t1619{flex:1 1 0%;row-gap:1rem;align-self:stretch;}body main .t1620{flex:1 1 0%;max-height:15rem;object-fit:cover;border-radius:12px;}body main .t1621{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 .t1622{max-width:900px;}body main .t1624{z-index:50                                                 ;}body main .t1625{z-index:5;position:relative;column-gap:2.5rem;align-items:center;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t1625{column-gap:1rem;}}body main .t1626{flex:1 1 0%;font-size:0.9rem;max-width:25rem;min-height:3rem;border-radius:24px;}body main .t1627{align-items:center;justify-content:flex-end;}body main .t1629{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 .t1635{height:100%;display:flex;column-gap:0.5rem;align-items:center;border-radius:15px;}body main .t1636{align-items:center;}body main .t1637{font-size:0.75rem;margin-right:0.5rem;}@media screen and (max-width: 480px) {body main .t1637{display:none;}}body main .t1639{width:0.8rem;height:0.8rem;}body main .t1640{font-size:0.60rem;padding-top:0.5rem;padding-left:1rem;padding-right:1rem;padding-bottom:0.5rem;}body main .t1641{display:none;margin-top:auto;}@media screen and (max-width: 767px) {body main .t1641{display:flex;}}@media screen and (max-width: 480px) {body main .t1641{top:auto;left:auto;right:1rem;width:auto;bottom:2rem;z-index:10;position:absolute;}}body main .t1644{font-size:1.15rem;}body main .t1648{display:none;z-index:5;position:relative;}body main .t1652{text-decoration:underline;}body main .t1653{top:0%;left:0%;right:0%;width:100%;bottom:auto;position:absolute;min-height:20vh;margin-left:auto;margin-right:auto;}body main .t1654{object-fit:cover;}body main .t1659{width:100%;padding-top:12rem;}@media screen and (max-width: 767px) {body main .t1663{font-size:1.5rem;}}body main .t1667{justify-content:flex-end;}body main .t1678{width:100%;padding-top:12rem;}body main .t1679{text-align:center;}@media screen and (max-width: 767px) {body main .t1682{font-size:1.5rem;}}body main .t1683{height:100%;}body main .t1691{height:100%;align-self:stretch;column-gap:1rem;align-items:flex-start;justify-content:center;}@media screen and (max-width: 480px) {body main .t1691{row-gap:1.5rem;align-items:center;flex-direction:column;}}body main .t1692{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 .t1694{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 .t1694:hover{background:rgb(24,24,24);}body main .t1696{margin-bottom:0.5rem;}body main .t1697{color:var(--facet-master-accent);text-decoration:underline;}body main .t1699{color:var(--facet-border-mid);font-size:0.6rem;}body main .t1700{align-items:center;justify-content:center;}body main .t1705{color:var(--facet-txt-white);align-items:center;}body main .t1706{position:relative;}body main .t1707{display:flex;align-items:center;justify-content:center;}body main .t1708{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 .t1708{grid-template-columns:1fr;}}body main .t1709{border-radius:8px;}body main .t1710{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 .t1710{padding-top:24px;padding-left:24px;padding-right:24px;padding-bottom:24px;}}body main .t1712{font-weight:600;}body main .t1713{align-items:center;}body main .t1714{font-size:14px;}body main .t1716{display:block;font-size:24px;margin-top:8px;font-weight:700;margin-bottom:12px;}body main .t1717{align-items:center;}body main .t1718{font-size:14px;}body main .t1720{display:block;font-size:24px;margin-top:8px;font-weight:700;margin-bottom:12px;}body main .t1721{display:flex;row-gap:8px;margin-top:32px;margin-bottom:32px;flex-direction:column;}body main .t1722{display:flex;column-gap:8px;align-items:center;}body main .t1723{flex:1 1 0%;font-size:14px;font-weight:600;}body main .t1724{height:16px;}body main .t1726{width:100%;}body main .t1727{width:100%;}body main .t1728{margin-top:32px;}body main .t1729{padding-top:40px;padding-left:40px;border-radius:8px;padding-right:40px;padding-bottom:40px;}@media screen and (max-width: 480px) {body main .t1729{padding-top:24px;padding-left:24px;padding-right:24px;padding-bottom:24px;}}body main .t1731{font-weight:600;}body main .t1732{align-items:center;}body main .t1733{font-size:14px;}body main .t1735{display:block;font-size:24px;margin-top:8px;font-weight:700;margin-bottom:12px;}body main .t1736{align-items:center;}body main .t1737{font-size:14px;}body main .t1739{display:block;font-size:24px;margin-top:8px;font-weight:700;margin-bottom:12px;}body main .t1740{display:flex;row-gap:8px;margin-top:32px;margin-bottom:32px;flex-direction:column;}body main .t1741{display:flex;column-gap:8px;align-items:center;}body main .t1742{flex:1 1 0%;font-size:14px;font-weight:600;}body main .t1743{height:16px;}body main .t1745{width:100%;}body main .t1746{width:100%;}body main .t1747{margin-top:32px;}body main .t1748{padding-top:40px;padding-left:40px;border-radius:8px;padding-right:40px;padding-bottom:40px;}@media screen and (max-width: 480px) {body main .t1748{padding-top:24px;padding-left:24px;padding-right:24px;padding-bottom:24px;}}body main .t1750{font-weight:600;}body main .t1751{align-items:center;}body main .t1752{font-size:14px;}body main .t1754{display:block;font-size:24px;margin-top:8px;font-weight:700;margin-bottom:12px;}body main .t1755{display:flex;row-gap:8px;margin-top:32px;margin-bottom:32px;flex-direction:column;}body main .t1756{display:flex;column-gap:8px;align-items:center;}body main .t1757{flex:1 1 0%;font-size:14px;font-weight:600;}body main .t1758{height:16px;}body main .t1760{width:100%;}body main .t1762{margin-top:32px;}body main .t1763{flex:1 1 0%;row-gap:1rem;align-self:stretch;padding-right:5rem;}body main .t1764{flex:1 1 0%;max-height:15rem;object-fit:cover;border-radius:12px;}body main .t1765{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 .t1766{max-width:900px;}body main .t1768{font-size:1rem;}body main .t1769{z-index:90;position:relative;}@media screen and (max-width: 767px) {body main .t1771{font-size:1.5rem;}}body main .t1773{row-gap:2rem;text-align:center;align-items:center;justify-content:center;}body main .t1774{color:var(--facet-txt-dim);font-size:0.8rem;text-decoration:underline;}body main .t1774:hover{color:var(--facet-master-accent);}body main .t1775{font-size:0.6rem;text-align:center;}body main .t1776{width:auto;row-gap:0.5rem;}body main .t1778{color:rgb(46,46,46);background:rgb(133,255,102);}body main .t1781{color:rgb(13,13,13);text-decoration:underline;}body main .t1783{color:rgb(46,46,46);background:rgb(133,255,102);}body main .t1786{color:rgb(13,13,13);text-decoration:underline;}body main .t1788{color:var(--facet-txt-dim);font-size:0.8rem;margin-top:0.25rem;}body main .t1789{row-gap:0.25rem;align-items:flex-end;}body main .t1792{background:rgba(255,82,82,0.19);}body main .t1794{font-size:0.8rem;}body main .t1795{row-gap:1rem;}body main .t1797{align-items:center;flex-direction:row;justify-content:space-between;}body main .t1798{font-size:0.9rem;}body main .t1799{color:rgb(255,101,101);border:1px solid rgb(255,62,62);text-decoration:none!important;}body main .t1800{align-items:center;justify-content:flex-start;}body main .t1896{width:0.75rem;height:0.75rem;}body main .t1914{width:0.75rem;height:0.75rem;}body main .t1928{border:1px solid rgb(44,44,44);background:;}body main .t1929{display:none;background:;}body main .t1930{height:2.5rem;}body main .t1931{cursor:pointer;height:100%;overflow:clip;position:relative;background:rgb(249,249,249);border-radius:8px;}body main .t1938{width:0.75rem;height:0.75rem;}body main .t1953{height:2.5rem;}body main .t1954{cursor:pointer;height:100%;overflow:clip;position:relative;background:rgb(249,249,249);border-radius:8px;}body main .t1960{width:0.75rem;height:0.75rem;}body main .t1973{width:100%;height:inherit;display:flex;row-gap:2rem;background:;max-height:50vh;align-items:flex-start;flex-direction:column;}body main .t1977{color:rgb(178,71,255);}body main .t1978{margin-bottom:0.5rem;}body main .t1979{overflow:auto;}body main .t1981{width:100%;}body main .t1982{row-gap:2rem;}body main .t1996{width:0.75rem;height:0.75rem;}body main .t2004{width:0.75rem;height:0.75rem;}body main .t2011{width:2rem;height:2rem;}body main .t2012{cursor:pointer;height:100%;overflow:clip;position:relative;background:rgb(249,249,249);border-radius:8px;}body main .t2020{width:0.75rem;height:0.75rem;}body main .t2035{width:0.75rem;height:0.75rem;}body main .t2043{width:0.75rem;height:0.75rem;}body main .t2051{width:0.75rem;height:0.75rem;}body main .t2052{row-gap:0.5rem;}body main .t2066{width:0.75rem;height:0.75rem;}body main .t2074{width:0.75rem;height:0.75rem;}body main .t2075{row-gap:0.5rem;}body main .t2089{width:0.75rem;height:0.75rem;}body main .t2097{width:0.75rem;height:0.75rem;}body main .t2098{row-gap:0.5rem;}body main .t2110{width:0.75rem;height:0.75rem;}body main .t2118{width:0.75rem;height:0.75rem;}body main .t2119{row-gap:0.5rem;}body main .t2133{width:0.75rem;height:0.75rem;}body main .t2134{row-gap:0.5rem;}body main .t2148{width:0.75rem;height:0.75rem;}body main .t2156{width:0.75rem;height:0.75rem;}body main .t2157{row-gap:0.5rem;}body main .t2171{width:0.75rem;height:0.75rem;}body main .t2172{row-gap:0.5rem;}body main .t2186{width:0.75rem;height:0.75rem;}body main .t2194{width:0.75rem;height:0.75rem;}body main .t2195{row-gap:0.5rem;}body main .t2209{width:0.75rem;height:0.75rem;}body main .t2217{width:0.75rem;height:0.75rem;}body main .t2225{width:0.75rem;height:0.75rem;}body main .t2226{row-gap:0.5rem;}body main .t2232{row-gap:2rem;}body main .t2247{width:0.75rem;height:0.75rem;}body main .t2262{width:0.75rem;height:0.75rem;}body main .t2277{width:0.75rem;height:0.75rem;}body main .t2292{width:0.75rem;height:0.75rem;}body main .t2307{width:0.75rem;height:0.75rem;}body main .t2308{width:100%;row-gap:2rem;overflow:auto;}body main .t2316{width:0.75rem;height:0.75rem;}body main .t2324{width:0.75rem;height:0.75rem;}body main .t2332{width:0.75rem;height:0.75rem;}body main .t2340{width:0.75rem;height:0.75rem;}body main .t2348{width:0.75rem;height:0.75rem;}body main .t2354{width:0.75rem;height:0.75rem;}body main .t2364{width:0.75rem;height:0.75rem;}body main .t2370{align-items:center;justify-content:center;}body main .t2371{margin-left:auto;margin-right:auto;}body main .t2372{top:1.5rem;left:1.5rem;color:rgb(228,228,228);right:auto;bottom:auto;position:absolute;column-gap:0.5rem;min-height:3rem;align-items:center;padding-top:0.5rem;padding-left:0.5rem;border-radius:20px;margin-bottom:auto;padding-right:0.5rem;padding-bottom:0.5rem;text-decoration:none;}body main .t2373{margin-left:0.25rem;}body main .t2374{width:5rem;display:flex;align-items:center;justify-content:center;}body main .t2376{top:auto;left:auto;right:1.5rem;bottom:1.5rem;position:absolute;padding-top:0.55rem;padding-left:0.55rem;border-radius:20px;padding-right:0.55rem;padding-bottom:0.55rem;}body main .t2377{color:var(--facet-txt-dim);}body main .t2378{font-size:0.60rem;padding-top:1rem;padding-left:1rem;border-radius:12px;padding-right:1rem;padding-bottom:1rem;}body main .t2379{width:2.5rem;height:2.5rem;}body main .t2380{top:auto;left:auto;right:auto;bottom:1.5rem;position:absolute;margin-left:auto;padding-top:0.55rem;margin-right:auto;padding-left:0.55rem;border-radius:20px;padding-right:0.55rem;padding-bottom:0.55rem;}body main .t2381{color:rgb(131,131,131);}body main .t2382{font-size:0.60rem;padding-top:1rem;padding-left:1rem;border-radius:12px;padding-right:1rem;padding-bottom:1rem;}body main .t2383{width:3rem;height:3rem;}body main .t2386{top:1.5rem;left:auto;right:1.5rem;bottom:auto;position:absolute;margin-left:auto;padding-top:0.55rem;margin-right:auto;padding-left:0.55rem;border-radius:20px;padding-right:0.55rem;padding-bottom:0.55rem;}body main .t2387{border:1px solid rgb(37,37,37);}body main .t2388{border:1px solid rgb(37,37,37);}body main .t2390{height:100%;display:flex;align-items:center;flex-direction:column;justify-content:center;}body main .t2391{margin-top:auto;text-align:center;align-items:center;margin-bottom:auto;flex-direction:row;justify-content:space-between;}body main .t2392{display:flex;row-gap:0.5rem;align-items:flex-start;margin-right:auto;flex-direction:column;}body main .t2393{color:rgb(122,122,122);font-size:0.8rem;}body main .t2395{align-items:center;margin-left:auto;justify-content:center;}body main .t2396{width:4rem;height:4rem;display:flex;align-items:center;margin-left:auto;justify-content:center;}body main .t2397{text-align:center;margin-left:auto;margin-right:auto;}body main .t2398{color:rgb(202,202,202);font-size:0.8rem;}body main .t2399{top:auto;left:1.5rem;right:auto;bottom:1.5rem;position:absolute;margin-left:auto;padding-top:0.55rem;margin-right:auto;padding-left:0.55rem;border-radius:20px;padding-right:0.55rem;padding-bottom:0.55rem;}body main .t2400{border:1px solid rgb(37,37,37);}body main .t2404{padding-top:0.6rem;padding-left:0.6rem;padding-right:0.6rem;padding-bottom:0.6rem;}