*{box-sizing:border-box}@keyframes popIn{to{transform:scale(1);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInAndFlip{0%{opacity:0;transform:rotateY(-180deg)}to{opacity:1;transform:rotateY(0deg)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}body{display:flex;justify-content:flex-end;margin:0;padding:0}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}#__next{width:100%}.button-group{display:flex;margin-top:1rem;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}.button-group>:not(:last-child){margin-right:1rem}:not(.MuiDrawer-root)>.MuiDrawer-paper{padding:1rem 2rem}.container{display:flex;flex-direction:column;width:100%;height:100vh;overflow-y:auto}.noTopGap{padding-top:3rem!important}#container{display:flex;flex-direction:column;right:0;height:-moz-fit-content;height:fit-content;overflow-x:hidden}.collage{display:flex;width:100%;flex-wrap:wrap}.collage>*{width:350px;height:300px}.collage>:not(:last-child){margin:0 1rem 1rem 0}#content.minimal{width:calc(100% - 18rem)}#content.rr{flex-direction:row-reverse;justify-content:left}@media(max-width:64em){#content.rr{flex-direction:column-reverse}}#content.centered,.flex{align-items:center}.flex{display:flex;justify-content:left;width:100%}.flex.resize{width:unset}.flex.fit{width:-moz-fit-content;width:fit-content}.flex.snug>:not(:last-child){margin-right:0}.flex>:not(:last-child){margin-right:1rem}.flex.justify-right{justify-content:right}.flex.top{align-items:flex-start}.flex.bottom{align-items:flex-end}.flex.middle{justify-content:center}.flex.left{justify-content:flex-start}.flex.right{justify-content:flex-end}.flex.center{align-items:center}.flex.between{justify-content:space-between}.flex.between>:not(:last-child){margin-right:0}.flex.compact>:not(:last-child){margin-right:.5rem}.flex.relaxed>:not(:last-child){margin-right:3rem}.flex.multiline{align-items:flex-start;width:"100%";flex-wrap:wrap;height:-moz-fit-content;height:fit-content}.flex.multiline>:not(:last-child){margin-right:1rem;margin-bottom:1rem}.flex.compact2>:not(:last-child){margin-right:.25rem}.column{display:flex;flex-direction:column}.column>:not(:last-child){margin-bottom:1rem}.column.between{justify-content:space-between}.column.snug>:not(:last-child){margin-bottom:0}.column.middle{justify-content:center}.column.right{align-items:flex-end}.column.center{align-items:center}.column.top{justify-content:flex-start}.column.bottom{justify-content:flex-end}.column section{display:flex;flex-direction:column;width:100%}.column section>*{margin-bottom:1rem}.column.compact>:not(:last-child){margin-bottom:.5rem;margin-top:0}.column.compact2>:not(:last-child){margin-bottom:.25rem;margin-top:0}.column.compact3>:not(:last-child){margin-bottom:.1rem;margin-top:0}.column.relaxed>:not(:last-child){margin-bottom:2rem;margin-top:0}span.helptext{font-size:.75rem;color:rgba(0,0,0,.7333333333)}main{width:clamp(50%,75%,70em);height:-moz-fit-content;height:fit-content}main,main section{display:flex;flex-direction:column}main section{width:100%;max-width:600px}main section>div{margin-bottom:1rem;min-width:50%;max-width:100%;width:20em}.form_row,main section>div>.MuiFormControl-root{width:100%}.form_row{display:flex}.form_row>:not(:last-child){margin-right:2rem}.row.split{display:flex;width:100%}.row.split .column{width:50%}.event-info-container{width:100%;display:flex;margin-top:5rem;padding:3rem 6rem 0}.event-info-card{width:100%;height:14rem;display:flex;justify-content:flex-start;align-items:flex-start;gap:2rem}.event-info-card img{height:100%;aspect-ratio:3/2;object-fit:cover;border-radius:.8rem;background:#f5f5f5}.event-info-card .event-info{display:flex;flex-direction:column;width:100%;height:100%;row-gap:.5rem}.event-info-card .event-info h2{white-space:nowrap;margin:.8rem 0 0;text-transform:capitalize}.event-info-card .event-info h3{margin-top:0;margin-bottom:1.2rem;text-transform:capitalize;font-size:1.1rem;font-weight:500}.event-info-card .event-info .event-details{display:flex;align-items:center;justify-content:flex-start;gap:.5rem}.event-info-card .event-info .event-details p{white-space:nowrap;margin:0;text-transform:capitalize}.split_form_row{display:flex;justify-content:space-between;width:100%}.split_form_row>*{width:49%}.drop-area{display:flex;flex-direction:column}.drop-area>:not(:last-child){margin-bottom:1rem}.visual-drop-area.drag-over{background-color:#e0e0e0}.drop-area-text{display:flex;justify-content:center;align-items:center;flex-direction:column;row-gap:.8rem}.progressbar-container{width:100%;display:flex;justify-content:flex-start;align-items:center;column-gap:1rem}.portrait-upload-preview{height:5rem;aspect-ratio:1/1;object-fit:cover;object-position:center;border-radius:50%;border:3px solid rgba(0,0,0,.1450980392)}.progress-right{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.progress-bar{width:calc(100% - 1rem - 5rem);display:flex;align-items:center;justify-content:flex-start;column-gap:.8rem}.cancel-icon{opacity:.3}.cancel-icon:hover{opacity:.8}.file-info{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%}.file-info span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.8rem}.file-info span:first-of-type{max-width:20rem;width:30%;margin-right:10px}.file-info span:nth-of-type(2){color:rgba(0,0,0,.5)}.fileIcon{width:3rem}.MuiToggleButton-root>.MuiChip-root{margin-left:.5rem}.MuiToggleButton-root>.MuiSvgIcon-root{margin-right:.5rem}.kanban-board{display:flex;justify-content:space-around}.kanban-column{width:30%;background:#f4f4f4;padding:10px;border-radius:5px}.kanban-task{background:#fff;padding:10px;margin-bottom:10px;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.1)}.flex-row{display:flex;flex-direction:row}.flex-col{display:flex;flex-direction:column;align-items:center}.wrap{flex-wrap:wrap}*{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.5) rgba(0,0,0,0)}.custom-scroll,body{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) rgba(0,0,0,0)}.markdown img{width:100%}.markdown p{white-space:pre-wrap;width:100%}.markdown li,.markdown p{line-height:300%;font-size:.875rem}.markdown a{color:var(---theme-color)}.hover-underline:focus,.hover-underline:hover{background-size:0 .15rem,100% .15rem}.my-masonry-grid .my-masonry-grid_column:not(:last-child){margin-right:2rem}@media(max-width:800px){.my-masonry-grid .my-masonry-grid_column:not(:last-child){margin-right:1rem}}.my-masonry-grid .my-masonry-grid_column>:not(:last-child){margin-bottom:2rem}@media(max-width:800px){.my-masonry-grid .my-masonry-grid_column>:not(:last-child){margin-bottom:1rem}}.merchantCards_wrapList>button:last-child:nth-child(odd){width:100%!important}.shield{margin-bottom:0;text-align:center;padding:2rem}.path{stroke-dasharray:37;animation:dash 1s linear infinite alternate}.path,.path-second{stroke-dashoffset:0}.path-second{stroke-dasharray:30;animation:dash-second 1s linear infinite alternate}.path-small{stroke-dasharray:21;stroke-dashoffset:0;animation:dash-small 1s linear infinite alternate}.path-small-second{stroke-dasharray:19;stroke-dashoffset:0;animation:dash-small-second 1s linear infinite alternate}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0,0,0,0);-webkit-clip-path:inset(100%);clip-path:inset(100%);white-space:nowrap;overflow:hidden}.MuiDayCalendar-monthContainer .MuiDayCalendar-weekContainer>:not(:last-child){margin-right:.25rem}#svg_map>svg{width:100%;height:auto;object-fit:contain}.react-transform-wrapper{max-height:85vh}.vector_layer svg polygon{cursor:pointer}.codex-editor__redactor{padding-bottom:0!important}.mention_tool_dollar{color:#000!important;background-color:#d3d3d3;border-radius:.25rem;padding:.25rem .5rem;font-weight:700}.CodeMirror *{font-family:Source Sans\ 3,"sans-serif"}:root{--primary:#000000}.user-mention-toolbar{position:fixed;top:20px;left:40px;width:200px;display:flex;flex-direction:column;align-items:center;margin:0;padding:0;border-radius:4px;z-index:99;transition:all .5s ease-in-out}.user-mention-search-bar{display:flex;flex-direction:row;align-items:center;border-radius:999px;padding-inline:10px;padding-top:4px;padding-bottom:4px;color:black;background-color:#e8ebea;animation:showSlowly .2s ease}@keyframes showSlowly{0%{opacity:0}to{opacity:1}}.user-mention-search-bar .search-icon{color:#000;cursor:default}.user-mention-search-bar .search-textbox{color:#000;background-color:transparent;border:none;outline:none;margin-left:-2px}.search-textbox::placeholder{color:#BCBCBC}.search-textbox{padding-left:4px;transform:translateY(1px)}.users-list-wrapper{display:flex;flex-direction:column;align-items:center;margin:5px 0 0;padding:0;border-radius:8px;max-height:195px;border:1px solid rgba(0,0,0,.02);box-shadow:0 10px 20px 6px rgb(104 112 118/.08);overflow-y:auto;animation:showSlowlyBouncing .2s ease}@keyframes showSlowlyBouncing{0%{opacity:0;transform:translateY(0)}50%{opacity:.5;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.user-slug::-webkit-scrollbar,.users-list-wrapper::-webkit-scrollbar{width:0;height:3px;border-radius:99px}.user-list-item-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;margin:0;padding:8px 12px;box-sizing:border-box;width:100%;cursor:pointer;background-color:#FFFFFF}.user-list-item-wrapper:hover{background-color:#EFEFEF}.user-list-item-wrapper .user-profile-container{display:flex;justify-content:center;align-items:center;background-color:#d6d6d6;border-radius:50%;width:36px;height:36px;margin-right:10px;position:relative}.user-list-item-wrapper .user-profile-container .user-image-avatar{object-fit:cover;width:100%;height:100%;border-radius:50%}.user-list-item-wrapper .user-profile-container .user-name-initial{color:rgb(90,90,90);font-style:normal;font-weight:600;font-size:14px;line-height:14px}.user-list-item-wrapper .user-metadata-container{display:flex;flex-direction:column;justify-content:space-between;width:70%}.user-list-item-wrapper .user-metadata-container .user-full-name{font-style:normal;font-weight:500;font-size:16px;line-height:16px;margin-bottom:4px}.user-list-item-wrapper .user-metadata-container .user-slug{font-style:normal;font-weight:400;font-size:12px;line-height:12px;color:#808080;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:auto}.mention_tool_at{background:#0a80f3;color:white;text-decoration:none!important;padding:3px 8px;border-radius:999px}.mention_tool_dollar{color:#1570EF;text-decoration:none!important}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Source Sans\ 3 Fallback;src:local("Arial");ascent-override:109.21%;descent-override:42.66%;line-gap-override:0.00%;size-adjust:93.76%}.__className_1fdbab{font-family:Source Sans\ 3,Source Sans\ 3 Fallback;font-style:normal}