body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{background-color:#fff;color:#fff}.loader-container{align-items:center;display:flex;height:100vh;justify-content:center}.loader{-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;border:8px solid rgba(0,0,0,.1);border-radius:50%;border-top-color:#3498db;height:80px;width:80px}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.homepage__contentsContainerRow{display:flex;flex-direction:row;height:100vh;@media only screen and (max-width:600px){display:none}}.homepage__contentsContainerColumn{display:none;@media only screen and (max-width:600px){display:flex;flex-direction:column}}.homepage__contentsContainerLeft{display:flex;flex-direction:column;margin:auto;width:50%}.homepage__textContainer{display:flex;font-size:2.5rem;padding:0 20px 0 0}.homepage__text,.homepage__textContainer{margin:auto;text-align:center}.homepage__text{font-size:48px;font-weight:700;@media only screen and (max-width:600px){font-size:2.5rem;margin-bottom:auto;margin-left:auto;margin-right:auto;margin-top:auto;padding-bottom:0;padding-left:20px;padding-right:20px;padding-top:0}}.homepage__signupButton{background-color:#374bd2;border-radius:10px;font-size:20px;font-weight:700;margin:20px auto;padding:20px;text-align:center;width:150px;@media only screen and (max-width:600px){font-size:1.5rem;margin-bottom:40px;margin-left:auto;margin-right:auto;margin-top:20px;padding-bottom:10px;padding-left:20px;padding-right:20px;padding-top:10px;width:35%}}.homepage__signupButton:hover{cursor:pointer;scale:1.01}.homepage__contentsContainerRight{display:flex;margin:auto;width:50%}.homepage__mobiletopContainer{display:flex;flex-direction:column}.homepage__mobileImgContainer{display:flex;margin:auto auto 10px}.homepage__heroImg{display:flex;margin:auto auto auto 0;max-height:80vh;@media only screen and (max-width:600px){margin-bottom:20px;margin-left:auto;margin-right:auto;margin-top:20px;max-width:100vw}}.homepage__sentimentProtects{color:#5f5e5e;font-size:45px;font-weight:600;margin:0 auto 20px;text-align:center;@media only screen and (max-width:600px){font-size:1.5rem;margin-bottom:20px;margin-left:auto;margin-right:auto;margin-top:30px}}.homepage__examplesContainerDesktop{background-color:#02e593;display:flex;flex-direction:column;@media only screen and (max-width:600px){display:none}}.homepage__examplesContainerMobile{display:none;@media only screen and (max-width:600px){background-color:#02e593;display:flex;flex-direction:column}}.sidenav{display:flex;flex-direction:column;justify-content:space-between;position:fixed;width:242px;z-index:1}.sidenav__logo{margin:25px;width:180px}.sidenav__buttons{display:flex;flex-direction:column}.sidenav__button{color:#0f1c33;font-weight:bolder;margin:5px 10px;padding:10px 15px}.sidenav__button,.sidenav__buttonactive{align-items:center;background:0;border:0;border-radius:15px;display:flex;flex-direction:row;font-size:18px;text-decoration:none}.sidenav__buttonactive{color:#374bd2;margin-left:10px;width:100%}.sidenav__button:hover{background-color:hsla(0,0%,100%,.128);cursor:pointer}.sidenav__button>span,.sidenav__buttonactive>span{font-size:18px;margin-left:10px}.sidenav__buttonactive>span{color:#374bd2}.imghidden{display:none}.sidenav__hr{color:#d6d6d6;width:180px}.post{margin:30px 40px 50px;width:550px}.post__header{justify-content:space-between;margin-bottom:10px}.post__header,.post__headerAuthor{align-items:center;display:flex;flex-direction:row}.post__headerAuthor{font-weight:bolder}.post__headerAuthor>span{color:grey;font-size:15px;margin:0 auto 5px 0}.post__image{display:flex;height:300px;width:300px;@media only screen and (max-width:600px){height:auto;width:auto}}.post__image>img{border:.6px solid hsla(0,0%,50%,.516);border-radius:6px;width:100%}.post__skeletonContainer{height:300px;position:absolute;width:300px}.post__postImgtrue{visibility:visible}.post__postImgfalse{visibility:hidden}.post__footerIcons{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.post__footer__text{font-weight:700;margin:auto auto auto 10px;text-decoration:none}.post__footer__text,.post__footer__textLikes{color:#00261c;font-family:inter;font-size:14px}.post__footer__textLikes{margin:auto auto 5px 5px}.post__footer__iconContainer{display:flex;flex-direction:row;margin:2px auto}.post__comments__logo{display:flex;width:23px}.postIcon{font-size:30px;padding:7px}.postIcon :hover{cursor:pointer;scale:1.01}.gallery-item{border-radius:13px;box-shadow:0 0 50px 0 #ebebeb;color:#fff;cursor:pointer;flex:0 0 2rem;margin:.5rem;padding:1rem;position:relative;width:300px;@media only screen and (max-width:600px){width:80vw}}.CircularProgressbar{vertical-align:middle;width:100%}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;dominant-baseline:middle;text-anchor:middle;font-size:20px}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:transparent}.warningDialog__outerContainerOpaque{background-color:#b1b1b1;opacity:.85}.warningDialog__outerContainer,.warningDialog__outerContainerOpaque{display:flex;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:20}.warningdeleteDialog__innerContainer{background-color:#fff;border-radius:13px;box-shadow:0 0 30px 0 #afaeae;display:flex;flex-direction:column;margin:auto;padding:30px;z-index:20;@media only screen and (max-width:600px){margin-bottom:auto;margin-left:20px;margin-right:20px;margin-top:auto;pointer-events:all}}.timeline{flex:0.8 1}.timeline__header{background-color:#eff3fd;display:flex;flex-direction:row;min-height:15vh;@media only screen and (max-width:600px){display:none}}.timeline__header__container{display:flex;margin:auto auto auto 0;@media only screen and (max-width:600px){display:none}}.timeline__header__logo{display:none}.timeline__header__text{color:#0f1c33;display:flex;font-size:22px;font-weight:700;margin:auto auto auto 30px;@media only screen and (max-width:600px){display:none}}.timeline__header__picContainer{margin:auto 0 auto auto;@media only screen and (max-width:600px){display:flex;flex-direction:row}}.timeline__header__statusContainer{background-color:#fff;border-radius:13px;display:flex;flex-direction:row;height:90px;margin:10px auto;min-width:400px;@media only screen and (max-width:600px){display:none}}.timeline__autoProtectContainer{margin:auto}.header__autoProtectText{color:#000;font-size:18px;font-weight:600;margin:auto auto 5px}.timeline__toggleContainer{display:flex;margin:0 auto auto;min-height:24px}.timeline__autoProtectText{color:#000;font-size:18px;font-weight:600;margin:auto auto 10px;@media only screen and (max-width:600px){font-size:12px;font-weight:600;margin-bottom:2px;margin-left:auto;margin-right:auto;margin-top:auto;text-align:center}}.toggleLabelLeft{color:#000;font-size:14px;margin:0 10px auto auto}.toggleLabelRight{color:#000;font-size:14px;margin:0 auto auto 10px}.custom-classname.react-toggle--checked .react-toggle-track{background-color:#374bd2}.timeline__shieldContainer{color:#fff;display:flex;flex-direction:column;margin:auto}.timeline__shieldContainerInner{display:flex;height:34px;margin:auto;width:40px}.timeline__shieldTextContainer{height:35px;position:absolute;width:35px}.timeline__warningTextNumber{top:5px}.timeline__shieldTextNumber,.timeline__warningTextNumber{font-size:12px;margin:0;position:relative;text-align:center}.timeline__shieldTextNumber{top:7px}.timeline__shieldText{color:#000;font-size:12px;font-weight:600;line-height:12px;margin:auto;text-align:center}.header__refreshIcon__parsedAt{display:flex;@media only screen and (max-width:600px){display:none;font-size:12px;margin-bottom:0;margin-left:5px;margin-right:auto;margin-top:0}}.header__refreshIcon__parsedAt,.header__refreshIcon__parsedAtMobile{background-color:#fff;border-radius:1000px;margin:auto;padding:.5rem}.header__refreshIcon__parsedAtMobile{display:none;@media only screen and (max-width:600px){display:flex;font-size:12px;margin-bottom:auto;margin-left:0;margin-right:auto;margin-top:auto}}.header__refreshIcon__parsedAtLoading{background-color:#fff;border-radius:1000px;display:flex;margin:auto;padding:.95rem}.header__refreshIcon__parsedAt:hover{cursor:pointer;scale:1.1}.react-toggle{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;background-color:initial;border:0;cursor:pointer;display:inline-block;padding:0;position:relative;touch-action:pan-x;-webkit-user-select:none;user-select:none}.react-toggle-screenreader-only{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.react-toggle--disabled{cursor:not-allowed;opacity:.5;transition:opacity .25s}.react-toggle-track{background-color:#4d4d4d;border-radius:30px;height:24px;padding:0;transition:all .2s ease;width:50px}.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#000}.react-toggle--checked .react-toggle-track{background-color:#19ab27}.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#128d15}.react-toggle-track-check{bottom:0;height:10px;left:8px;line-height:0;margin-bottom:auto;margin-top:auto;opacity:0;position:absolute;top:0;transition:opacity .25s ease;width:14px}.react-toggle--checked .react-toggle-track-check,.react-toggle-track-x{opacity:1;transition:opacity .25s ease}.react-toggle-track-x{bottom:0;height:10px;line-height:0;margin-bottom:auto;margin-top:auto;position:absolute;right:10px;top:0;width:10px}.react-toggle--checked .react-toggle-track-x{opacity:0}.react-toggle-thumb{background-color:#fafafa;border:1px solid #4d4d4d;border-radius:50%;box-sizing:border-box;height:22px;left:1px;position:absolute;top:1px;transition:all .5s cubic-bezier(.23,1,.32,1) 0ms;transition:all .25s ease;width:22px}.react-toggle--checked .react-toggle-thumb{border-color:#19ab27;left:27px}.react-toggle--focus .react-toggle-thumb{box-shadow:0 0 2px 3px #0099e0}.react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb{box-shadow:0 0 5px 5px #0099e0}.bottomNav__container{display:none;height:100vh;pointer-events:none;position:absolute;top:0;width:100vw;z-index:1;@media only screen and (max-width:600px){display:flex;flex-direction:column}}.bottomNav__topContainer{background-color:#f9f9f9;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);display:none;height:75px;pointer-events:all;z-index:100;@media only screen and (max-width:600px){display:flex;flex-direction:row}}.bottomNav__logo{margin:auto auto auto 20px;width:35px}.bottomNav__topStatusContainer{display:flex;flex-direction:row;margin:auto 20px auto auto}.bottomNav__innerStatusContainer{display:flex;flex-direction:column}.bottomNav__topGridContainer,.bottomNav__topRefreshContainer{display:flex;flex-direction:row;margin:auto 5px}.bottomNav__sortContainer{color:#000;display:flex;margin:auto 20px auto auto}.bottomNav__buttonContainer{background-color:#f9f9f9;bottom:0;box-shadow:2px 4px 5px 3px rgba(0,0,0,.2);display:flex;height:75px;margin:auto auto 0;pointer-events:all;position:fixed;width:100%;z-index:10}.bottomNav__button{align-items:center;background:0;border:0;border-radius:15px;color:#0f1c33;display:flex;flex-direction:column;font-size:18px;font-weight:bolder;margin:auto;position:relative;text-decoration:none}.bottomNav__buttonpassive{font-size:12px}.bottomNav__buttonactive{color:#374bd2;font-size:12px}.bottomNav__notificationContainer{background-color:red;border:2px solid #fff;border-radius:50%;height:20px;left:30px;top:-10px;width:20px}.bottomNav__notificationContainer,.bottomNav__notificationText{align-items:center;justify-content:center;position:absolute;text-align:center}.bottomNav__notificationText{color:#fff;font-size:10px;left:5px;top:-8px}.sortable__nonTouch{touch-action:none}.sortable__titleText{color:#b8b5b5;font-size:22px;font-weight:600;margin:auto auto 20px;text-align:center;@media only screen and (max-width:600px){font-size:1rem;margin-bottom:10px;margin-left:auto;margin-right:auto;margin-top:0}}.sortable__outerContainer{margin:0 auto auto;@media only screen and (max-width:600px){display:flex;margin-bottom:auto;margin-left:auto;margin-right:auto;margin-top:auto}}.sortable__innerContainer{display:flex}.sortable__arrowContainer{display:flex;margin:10px 20px 10px 10px;@media only screen and (max-width:600px){height:75%;margin-bottom:auto;margin-left:0;margin-right:0;margin-top:auto}}.sortable__arrowText{color:#939393;margin:-25px}.sortable__arrowText,.sortable__arrowText1{text-align:center;-webkit-writing-mode:sideways-lr;writing-mode:sideways-lr}.sortable__arrowText1{color:#bebebe;font-size:18px;margin-left:-35px}.sortable__draggableOuterContainer{@media only screen and (max-width:600px){font-size:.8rem!important;padding-bottom:10px!important;padding-left:10px!important;padding-right:10px!important;padding-top:10px!important;width:80%}}.sortable_draggableInnerContainer{display:flex;margin:auto 20px auto 0}.sortable__removeContainer{display:flex;margin:auto 0 auto auto}.sortable__container{display:flex;width:100%}.sortable__container:hover{cursor:grab}.sortable__saveButton{@media only screen and (max-width:600px){padding-bottom:10px;padding-left:10px;padding-right:10px;padding-top:10px}}.sortable__saveButton,.sortable__saveButtonGrey{align-content:center;align-items:center;background-color:#cbd8f8;border-radius:13px;color:#000;display:flex;justify-content:center;justify-items:center;margin:10px auto;padding:10px;text-align:center;width:75px}.sortable__saveButtonGrey{opacity:.4;@media only screen and (max-width:600px){padding-bottom:10px;padding-left:10px;padding-right:10px;padding-top:10px}}.sortable__saveButton:hover{cursor:pointer}.sortable__gridText{color:#b8b5b5;display:flex;font-size:22px;font-weight:600;margin:auto auto 0}.sortable__gridContainer{display:flex;flex-direction:column;margin:10px auto auto}.timeline{flex:1 1;@media only screen and (max-width:600px){height:calc(100vh - 150px);margin-top:75px;overflow:scroll;width:100%}}.timeline__header__picContainer{display:flex;flex-direction:row;@media only screen and (max-width:600px){background-color:#fff;flex-direction:column;height:auto;margin-bottom:auto;margin-left:auto;margin-right:auto;margin-top:auto;width:100%}}.timeline__header__picText{color:#0f1c33;display:flex;font-size:16px;font-weight:700;margin:auto 30px auto auto}.timeline__header__profilePic{border-radius:1000px;display:flex;height:50px;margin:auto 10px auto auto;width:50px}.timeline__dash{display:flex;flex-direction:row;font-weight:bolder;margin:30px 40px 0}.timeline__dash__text{font-size:18px;margin:auto auto 0}.timeline__dash__box_left{margin:auto 20px auto auto}.timeline__dash__box_center,.timeline__dash__box_left{background-color:#fff;border-radius:13px;box-shadow:0 0 50px 0 #ebebeb;display:flex;flex-direction:column;height:200px;width:300px}.timeline__dash__box_center{margin:auto 20px}.timeline__dash__box_right{background-color:#fff;border-radius:13px;box-shadow:0 0 50px 0 #ebebeb;display:flex;flex-direction:column;height:200px;margin:auto auto auto 20px;width:300px}.timeline__dash__container,.timeline__dash__scoreContainer{display:flex;flex-direction:column;margin:auto}.timeline__dash__scoreContainer{width:150px}.timeline__dash__scoreText{color:#000;display:flex;margin:auto}.timeline__dash__center{display:flex;flex-direction:column;margin:auto}.timeline__dash__trendingText{font-size:61px}.uparrow{border-bottom:20px solid #59cd90}.downarrow,.uparrow{border-left:20px solid transparent;border-right:20px solid transparent;height:0;margin:auto 10px;width:0}.downarrow{border-bottom:20px solid #f47979}.timeline__dash__trendingContainerimproving{align-items:center;color:#59cd90;display:flex;height:150px;margin:auto}.timeline__dash__trendingContainerdeclining{color:#f47979;display:flex;height:150px;margin:auto}.timeline__dash__reviewContainer{display:flex;flex-direction:column;margin:10px auto auto}.timeline__dash__reviewableText{color:#1a1c20;display:flex;font-size:61px;margin:auto auto 10px}.timeline__dash__requireReviewText{color:#1a1c20;display:flex;font-size:18px;margin:auto;white-space:nowrap}.timeline__dash__requireReviewLink{border-bottom:1px solid #59cd90;color:#59cd90;display:flex;font-size:16px;margin:auto;white-space:nowrap}.timeline__dash__right{display:flex;flex-direction:column;margin:auto}.timeline__parsedAtOuterContainer{display:flex;margin:0 0 0 auto;padding:1rem;@media only screen and (max-width:600px){flex:1 1;margin-bottom:auto;margin-left:auto;margin-right:auto;margin-top:auto;padding-bottom:0;padding-left:0;padding-right:0;padding-top:0}}.timeline__parsedAtContainer{display:flex;flex-direction:column;margin:auto 10px auto 0;@media only screen and (max-width:600px){flex-direction:row;margin-bottom:auto;margin-left:auto;margin-right:auto;margin-top:auto}}.timeline__parsedAt{color:#000;font-size:12px;margin:0 auto 5px 0;@media only screen and (max-width:600px){margin-bottom:0;margin-left:0;margin-right:auto;margin-top:0}}.timeline__parsedAtTime{color:#000;font-size:14px;font-weight:700;margin:0 auto auto 0;@media only screen and (max-width:600px){font-size:12px;margin-bottom:0;margin-left:5px;margin-right:auto;margin-top:0}}.timeline__refreshIcon__parsedAt{background-color:#eff3fd;border-radius:13px;display:flex;margin:0 0 auto 10px;padding:.5rem;@media only screen and (max-width:600px){display:none;font-size:12px;margin-bottom:auto;margin-left:10px;margin-right:auto;margin-top:auto}}.timeline__refreshIcon__parsedAt:hover{cursor:pointer;scale:1.1}.timeline__gridContainer{display:flex;height:60px;margin:5px auto auto}.timeline__posts{display:flex;flex-direction:column;margin:0 auto;min-height:85vh;width:100%;@media only screen and (max-width:600px){height:calc(100vh - 190px);margin-bottom:0;margin-left:auto;margin-right:auto;margin-top:0;overflow:scroll}}.timeline__gallery__outer{background-color:#fff;border-radius:13px;display:flex;flex-direction:column;margin:3rem auto 1rem;padding:1rem;width:1100px;@media only screen and (max-width:600px){background-color:initial;border-radius:0;box-shadow:none;flex:1 1;margin-bottom:auto;margin-left:auto;margin-right:auto;margin-top:auto;padding-bottom:0;padding-left:0;padding-right:0;padding-top:0;width:auto}}.timeline__sortContainer{display:flex;flex-direction:row;margin:1rem}.timeline__sortContainer__outer{display:flex;flex-direction:row;padding:1rem;@media only screen and (max-width:600px){flex-direction:column;margin-bottom:auto;margin-left:auto;margin-right:auto;margin-top:auto;padding-bottom:.5rem;padding-left:.5rem;padding-right:.5rem;padding-top:.5rem}}.timeline__sortContainer__inner{@media only screen and (max-width:600px){flex-direction:row;margin-bottom:5px;margin-left:0;margin-right:5px;margin-top:5px}}.timeline_sortContainer__text{color:#000;font-size:12px;margin:0 auto 5px 0;white-space:nowrap;@media only screen and (max-width:600px){margin-bottom:auto;margin-left:auto;margin-right:10px;margin-top:auto}}.timeline__sortContainer__sortContainer{border:1px solid #000;border-radius:4px;height:30px;width:150px}.timeline__emptyPosts{background-color:#fff;border-radius:13px;display:flex;flex-direction:column;height:70vh;margin:3rem auto;max-width:1100px;width:100%;@media only screen and (max-width:600px){height:calc(100vh - 190px);margin-bottom:10px;margin-left:auto;margin-right:auto;margin-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;padding-top:10px;width:85%}}.timeline__emptyPosts__text{color:#b8b5b5;display:flex;font-size:22px;font-weight:600;margin:auto auto 0;@media only screen and (max-width:600px){text-align:center}}.timeline__lastRefreshed{color:grey;display:flex;font-size:18px;font-weight:600;margin:0 auto 10px}.timeline__retrieveText{@media only screen and (max-width:600px){text-align:center}}.timeline__refreshIcon__container{display:flex;height:60px;margin:5px auto auto}.timeline__refreshIcon__container:hover{cursor:pointer;scale:1.1}.gallery{grid-gap:0 0;background-color:#fff;border-radius:13px;display:grid;gap:0 0;grid-auto-flow:row;grid-template-areas:". . ." ". . ." ". . .";grid-template-columns:1fr 1fr 1fr;margin:20px auto;max-width:1100px;@media only screen and (max-width:600px){background-color:initial;display:flex;flex-direction:column;margin-bottom:0;margin-left:0;margin-right:0;margin-top:0;width:100%}}.login__containertrue{display:flex;flex-direction:row;margin:auto;@media only screen and (max-width:600px){background-color:#02e593;flex-direction:column;padding-bottom:10px;padding-left:10px;padding-right:10px;padding-top:10px}}.login__containerfalse{display:flex;margin:auto;visibility:hidden}.login__getStartedText{color:#2b2b2b;font-size:1.8rem;font-weight:600;margin:auto auto 20px;text-align:center;@media only screen and (max-width:600px){font-size:2rem;line-height:2rem;margin-bottom:10px;margin-left:auto;margin-right:auto;margin-top:10px;text-align:center}}.login__setupContainer{display:flex;flex-direction:column;margin-right:30px;@media only screen and (max-width:600px){margin-bottom:20px;margin-right:0}}.login__stepContainer{display:flex;flex-direction:row;margin:10px auto 0 0;@media only screen and (max-width:600px){margin-bottom:0;margin-left:0;margin-right:auto;margin-top:10px}}.login__bubbleContainer{display:none;@media only screen and (max-width:600px){display:flex;height:30px;margin-bottom:10px;margin-left:10px;margin-right:0;margin-top:10px;width:30px}}.login__stepNumberContainer{background-color:#374bd2;border-radius:50%;display:flex;height:25px;margin:auto 10px auto 0;padding:5px;width:25px;@media only screen and (max-width:600px){display:none}}.login__stepNumberText{display:flex;font-weight:600;margin:-3px auto auto;@media only screen and (max-width:600px){font-size:1rem;margin-bottom:auto;margin-left:auto;margin-right:auto;margin-top:0}}.login__stepText{color:#000;display:flex;font-size:1rem;margin:auto 30px auto 0;@media only screen and (max-width:600px){font-size:1rem;margin-bottom:auto;margin-left:10px;margin-right:0;margin-top:auto;padding-bottom:5px;padding-left:5px;padding-right:5px;padding-top:5px}}.login__videoContainer{display:flex;height:338px;margin:20px auto auto;width:600px;@media only screen and (max-width:600px){height:169px;width:300px}}.second-row{border:none;display:flex;flex-grow:1;margin:0;padding:0;@media only screen and (max-width:600px){margin-bottom:auto;margin-left:auto;margin-right:auto;margin-top:auto}}.homepage__logoContainer{display:flex;flex-direction:column;margin:auto;padding:10px}.homepage__logo{display:flex;height:30px;margin:auto auto 20px 0}.homepage__text1{font-size:41px;font-weight:700;margin:20px auto 10px}.homepage__text2{font-size:25px;margin:10px auto 0}.login__loginFormContainer{background-color:#fafafa;border-radius:24px;margin:auto;padding:40px}.login__inputLabel,.login__welcomeText{color:#0f1c33;font-size:12px;margin:5px auto 5px 0}.login__loginText{color:#0f1c33;font-size:25px;font-weight:600;margin:5px auto 5px 0;white-space:nowrap}.login__inputContainer{display:flex;flex-direction:column}.login__input{border-color:#424242;border-radius:5px;border-width:1px;height:25px;padding-left:10px;width:250px}.login__forgotPassword{color:#0f1c33;font-size:12px;margin:5px 0 0 auto}.login__forgotPassword:hover{cursor:pointer;scale:1.01}.login__loginButton{background-color:#a1a1a1;border:0 solid #000;border-radius:5px;color:#fff;font-size:14px;font-weight:550;height:40px;margin-top:20px;pointer-events:none}.login__loginButtonactive:hover{cursor:pointer;scale:1.01}.login__newUser{color:#0f1c33;font-size:14px;margin:20px auto 0}.login__newUser>span{color:#69e199;font-weight:700}.login__newUser>span:hover{cursor:pointer}.signup__passwordWarning{color:red;font-size:12px;max-width:250px}.signup_gridContainer{display:flex;margin:20px auto auto}.signup_gridContainerInner{display:flex;margin:auto}.topnav__header__img{height:20px;margin:20px auto 20px 0;@media only screen and (max-width:600px){display:none}}.topnav__header__imgMobile{display:none;@media only screen and (max-width:600px){display:flex;height:20px;margin-bottom:20px;margin-left:0;margin-right:auto;margin-top:20px}}.topnav__header__img:hover{cursor:pointer;scale:1.01}.topnav__header__innerContainer{display:flex;flex-direction:row;margin:auto;width:80%;@media only screen and (max-width:600px){width:90%}}.topnav__links__containerLeft{color:#0f1c33;display:flex;margin:auto 20px auto auto;@media only screen and (max-width:600px){display:none}}.topnav__links__containerLeft:hover{cursor:pointer;scale:1.01}.topnav__links__containerMiddle{border:1px solid #374bd2;border-radius:10px;color:#374bd2;display:flex;margin:auto 10px auto 20px;padding:10px 20px}.topnav__links__containerMiddle:hover{cursor:pointer;scale:1.01}.topnav__links__containerRight{background-color:#374bd2;border-radius:10px;color:#fff;display:flex;margin:auto 0 auto 10px;padding:10px 30px}.topnav__links__containerRight:hover{cursor:pointer;scale:1.01}.topnav__links__text{display:flex;font-family:Inter;font-size:14px;font-weight:600;margin:auto}.commentfalse,.commenttrue{display:flex;margin:10px 0}.commenttrue{-webkit-animation:blinker 2s linear infinite;animation:blinker 2s linear infinite}.comment strong{margin-right:10px}.comment-text{margin-left:10px}.post__outerContainer{display:flex;margin:auto}.post{background-color:#000;border-radius:3px;box-shadow:0 0 5px rgba(0,0,0,.1);color:#000;height:80%;margin:auto auto 40px;max-width:1000px;width:80%}.post,.post-header-container{display:flex;flex-direction:row}.post-header-container{border-bottom:1px solid #e0e0e0;padding:10px 0}.post-header-image{border-radius:200px;display:flex;height:50px;margin:auto 0;width:50px}.post-header-text{display:flex;font-weight:700;margin:auto 10px}.post-header-iconContainer{display:flex;margin:auto auto auto 0}.post-image{display:flex;flex:0.5 1;margin:auto 0;width:50%}.post-comments{background-color:#fff;display:flex;flex:0.5 1;flex-direction:column;overflow-y:auto;padding:10px 16px}.post-comments .comment{line-height:1.4;margin-bottom:8px}.post-comments .comment strong{color:#000;font-weight:700;margin-right:6px}.feed{display:flex;flex:1 1;flex-direction:row;font-size:14px}.feed__protect__text{display:flex;font-family:inter;font-size:1.8rem;font-weight:600;margin:auto auto 0;text-align:center}.feed__protect__outerContainer{display:flex;flex-direction:column;height:100%;margin:auto}.feed__protect__innerContainer{display:flex;flex-direction:row;margin:10px auto 0;width:80%}.feed__protect__button{align-items:center;background-color:#fff;border-radius:10px;color:#374bd2;display:flex;flex-direction:column;font-size:1.2rem;font-weight:600;justify-content:center;margin:10px 10px auto;padding:10px;width:120px}.feed__protect__button:hover{cursor:pointer;scale:1.01}.feed__protect__button__text{color:#000;display:flex;margin:auto}.feed__protect__sentimentButton__outerContainer{display:flex;height:50%}.feed__protect__sentimentButtontrue{opacity:.5}.feed__protect__sentimentButtonfalse,.feed__protect__sentimentButtontrue{background-color:#374bd2;border-radius:10px;color:#fff;display:flex;font-size:1.5rem;font-weight:600;margin:30px auto auto;padding:10px 20px}.feed__protect__sentimentButtonfalse{cursor:pointer;scale:1.01}.feed__protect__sentimentButton__text{margin:auto}.feed__protect__sentimentButton__logo{display:flex;height:20px;margin:20px 0 20px 20px}.test{display:flex;flex:1 1;min-height:100vh}.homepage{flex:1 1;height:100vh}.homepage__loginContainer{background-color:#02e593;background-repeat:no-repeat;background-size:100% 100%;display:flex;flex:1 1;flex-direction:column;height:100vh;margin:auto}.homepage__examplesContainer{background-color:#02e593;display:flex;flex-direction:row;margin:auto;@media only screen and (max-width:600px){flex-direction:column}}.homepage__examplesImageContainer{background-color:#fff;border-radius:13px;display:flex;flex-direction:column;margin:10px 30px 20px;width:300px}.homepage__examplesImageContainer:hover{cursor:pointer;scale:1.01}.homepage__examplesContainerTitle{color:#4e4d4d;font-weight:600;margin:20px auto 0}.homepage__examplesImage{border-radius:13px}.homepage__navWraper{background-color:#fff;display:flex;flex:0.3 1;max-width:300px;min-width:250px;position:relative;@media only screen and (max-width:600px){display:none}}.homepage__timeline{flex:1 1;@media only screen and (max-width:600px){height:100vh}}.homepage{display:flex;flex-direction:row}.homepage__timeline{display:flex;width:70%}.timeline{width:100%}.review,.timeline{background-color:#f7f8fd;display:flex;flex-direction:column}.review__header{background-color:#eff3fd}.review__header__text{color:#0f1c33;font-size:22px;font-weight:700;margin:40px auto 40px 30px}.review__backContainer{display:flex;margin:auto auto auto 0;padding:1rem 0 1rem 2rem}.review__backContainer:hover{cursor:pointer}.review__backArrowContainer{display:flex;margin:auto 0}.review__backContainerText{color:grey;display:flex;font-size:15px;font-weight:600;margin:auto auto auto 10px}.review__outerContainer{background-color:#f7f8fd;display:flex;flex-direction:row;height:100%;padding:0 2rem 2rem;@media only screen and (max-width:600px){flex-direction:column;padding-bottom:.5rem;padding-left:.5rem;padding-right:.5rem;padding-top:.5rem}}.review__postContainer{background-color:#fff;border-radius:13px;box-shadow:0 0 10px 0 #ebebeb;display:flex;flex-direction:column;height:80vh;margin:auto 1rem auto auto;padding:1rem;width:40%;@media only screen and (max-width:600px){flex:0 1;margin-bottom:auto;margin-left:auto;margin-right:auto;margin-top:auto;width:90%}}.review__postContainerMobile{@media only screen and (max-width:600px){display:flex;flex-direction:column;margin-bottom:auto;margin-left:auto;margin-right:auto;margin-top:0}}.review__postContainerInner{display:flex;flex-direction:column;margin:0 auto;@media only screen and (max-width:600px){flex-direction:row;margin-bottom:0;margin-left:0;margin-right:auto;margin-top:0}}.review__sentimentScore{color:#000;font-size:18px;font-weight:700;margin:auto auto auto 20px}.review__sentimentScoreContainer{display:flex;height:55px;margin:0 auto 0 0;padding:1rem 1rem 0}.review__sentimentProgressContainer{display:flex;height:55px;margin:0 0 auto}.review__img{display:flex;margin:10px auto 0;width:100%;@media only screen and (max-width:600px){height:8vh;margin-bottom:0;margin-left:0;margin-right:0;margin-top:0}}.review__imgContainer{padding:1rem;@media only screen and (max-width:600px){display:flex;padding-bottom:0;padding-left:0;padding-right:0;padding-top:0}}.review__postImgLikes{font-weight:700;@media only screen and (max-width:600px){font-size:12px}}.review__postImgCaption,.review__postImgLikes{color:#00261c;font-size:15px;margin:0 auto 0 0;padding:0 1rem}.review__postImgCaption{@media only screen and (max-width:600px){font-size:12px}}.review__postImgCaption>span{font-weight:700}.review__reviewContainer{background-color:#fff;border-radius:13px;box-shadow:0 0 10px 0 #ebebeb;display:flex;flex-direction:column;height:80vh;margin:auto auto auto 1rem;padding:1rem;width:60%;@media only screen and (max-width:600px){background-color:initial;box-shadow:none;flex:1 1;height:auto;margin-bottom:auto;margin-left:auto;margin-right:auto;margin-top:auto;width:90%}}.review__requiringOuterContainer{display:flex;@media only screen and (max-width:600px){display:none}}.review__requiringCircle{background-color:#000;border-radius:1000px;display:flex;height:45px;width:45px}.review__unresolved__count{color:#000;display:flex;font-size:18px;font-weight:700;margin:auto 10px 10px 5px;@media only screen and (max-width:600px){font-size:10px}}.review__requiringContainer{display:flex;margin:0 auto 0 0}.review__requiringText{color:#000;display:flex;font-size:22px;font-weight:700;@media only screen and (max-width:600px){font-size:12px}}.review__commentTextBoldRequiringReview{font-weight:700;margin-right:5px}.review__sortContainer__outer{@media only screen and (max-width:600px){margin-bottom:10px;padding-bottom:0;padding-left:0;padding-right:0;padding-top:0}display:flex;flex-direction:row;margin:0;margin-bottom:10px;padding:1rem;padding-bottom:0;padding-left:0;padding-right:0;padding-top:0}.timeline__sortContainer__inner{display:flex;flex-direction:column;margin:0 5px 0 0;@media only screen and (max-width:600px){flex-direction:row;margin-bottom:2px;margin-left:0;margin-right:5px;margin-top:0}}.review__sortContainer__text{color:#000;font-size:12px;margin:0 auto 5px 0;white-space:nowrap;@media only screen and (max-width:600px){display:none}}.review__sortContainer__requiringReviewText{display:none;@media only screen and (max-width:600px){color:#000;display:flex;font-size:12px;margin-bottom:5px;margin-left:0;margin-right:auto;margin-top:0;white-space:nowrap}}.review__commentOptionsContainer{display:flex;flex:1 1}.review__innerReviewContainer{display:block;flex-direction:column;overflow-x:hidden;overflow-y:auto;@media only screen and (max-width:600px){display:flex;flex:1 1}}.review__commentContainer{border:1px solid #d4d3d3;border-radius:13px;display:flex;flex-direction:column;height:120px;margin:10px auto;padding:1rem;width:90%;@media only screen and (max-width:600px){flex-direction:row;height:40px;margin-bottom:2px;margin-left:0;margin-right:0;margin-top:2px;padding-bottom:.5rem;padding-left:.5rem;padding-right:.5rem;padding-top:.5rem;width:95%}}.review__commentContainerOuter{display:flex;flex-direction:column;height:100%;overflow:hidden;@media only screen and (max-width:600px){flex:1 1;flex-direction:row}}.review__truncatedDateContainer{display:none;@media only screen and (max-width:600px){margin-bottom:auto;margin-left:10px;margin-right:10px;margin-top:auto}}.review__truncatedDateText{color:grey;font-size:12px;font-weight:700}.review__commentText{color:#4d4d4d;font-size:15px;margin:0 auto 0 0;text-overflow:ellipsis;white-space:nowrap;@media only screen and (max-width:600px){display:none}}.review__commentTextMobile{display:none;@media only screen and (max-width:600px){color:#4d4d4d;display:inline;font-size:12px;margin-bottom:0;margin-left:0;margin-right:auto;margin-top:0;overflow:hidden}}.review__commentTextBold{color:#4d4d4d;font-size:15px;font-weight:700;@media only screen and (max-width:600px){font-size:12px}}.review__commentDate{color:#bdbdbd;font-size:13px;margin:0 0 0 auto;@media only screen and (max-width:600px){display:none}}.review__sentimentContainer{display:flex;margin:auto auto 0 0}.review__commentProgressContainer{display:flex;height:20px;width:20px}.review__commentSentimentText{color:#00261c;font-size:13px;font-weight:700;margin:auto auto auto 10px;white-space:nowrap}.review__bottomContainer{display:flex;flex-direction:row;margin:auto 10px;@media only screen and (max-width:600px){height:100%;margin-bottom:auto;margin-left:auto;margin-right:0;margin-top:auto}}.review__buttonContainerOuter{display:flex;flex-direction:row;@media only screen and (max-width:600px){height:100%}}.review__ignoreButton{background-color:#606060;border:1px solid #606060;border-radius:4px;color:#fff;font-size:11px;font-weight:700;padding:.5rem;@media only screen and (max-width:600px){padding-bottom:.25rem;padding-left:.25rem;padding-right:.25rem;padding-top:.25rem}}.review__ignoreButton:hover{cursor:pointer;scale:1.1}.review__deleteButton{background-color:#f47979;border:1px solid #f47979;border-radius:4px;color:#fff;font-size:11px;font-weight:700;margin:0 0 0 5px;padding:.5rem;@media only screen and (max-width:600px){padding-bottom:.25rem;padding-left:.25rem;padding-right:.25rem;padding-top:.25rem}}.review__deleteButton:hover{cursor:pointer;scale:1.1}.review__noReviewText{color:grey;display:flex;font-weight:600;margin:auto;padding:20px}.deleteDialog__innerContainer,.deleteDialog__outerContainer{@media only screen and (max-width:600px){margin-bottom:auto;margin-left:20px;margin-right:20px;margin-top:auto}}.spinnerContainer{background-color:#fff;display:flex;flex:1 1;height:100vh;left:0;opacity:.8;position:fixed;top:0;width:100%;z-index:10}.spinnerInnerContainer{flex:1 1;flex-direction:column;width:100%;z-index:200}.spinnerCentredContainer,.spinnerInnerContainer,.spinnerWorkingText{display:flex;margin:auto}.spinnerWorkingText{color:#000;font-size:30px;font-weight:700}.gallery-item-holdingPost{border-radius:13px;box-shadow:0 0 5px 0 #e5e5e5;color:#fff;flex:0 0 2rem;margin:.5rem;padding:1rem;position:relative;;@media only screen and (max-width:600px){box-shadow:none;padding-bottom:.5rem;padding-left:.5rem;padding-right:.5rem;padding-top:.5rem;width:90vw}}.holdingPost__dialogContainertrue{background-color:#fff;opacity:.5}.holdingPost__dialogContainertrue,.holdingPost__opaquetrue{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:25}.holding__commentTopContainer{display:flex;flex-direction:row;width:100%}.holdingPost__decisionContainerInner{display:flex;flex-direction:column;margin:auto 10px auto auto;@media only screen and (max-width:600px){box-shadow:none;margin-bottom:auto;margin-left:auto;margin-right:5px;margin-top:auto;padding-bottom:.5rem;padding-left:.5rem;padding-right:.5rem;padding-top:.5rem;width:100px}}.holding__commentTopContainerdeleted{display:flex;flex-direction:row;width:80%}.holding__checkboxContainer{display:flex;margin:auto 15px auto 5px}.holding__checkbox{display:flex;margin:auto}.holding__commentContainerOuter{display:flex;flex-direction:row;height:100%;overflow:hidden;width:100%;@media only screen and (max-width:600px){border-bottom-color:#d4d3d3;border-bottom-style:solid;border-bottom-width:1px;border-left-color:#d4d3d3;border-left-style:solid;border-left-width:1px;border-radius:13px;border-right-color:#d4d3d3;border-right-style:solid;border-right-width:1px;border-top-color:#d4d3d3;border-top-style:solid;border-top-width:1px;flex-direction:row;height:40px;margin-bottom:2px;margin-left:0;margin-right:0;margin-top:2px;padding-bottom:.5rem;padding-left:.5rem;padding-right:.5rem;padding-top:.5rem;width:95%}}.holding__commentContainerInner{overflow:hidden;text-overflow:ellipsis;width:80%;@media only screen and (max-width:600px){display:flex;flex-direction:row}}.holding__commentContainerInnerdeleted{overflow:hidden;text-overflow:ellipsis;@media only screen and (max-width:600px){flex-direction:column;width:100%}}.holdingPost__outerContainer{display:flex;@media only screen and (max-width:600px){flex-direction:column}}.holdingPost__commentContainer,.holdingPost__commentContainerdate{color:#000;display:flex;flex-direction:column;height:330px;overflow-y:scroll;width:100%}.holdingPost__commentContainerdate:hover{cursor:pointer}.holdingPost__tooltipText{color:#fff;font-size:14px;font-weight:600;margin:10px auto 0;text-decoration:none}.holdingPost__commentText{color:#000}.holdingPost__decisionContainer{display:flex;margin:auto;width:20%}.holdingPost__deleteDate,.holdingPost__deleteText{color:#000;display:flex;font-size:12px;margin:0 0 auto auto}.post__footer__viewText{color:#a0a0a0;font-size:14px;font-weight:600;margin:0;text-decoration:none}.holding__commentContainer{border:1px solid #d4d3d3;border-radius:13px;display:flex;flex-direction:row;height:37px;margin:0 auto 10px;padding:1rem;width:90%;@media only screen and (max-width:600px){flex-direction:row;height:40px;margin-bottom:2px;margin-left:0;margin-right:0;margin-top:2px;padding-bottom:.5rem;padding-left:.5rem;padding-right:.5rem;padding-top:.5rem;width:95%}}.deleteDialog__outerContainer{display:flex;height:100vh;position:fixed;width:100vw;z-index:20;@media only screen and (max-width:600px){height:calc(100vh - 150px);margin-bottom:auto;margin-left:10px;margin-right:10px;margin-top:auto;width:90%}}.deleteDialog__innerContainer{background-color:#fff;border-radius:13px;box-shadow:0 0 30px 0 #afaeae;display:flex;flex-direction:column;margin:auto;padding:30px;z-index:20;@media only screen and (max-width:600px){margin-bottom:auto;margin-left:20px;margin-right:20px;margin-top:auto}}.deleteDialog__textContainer{display:flex;flex-direction:column;width:100%}.deleteDialog__text1{color:#000;font-size:20px;font-weight:700;margin:0 auto}.deleteDialog__text2{color:#888;font-size:18px;font-weight:700;margin:10px auto auto}.deleteDialog_buttonContainer{display:flex;flex-direction:row}.deleteDialog__ignoreButton{background-color:#606060;border-radius:13px;display:flex;margin:20px auto auto 10px;padding:10px}.deleteDialog__deleteButton{background-color:#f47979;border-radius:13px;display:flex;margin:20px 10px auto auto;padding:10px}.deleteDialog__buttonText{font-size:15px;margin:auto auto auto 0}.deleteDialog__deleteButton:hover,.deleteDialog__ignoreButton:hover{cursor:pointer;scale:1.1}.holding__timeline__posts{display:flex;flex-direction:column;margin:0 auto;min-height:85vh;width:100%;@media only screen and (max-width:600px){display:none;margin-bottom:0;margin-left:auto;margin-right:auto;margin-top:75px}}.holding__toolTopContainer{display:flex;flex-direction:row;margin:.5rem}.holding__redundantContainer,.holding__toolContainer{border-radius:13px;display:flex;height:20px;padding:1rem;position:relative}.holding__toolContainer{box-shadow:0 0 5px 0 #e5e5e5;color:#fff;flex:1 1;margin:auto}.holding__toolInnerContainer{display:flex;flex-direction:row;margin:auto 10px}.holding__toolInnerContainer:hover{cursor:pointer;scale:1.01}.holding__toolInnerContainerLeft{display:flex;flex-direction:row;margin:auto 10px}.holding__toolIconContainer{display:flex;margin:auto}.holding__checkbox{cursor:pointer;scale:1.01}.holding__selectAllLabel{color:#777;display:flex;font-size:14px;font-weight:600;margin:auto auto auto 5px}.swiper__topContainer{--swiper-navigation-size:20px;--swiper-navigation-top-offset:50%;--swiper-navigation-sides-offset:10px;--swiper-navigation-color:var(--swiper-theme-color);display:none;@media only screen and (max-width:600px){display:block;height:calc(100vh - 170px);padding-bottom:10px;padding-left:10px;padding-right:10px;padding-top:10px}}.swiper__flexContainer{display:flex;height:100%;margin:auto}.swiper__commentContainer{background-color:#fff;border-radius:5px;margin:10px}.swiper__dateText{color:#727272;font-size:14px;font-weight:600;margin:10px auto;text-align:center}.swiper__selectAllContainerOuter{display:flex;margin:2px 0;padding:.5rem;width:95%}.swiper__selectAllContainerOuterdeleted{display:none}.swiper__checkbox{display:flex;margin:auto 5px}.swiper__selectAllIconContainer{display:flex;margin:auto 5px auto auto}.swiper__selectAllText{color:#000;font-size:12px;margin:auto auto auto 0}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;-webkit-transform-origin:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s linear infinite;animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:#007aff;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;-webkit-transform-origin:center;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;-webkit-transform:translateZ(0);transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:#007aff;background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:top .2s,-webkit-transform .2s;transition:transform .2s,top .2s;transition:transform .2s,top .2s,-webkit-transform .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:left .2s,-webkit-transform .2s;transition:transform .2s,left .2s;transition:transform .2s,left .2s,-webkit-transform .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:right .2s,-webkit-transform .2s;transition:transform .2s,right .2s;transition:transform .2s,right .2s,-webkit-transform .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:rgba(0,0,0,.1);background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));border-radius:10px;border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{bottom:4px;bottom:var(--swiper-scrollbar-bottom,4px);height:4px;height:var(--swiper-scrollbar-size,4px);left:1%;left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:auto;top:var(--swiper-scrollbar-top,auto);width:98%;width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{height:98%;height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:auto;left:var(--swiper-scrollbar-left,auto);position:absolute;right:4px;right:var(--swiper-scrollbar-right,4px);top:1%;top:var(--swiper-scrollbar-sides-offset,1%);width:4px;width:var(--swiper-scrollbar-size,4px);z-index:50}.swiper-scrollbar-drag{background:rgba(0,0,0,.5);background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:10px;border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;pointer-events:none;-webkit-transform-origin:0 0;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.swiper-cube .swiper-cube-shadow:before{background:#000;bottom:0;content:"";-webkit-filter:blur(50px);filter:blur(50px);left:0;position:absolute;right:0;top:0}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:none;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:opacity,height,-webkit-transform;transition-property:transform,opacity,height;transition-property:transform,opacity,height,-webkit-transform}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;-webkit-transform-origin:center bottom;transform-origin:center bottom}.settings__homepage{display:flex;flex:1 1;flex-direction:row;height:100vh}.settings{background-color:#f7f8fd;display:flex;flex:1 1;flex-direction:column}.settings__header{background-color:#eff3fd}.settings__header__text{color:#0f1c33;font-size:22px;font-weight:700;margin:40px auto 40px 30px}.settings__emptyPosts{background-color:#fff;border-radius:13px;display:flex;flex-direction:column;margin:3rem auto;max-width:1100px;min-height:70vh;padding:20px;width:100%;@media only screen and (max-width:600px){margin-bottom:0;margin-left:0;margin-right:0;margin-top:0;max-width:95vw;overflow:scroll;padding-bottom:10px;padding-left:10px;padding-right:10px;padding-top:10px}}.settings__inputContainer{background-color:#7e8eff;border-radius:13px;color:#fff;display:flex;font-size:1rem;font-weight:600;margin:20px auto 10px;min-width:80%;padding:20px;@media only screen and (max-width:600px){font-size:.8rem;padding-bottom:10px;padding-left:10px;padding-right:10px;padding-top:10px;width:80%}}.settings__input{background-color:#fff;border-radius:5px;color:#000;font-size:1rem;padding:0 5px;width:90%;@media only screen and (max-width:600px){font-size:.8rem}}.settings__input::-webkit-input-placeholder{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;font-style:italic;font-weight:600;@media only screen and (max-width:600px){font-size:.8rem}}.settings__input::placeholder{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;font-style:italic;font-weight:600;@media only screen and (max-width:600px){font-size:.8rem}}.settings__addButtonContainer{color:#000;display:flex;justify-content:center;margin:auto 0 auto auto}.settings__addButtonContainer:hover{cursor:pointer}.settings__hr,.settings__logoutButton{display:none;@media only screen and (max-width:600px){border-top-color:#ccc;border-top-style:solid;border-top-width:1px;color:#000;display:flex;height:1px;margin-bottom:10px;margin-left:auto;margin-right:auto;margin-top:10px;width:95%}}.demo{flex-direction:row}.demo,.demo__timeline{background-color:#02e593;display:flex}.demo__timeline{flex-direction:column;width:100%}.demo__timeline__posts{display:flex;margin:auto;min-width:60%;padding:10px}.demoTimeline__emptyPostsContainer{display:flex;flex-direction:column;margin:auto auto 0}.demoTimeline__emptyPosts__text{color:#b8b5b5;display:flex;font-size:22px;font-weight:600;margin:auto auto 0 0;text-align:center;@media only screen and (max-width:600px){text-align:center}}.demoTimeline__emptyPosts__textSmall{color:#cccaca;display:flex;font-size:18px;font-weight:600;margin:0 auto 10px;text-align:center;@media only screen and (max-width:600px){text-align:center}}.demo__settings__emptyPostsfalse{overflow-y:auto;@media only screen and (max-width:600px){height:calc(100vh - 100px);margin-bottom:auto;margin-left:auto;margin-right:auto;margin-top:auto;max-width:90vw;overflow-y:scroll;padding-bottom:10px;padding-left:10px;padding-right:10px;padding-top:10px}}.demo__settings__emptyPostsfalse,.demo__settings__emptyPoststrue{background-color:#fff;border-radius:13px;display:flex;flex-direction:column;margin:3rem auto;max-width:1100px;min-height:70vh;padding:20px;width:100%}.demo__settings__emptyPoststrue{overflow-y:hidden;@media only screen and (max-width:600px){height:calc(100vh - 100px);margin-bottom:auto;margin-left:auto;margin-right:auto;margin-top:auto;max-width:90vw;overflow-y:scroll;padding-bottom:10px;padding-left:10px;padding-right:10px;padding-top:10px}}.demoFeed__iconContainer{align-items:center;display:flex;flex-direction:column;margin:auto auto 10px;@media only screen and (max-width:600px){height:100%;margin-bottom:auto;margin-left:auto;margin-right:auto;margin-top:10px;width:100%}}.demoFeed__iconContainerInner{display:flex;margin:auto}.demoFeed__titleContainerRow{display:flex;flex-direction:row;@media only screen and (max-width:600px){margin-bottom:0;margin-left:auto;margin-right:auto;margin-top:0;width:100%}}.demoFeed__discoveryText{color:#dadada;display:flex;font-size:2.5rem;font-weight:600;margin:0 5px auto auto;white-space:nowrap;@media only screen and (max-width:600px){font-size:1.5rem;margin-bottom:0;margin-left:auto;margin-right:auto;margin-top:0}}.demoFeed__settingsContainer{background-color:#374bd2;border-radius:100px;display:flex;margin:auto auto auto 20px;padding:5px;@media only screen and (max-width:600px){border-radius:100px;margin-bottom:auto;margin-left:auto;margin-right:10px;margin-top:auto;padding-bottom:5px;padding-left:5px;padding-right:5px;padding-top:5px}}.demoFeed__settingsContainerLeft{border-radius:13px;display:none;margin:auto auto auto 10px;padding:5px 20px;@media only screen and (max-width:600px){border-radius:100px;display:flex;margin-bottom:auto;margin-left:10px;margin-right:auto;margin-top:auto;padding-bottom:5px;padding-left:5px;padding-right:5px;padding-top:5px}}.demoFeed__settingsContainer:hover{cursor:pointer;scale:1.01}.demoFeed__changeUserText{color:#5656f7;font-size:12px;margin:auto auto 15px 5px}.demoFeed__inputContainer{display:flex;flex-direction:row;margin:20px auto auto;@media only screen and (max-width:600px){margin-bottom:0;margin-left:10px;margin-right:10px;margin-top:auto}}.demoFeed__input{border-color:#424242;border-radius:5px;border-width:1px;height:44px;padding-left:10px;width:250px}.demoFeed__beginButtontrue{opacity:.4}.demoFeed__beginButtonfalse,.demoFeed__beginButtontrue{align-items:center;background-color:#374bd2;border-radius:5px;color:#000;color:#fff;display:flex;font-size:12px;font-weight:600;height:40px;margin:auto auto 20px 10px;padding:5px 10px;text-align:center}.demoFeed__beginButtonfalse:hover{cursor:pointer;scale:1.05}.demoFeed__selectContainer{display:flex}.demoFeed__sortText{color:#000;display:flex;font-size:12px;margin:auto 5px auto auto}.demoFeed__scrollableCommentsContainer{display:flex;flex-direction:column;overflow-y:auto}.demoFeed__commentContainer0{@media only screen and (max-width:600px){margin-bottom:2px;margin-left:auto;margin-right:auto;margin-top:2px}}.demoFeed__commentContainer0,.demoFeed__commentContainer1{border:1px solid #b0aeae;border-radius:5px;display:flex;flex-direction:row;margin:10px auto;padding:10px;width:90%}.demoFeed__commentContainer1{@media only screen and (max-width:600px){margin-bottom:2px;margin-left:auto;margin-right:auto;margin-top:2px}}.demoFeed__commentContainer2{border:1px solid #b0aeae;border-radius:5px;display:flex;flex-direction:row;margin:10px auto;padding:10px;width:90%;@media only screen and (max-width:600px){margin-bottom:2px;margin-left:auto;margin-right:auto;margin-top:2px}}.demoFeed__commentContainerOuter{display:flex;flex-direction:column;margin:0 auto 20px;padding:0 10px 10px;width:90%;@media only screen and (max-width:600px){flex-direction:column;padding-bottom:0;padding-left:0;padding-right:0;padding-top:0;width:100%}}.demoFeed__outerContainer{display:flex;flex-direction:row;height:100%;@media only screen and (max-width:600px){flex-direction:column;padding-bottom:0;padding-left:0;padding-right:0;padding-top:0}}.demoFeed__postContainer{margin:0 1rem auto auto;padding:1rem;width:40%;@media only screen and (max-width:600px){margin-bottom:auto;margin-left:auto;margin-right:auto;margin-top:auto;padding-bottom:0;padding-left:0;padding-right:0;padding-top:0;width:100%}}.demoFeed__imgContainer,.demoFeed__postContainer{border-radius:13px;display:flex;flex-direction:column}.demoFeed__imgContainer{margin:0 auto;overflow:auto;padding:20px;width:100%;@media only screen and (max-width:600px){background-color:#eff2ee;border-bottom-color:currentcolor;border-bottom-style:none;border-bottom-width:medium;border-left-color:currentcolor;border-left-style:none;border-left-width:medium;border-right-color:currentcolor;border-right-style:none;border-right-width:medium;border-top-color:currentcolor;border-top-style:none;border-top-width:medium;margin-bottom:10px;margin-left:10px;margin-right:10px;margin-top:10px;max-height:100px;overflow-y:auto;padding-bottom:10px;padding-left:10px;padding-right:10px;padding-top:10px;width:auto}}.demoFeed__backContainer{display:flex;flex-direction:row}.demoFeed__backContainer:hover{cursor:pointer;scale:1.01}.demoFeed__backText{color:#374bd2;font-size:12px;font-weight:600;margin:0 0 10px 5px;@media only screen and (max-width:600px){margin-bottom:0;margin-left:5px;margin-right:0;margin-top:0}}.demoFeed__postInnerContainer{display:flex;flex-direction:column;@media only screen and (max-width:600px){flex-direction:row;overflow-y:auto}}.demoFeed__img{border-radius:13px;display:flex;height:200px;margin:auto;@media only screen and (max-width:600px){flex-direction:column;margin-bottom:0;margin-left:0;margin-right:0;margin-top:0;max-height:80px;padding-bottom:0;padding-left:0;padding-right:0;padding-top:0}}.demoFeed__postImgCaption{color:#00261c;font-size:15px;margin:0 auto 0 0;padding:0 1rem;@media only screen and (max-width:600px){font-size:12px;max-height:75px}}.demoFeed__reviewContainer{background-color:#fff;border-radius:13px;display:flex;flex-direction:column;height:95vh;margin:0 auto auto 1rem;width:60%;@media only screen and (max-width:600px){margin-bottom:auto;margin-left:auto;margin-right:auto;margin-top:auto;width:auto}}.demoFeed__commentContainerLeft{width:95%}.demoFeed__commentText{color:#000;font-size:12px;@media only screen and (max-width:600px){margin-bottom:2px;margin-left:auto;margin-right:auto;margin-top:2px}}.demoFeed__SentimentContainer0{-webkit-animation:blinker 5s cubic-bezier(.165,.84,.44,1) infinite;animation:blinker 5s cubic-bezier(.165,.84,.44,1) infinite;background-color:#f2b0b0;display:flex;padding:5px}@-webkit-keyframes blinker{50%{opacity:0}}@keyframes blinker{50%{opacity:0}}.demoFeed__SentimentContainer1,.demoFeed__SentimentContainer2{display:flex;padding:5px}.demoFeed__SentimentText{color:#000;font-size:12px;font-weight:600;margin:auto;text-align:center;-webkit-writing-mode:vertical-rl;writing-mode:vertical-rl}.demoFeed__gridContainer{display:flex;height:60px;margin:5px auto auto;@media only screen and (max-width:600px){width:90vw}}.demoFeed__gridContainerInner{margin:auto}.demoFeed__dialogContainer{background-color:#fff;border-radius:13px;box-shadow:0 0 30px 0 #afaeae;display:flex;flex-direction:column;margin:auto;padding:10px 10px 20px;z-index:20}.demoFeed__closeContainer{display:flex;justify-content:end}.demoFeed__closeContainer:hover{cursor:pointer;scale:1.01}.demoFeed__ChangeUserButton{background-color:#606060;border-radius:13px;display:flex;margin:20px 30px 0;padding:5px;width:175px}.demoFeed__ChangeUserButton:hover{cursor:pointer;scale:1.01}.demoFeed__ChangeUserText{font-size:15px;margin:auto auto auto 0;white-space:nowrap}.demoFeed__introDialogContainer{background-color:#fff;border-radius:13px;box-shadow:0 0 30px 0 #afaeae;display:flex;flex-direction:column;margin:auto;padding:30px 20px 20px;z-index:20;@media only screen and (max-width:600px){width:75vw}}.introDialog__autoProtectTitle{color:#a0a0a0;display:flex;font-size:22px;font-weight:600;margin:0 auto 20px;text-align:center}.introDialog__autoProtectContainer{display:flex;flex-direction:column;pointer-events:none}.introDialog__autoProtectText{color:#000;display:flex;font-size:18px;font-weight:600;margin:auto auto 5px}.introDialog__textContainer1{display:flex;flex-direction:column;margin:20px 20px 0}.introDialog__text1{color:grey;font-size:14px;margin:10px auto}.introDialog__buttonContainer{background-color:#374bd2;border-radius:13px;display:flex;flex-direction:row;margin:10px auto;padding:5px 20px}.introDialog__buttonContainer:hover{cursor:pointer;scale:1.01}.introDialog__backArrowContainer{display:flex;margin:auto 10px auto auto}.introDialog__text2{font-size:12px;font-weight:600;margin:10px auto}@-webkit-keyframes react-loading-skeleton{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes react-loading-skeleton{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);border-radius:.25rem;display:inline-flex;line-height:1;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%}.react-loading-skeleton:after{-webkit-animation-direction:var(--animation-direction);animation-direction:var(--animation-direction);-webkit-animation-duration:var(--animation-duration);animation-duration:var(--animation-duration);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:react-loading-skeleton;animation-name:react-loading-skeleton;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;background-image:linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%);background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );background-repeat:no-repeat;content:" ";display:var(--pseudo-element-display);height:100%;left:0;position:absolute;right:0;top:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}.verify__outerContainer{background-image:url(https://firebasestorage.googleapis.com/v0/b/idk-tuition.appspot.com/o/images%2FGradient%201.png?alt=media&token=ba178406-080b-47db-b45c-a2af76b8f3a1&_gl=1*1ipoynl*_ga*ODA3NjkwNDg5LjE2OTQxNTg1ODY.*_ga_CW55HF8NVT*MTY5NzA5NDE1Ni4xMS4xLjE2OTcwOTQxODQuMzIuMC4w);background-repeat:no-repeat;background-size:100% 100%;display:flex;flex:1 1;flex-direction:row;margin:auto}.verify__container{height:100vh;width:800px}.verify__container,.verify__rightContainer{display:flex;margin:auto}.verify__codeOuter{display:flex;flex-direction:row;flex-wrap:nowrap}.verify__input{border-color:#424242;border-radius:5px;border-width:1px;font-size:16px;height:50px;margin:0 2px;text-align:center;width:50px}.login__loginButtonactive{background-color:#69e199;border:0 solid #000;border-radius:5px;color:#fff;font-size:14px;font-weight:550;height:40px;margin-top:20px}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
/*# sourceMappingURL=main.7fbbe3c7.css.map*/