.disableSelection{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}html,body{font-family:"Roboto",sans-serif}*{-webkit-tap-highlight-color:transparent}*{box-sizing:border-box}template{display:none}[v-cloak],.hidden{visibility:hidden}.left{float:left}.right{float:right}.clear{clear:both}.clearfix:after,.clearfix:before{content:' ';display:table}.clearfix:after{clear:both}input,textarea{font-family:"Roboto",sans-serif}.button{position:relative;padding:8px 30px;color:#222;background-color:#fff;font-size:16px;border:none;border-radius:10px;outline:none;cursor:pointer}.button:hover{background-color:#f2f2f2}.button.buttonWhite{border:1px solid #7f7f7f}.button.buttonWhite:hover{color:#fff;background-color:#7f7f7f}.button.buttonGray{color:#fff;background:#7f7f7f}.button.buttonGray:hover{background-color:#727272}.button.buttonRed{color:#fff;background:#d63b34}.button.buttonRed:hover{background-color:#c82f28}.button.ghostRed{color:#d63b34;border:1px solid #d63b34}.button.ghostRed:hover{color:#fff;background-color:#d63b34}.button.buttonBlue{color:#fff;background:#31629d}.button.buttonBlue:hover{background-color:#2b568a}.button.ghostBlue{color:#31629d;border:1px solid #31629d}.button.ghostBlue:hover{color:#fff;background-color:#31629d}.button[disabled]{background-color:#aaa;cursor:default}.button[disabled]:hover{background-color:#aaa}.button.loading{color:transparent}.button.loading:after{content:'';position:absolute;display:inline-block;top:50%;left:50%;width:1.2em;height:1.2em;margin-top:-0.6em;margin-left:-0.6em;border:.15em solid #fff;border-bottom-color:transparent;border-radius:50%;box-sizing:border-box;-webkit-animation:rotation 1s linear 0s infinite normal none;-moz-animation:rotation 1s linear 0s infinite normal none;-o-animation:rotation 1s linear 0s infinite normal none;animation:rotation 1s linear 0s infinite normal none}.mainContent{min-height:100vh}.pswp{z-index:9999999999 !important}.pswp:not(.pswp--zoom-allowed) .pswp__img{cursor:default !important}@-webkit-keyframes rotation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@-moz-keyframes rotation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@-o-keyframes rotation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes rotation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@-webkit-keyframes skeletonPulse{0%{opacity:.35}100%{opacity:.85}}@-moz-keyframes skeletonPulse{0%{opacity:.35}100%{opacity:.85}}@-o-keyframes skeletonPulse{0%{opacity:.35}100%{opacity:.85}}@keyframes skeletonPulse{0%{opacity:.35}100%{opacity:.85}}.dropdown-enter-active,.dropdown-leave-active{transition:opacity .15s ease,transform .15s ease;transform-origin:top right}.dropdown-enter-from,.dropdown-leave-to{opacity:0;transform:translateY(-6px) scale(.96)}body.darkMode{color:#e6e6e9}body.darkMode .button:not(.buttonGray):not(.buttonRed):not(.ghostRed):not(.buttonBlue):not(.ghostBlue){color:#e6e6e9;background-color:#26262c}body.darkMode .button:not(.buttonGray):not(.buttonRed):not(.ghostRed):not(.buttonBlue):not(.ghostBlue):hover{background-color:#31313a}body.darkMode .button:not(.buttonGray):not(.buttonRed):not(.ghostRed):not(.buttonBlue):not(.ghostBlue).buttonWhite{border-color:#35353d}body.darkMode .button:not(.buttonGray):not(.buttonRed):not(.ghostRed):not(.buttonBlue):not(.ghostBlue).buttonWhite:hover{color:#e6e6e9;background-color:#31313a;border-color:#31313a}body.darkMode .button:not(.buttonGray):not(.buttonRed):not(.ghostRed):not(.buttonBlue):not(.ghostBlue)[disabled]{color:#9b9ba5;background-color:#26262c}body.darkMode .button:not(.buttonGray):not(.buttonRed):not(.ghostRed):not(.buttonBlue):not(.ghostBlue)[disabled]:hover{background-color:#26262c}.fade-enter-active,.fade-leave-active{transition:opacity .2s ease}.fade-enter-from,.fade-leave-to{opacity:0}.ldTooltip{position:fixed;z-index:100010;max-width:260px;padding:8px 12px;color:#fff;background-color:#23232b;font-size:13px;line-height:1.45;border-radius:8px;box-shadow:0 6px 20px rgba(0,0,0,0.28);text-align:center;opacity:0;pointer-events:none;-webkit-transform:translateY(4px);-moz-transform:translateY(4px);-ms-transform:translateY(4px);-o-transform:translateY(4px);-khtml-transform:translateY(4px);transform:translateY(4px);-webkit-transition:opacity .15s ease, transform .15s ease;-moz-transition:opacity .15s ease, transform .15s ease;-ms-transition:opacity .15s ease, transform .15s ease;-o-transition:opacity .15s ease, transform .15s ease;-khtml-transition:opacity .15s ease, transform .15s ease;transition:opacity .15s ease, transform .15s ease}.ldTooltip.visible{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);-khtml-transform:translateY(0);transform:translateY(0)}.ldTooltip:before{content:'';position:absolute;top:100%;left:var(--arrow, 50%);width:0;height:0;border:6px solid transparent;border-top-color:#23232b;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);-khtml-transform:translateX(-50%);transform:translateX(-50%)}.ldTooltip.below{-webkit-transform:translateY(-4px);-moz-transform:translateY(-4px);-ms-transform:translateY(-4px);-o-transform:translateY(-4px);-khtml-transform:translateY(-4px);transform:translateY(-4px)}.ldTooltip.below.visible{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);-khtml-transform:translateY(0);transform:translateY(0)}.ldTooltip.below:before{top:auto;bottom:100%;border-top-color:transparent;border-bottom-color:#23232b}.onlineSign{position:absolute;right:0;bottom:0;width:12px;height:12px;background-color:#46b854;border:2px solid #fff;border-radius:50%;box-sizing:content-box;pointer-events:none}body.darkMode .onlineSign{border-color:#1d1d21}:root:has(body.darkMode){color-scheme:dark;scrollbar-color:#31313a transparent}body.darkMode{scrollbar-color:#31313a transparent}body.darkMode::-webkit-scrollbar,body.darkMode ::-webkit-scrollbar{width:12px;height:12px}body.darkMode::-webkit-scrollbar-track,body.darkMode ::-webkit-scrollbar-track{background-color:transparent}body.darkMode::-webkit-scrollbar-thumb,body.darkMode ::-webkit-scrollbar-thumb{background-color:#31313a;background-clip:content-box;border:3px solid transparent;border-radius:8px}body.darkMode::-webkit-scrollbar-thumb:hover,body.darkMode ::-webkit-scrollbar-thumb:hover{background-color:#444450}body.darkMode::-webkit-scrollbar-corner,body.darkMode ::-webkit-scrollbar-corner{background-color:transparent}header{position:fixed;top:0;left:0;width:100%;height:80px;padding:10px;color:#fff;background:linear-gradient(to bottom, #3a6da0 0%, #2e5b88 100%);z-index:9999}header .container{position:relative;height:100%}header .logo,header .menu{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);-khtml-transform:translateY(-50%);transform:translateY(-50%)}header .logo{left:10px}header .logo img{display:block;width:200px}body.noTransition header .menu,body.noTransition header .menuFader{transition:none !important}header .hamburger{position:absolute;top:50%;right:14px;display:none;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:44px;height:44px;border-radius:10px;cursor:pointer;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);-khtml-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:background-color .15s ease-in-out;-moz-transition:background-color .15s ease-in-out;-ms-transition:background-color .15s ease-in-out;-o-transition:background-color .15s ease-in-out;-khtml-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out;z-index:10002}header .hamburger:hover,header .hamburger.open{background-color:rgba(255,255,255,0.12)}header .hamburger span{display:block;width:22px;height:2px;background-color:#fff;border-radius:2px;-webkit-transition:all .22s ease;-moz-transition:all .22s ease;-ms-transition:all .22s ease;-o-transition:all .22s ease;-khtml-transition:all .22s ease;transition:all .22s ease}header .hamburger.open span:nth-child(1){-webkit-transform:translateY(7px) rotate(45deg);-moz-transform:translateY(7px) rotate(45deg);-ms-transform:translateY(7px) rotate(45deg);-o-transform:translateY(7px) rotate(45deg);-khtml-transform:translateY(7px) rotate(45deg);transform:translateY(7px) rotate(45deg)}header .hamburger.open span:nth-child(2){opacity:0}header .hamburger.open span:nth-child(3){-webkit-transform:translateY(-7px) rotate(-45deg);-moz-transform:translateY(-7px) rotate(-45deg);-ms-transform:translateY(-7px) rotate(-45deg);-o-transform:translateY(-7px) rotate(-45deg);-khtml-transform:translateY(-7px) rotate(-45deg);transform:translateY(-7px) rotate(-45deg)}header .menuFader{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.55);z-index:10000}header .menu{right:30px}header .menu ul li{position:relative;display:inline-block;margin:0 20px;color:#fff;vertical-align:middle;cursor:pointer}header .menu ul li:last-of-type{margin-right:0}header .menu ul li.active .text{font-weight:600}header .menu ul li a{color:#fff;text-decoration:none}header .menu ul li .icon{position:relative;display:block;width:30px;height:30px;margin:0 auto;background-repeat:no-repeat;background-size:100% 100%}header .menu ul li .icon .counter{position:absolute;top:-5px;right:-8px;min-width:20px;height:20px;padding:0 5px;color:#fff;background-color:#d63b34;font-size:11px;font-weight:600;line-height:16px;letter-spacing:0;text-align:center;border:2px solid #3a6da0;border-radius:20px;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}header .menu ul li .icon.home{background-image:url(/assets/images/elements/header/home.svg)}header .menu ul li .icon.search{background-image:url(/assets/images/elements/header/search.svg)}header .menu ul li .icon.chat{background-image:url(/assets/images/elements/header/chat.svg)}header .menu ul li .icon.notifications{background-image:url(/assets/images/elements/header/notifications.svg)}header .menu ul li .icon img{width:30px;height:30px;border-radius:50%}header .menu ul li .text{display:block;margin-top:8px;font-size:15px;text-align:center}header .menu ul li .submenu{position:absolute;top:calc(100% + 14px);right:-8px;min-width:210px;padding:6px;background-color:#fff;border:1px solid rgba(0,0,0,0.06);border-radius:12px;box-shadow:0 12px 32px rgba(0,0,0,0.3),0 2px 6px rgba(0,0,0,0.12);text-align:left;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}header .menu ul li .submenu:before{content:'';position:absolute;top:-6px;right:22px;width:11px;height:11px;background-color:#fff;border-top:1px solid rgba(0,0,0,0.06);border-left:1px solid rgba(0,0,0,0.06);border-radius:2px 0 0 0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);-khtml-transform:rotate(45deg);transform:rotate(45deg)}header .menu ul li .submenu li{display:flex;align-items:center;gap:10px;width:100%;margin:0;padding:9px 12px;color:#222;font-size:15px;border-radius:8px;white-space:nowrap;-webkit-transition:background-color .12s ease-in-out;-moz-transition:background-color .12s ease-in-out;-ms-transition:background-color .12s ease-in-out;-o-transition:background-color .12s ease-in-out;-khtml-transition:background-color .12s ease-in-out;transition:background-color .12s ease-in-out}header .menu ul li .submenu li:hover{background-color:#f2f2f2}header .menu ul li .submenu li .menuIcon{flex:0 0 auto;width:18px;height:18px;background-color:#52525b;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}header .menu ul li .submenu li.profile .menuIcon{-webkit-mask-image:url(/assets/images/common/icons/user.svg);mask-image:url(/assets/images/common/icons/user.svg)}header .menu ul li .submenu li.subscription .menuIcon{-webkit-mask-image:url(/assets/images/common/icons/card.svg);mask-image:url(/assets/images/common/icons/card.svg)}header .menu ul li .submenu li.exit{position:relative;margin-top:7px;color:#d63b34}header .menu ul li .submenu li.exit:before{content:'';position:absolute;top:-4px;left:8px;right:8px;height:1px;background-color:rgba(0,0,0,0.08)}header .menu ul li .submenu li.exit .menuIcon{background-color:#d63b34;-webkit-mask-image:url(/assets/images/common/icons/logout.svg);mask-image:url(/assets/images/common/icons/logout.svg)}header .menu ul li .submenu li.exit:hover{background-color:rgba(214,59,52,0.08)}header .menu ul li .submenu li a{color:#222}header .bottomBar{display:none}header .bottomBar ul{display:flex;height:56px;align-items:center;margin:0;padding:0;list-style:none}header .bottomBar ul li{flex:1 1 0;position:relative;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}header .bottomBar ul li a{display:block;color:inherit;text-decoration:none}header .bottomBar ul li .icon{position:relative;display:block;width:26px;height:26px;margin:0 auto;background-repeat:no-repeat;background-size:100% 100%}header .bottomBar ul li .icon .counter{position:absolute;top:-5px;right:-8px;min-width:18px;height:18px;padding:0 4px;color:#fff;background-color:#d63b34;font-size:11px;font-weight:600;line-height:14px;letter-spacing:0;text-align:center;border:2px solid #3a6da0;border-radius:20px;box-sizing:border-box}header .bottomBar ul li .icon.home{background-image:url(/assets/images/elements/header/home.svg)}header .bottomBar ul li .icon.search{background-image:url(/assets/images/elements/header/search.svg)}header .bottomBar ul li .icon.chat{background-image:url(/assets/images/elements/header/chat.svg)}header .bottomBar ul li .icon.notifications{background-image:url(/assets/images/elements/header/notifications.svg)}header .bottomBar ul li .text{display:block;margin-top:4px;font-size:11px;line-height:1.2}header .bottomBar ul li.active .icon,header .bottomBar ul li.active .text{opacity:1}header .bottomBar ul li:not(.active) .icon,header .bottomBar ul li:not(.active) .text{opacity:.72}@media (max-width:860px){header .bottomBar{position:fixed;left:0;right:0;bottom:0;display:block;color:#fff;background:linear-gradient(to bottom, #3a6da0 0%, #2e5b88 100%);box-shadow:0 -2px 10px rgba(0,0,0,0.18);padding-bottom:env(safe-area-inset-bottom, 0);z-index:9000}header .hamburger{display:flex}header .menuFader{display:block}header .menu{position:fixed;top:0;right:0;bottom:0;left:auto;width:290px;max-width:84vw;padding:80px 0 24px;background:linear-gradient(to bottom, #3a6da0 0%, #2e5b88 160px, #2e5b88 100%);box-shadow:-8px 0 28px rgba(0,0,0,0.35);overflow-y:auto;overscroll-behavior:contain;z-index:10001;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);-khtml-transform:translateX(100%);transform:translateX(100%);visibility:hidden;transition:transform .25s ease,visibility 0s linear .25s}header .menu.open{visibility:visible;transition:transform .25s ease,visibility 0s;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);-khtml-transform:translateX(0);transform:translateX(0)}header .menu ul li{display:flex;align-items:center;gap:14px;width:100%;margin:0;padding:14px 22px;text-align:left;flex-wrap:wrap}header .menu ul li:last-of-type{margin-right:0}header .menu ul li>a{display:flex;align-items:center;gap:14px;width:100%}header .menu ul li .icon{flex:0 0 auto;margin:0}header .menu ul li .text{margin-top:0;font-size:16px;text-align:left}header .menu ul li .submenu{position:static;width:100%;min-width:0;margin-top:10px;padding:4px 0 0;background:none;border:none;border-top:1px solid rgba(255,255,255,0.18);border-radius:0;box-shadow:none}header .menu ul li .submenu:before{display:none}header .menu ul li .submenu li{padding:12px 8px;color:#fff;font-size:15px}header .menu ul li .submenu li:hover{background-color:rgba(255,255,255,0.1)}header .menu ul li .submenu li .menuIcon{background-color:#fff}header .menu ul li .submenu li.exit{margin-top:4px;color:#fff}header .menu ul li .submenu li.exit:before{background-color:rgba(255,255,255,0.18)}header .menu ul li .submenu li.exit .menuIcon{background-color:#fff}header .menu ul li .submenu li.exit:hover{background-color:rgba(214,59,52,0.45)}header .menu ul li .submenu li a{color:#fff}}@media (max-width:760px){header{height:60px}header .logo img{width:150px}header .menu{padding-top:60px}}footer{padding:40px 20px 30px;color:#fff;background-color:#222;text-align:center}footer ul{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px 34px}footer ul li{font-size:14px;font-weight:400;text-decoration:none;opacity:.75;cursor:pointer;-webkit-transition:opacity .15s ease-in-out;-moz-transition:opacity .15s ease-in-out;-ms-transition:opacity .15s ease-in-out;-o-transition:opacity .15s ease-in-out;-khtml-transition:opacity .15s ease-in-out;transition:opacity .15s ease-in-out}footer ul li:hover{opacity:1;text-decoration:underline}footer ul li a{color:#fff;text-decoration:none}footer .copyright{margin-top:26px;color:#7f7f7f;font-size:13px}.mainContent{padding-top:80px;background-color:#f2f2f2}@media (max-width:760px){.mainContent{padding-top:60px}}.container{max-width:1680px;margin:0 auto;padding:0 20px}@media (max-width:860px){body{padding-bottom:calc(56px + env(safe-area-inset-bottom, 0px))}}body.darkMode header{background:linear-gradient(to bottom, #1e2a38 0%, #161f2a 100%)}body.darkMode header .menu ul li .icon .counter{border-color:#1e2a38}body.darkMode header .bottomBar{background:linear-gradient(to bottom, #1e2a38 0%, #161f2a 100%);box-shadow:0 -2px 10px rgba(0,0,0,0.45)}body.darkMode header .bottomBar ul li .icon .counter{border-color:#1e2a38}body.darkMode header .menu ul li .submenu{background-color:#26262c;border-color:#35353d;box-shadow:0 12px 32px rgba(0,0,0,0.55),0 2px 6px rgba(0,0,0,0.3)}body.darkMode header .menu ul li .submenu:before{background-color:#26262c;border-top-color:#35353d;border-left-color:#35353d}body.darkMode header .menu ul li .submenu li{color:#e6e6e9}body.darkMode header .menu ul li .submenu li:hover{background-color:#31313a}body.darkMode header .menu ul li .submenu li .menuIcon{background-color:#e6e6e9}body.darkMode header .menu ul li .submenu li.exit{color:#d63b34}body.darkMode header .menu ul li .submenu li.exit:before{background-color:#35353d}body.darkMode header .menu ul li .submenu li.exit .menuIcon{background-color:#d63b34}body.darkMode header .menu ul li .submenu li.exit:hover{background-color:rgba(214,59,52,0.15)}body.darkMode header .menu ul li .submenu li a{color:#e6e6e9}@media (max-width:860px){body.darkMode header .menu{background:linear-gradient(to bottom, #1e2a38 0%, #161f2a 160px, #161f2a 100%);box-shadow:-8px 0 28px rgba(0,0,0,0.6)}body.darkMode header .menu ul li .submenu{background:none;border:none;border-top:1px solid rgba(255,255,255,0.18);box-shadow:none}body.darkMode header .menu ul li .submenu li{color:#fff}body.darkMode header .menu ul li .submenu li:hover{background-color:rgba(255,255,255,0.1)}body.darkMode header .menu ul li .submenu li .menuIcon{background-color:#fff}body.darkMode header .menu ul li .submenu li.exit{color:#fff}body.darkMode header .menu ul li .submenu li.exit:before{background-color:rgba(255,255,255,0.18)}body.darkMode header .menu ul li .submenu li.exit:hover{background-color:rgba(214,59,52,0.45)}}body.darkMode footer{background-color:#0e0e10}body.darkMode .mainContent{background-color:#131316}.layersContainer .fader{content:'';position:fixed;top:0;left:0;width:100%;height:100%;background-color:#222;opacity:.7;z-index:99999;display:none}.layersContainer .layer{position:absolute;top:50%;left:50%;padding:20px;color:#222;background-color:#fff;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);transform:translate(-50%, -50%);box-shadow:0 0 5px 1px #bbb;border-radius:10px;z-index:100000;display:none}.layersContainer .layer .title{margin-bottom:20px;font-size:20px;font-weight:600}.layersContainer .layer .inputGroup:not(:last-of-type){margin-bottom:10px}.layersContainer .layer .inputGroup .label{margin-bottom:5px;font-size:16px}.layersContainer .layer .inputGroup .input input{width:100%}.layersContainer .layer .inputGroup .input input[type=text],.layersContainer .layer .inputGroup .input input[type=email],.layersContainer .layer .inputGroup .input input[type=password]{padding:5px;font-size:16px;border:1px solid #222;outline:none}.layersContainer .layer .buttonContainer{margin-top:25px;text-align:center}.layersContainer .layer .buttonContainer .button{display:inline-block;font-size:16px}.layersContainer .layer .buttonContainer .button:not(:last-of-type){margin-right:20px}.layersContainer .layer[data-layer-name=message]{padding:30px 20px;width:360px}@media (max-width:400px){.layersContainer .layer[data-layer-name=message]{width:300px}}.layersContainer .layer[data-layer-name=message].fit{width:max-content;min-width:300px;max-width:560px}.layersContainer .layer[data-layer-name=message].fit .text{text-wrap:balance}@media (max-width:584px){.layersContainer .layer[data-layer-name=message].fit{max-width:calc(100vw - 24px)}}@media (max-width:324px){.layersContainer .layer[data-layer-name=message].fit{min-width:calc(100vw - 24px)}}.layersContainer .layer[data-layer-name=message] .text{font-size:18px;text-align:center;line-height:1.2}.layersContainer .layer[data-layer-name=message] .buttonContainer .button{padding:10px 30px;font-size:20px}.layersContainer .layer[data-layer-name=confirm]{padding:30px 20px;width:300px}.layersContainer .layer[data-layer-name=confirm] .text{font-size:18px;line-height:1.2}.layersContainer .layer[data-layer-name=confirm] .buttonContainer .button{width:calc(50% - 10px);padding:10px 0;font-size:20px}.layersContainer .layer[data-layer-name="languageSelector"]{max-width:640px;color:#fff;background-color:#222}.layersContainer .layer[data-layer-name="languageSelector"] .exit{position:absolute;top:-15px;right:-15px;width:40px;height:40px;background:#222 url(/assets/images/common/icons/exitWhite.svg) no-repeat center center;background-size:60%;border-radius:50%;box-shadow:0 0 5px 1px #bbb;cursor:pointer}.layersContainer .layer[data-layer-name="languageSelector"] .exit:hover{background-color:#272727}.layersContainer .layer[data-layer-name="languageSelector"] ul li{display:inline-block;margin:15px;font-size:18px;font-weight:500;vertical-align:top}.layersContainer .layer[data-layer-name="languageSelector"] ul li a{color:#fff;text-decoration:none}.layersContainer .layer[data-layer-name="languageSelector"] ul li.selected{font-weight:600;text-decoration:underline}@media (max-width:760px){.layersContainer .layer[data-layer-name="languageSelector"]{width:calc(100vw - 24px);max-width:none;padding:46px 12px 12px}.layersContainer .layer[data-layer-name="languageSelector"] .exit{top:8px;right:8px;width:32px;height:32px;box-shadow:none}.layersContainer .layer[data-layer-name="languageSelector"] ul{display:grid;grid-template-columns:1fr 1fr;gap:2px;max-height:calc(100vh - 90px);overflow-y:auto;overscroll-behavior:contain}.layersContainer .layer[data-layer-name="languageSelector"] ul li{display:block;margin:0;padding:12px 6px;font-size:14px;text-align:center}}.layersContainer .layer[data-layer-name=share]{width:420px;max-width:calc(100vw - 24px);padding:28px 24px 24px;text-align:center}.layersContainer .layer[data-layer-name=share] .close{position:absolute;top:12px;right:12px;width:18px;height:18px;background:url(/assets/images/common/icons/exitBlack.svg) no-repeat center center;background-size:100% 100%;opacity:.5;-webkit-transition:opacity .15s ease-in-out;-moz-transition:opacity .15s ease-in-out;-ms-transition:opacity .15s ease-in-out;-o-transition:opacity .15s ease-in-out;-khtml-transition:opacity .15s ease-in-out;transition:opacity .15s ease-in-out;cursor:pointer}.layersContainer .layer[data-layer-name=share] .close:hover{opacity:1}.layersContainer .layer[data-layer-name=share] .pictogram{display:flex;align-items:center;justify-content:center;width:62px;height:62px;margin:0 auto 16px;background-color:rgba(49,98,157,0.12);border-radius:50%}.layersContainer .layer[data-layer-name=share] .pictogram svg{width:30px;height:30px}.layersContainer .layer[data-layer-name=share] .pictogram svg path{fill:#31629d}.layersContainer .layer[data-layer-name=share] .title{margin-bottom:8px;font-size:20px;font-weight:600}.layersContainer .layer[data-layer-name=share] .text{margin-bottom:20px;color:#7f7f7f;font-size:15px;line-height:1.45}.layersContainer .layer[data-layer-name=share] .linkBox{display:flex;align-items:center;gap:8px;padding:6px 6px 6px 14px;background-color:#f0f2f5;border-radius:12px;text-align:left}.layersContainer .layer[data-layer-name=share] .linkBox .link{flex:1 1 auto;min-width:0;padding:0;color:#222;background:transparent;font-family:inherit;font-size:14px;border:none;outline:none;text-overflow:ellipsis}.layersContainer .layer[data-layer-name=share] .linkBox .copy{position:relative;flex:0 0 auto;padding:9px 16px;color:#fff;background-color:#31629d;font-family:inherit;font-size:14px;font-weight:600;border:none;border-radius:8px;-webkit-transition:background-color .15s ease-in-out;-moz-transition:background-color .15s ease-in-out;-ms-transition:background-color .15s ease-in-out;-o-transition:background-color .15s ease-in-out;-khtml-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out;cursor:pointer}.layersContainer .layer[data-layer-name=share] .linkBox .copy:hover{background-color:#2a5386}.layersContainer .layer[data-layer-name=share] .linkBox .copy .done{display:none;align-items:center;gap:6px}.layersContainer .layer[data-layer-name=share] .linkBox .copy .done .icon{display:flex;width:14px;height:14px}.layersContainer .layer[data-layer-name=share] .linkBox .copy .done .icon svg{width:100%;height:100%}.layersContainer .layer[data-layer-name=share] .linkBox .copy .done .icon svg path{fill:#fff}.layersContainer .layer[data-layer-name=share] .linkBox .copy.copied{background-color:#2ecc71}.layersContainer .layer[data-layer-name=share] .linkBox .copy.copied .label{display:none}.layersContainer .layer[data-layer-name=share] .linkBox .copy.copied .done{display:flex}.layersContainer .layer[data-layer-name=share] .visibility{display:flex;align-items:center;gap:12px;margin-top:12px;padding:12px 12px 12px 14px;border:1px solid #e4e6eb;border-radius:12px;text-align:left}.layersContainer .layer[data-layer-name=share] .visibility .icon{flex:0 0 auto;width:20px;height:20px;background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-image:url("/assets/images/common/icons/key.svg");mask-image:url("/assets/images/common/icons/key.svg");background-color:#52525b}.layersContainer .layer[data-layer-name=share] .visibility .labels{flex:1 1 auto;min-width:0}.layersContainer .layer[data-layer-name=share] .visibility .labels .label{display:block;font-size:14px;font-weight:600;line-height:1.3}.layersContainer .layer[data-layer-name=share] .visibility .labels .note{display:block;margin-top:2px;color:#7f7f7f;font-size:12px;line-height:1.35}.layersContainer .layer[data-layer-name=share] .visibility .labels .public{display:none}.layersContainer .layer[data-layer-name=share] .visibility .change{flex:0 0 auto;padding:7px 12px;color:#31629d;background-color:transparent;font-family:inherit;font-size:13px;font-weight:600;border:1px solid rgba(49,98,157,0.35);border-radius:8px;-webkit-transition:background-color .15s ease-in-out;-moz-transition:background-color .15s ease-in-out;-ms-transition:background-color .15s ease-in-out;-o-transition:background-color .15s ease-in-out;-khtml-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out;cursor:pointer}.layersContainer .layer[data-layer-name=share] .visibility .change:hover{background-color:rgba(49,98,157,0.08)}.layersContainer .layer[data-layer-name=share] .visibility[data-value="1"] .icon{-webkit-mask-image:url("/assets/images/common/icons/eye.svg");mask-image:url("/assets/images/common/icons/eye.svg")}.layersContainer .layer[data-layer-name=share] .visibility[data-value="1"] .labels .members{display:none}.layersContainer .layer[data-layer-name=share] .visibility[data-value="1"] .labels .public{display:block}.layersContainer .layer[data-layer-name=share] .buttonContainer{margin-top:22px}.layersContainer .layer[data-layer-name=share] .buttonContainer .button{padding:10px 30px;font-size:16px}@media (max-width:480px){.layersContainer .layer[data-layer-name=share]{padding:24px 16px 20px}.layersContainer .layer[data-layer-name=share] .linkBox{flex-wrap:wrap;padding:12px}.layersContainer .layer[data-layer-name=share] .linkBox .link{flex:1 1 100%;margin-bottom:10px}.layersContainer .layer[data-layer-name=share] .linkBox .copy{flex:1 1 100%;text-align:center}.layersContainer .layer[data-layer-name=share] .linkBox .copy .done{justify-content:center}}.layersContainer .layer[data-layer-name=storyOptions],.layersContainer .layer[data-layer-name=storyVisibility]{width:440px;max-width:calc(100vw - 24px);padding:26px 24px 22px}.layersContainer .layer[data-layer-name=storyOptions] .close,.layersContainer .layer[data-layer-name=storyVisibility] .close{position:absolute;top:12px;right:12px;width:18px;height:18px;background:url(/assets/images/common/icons/exitBlack.svg) no-repeat center center;background-size:100% 100%;opacity:.5;-webkit-transition:opacity .15s ease-in-out;-moz-transition:opacity .15s ease-in-out;-ms-transition:opacity .15s ease-in-out;-o-transition:opacity .15s ease-in-out;-khtml-transition:opacity .15s ease-in-out;transition:opacity .15s ease-in-out;cursor:pointer}.layersContainer .layer[data-layer-name=storyOptions] .close:hover,.layersContainer .layer[data-layer-name=storyVisibility] .close:hover{opacity:1}.layersContainer .layer[data-layer-name=storyOptions] .title,.layersContainer .layer[data-layer-name=storyVisibility] .title{margin-bottom:6px;font-size:20px;font-weight:600}.layersContainer .layer[data-layer-name=storyOptions] .text,.layersContainer .layer[data-layer-name=storyVisibility] .text{margin-bottom:18px;color:#7f7f7f;font-size:15px;line-height:1.45}.layersContainer .layer[data-layer-name=storyOptions] .options .option,.layersContainer .layer[data-layer-name=storyVisibility] .options .option{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;background-color:#f0f2f5;border:1px solid transparent;border-radius:12px;cursor:pointer;-webkit-transition:all .15s ease;-moz-transition:all .15s ease;-ms-transition:all .15s ease;-o-transition:all .15s ease;-khtml-transition:all .15s ease;transition:all .15s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.layersContainer .layer[data-layer-name=storyOptions] .options .option:not(:last-of-type),.layersContainer .layer[data-layer-name=storyVisibility] .options .option:not(:last-of-type){margin-bottom:10px}.layersContainer .layer[data-layer-name=storyOptions] .options .option:hover,.layersContainer .layer[data-layer-name=storyVisibility] .options .option:hover{background-color:#e4e7ed}.layersContainer .layer[data-layer-name=storyOptions] .options .option .icon,.layersContainer .layer[data-layer-name=storyVisibility] .options .option .icon{flex:0 0 auto;width:20px;height:20px;margin-top:1px;background-color:#52525b;background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.layersContainer .layer[data-layer-name=storyOptions] .options .option .labels,.layersContainer .layer[data-layer-name=storyVisibility] .options .option .labels{min-width:0}.layersContainer .layer[data-layer-name=storyOptions] .options .option .labels .label,.layersContainer .layer[data-layer-name=storyVisibility] .options .option .labels .label{display:block;font-size:15px;font-weight:600;line-height:1.3}.layersContainer .layer[data-layer-name=storyOptions] .options .option .labels .note,.layersContainer .layer[data-layer-name=storyVisibility] .options .option .labels .note{display:block;margin-top:3px;color:#7f7f7f;font-size:13px;line-height:1.35}.layersContainer .layer[data-layer-name=storyOptions] .options .option.hideStory .icon,.layersContainer .layer[data-layer-name=storyVisibility] .options .option.hideStory .icon{-webkit-mask-image:url("/assets/images/common/icons/eye.svg");mask-image:url("/assets/images/common/icons/eye.svg")}.layersContainer .layer[data-layer-name=storyOptions] .options .option.hideAuthor .icon,.layersContainer .layer[data-layer-name=storyVisibility] .options .option.hideAuthor .icon{-webkit-mask-image:url("/assets/images/common/icons/user.svg");mask-image:url("/assets/images/common/icons/user.svg")}.layersContainer .layer[data-layer-name=storyOptions] .options .option.blockAuthor .icon,.layersContainer .layer[data-layer-name=storyVisibility] .options .option.blockAuthor .icon{background-color:#d63b34;-webkit-mask-image:url("/assets/images/common/icons/block.svg");mask-image:url("/assets/images/common/icons/block.svg")}.layersContainer .layer[data-layer-name=storyOptions] .options .option.blockAuthor .label,.layersContainer .layer[data-layer-name=storyVisibility] .options .option.blockAuthor .label{color:#d63b34}.layersContainer .layer[data-layer-name=storyOptions] .options .option.blockAuthor:hover,.layersContainer .layer[data-layer-name=storyVisibility] .options .option.blockAuthor:hover{background-color:rgba(214,59,52,0.08);border-color:rgba(214,59,52,0.35)}.layersContainer .layer[data-layer-name=storyOptions] .options .option[data-value="0"] .icon,.layersContainer .layer[data-layer-name=storyVisibility] .options .option[data-value="0"] .icon{-webkit-mask-image:url("/assets/images/common/icons/key.svg");mask-image:url("/assets/images/common/icons/key.svg")}.layersContainer .layer[data-layer-name=storyOptions] .options .option[data-value="1"] .icon,.layersContainer .layer[data-layer-name=storyVisibility] .options .option[data-value="1"] .icon{-webkit-mask-image:url("/assets/images/common/icons/eye.svg");mask-image:url("/assets/images/common/icons/eye.svg")}.layersContainer .layer[data-layer-name=storyOptions] .options .option.selected,.layersContainer .layer[data-layer-name=storyVisibility] .options .option.selected{background-color:rgba(214,59,52,0.08);border-color:rgba(214,59,52,0.35)}.layersContainer .layer[data-layer-name=storyOptions] .options .option.selected .icon,.layersContainer .layer[data-layer-name=storyVisibility] .options .option.selected .icon{background-color:#d63b34}.layersContainer .layer[data-layer-name=storyOptions] .buttonContainer,.layersContainer .layer[data-layer-name=storyVisibility] .buttonContainer{margin-top:18px}.layersContainer .layer[data-layer-name=storyOptions] .buttonContainer .button,.layersContainer .layer[data-layer-name=storyVisibility] .buttonContainer .button{padding:9px 26px;font-size:15px}.layersContainer .layer[data-layer-name=storyVisibility] .title{margin-bottom:20px}.layersContainer .layer.accountClose,.layersContainer .layer.accountInfo{width:460px;max-width:calc(100vw - 24px);padding:28px 26px 24px}.layersContainer .layer.accountClose .close,.layersContainer .layer.accountInfo .close{position:absolute;top:12px;right:12px;width:18px;height:18px;background:url(/assets/images/common/icons/exitBlack.svg) no-repeat center center;background-size:100% 100%;opacity:.5;-webkit-transition:opacity .15s ease-in-out;-moz-transition:opacity .15s ease-in-out;-ms-transition:opacity .15s ease-in-out;-o-transition:opacity .15s ease-in-out;-khtml-transition:opacity .15s ease-in-out;transition:opacity .15s ease-in-out;cursor:pointer}.layersContainer .layer.accountClose .close:hover,.layersContainer .layer.accountInfo .close:hover{opacity:1}.layersContainer .layer.accountClose .title,.layersContainer .layer.accountInfo .title{margin-bottom:10px;font-size:20px;font-weight:600}.layersContainer .layer.accountClose .text,.layersContainer .layer.accountInfo .text{color:#7f7f7f;font-size:15px;line-height:1.55}.layersContainer .layer.accountClose .text+.text,.layersContainer .layer.accountInfo .text+.text{margin-top:10px}.layersContainer .layer.accountClose .buttonContainer,.layersContainer .layer.accountInfo .buttonContainer{margin-top:22px;text-align:center}.layersContainer .layer.accountClose .buttonContainer .button,.layersContainer .layer.accountInfo .buttonContainer .button{padding:9px 26px;font-size:15px}.layersContainer .layer.accountClose .options{display:flex;flex-direction:column;gap:12px;margin-top:20px}.layersContainer .layer.accountClose .option{position:relative;display:flex;align-items:center;gap:14px;width:100%;padding:16px 18px;background-color:#fff;font-family:inherit;text-align:left;border:1px solid #c9c9c9;border-radius:12px;cursor:pointer;-webkit-transition:all .15s ease-in-out;-moz-transition:all .15s ease-in-out;-ms-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;-khtml-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.layersContainer .layer.accountClose .option:hover{border-color:#31629d;box-shadow:0 4px 16px rgba(0,0,0,0.08)}.layersContainer .layer.accountClose .option .optionIcon{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:46px;height:46px;background-color:rgba(49,98,157,0.12);border-radius:50%}.layersContainer .layer.accountClose .option .optionIcon svg{width:24px;height:24px}.layersContainer .layer.accountClose .option .optionIcon svg path{fill:#31629d}.layersContainer .layer.accountClose .option .optionBody{flex:1 1 auto;min-width:0}.layersContainer .layer.accountClose .option .optionTitle{display:block;margin-bottom:3px;color:#222;font-size:16px;font-weight:600}.layersContainer .layer.accountClose .option .optionText{display:block;color:#7f7f7f;font-size:13px;line-height:1.45}.layersContainer .layer.accountClose .option .optionBadge{position:absolute;top:-9px;right:14px;padding:2px 10px;color:#fff;background-color:#31629d;font-size:11px;font-weight:600;border-radius:10px;text-transform:uppercase;letter-spacing:.04em}.layersContainer .layer.accountClose .option.delete .optionIcon{background-color:rgba(214,59,52,0.1)}.layersContainer .layer.accountClose .option.delete .optionIcon svg path{fill:#d63b34}.layersContainer .layer.accountClose .option.delete:hover{border-color:#d63b34}.layersContainer .layer.accountInfo{text-align:center}.layersContainer .layer.accountInfo .pictogram{display:flex;align-items:center;justify-content:center;width:62px;height:62px;margin:0 auto 16px;background-color:rgba(49,98,157,0.12);border-radius:50%}.layersContainer .layer.accountInfo .pictogram svg{width:30px;height:30px}.layersContainer .layer.accountInfo .pictogram svg path{fill:#31629d}.layersContainer .layer.activated .graphic{margin-bottom:14px}.layersContainer .layer.activated .graphic svg{width:100%;max-width:220px;height:auto}.layersContainer .layer.activated .graphic svg .trail,.layersContainer .layer.activated .graphic svg .sparkles{stroke:#c9c9c9}.layersContainer .layer.activated .graphic svg .envelope{stroke:#d63b34}.layersContainer .layer.activated .graphic svg .envelope rect{fill:#fff}.layersContainer .layer.activated .graphic svg .badge{stroke:#46b854}.layersContainer .layer.activated .graphic svg .badge circle{fill:#fff}.layersContainer .layer.activated .text.info{margin-top:16px;padding:12px 14px;background-color:#f2f2f2;font-size:14px;border-radius:10px}.layersContainer .layer.welcome .graphic{margin-bottom:14px}.layersContainer .layer.welcome .graphic svg{width:100%;max-width:220px;height:auto}.layersContainer .layer.welcome .graphic svg .trail,.layersContainer .layer.welcome .graphic svg .sparkles{stroke:#c9c9c9}.layersContainer .layer.welcome .graphic svg .envelope{stroke:#d63b34}.layersContainer .layer.welcome .graphic svg .envelope rect{fill:#fff}.layersContainer .layer.welcome .text.info{margin-top:16px;padding:12px 14px;background-color:#f2f2f2;font-size:14px;border-radius:10px}.layersContainer .layer.welcome .resend{margin-top:16px;color:#7f7f7f;font-size:14px}.layersContainer .layer.welcome .resend .resendDone,.layersContainer .layer.welcome .resend .resendWait{display:none}.layersContainer .layer.welcome .resend .resendButton{padding:0;color:#31629d;font-family:inherit;font-size:14px;background:none;border:none;text-decoration:underline;cursor:pointer}.layersContainer .layer.welcome .resend .resendButton:disabled{color:#c9c9c9;cursor:default}.layersContainer .layer.welcome .resend.done .resendPrompt,.layersContainer .layer.welcome .resend.wait .resendPrompt{display:none}.layersContainer .layer.welcome .resend.done .resendDone{display:inline}.layersContainer .layer.welcome .resend.wait .resendWait{display:inline}.layersContainer .layer[data-layer-name=report]{width:440px;max-width:calc(100vw - 24px);padding:26px 24px 22px}.layersContainer .layer[data-layer-name=report] .close{position:absolute;top:12px;right:12px;width:18px;height:18px;background:url(/assets/images/common/icons/exitBlack.svg) no-repeat center center;background-size:100% 100%;opacity:.5;-webkit-transition:opacity .15s ease-in-out;-moz-transition:opacity .15s ease-in-out;-ms-transition:opacity .15s ease-in-out;-o-transition:opacity .15s ease-in-out;-khtml-transition:opacity .15s ease-in-out;transition:opacity .15s ease-in-out;cursor:pointer}.layersContainer .layer[data-layer-name=report] .close:hover{opacity:1}.layersContainer .layer[data-layer-name=report] .pictogram{display:flex;align-items:center;justify-content:center;width:56px;height:56px;margin:0 auto 14px;background-color:rgba(214,59,52,0.12);border-radius:50%}.layersContainer .layer[data-layer-name=report] .pictogram svg{width:26px;height:26px}.layersContainer .layer[data-layer-name=report] .pictogram svg path{fill:#d63b34}.layersContainer .layer[data-layer-name=report] .title{margin-bottom:6px;font-size:20px;font-weight:600;text-align:center}.layersContainer .layer[data-layer-name=report] .text{margin-bottom:20px;color:#7f7f7f;font-size:14px;line-height:1.45;text-align:center}.layersContainer .layer[data-layer-name=report] .field:not(:last-of-type){margin-bottom:14px}.layersContainer .layer[data-layer-name=report] .field .fieldLabel{margin-bottom:6px;font-size:14px;font-weight:600}.layersContainer .layer[data-layer-name=report] .field select,.layersContainer .layer[data-layer-name=report] .field textarea{width:100%;padding:10px 12px;color:#222;background-color:#fff;font-family:inherit;font-size:15px;border:1px solid #c9c9c9;border-radius:10px;outline:none;-webkit-transition:border-color .15s ease-in-out;-moz-transition:border-color .15s ease-in-out;-ms-transition:border-color .15s ease-in-out;-o-transition:border-color .15s ease-in-out;-khtml-transition:border-color .15s ease-in-out;transition:border-color .15s ease-in-out}.layersContainer .layer[data-layer-name=report] .field select:focus,.layersContainer .layer[data-layer-name=report] .field textarea:focus{border-color:rgba(49,98,157,0.6)}.layersContainer .layer[data-layer-name=report] .field textarea{height:90px;resize:none;line-height:1.4}.layersContainer .layer[data-layer-name=report] .buttonContainer{margin-top:20px}.layersContainer .layer[data-layer-name=report] .buttonContainer .button{padding:10px 26px;font-size:15px}.layersContainer .layer[data-layer-name=report] .buttonContainer .button[disabled]{opacity:.45;cursor:default}@media (max-width:480px){.layersContainer .layer[data-layer-name=report]{padding:24px 16px 20px}.layersContainer .layer[data-layer-name=report] .buttonContainer .button{width:calc(50% - 12px);padding:10px 0}}body.darkMode .layersContainer .layer:not([data-layer-name="languageSelector"]){color:#e6e6e9;background-color:#1d1d21;box-shadow:0 0 5px 1px rgba(0,0,0,0.5)}body.darkMode .layersContainer .layer:not([data-layer-name="languageSelector"]) .inputGroup .input input[type=text],body.darkMode .layersContainer .layer:not([data-layer-name="languageSelector"]) .inputGroup .input input[type=email],body.darkMode .layersContainer .layer:not([data-layer-name="languageSelector"]) .inputGroup .input input[type=password]{color:#e6e6e9;background-color:#26262c;border-color:#35353d}body.darkMode .layersContainer .layer.accountClose .close,body.darkMode .layersContainer .layer.accountInfo .close{background-image:url(/assets/images/common/icons/exitWhite.svg)}body.darkMode .layersContainer .layer.accountClose .text,body.darkMode .layersContainer .layer.accountInfo .text{color:#9b9ba5}body.darkMode .layersContainer .layer.activated .graphic svg .trail,body.darkMode .layersContainer .layer.activated .graphic svg .sparkles{stroke:#31313a}body.darkMode .layersContainer .layer.activated .graphic svg .envelope rect,body.darkMode .layersContainer .layer.activated .graphic svg .badge rect,body.darkMode .layersContainer .layer.activated .graphic svg .envelope circle,body.darkMode .layersContainer .layer.activated .graphic svg .badge circle{fill:#1d1d21}body.darkMode .layersContainer .layer.activated .text.info{background-color:#26262c}body.darkMode .layersContainer .layer.welcome .graphic svg .trail,body.darkMode .layersContainer .layer.welcome .graphic svg .sparkles{stroke:#31313a}body.darkMode .layersContainer .layer.welcome .graphic svg .envelope rect{fill:#1d1d21}body.darkMode .layersContainer .layer.welcome .text.info{background-color:#26262c}body.darkMode .layersContainer .layer.welcome .resend{color:#9b9ba5}body.darkMode .layersContainer .layer.welcome .resend .resendButton{color:#78a2d5}body.darkMode .layersContainer .layer.welcome .resend .resendButton:disabled{color:#31313a}body.darkMode .layersContainer .layer.accountClose .option{background-color:#26262c;border-color:#35353d}body.darkMode .layersContainer .layer.accountClose .option .optionTitle{color:#e6e6e9}body.darkMode .layersContainer .layer.accountClose .option .optionText{color:#9b9ba5}body.darkMode .layersContainer .layer[data-layer-name=share] .close{background-image:url(/assets/images/common/icons/exitWhite.svg)}body.darkMode .layersContainer .layer[data-layer-name=share] .pictogram{background-color:rgba(120,162,213,0.16)}body.darkMode .layersContainer .layer[data-layer-name=share] .pictogram svg path{fill:#78a2d5}body.darkMode .layersContainer .layer[data-layer-name=share] .text{color:#9b9ba5}body.darkMode .layersContainer .layer[data-layer-name=share] .linkBox{background-color:#26262c}body.darkMode .layersContainer .layer[data-layer-name=share] .linkBox .link{color:#e6e6e9}body.darkMode .layersContainer .layer[data-layer-name=share] .visibility{border-color:#35353d}body.darkMode .layersContainer .layer[data-layer-name=share] .visibility .icon{background-color:#9b9ba5}body.darkMode .layersContainer .layer[data-layer-name=share] .visibility .labels .note{color:#9b9ba5}body.darkMode .layersContainer .layer[data-layer-name=share] .visibility .change{color:#78a2d5;border-color:rgba(120,162,213,0.35)}body.darkMode .layersContainer .layer[data-layer-name=share] .visibility .change:hover{background-color:rgba(120,162,213,0.12)}body.darkMode .layersContainer .layer[data-layer-name=storyOptions] .close,body.darkMode .layersContainer .layer[data-layer-name=storyVisibility] .close{background-image:url(/assets/images/common/icons/exitWhite.svg)}body.darkMode .layersContainer .layer[data-layer-name=storyOptions] .text,body.darkMode .layersContainer .layer[data-layer-name=storyVisibility] .text{color:#9b9ba5}body.darkMode .layersContainer .layer[data-layer-name=storyOptions] .options .option,body.darkMode .layersContainer .layer[data-layer-name=storyVisibility] .options .option{background-color:#26262c}body.darkMode .layersContainer .layer[data-layer-name=storyOptions] .options .option:hover,body.darkMode .layersContainer .layer[data-layer-name=storyVisibility] .options .option:hover{background-color:#31313a}body.darkMode .layersContainer .layer[data-layer-name=storyOptions] .options .option .icon,body.darkMode .layersContainer .layer[data-layer-name=storyVisibility] .options .option .icon{background-color:#9b9ba5}body.darkMode .layersContainer .layer[data-layer-name=storyOptions] .options .option .labels .note,body.darkMode .layersContainer .layer[data-layer-name=storyVisibility] .options .option .labels .note{color:#9b9ba5}body.darkMode .layersContainer .layer[data-layer-name=storyOptions] .options .option.blockAuthor .icon,body.darkMode .layersContainer .layer[data-layer-name=storyVisibility] .options .option.blockAuthor .icon{background-color:#d63b34}body.darkMode .layersContainer .layer[data-layer-name=storyOptions] .options .option.blockAuthor:hover,body.darkMode .layersContainer .layer[data-layer-name=storyVisibility] .options .option.blockAuthor:hover{background-color:rgba(214,59,52,0.16)}body.darkMode .layersContainer .layer[data-layer-name=storyOptions] .options .option.selected,body.darkMode .layersContainer .layer[data-layer-name=storyVisibility] .options .option.selected{background-color:rgba(214,59,52,0.16)}body.darkMode .layersContainer .layer[data-layer-name=storyOptions] .options .option.selected .icon,body.darkMode .layersContainer .layer[data-layer-name=storyVisibility] .options .option.selected .icon{background-color:#d63b34}body.darkMode .layersContainer .layer[data-layer-name=report] .close{background-image:url(/assets/images/common/icons/exitWhite.svg)}body.darkMode .layersContainer .layer[data-layer-name=report] .text{color:#9b9ba5}body.darkMode .layersContainer .layer[data-layer-name=report] .field select,body.darkMode .layersContainer .layer[data-layer-name=report] .field textarea{color:#e6e6e9;background-color:#26262c;border-color:#35353d}body.darkMode .layersContainer .layer[data-layer-name=report] .field select:focus,body.darkMode .layersContainer .layer[data-layer-name=report] .field textarea:focus{border-color:rgba(120,162,213,0.6)}.youtubeVideo{background-color:#f0f2f5;border-radius:12px;overflow:hidden}.youtubeVideo .cover{position:relative;aspect-ratio:16 / 9;background-color:#222;cursor:pointer}.youtubeVideo .cover:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#c9c9c9;-webkit-animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none;-moz-animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none;-o-animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none;animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none}.youtubeVideo .cover img{position:relative;display:block;width:100%;height:100%;object-fit:cover;opacity:0;-webkit-transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-ms-transition:opacity .25s ease-in-out;-o-transition:opacity .25s ease-in-out;-khtml-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}.youtubeVideo .cover.loaded:before{display:none}.youtubeVideo .cover.loaded img{opacity:1}.youtubeVideo .cover .playButton{position:absolute;top:50%;left:50%;display:flex;align-items:center;justify-content:center;width:62px;height:62px;background-color:rgba(214,59,52,0.9);border-radius:50%;box-shadow:0 4px 14px rgba(0,0,0,0.35);transform:translate(-50%, -50%);-webkit-transition:all .15s ease-in-out;-moz-transition:all .15s ease-in-out;-ms-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;-khtml-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.youtubeVideo .cover .playButton svg{width:24px;height:24px;margin-left:3px}.youtubeVideo .cover .playButton svg path{fill:#fff}.youtubeVideo .cover:hover .playButton{background-color:#d63b34;transform:translate(-50%, -50%) scale(1.08)}.youtubeVideo .player{position:relative;aspect-ratio:16 / 9}.youtubeVideo .player iframe{position:absolute;top:0;left:0;display:block;width:100%;height:100%;border:0}.youtubeVideo .videoInfo{padding:10px 14px}.youtubeVideo .videoInfo .videoTitle{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#222;font-size:14px;font-weight:600;line-height:1.35;overflow:hidden}.youtubeVideo .videoInfo .videoAuthor{margin-top:3px;color:#7f7f7f;font-size:12px}.youtubeVideo .videoInfo .skeletonLine{height:10px;background-color:#c9c9c9;border-radius:5px;-webkit-animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none;-moz-animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none;-o-animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none;animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none}.youtubeVideo .videoInfo .skeletonLine:not(:last-of-type){margin-bottom:8px}.youtubeVideo .videoInfo .skeletonLine.short{width:40%}.youtubeVideo .videoUnavailable{padding:14px;color:#7f7f7f;font-size:14px}body.darkMode .youtubeVideo{background-color:#26262c}body.darkMode .youtubeVideo .cover:before{background-color:#31313a}body.darkMode .youtubeVideo .videoInfo .videoTitle{color:#e6e6e9}body.darkMode .youtubeVideo .videoInfo .videoAuthor{color:#9b9ba5}body.darkMode .youtubeVideo .videoInfo .skeletonLine{background-color:#31313a}body.darkMode .youtubeVideo .videoUnavailable{color:#9b9ba5}.linkPreview{background-color:#f0f2f5;border:1px solid rgba(0,0,0,0.07000000000000001);border-radius:12px;overflow:hidden;cursor:pointer;-webkit-transition:background-color .15s ease;-moz-transition:background-color .15s ease;-ms-transition:background-color .15s ease;-o-transition:background-color .15s ease;-khtml-transition:background-color .15s ease;transition:background-color .15s ease}.linkPreview:hover{background-color:#e7eaee}.linkPreview .cover{position:relative;aspect-ratio:1.91 / 1;background-color:#c9c9c9}.linkPreview .cover img{display:block;width:100%;height:100%;object-fit:cover}.linkPreview .linkInfo{padding:10px 12px}.linkPreview .linkInfo .linkHost{color:#7f7f7f;font-size:11px;text-transform:uppercase;letter-spacing:.3px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.linkPreview .linkInfo .linkTitle{margin-top:3px;font-size:14px;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.linkPreview .linkInfo .linkDescription{margin-top:4px;color:#7f7f7f;font-size:12.5px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}body.darkMode .linkPreview{background-color:#26262c;border-color:#35353d}body.darkMode .linkPreview:hover{background-color:#31313a}body.darkMode .linkPreview .cover{background-color:#31313a}body.darkMode .linkPreview .linkInfo .linkHost{color:#9b9ba5}body.darkMode .linkPreview .linkInfo .linkTitle{color:#e6e6e9}body.darkMode .linkPreview .linkInfo .linkDescription{color:#9b9ba5}.story{position:relative;margin-bottom:20px;background-color:#fff;border:1px solid rgba(0,0,0,0.06);border-radius:14px;box-shadow:0 1px 2px rgba(0,0,0,0.04),0 8px 24px rgba(0,0,0,0.05)}.story.saving{opacity:.7}.story .reactionSummary{display:flex;align-items:center;gap:8px;margin-top:12px;padding:0 18px}.story .reactionSummary .summaryItem{display:flex;align-items:center;gap:6px;min-height:30px;padding:4px 12px 4px 10px;background-color:rgba(0,0,0,0.05);border:none;border-radius:999px;cursor:pointer;-webkit-transition:background-color .15s ease-in-out;-moz-transition:background-color .15s ease-in-out;-ms-transition:background-color .15s ease-in-out;-o-transition:background-color .15s ease-in-out;-khtml-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out}.story .reactionSummary .summaryItem:hover{background-color:rgba(0,0,0,0.09)}.story .reactionSummary .summaryItem .icon{display:flex;width:16px;height:16px}.story .reactionSummary .summaryItem .icon svg{width:100%;height:100%}.story .reactionSummary .summaryItem .count{color:#65676b;font-family:'Inter',sans-serif;font-size:13px;font-weight:600;line-height:1}.story .reactionSummary .summaryItem.laugh .icon svg path{fill:#f5a623}.story .reactionSummary .summaryItem.like .icon svg path{fill:#2ecc71}.story .reactionSummary .summaryItem.dislike .icon svg path{fill:#f02849}.story .reactionSummary+.actions{margin-top:8px}.story .count.reactors{padding:3px 7px;margin:-3px -3px -3px 0;background-color:rgba(0,0,0,0.06);border-radius:999px;cursor:pointer;-webkit-transition:background-color .15s ease-in-out;-moz-transition:background-color .15s ease-in-out;-ms-transition:background-color .15s ease-in-out;-o-transition:background-color .15s ease-in-out;-khtml-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out}.story .count.reactors:hover{background-color:rgba(0,0,0,0.12)}.story textarea{display:inline-block;width:100%;padding:10px;resize:none;font-family:inherit;font-size:16px;border:1px solid #c9c9c9;border-radius:10px;outline:none}.story .head{position:relative;padding:16px 18px 12px}.story .head .author{display:inline-flex;align-items:center;gap:12px;max-width:calc(100% - 44px);vertical-align:top}.story .head .author .avatar{position:relative;flex:0 0 auto;width:46px;height:46px;padding:2px;background-color:#8194a3;border-radius:50%;cursor:pointer}.story .head .author .avatar .onlineSign{right:-1px;bottom:-1px;width:11px;height:11px}.story .head .author .avatar img{display:block;width:100%;height:100%;border-radius:50%}.story .head .author .data{min-width:0;cursor:pointer}.story .head .author .data .name{font-size:15px;font-weight:600}.story .head .author .data .place{margin-top:2px;color:#7f7f7f;font-size:13px}.story .head .menu{position:absolute;top:16px;right:12px}.story .head .menu .opener{display:flex;align-items:center;justify-content:center;gap:3px;width:32px;height:32px;border-radius:50%;cursor:pointer;-webkit-transition:background-color .15s ease-in-out;-moz-transition:background-color .15s ease-in-out;-ms-transition:background-color .15s ease-in-out;-o-transition:background-color .15s ease-in-out;-khtml-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out}.story .head .menu .opener:hover,.story .head .menu .opener.open{background-color:rgba(0,0,0,0.06)}.story .head .menu .opener span{display:block;width:4px;height:4px;background-color:#7f7f7f;border-radius:50%}.story .head .menu .menuItems{position:absolute;top:36px;right:0;min-width:190px;background-color:#fff;border:1px solid rgba(0,0,0,0.08);border-radius:10px;box-shadow:0 4px 16px rgba(0,0,0,0.18);overflow:hidden;z-index:5;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.story .head .menu .menuItems li{display:flex;align-items:center;gap:10px;padding:10px 14px;font-size:14px;white-space:nowrap;cursor:pointer}.story .head .menu .menuItems li:hover{background-color:#f2f2f2}.story .head .menu .menuItems li .icon{flex:0 0 auto;width:16px;height:16px;background-color:#52525b;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.story .head .menu .menuItems li.profile .icon{-webkit-mask-image:url(/assets/images/common/icons/user.svg);mask-image:url(/assets/images/common/icons/user.svg)}.story .head .menu .menuItems li.hide .icon{-webkit-mask-image:url(/assets/images/common/icons/eye.svg);mask-image:url(/assets/images/common/icons/eye.svg)}.story .head .menu .menuItems li.visibility .icon{-webkit-mask-image:url(/assets/images/common/icons/key.svg);mask-image:url(/assets/images/common/icons/key.svg)}.story .head .menu .menuItems li.delete{color:#d63b34}.story .head .menu .menuItems li.delete .icon{background-color:#d63b34;-webkit-mask-image:url(/assets/images/common/icons/trash.svg);mask-image:url(/assets/images/common/icons/trash.svg)}.story .head .menu .menuItems li.report{color:#d63b34;border-top:1px solid #f2f2f2}.story .head .menu .menuItems li.report .icon{background-color:#d63b34;-webkit-mask-image:url(/assets/images/common/icons/flag.svg);mask-image:url(/assets/images/common/icons/flag.svg)}.story .deletedNote{padding:30px 24px;color:#7f7f7f;font-size:14px;font-style:italic;line-height:1.5;text-align:center}.story .storyCategory{display:flex;flex-wrap:wrap;align-items:baseline;gap:2px 6px;margin:-2px 18px 10px;color:#7f7f7f;font-size:13px;line-height:1.45;align-items:center}.story .storyCategory .categoryIcon{width:14px;height:14px}.story .storyCategory .name{color:#5C606B;font-weight:600}.story .storyCategory .topicText{overflow-wrap:anywhere}.story .content{display:block;width:100%;padding:0 18px}.story .content .textWrapper{position:relative;font-size:16px;line-height:1.6}.story .content .textWrapper.clamped .text{display:inline}.story .content .textWrapper.clamped .textAfter{white-space:nowrap}.story .content .textWrapper.clamped .textEllipsis{color:#222}.story .content .textWrapper.clamped .textToggle{margin-top:0}.story .content .text iframe{width:100%;height:400px}.story .content .textToggle{display:inline-block;margin-top:4px;color:#31629d;font-weight:500;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.story .content .textToggle:hover{text-decoration:underline}.story .content .youtubeVideo,.story .content .linkPreview{margin-top:12px}.story .content .attachments{position:relative;left:-5px;margin-top:10px;text-align:center;background-color:#f9f9f9;border-radius:7px}.story .content .attachments.row{display:flex;gap:4px;left:0;margin-left:auto;margin-right:auto;background-color:transparent;overflow:hidden}.story .content .attachments.row .attachment{flex-shrink:1;flex-basis:0;min-width:0;margin:0}.story .content .attachments.row .attachment img{display:block;width:100%;height:auto}.story .content .attachments.single{left:0}.story .content .attachments.single .attachment{max-width:100%;margin:0}.story .content .attachments.single .attachment img{width:auto;height:auto;max-width:100%;max-height:460px;border-radius:7px}.story .content .attachments .attachment{position:relative;display:inline-block;margin:0 5px;vertical-align:top}.story .content .attachments .attachment img{cursor:pointer}.story .content .attachments .attachment.gif .playGif{position:absolute;top:50%;left:50%;width:54px;height:54px;background-color:rgba(0,0,0,0.55);border-radius:50%;cursor:pointer;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-webkit-transition:background-color .15s ease;-moz-transition:background-color .15s ease;-ms-transition:background-color .15s ease;-o-transition:background-color .15s ease;-khtml-transition:background-color .15s ease;transition:background-color .15s ease}.story .content .attachments .attachment.gif .playGif:before{content:'';position:absolute;top:50%;left:54%;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:17px solid #fff;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.story .content .attachments .attachment.gif .playGif:hover{background-color:rgba(0,0,0,0.75)}.story .content .attachments .attachment.uploading img{opacity:.7;cursor:default}.story .content .attachments .attachment.uploading .progress{position:absolute;bottom:10px;left:10px;height:5px;width:calc(100% - 20px)}.story .content .attachments .attachment.uploading .progress span{position:absolute;display:inline-block;top:0;left:0;height:5px;background-color:#d63b34;border-radius:5px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-khtml-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.story .content.noText .youtubeVideo,.story .content.noText .attachments{margin-top:0}.story>.actions{display:flex;align-items:center;gap:2px;margin-top:12px;padding:5px 10px;background:transparent;border-top:1px solid rgba(0,0,0,0.07000000000000001);border-radius:0 0 14px 14px}.story>.actions button{display:flex;padding:6px 10px;gap:6px;align-items:center;color:#65676b;background:none;border:none;border-radius:8px;-webkit-transition:background-color .15s ease-in-out;-moz-transition:background-color .15s ease-in-out;-ms-transition:background-color .15s ease-in-out;-o-transition:background-color .15s ease-in-out;-khtml-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out;cursor:pointer}.story>.actions button:hover,.story>.actions button.active{background-color:rgba(0,0,0,0.05)}.story>.actions button.btnShare{margin-left:auto}.story>.actions button .icon{display:flex;width:20px;height:20px}.story>.actions button .icon svg{width:100%;height:100%}.story>.actions button .icon svg path{fill:#555}.story>.actions button .icon .outline,.story>.actions button .icon .filled{display:flex;width:100%;height:100%}.story>.actions button .icon .filled{display:none}.story>.actions button.active .icon .outline{display:none}.story>.actions button.active .icon .filled{display:flex}.story>.actions button .count{font-family:'Inter',sans-serif;font-size:13px;font-weight:600;line-height:1}.story>.actions button.btnLaugh:hover,.story>.actions button.btnLaugh.active{color:#f5a623}.story>.actions button.btnLaugh:hover svg path,.story>.actions button.btnLaugh.active svg path{fill:#f5a623}.story>.actions button.btnLike:hover,.story>.actions button.btnLike.active{color:#2ecc71}.story>.actions button.btnLike:hover svg path,.story>.actions button.btnLike.active svg path{fill:#2ecc71}.story>.actions button.btnDislike:hover,.story>.actions button.btnDislike.active{color:#f02849}.story>.actions button.btnDislike:hover svg path,.story>.actions button.btnDislike.active svg path{fill:#f02849}.story>.actions button.btnComments:hover,.story>.actions button.btnComments[disabled]{color:#1877f2}.story>.actions button.btnComments:hover svg path,.story>.actions button.btnComments[disabled] svg path{fill:#1877f2}.story>.actions button.btnComments[disabled]{background-color:rgba(0,0,0,0.05);cursor:default}.story>.actions button.btnShare:hover{color:#4e4848}.story>.actions button.btnShare:hover svg path{fill:#4E4848}.story .comments{margin-top:4px;padding:0 18px 18px}.story .comments .loadMore{margin:10px 0 2px;text-align:center}.story .comments .loadMore.newer{margin:2px 0 10px}.story .comments .loadMore span{display:inline-flex;align-items:center;padding:4px 10px;color:#7f7f7f;font-size:13px;cursor:pointer;-webkit-transition:color .15s ease;-moz-transition:color .15s ease;-ms-transition:color .15s ease;-o-transition:color .15s ease;-khtml-transition:color .15s ease;transition:color .15s ease}.story .comments .loadMore span:hover{color:#31629d}.story .comments .loadMore span:before{content:'';flex:0 0 auto;width:0;height:12px;margin-right:0;border:0 solid currentColor;border-bottom-color:transparent;border-radius:50%;box-sizing:border-box;opacity:0;-webkit-transition:width .15s ease, margin-right .15s ease, border-width .15s ease, opacity .15s ease;-moz-transition:width .15s ease, margin-right .15s ease, border-width .15s ease, opacity .15s ease;-ms-transition:width .15s ease, margin-right .15s ease, border-width .15s ease, opacity .15s ease;-o-transition:width .15s ease, margin-right .15s ease, border-width .15s ease, opacity .15s ease;-khtml-transition:width .15s ease, margin-right .15s ease, border-width .15s ease, opacity .15s ease;transition:width .15s ease, margin-right .15s ease, border-width .15s ease, opacity .15s ease}.story .comments .loadMore span.loading{opacity:.65;pointer-events:none}.story .comments .loadMore span.loading:before{width:12px;margin-right:7px;border-width:2px;opacity:1;-webkit-animation:rotation .7s linear 0s infinite normal none;-moz-animation:rotation .7s linear 0s infinite normal none;-o-animation:rotation .7s linear 0s infinite normal none;animation:rotation .7s linear 0s infinite normal none}.story .comments .replyTo{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px;padding:4px 10px 4px 42px;color:#7f7f7f;font-size:12.5px}.story .comments .replyTo .replyToText{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.story .comments .replyTo .replyToText b{color:#52525b}.story .comments .replyTo .cancel{flex:0 0 auto;width:14px;height:14px;background:url(/assets/images/common/icons/exitBlack.svg) no-repeat center center;background-size:100% 100%;opacity:.45;cursor:pointer;-webkit-transition:opacity .15s ease-in-out;-moz-transition:opacity .15s ease-in-out;-ms-transition:opacity .15s ease-in-out;-o-transition:opacity .15s ease-in-out;-khtml-transition:opacity .15s ease-in-out;transition:opacity .15s ease-in-out}.story .comments .replyTo .cancel:hover{opacity:.9}.story .comments .newComment{display:flex;align-items:flex-end;gap:10px}.story .comments .newComment>.avatar{flex:0 0 auto;width:40px;height:40px;padding:2px;margin-bottom:2px;background-color:#8194a3;border-radius:50%;cursor:default}.story .comments .newComment>.avatar img{display:block;width:100%;height:100%;border-radius:50%}.story .comments .newComment .inputGroup{display:flex;flex:1 1 auto;flex-direction:column;min-width:0}.story .comments .newComment .inputGroup .inputRow{display:flex;align-items:flex-end;gap:4px;min-width:0}.story .comments .newComment .inputGroup .photos{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px}.story .comments .newComment .inputGroup .photos .photo{position:relative}.story .comments .newComment .inputGroup .photos .photo img{display:block;height:50px;width:auto;border-radius:8px}.story .comments .newComment .inputGroup .photos .photo .remove{position:absolute;top:-5px;right:-5px;width:18px;height:18px;background-color:rgba(0,0,0,0.6);border-radius:50%;cursor:pointer;-webkit-transition:background-color .15s ease;-moz-transition:background-color .15s ease;-ms-transition:background-color .15s ease;-o-transition:background-color .15s ease;-khtml-transition:background-color .15s ease;transition:background-color .15s ease}.story .comments .newComment .inputGroup .photos .photo .remove:before,.story .comments .newComment .inputGroup .photos .photo .remove:after{content:'';position:absolute;top:50%;left:50%;width:9px;height:1.5px;background-color:#fff}.story .comments .newComment .inputGroup .photos .photo .remove:before{-webkit-transform:translate(-50%, -50%) rotate(45deg);-moz-transform:translate(-50%, -50%) rotate(45deg);-ms-transform:translate(-50%, -50%) rotate(45deg);-o-transform:translate(-50%, -50%) rotate(45deg);-khtml-transform:translate(-50%, -50%) rotate(45deg);transform:translate(-50%, -50%) rotate(45deg)}.story .comments .newComment .inputGroup .photos .photo .remove:after{-webkit-transform:translate(-50%, -50%) rotate(-45deg);-moz-transform:translate(-50%, -50%) rotate(-45deg);-ms-transform:translate(-50%, -50%) rotate(-45deg);-o-transform:translate(-50%, -50%) rotate(-45deg);-khtml-transform:translate(-50%, -50%) rotate(-45deg);transform:translate(-50%, -50%) rotate(-45deg)}.story .comments .newComment .inputGroup .photos .photo .remove:hover{background-color:rgba(0,0,0,0.8)}.story .comments .newComment .inputGroup .addPhoto{display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:32px;height:32px;padding:0;margin-bottom:5px;color:#c9c9c9;background:transparent;border:none;border-radius:50%;outline:none;cursor:pointer;-webkit-transition:background-color .15s ease-in-out;-moz-transition:background-color .15s ease-in-out;-ms-transition:background-color .15s ease-in-out;-o-transition:background-color .15s ease-in-out;-khtml-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out}.story .comments .newComment .inputGroup .addPhoto:before{content:'';width:19px;height:19px;background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-image:url("/assets/images/common/icons/photo.svg");mask-image:url("/assets/images/common/icons/photo.svg")}.story .comments .newComment .inputGroup .addPhoto:hover{color:#31629d;background-color:rgba(0,0,0,0.05)}.story .comments .newComment .inputGroup input[type=file]{position:absolute;top:-100px;left:-100px;visibility:hidden}.story .comments .newComment .inputGroup textarea{flex:1 1 auto;padding:10px 14px;font-size:14px;line-height:20px;background-color:#f0f2f5;border-color:transparent;border-radius:18px;overflow:hidden;-webkit-transition:border-color .15s ease-in-out;-moz-transition:border-color .15s ease-in-out;-ms-transition:border-color .15s ease-in-out;-o-transition:border-color .15s ease-in-out;-khtml-transition:border-color .15s ease-in-out;transition:border-color .15s ease-in-out}.story .comments .newComment .inputGroup textarea:focus{border-color:rgba(49,98,157,0.4)}.story .comments .newComment .inputGroup textarea.scrollable{overflow-y:auto}.story .comments .newComment .inputGroup .saveComment{display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:36px;height:36px;padding:0;margin-bottom:3px;background:transparent;border:none;border-radius:50%;outline:none;cursor:default;-webkit-transition:background-color .15s ease-in-out;-moz-transition:background-color .15s ease-in-out;-ms-transition:background-color .15s ease-in-out;-o-transition:background-color .15s ease-in-out;-khtml-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out}.story .comments .newComment .inputGroup .saveComment svg{width:20px;height:20px}.story .comments .newComment .inputGroup .saveComment svg path{fill:#c9c9c9;-webkit-transition:fill .15s ease-in-out;-moz-transition:fill .15s ease-in-out;-ms-transition:fill .15s ease-in-out;-o-transition:fill .15s ease-in-out;-khtml-transition:fill .15s ease-in-out;transition:fill .15s ease-in-out}.story .comments .newComment .inputGroup .saveComment.active{cursor:pointer}.story .comments .newComment .inputGroup .saveComment.active:hover{background-color:rgba(0,0,0,0.05)}.story .comments .newComment .inputGroup .saveComment.active svg path{fill:#31629d}.story .comments .commentSkeleton{display:grid;grid-template-columns:auto minmax(0, 1fr);column-gap:10px;align-items:start}.story .comments .commentSkeleton:not(:last-of-type){margin-bottom:16px}.story .comments .commentSkeleton .skeletonAvatar,.story .comments .commentSkeleton .skeletonLine{background-color:#c9c9c9;-webkit-animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none;-moz-animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none;-o-animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none;animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none;animation-delay:var(--skeletonDelay, 0s)}.story .comments .commentSkeleton .skeletonAvatar{width:44px;height:44px;border-radius:50%}.story .comments .commentSkeleton .skeletonBubble{padding:10px 14px;background-color:#f0f2f5;border-radius:4px 16px 16px 16px}.story .comments .commentSkeleton .skeletonBubble .skeletonLine{height:10px;border-radius:5px}.story .comments .commentSkeleton .skeletonBubble .skeletonLine:not(:last-of-type){margin-bottom:8px}.story .comments .commentSkeleton .skeletonBubble .skeletonLine.short{width:40%}.story .comments .list{margin-top:16px}.story .comments .list .comment{display:grid;grid-template-columns:auto minmax(0, 1fr);column-gap:10px}.story .comments .list .comment:not(:last-of-type){margin-bottom:16px}.story .comments .list .comment.saving{opacity:.7}.story .comments .list .comment.highlighted>.commentContent>.text{-webkit-animation:commentHighlight 2.4s ease 0s 1 normal none;-moz-animation:commentHighlight 2.4s ease 0s 1 normal none;-o-animation:commentHighlight 2.4s ease 0s 1 normal none;animation:commentHighlight 2.4s ease 0s 1 normal none}.story .comments .list .comment .quoted{display:block;margin:2px 0 6px;padding:4px 0 4px 8px;border-left:2px solid rgba(49,98,157,0.45);color:#7f7f7f;font-size:12.5px;line-height:1.35}.story .comments .list .comment .quoted .quotedName{font-weight:600;cursor:pointer;-webkit-transition:color .15s ease;-moz-transition:color .15s ease;-ms-transition:color .15s ease;-o-transition:color .15s ease;-khtml-transition:color .15s ease;transition:color .15s ease}.story .comments .list .comment .quoted .quotedName:hover{color:#31629d}.story .comments .list .comment .quoted .quotedText{overflow-wrap:anywhere}.story .comments .list .comment>.avatar{grid-column:1;width:40px;height:40px;padding:2px;background-color:#8194a3;border-radius:50%;cursor:pointer}.story .comments .list .comment>.avatar img{display:block;width:100%;height:100%;border-radius:50%}.story .comments .list .comment>.commentContent{grid-column:2;min-width:0}.story .comments .list .comment .text{display:inline-block;max-width:100%;padding:8px 14px;background-color:#f0f2f5;font-size:14px;line-height:1.45;border-radius:4px 16px 16px 16px;overflow-wrap:anywhere}.story .comments .list .comment .text .author{width:fit-content;max-width:100%;margin-bottom:4px;cursor:pointer}.story .comments .list .comment .text .author .name{font-size:13px;font-weight:600}.story .comments .list .comment .text .author .place{margin-top:1px;color:#7f7f7f;font-size:11px}.story .comments .list .comment .youtubeVideo,.story .comments .list .comment .linkPreview{width:300px;max-width:100%;margin-top:6px}.story .comments .list .comment .attachments{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.story .comments .list .comment .attachments .attachment{position:relative}.story .comments .list .comment .attachments .attachment img{display:block;max-width:100%;max-height:220px;border-radius:10px;cursor:pointer}.story .comments .list .comment .attachments .attachment.gif .playGif{position:absolute;top:50%;left:50%;width:54px;height:54px;background-color:rgba(0,0,0,0.55);border-radius:50%;cursor:pointer;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-webkit-transition:background-color .15s ease;-moz-transition:background-color .15s ease;-ms-transition:background-color .15s ease;-o-transition:background-color .15s ease;-khtml-transition:background-color .15s ease;transition:background-color .15s ease;width:44px;height:44px}.story .comments .list .comment .attachments .attachment.gif .playGif:before{content:'';position:absolute;top:50%;left:54%;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:17px solid #fff;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.story .comments .list .comment .attachments .attachment.gif .playGif:hover{background-color:rgba(0,0,0,0.75)}.story .comments .list .comment .attachments .attachment.gif .playGif:before{border-top-width:8px;border-bottom-width:8px;border-left-width:14px}.story .comments .list .comment .attachments .attachment.uploading img{opacity:.7;cursor:default}.story .comments .list .comment .actions{display:flex;align-items:center;gap:2px;margin:4px 0 0 4px}.story .comments .list .comment .actions .time{margin-right:6px;color:#7f7f7f;font-size:12px}.story .comments .list .comment .actions button{display:flex;align-items:center;gap:5px;padding:5px 8px;color:#65676b;background:none;border:none;border-radius:8px;-webkit-transition:background-color .15s ease-in-out;-moz-transition:background-color .15s ease-in-out;-ms-transition:background-color .15s ease-in-out;-o-transition:background-color .15s ease-in-out;-khtml-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out;cursor:pointer}.story .comments .list .comment .actions button:hover,.story .comments .list .comment .actions button.active{background-color:rgba(0,0,0,0.05)}.story .comments .list .comment .actions button .icon{display:flex;width:18px;height:18px}.story .comments .list .comment .actions button .icon svg{width:100%;height:100%}.story .comments .list .comment .actions button .icon svg path{fill:#555}.story .comments .list .comment .actions button .icon .outline,.story .comments .list .comment .actions button .icon .filled{display:flex;width:100%;height:100%}.story .comments .list .comment .actions button .icon .filled{display:none}.story .comments .list .comment .actions button.active .icon .outline{display:none}.story .comments .list .comment .actions button.active .icon .filled{display:flex}.story .comments .list .comment .actions button .count{font-family:'Inter',sans-serif;font-size:12px;font-weight:600;line-height:1}.story .comments .list .comment .actions button.btnLike:hover,.story .comments .list .comment .actions button.btnLike.active{color:#2ecc71}.story .comments .list .comment .actions button.btnLike:hover svg path,.story .comments .list .comment .actions button.btnLike.active svg path{fill:#2ecc71}.story .comments .list .comment .actions button.btnLaugh:hover,.story .comments .list .comment .actions button.btnLaugh.active{color:#f5a623}.story .comments .list .comment .actions button.btnLaugh:hover svg path,.story .comments .list .comment .actions button.btnLaugh.active svg path{fill:#f5a623}.story .comments .list .comment .actions button.btnDislike:hover,.story .comments .list .comment .actions button.btnDislike.active{color:#f02849}.story .comments .list .comment .actions button.btnDislike:hover svg path,.story .comments .list .comment .actions button.btnDislike.active svg path{fill:#f02849}.story .comments .list .comment .actions button.btnReply:hover{color:#4e4848}.story .comments .list .comment .actions button.btnReply:hover svg path{fill:#4E4848}.story .comments .list .comment>.answers{grid-column:2;margin-top:14px}.story .comments .list .comment>.answers>.commentSkeleton .skeletonAvatar{width:36px;height:36px}.story .comments .list .comment>.answers>.comment>.avatar{width:32px;height:32px}.story .comments .list .comment>.answers>.newComment{margin-bottom:12px}.story .comments .list .comment>.answers>.newComment>.avatar{width:32px;height:32px}@media (max-width:520px){.story .comments .newComment{-webkit-transition:margin-left .18s ease-in-out;-moz-transition:margin-left .18s ease-in-out;-ms-transition:margin-left .18s ease-in-out;-o-transition:margin-left .18s ease-in-out;-khtml-transition:margin-left .18s ease-in-out;transition:margin-left .18s ease-in-out}.story .comments .newComment>.avatar{overflow:hidden;-webkit-transition:width .18s ease-in-out;-moz-transition:width .18s ease-in-out;-ms-transition:width .18s ease-in-out;-o-transition:width .18s ease-in-out;-khtml-transition:width .18s ease-in-out;transition:width .18s ease-in-out}.story .comments .newComment:focus-within>.avatar,.story .comments .newComment.expanded>.avatar{width:0;padding:0}.story .comments .list .comment>.answers>.newComment:focus-within,.story .comments .list .comment>.answers>.newComment.expanded{margin-left:-50px}.story .comments .list .comment>.answers>.newComment:focus-within>.avatar,.story .comments .list .comment>.answers>.newComment.expanded>.avatar{width:0;padding:0}}.categoryIcon{flex:0 0 auto;display:inline-block;width:16px;height:16px;background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.categoryIcon.none{-webkit-mask-image:url(/assets/images/common/icons/categories/none.svg);mask-image:url(/assets/images/common/icons/categories/none.svg)}.categoryIcon.cringe{-webkit-mask-image:url(/assets/images/common/icons/categories/cringe.svg);mask-image:url(/assets/images/common/icons/categories/cringe.svg)}.categoryIcon.recent{-webkit-mask-image:url(/assets/images/common/icons/categories/recent.svg);mask-image:url(/assets/images/common/icons/categories/recent.svg)}.categoryIcon.date{-webkit-mask-image:url(/assets/images/common/icons/categories/date.svg);mask-image:url(/assets/images/common/icons/categories/date.svg)}.categoryIcon.work{-webkit-mask-image:url(/assets/images/common/icons/categories/work.svg);mask-image:url(/assets/images/common/icons/categories/work.svg)}.categoryIcon.advice{-webkit-mask-image:url(/assets/images/common/icons/categories/advice.svg);mask-image:url(/assets/images/common/icons/categories/advice.svg)}.categoryIcon.topic{-webkit-mask-image:url(/assets/images/common/icons/topic.svg);mask-image:url(/assets/images/common/icons/topic.svg)}body.darkMode .story{color:#e6e6e9;background-color:#1d1d21;border-color:#35353d;box-shadow:0 1px 2px rgba(0,0,0,0.5),0 8px 24px rgba(0,0,0,0.35)}body.darkMode .story .storyCategory{color:#9b9ba5}body.darkMode .story .storyCategory .name{color:#e6e6e9}body.darkMode .story .reactionSummary .summaryItem{background-color:rgba(255,255,255,0.07000000000000001)}body.darkMode .story .reactionSummary .summaryItem:hover{background-color:rgba(255,255,255,0.12)}body.darkMode .story .reactionSummary .summaryItem .count{color:#9b9ba5}body.darkMode .story .count.reactors{background-color:rgba(255,255,255,0.08)}body.darkMode .story .count.reactors:hover{background-color:rgba(255,255,255,0.14)}body.darkMode .story textarea{color:#e6e6e9;background-color:#26262c;border-color:#35353d}body.darkMode .story .head .author .data .place{color:#9b9ba5}body.darkMode .story .head .menu .opener:hover,body.darkMode .story .head .menu .opener.open{background-color:rgba(255,255,255,0.08)}body.darkMode .story .head .menu .opener span{background-color:#9b9ba5}body.darkMode .story .head .menu .menuItems{background-color:#26262c;border-color:#35353d;box-shadow:0 4px 16px rgba(0,0,0,0.5)}body.darkMode .story .head .menu .menuItems li:hover{background-color:#31313a}body.darkMode .story .head .menu .menuItems li .icon{background-color:#e6e6e9}body.darkMode .story .head .menu .menuItems li.delete .icon,body.darkMode .story .head .menu .menuItems li.report .icon{background-color:#d63b34}body.darkMode .story .head .menu .menuItems li.report{border-top-color:#35353d}body.darkMode .story .deletedNote{color:#9b9ba5}body.darkMode .story .comments .quoted{border-left-color:rgba(120,162,213,0.55);color:#9b9ba5}body.darkMode .story .comments .quoted .quotedName:hover{color:#78a2d5}body.darkMode .story .comments .replyTo{color:#9b9ba5}body.darkMode .story .comments .replyTo .replyToText b{color:#e6e6e9}body.darkMode .story .comments .replyTo .cancel{filter:invert(1)}body.darkMode .story .content .textToggle{color:#78a2d5}body.darkMode .story .content .textWrapper.clamped .textEllipsis{color:#e6e6e9}body.darkMode .story .content .attachments{background-color:#26262c}body.darkMode .story>.actions{background:transparent;border-top-color:#35353d}body.darkMode .story>.actions button{color:#9b9ba5}body.darkMode .story>.actions button.active{background-color:rgba(255,255,255,0.07000000000000001)}body.darkMode .story>.actions button:not(:hover):not(.active):not([disabled]) .icon svg path{fill:#9b9ba5}body.darkMode .story>.actions button.btnComments[disabled]{background-color:rgba(255,255,255,0.07000000000000001)}body.darkMode .story>.actions button.btnShare:hover{color:#e6e6e9}body.darkMode .story>.actions button.btnShare:hover svg path{fill:#e6e6e9}body.darkMode .story .comments .loadMore span{color:#9b9ba5}body.darkMode .story .comments .loadMore span:hover{color:#fff}body.darkMode .story .comments .commentSkeleton .skeletonAvatar,body.darkMode .story .comments .commentSkeleton .skeletonLine{background-color:#31313a}body.darkMode .story .comments .commentSkeleton .skeletonBubble{background-color:#26262c}body.darkMode .story .comments .newComment .inputGroup textarea{background-color:#26262c;border-color:transparent}body.darkMode .story .comments .newComment .inputGroup .addPhoto{color:#9b9ba5}body.darkMode .story .comments .newComment .inputGroup .addPhoto:hover{color:#78a2d5;background-color:rgba(255,255,255,0.07000000000000001)}body.darkMode .story .comments .newComment .inputGroup .saveComment svg path{fill:#9b9ba5}body.darkMode .story .comments .newComment .inputGroup .saveComment.active:hover{background-color:rgba(255,255,255,0.07000000000000001)}body.darkMode .story .comments .newComment .inputGroup .saveComment.active svg path{fill:#78a2d5}body.darkMode .story .comments .list .comment .text{color:#e6e6e9;background-color:#26262c}body.darkMode .story .comments .list .comment .text .author .place{color:#9b9ba5}body.darkMode .story .comments .list .comment .actions .time{color:#9b9ba5}body.darkMode .story .comments .list .comment .actions button{color:#9b9ba5}body.darkMode .story .comments .list .comment .actions button:hover,body.darkMode .story .comments .list .comment .actions button.active{background-color:rgba(255,255,255,0.07000000000000001)}body.darkMode .story .comments .list .comment .actions button:not(:hover):not(.active):not([disabled]) .icon svg path{fill:#9b9ba5}body.darkMode .story .comments .list .comment .actions button.btnReply:hover{color:#e6e6e9}body.darkMode .story .comments .list .comment .actions button.btnReply:hover svg path{fill:#e6e6e9}@-webkit-keyframes commentHighlight{0%{box-shadow:0 0 0 0 rgba(49,98,157,0.45)}40%{box-shadow:0 0 0 6px rgba(49,98,157,0.22)}100%{box-shadow:0 0 0 0 rgba(49,98,157,0)}}@-moz-keyframes commentHighlight{0%{box-shadow:0 0 0 0 rgba(49,98,157,0.45)}40%{box-shadow:0 0 0 6px rgba(49,98,157,0.22)}100%{box-shadow:0 0 0 0 rgba(49,98,157,0)}}@-o-keyframes commentHighlight{0%{box-shadow:0 0 0 0 rgba(49,98,157,0.45)}40%{box-shadow:0 0 0 6px rgba(49,98,157,0.22)}100%{box-shadow:0 0 0 0 rgba(49,98,157,0)}}@keyframes commentHighlight{0%{box-shadow:0 0 0 0 rgba(49,98,157,0.45)}40%{box-shadow:0 0 0 6px rgba(49,98,157,0.22)}100%{box-shadow:0 0 0 0 rgba(49,98,157,0)}}@-webkit-keyframes commentHighlightDark{0%{box-shadow:0 0 0 0 rgba(120,162,213,0.55)}40%{box-shadow:0 0 0 6px rgba(120,162,213,0.3)}100%{box-shadow:0 0 0 0 rgba(120,162,213,0)}}@-moz-keyframes commentHighlightDark{0%{box-shadow:0 0 0 0 rgba(120,162,213,0.55)}40%{box-shadow:0 0 0 6px rgba(120,162,213,0.3)}100%{box-shadow:0 0 0 0 rgba(120,162,213,0)}}@-o-keyframes commentHighlightDark{0%{box-shadow:0 0 0 0 rgba(120,162,213,0.55)}40%{box-shadow:0 0 0 6px rgba(120,162,213,0.3)}100%{box-shadow:0 0 0 0 rgba(120,162,213,0)}}@keyframes commentHighlightDark{0%{box-shadow:0 0 0 0 rgba(120,162,213,0.55)}40%{box-shadow:0 0 0 6px rgba(120,162,213,0.3)}100%{box-shadow:0 0 0 0 rgba(120,162,213,0)}}body.darkMode .story .comments .list .comment.highlighted>.commentContent>.text{-webkit-animation:commentHighlightDark 2.4s ease 0s 1 normal none;-moz-animation:commentHighlightDark 2.4s ease 0s 1 normal none;-o-animation:commentHighlightDark 2.4s ease 0s 1 normal none;animation:commentHighlightDark 2.4s ease 0s 1 normal none}.cookieConsent .banner{position:fixed;bottom:20px;left:20px;width:460px;max-width:calc(100% - 40px);padding:18px;background-color:#fff;border:1px solid rgba(0,0,0,0.08);border-radius:14px;box-shadow:0 4px 24px rgba(0,0,0,0.18);z-index:9998}.cookieConsent .banner .text{font-size:13px;line-height:1.5}.cookieConsent .banner .text a{color:#d63b34;text-decoration:underline;white-space:nowrap}.cookieConsent .banner .actions{display:flex;align-items:center;gap:10px;margin-top:16px}.cookieConsent .banner .actions .settings{margin-right:auto;padding:0;color:#7f7f7f;background:none;font-family:"Roboto",sans-serif;font-size:13px;text-decoration:underline;border:none;outline:none;cursor:pointer}.cookieConsent .banner .actions .settings:hover{color:#222}.cookieConsent .banner .actions .button{padding:9px 18px;font-size:14px;font-weight:500}@media (max-width:640px){.cookieConsent .banner{bottom:12px;left:12px;max-width:calc(100% - 24px)}.cookieConsent .banner .actions{flex-wrap:wrap}.cookieConsent .banner .actions .settings{order:3;width:100%;margin-right:0;margin-top:4px;text-align:center}.cookieConsent .banner .actions .button{flex:1}}.cookieConsent .settingsFader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#222;opacity:.8;z-index:9998}.cookieConsent .settingsLayer{position:fixed;top:50%;left:50%;width:540px;max-width:calc(100% - 40px);max-height:calc(100% - 60px);padding:22px;background-color:#fff;border-radius:14px;box-shadow:0 8px 40px rgba(0,0,0,0.3);-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);transform:translate(-50%, -50%);overflow-y:auto;z-index:9999}.cookieConsent .settingsLayer .close{position:absolute;top:18px;right:18px;width:20px;height:20px;background:url(/assets/images/common/icons/exitBlack.svg) no-repeat;background-size:100% 100%;cursor:pointer}.cookieConsent .settingsLayer>.title{padding-right:30px;font-size:20px;font-weight:600}.cookieConsent .settingsLayer>.info{margin-top:8px;color:#7f7f7f;font-size:13px;line-height:1.5}.cookieConsent .settingsLayer .categories{margin-top:18px}.cookieConsent .settingsLayer .categories .category{padding:14px 0;border-top:1px solid #f2f2f2}.cookieConsent .settingsLayer .categories .category .head{display:flex;align-items:center;gap:12px}.cookieConsent .settingsLayer .categories .category .head .name{flex:1;min-width:0;font-size:15px;font-weight:500}.cookieConsent .settingsLayer .categories .category .text{margin-top:6px;padding-right:64px;color:#7f7f7f;font-size:13px;line-height:1.5}.cookieConsent .settingsLayer .buttons{display:flex;gap:10px;margin-top:20px}.cookieConsent .settingsLayer .buttons .button{flex:1;padding:10px 16px;font-size:14px;font-weight:500}.cookieConsent .settingsLayer .switch{position:relative;flex:0 0 auto;width:46px;height:26px;cursor:pointer}.cookieConsent .settingsLayer .switch input{position:absolute;width:0;height:0;opacity:0}.cookieConsent .settingsLayer .switch .track{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#c9c9c9;border-radius:13px;-webkit-transition:background-color .2s ease-in-out;-moz-transition:background-color .2s ease-in-out;-ms-transition:background-color .2s ease-in-out;-o-transition:background-color .2s ease-in-out;-khtml-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}.cookieConsent .settingsLayer .switch .track:before{content:'';position:absolute;top:3px;left:3px;width:20px;height:20px;background-color:#fff;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,0.25);-webkit-transition:transform .2s ease-in-out;-moz-transition:transform .2s ease-in-out;-ms-transition:transform .2s ease-in-out;-o-transition:transform .2s ease-in-out;-khtml-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out}.cookieConsent .settingsLayer .switch input:checked+.track{background-color:#d63b34}.cookieConsent .settingsLayer .switch input:checked+.track:before{-webkit-transform:translateX(20px);-moz-transform:translateX(20px);-ms-transform:translateX(20px);-o-transform:translateX(20px);-khtml-transform:translateX(20px);transform:translateX(20px)}.cookieConsent .settingsLayer .switch input:disabled+.track{opacity:.5;cursor:default}.cookieConsent-enter-active,.cookieConsent-leave-active{transition:opacity .25s ease,transform .25s ease}.cookieConsent-enter-from,.cookieConsent-leave-to{opacity:0;transform:translateY(20px)}body.darkMode .cookieConsent .banner{color:#e6e6e9;background-color:#1d1d21;border-color:#35353d;box-shadow:0 4px 24px rgba(0,0,0,0.5)}body.darkMode .cookieConsent .banner .text a{color:#e06c67}body.darkMode .cookieConsent .banner .actions .settings{color:#9b9ba5}body.darkMode .cookieConsent .banner .actions .settings:hover{color:#e6e6e9}body.darkMode .cookieConsent .settingsLayer{color:#e6e6e9;background-color:#1d1d21;box-shadow:0 8px 40px rgba(0,0,0,0.6)}body.darkMode .cookieConsent .settingsLayer .close{background-image:url(/assets/images/common/icons/exitWhite.svg)}body.darkMode .cookieConsent .settingsLayer>.info{color:#9b9ba5}body.darkMode .cookieConsent .settingsLayer .categories .category{border-top-color:#35353d}body.darkMode .cookieConsent .settingsLayer .categories .category .text{color:#9b9ba5}body.darkMode .cookieConsent .settingsLayer .switch input:not(:checked)+.track{background-color:#31313a}.languageHint{position:fixed;top:80px;right:20px;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:4px 12px;width:380px;max-width:calc(100% - 40px);padding:12px 14px 12px 18px;background-color:#fff;border:1px solid rgba(0,0,0,0.08);border-radius:14px;box-shadow:0 4px 24px rgba(0,0,0,0.18);opacity:0;z-index:9998;-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);-o-transform:translateY(-10px);-khtml-transform:translateY(-10px);transform:translateY(-10px);-webkit-transition:opacity .25s ease, transform .25s ease;-moz-transition:opacity .25s ease, transform .25s ease;-ms-transition:opacity .25s ease, transform .25s ease;-o-transition:opacity .25s ease, transform .25s ease;-khtml-transition:opacity .25s ease, transform .25s ease;transition:opacity .25s ease, transform .25s ease}.languageHint.visible{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);-khtml-transform:translateY(0);transform:translateY(0)}.languageHint .hintText{flex:1 0 100%;min-width:0;font-size:14px;line-height:1.4}.languageHint .hintOther{flex:1 0 100%;min-width:0;margin-bottom:2px;color:#7f7f7f;font-size:12.5px;line-height:1.4}.languageHint .hintAccept{flex:0 0 auto;padding:7px 16px;font-size:13px}.languageHint .hintDecline{flex:0 0 auto;padding:7px 4px;color:#7f7f7f;background:none;border:none;font-size:13px;cursor:pointer;-webkit-transition:color .15s ease;-moz-transition:color .15s ease;-ms-transition:color .15s ease;-o-transition:color .15s ease;-khtml-transition:color .15s ease;transition:color .15s ease}.languageHint .hintDecline:hover{color:#52525b}@media (max-width:620px){.languageHint{top:70px;right:10px;left:10px;width:auto;max-width:none;padding:14px}}body.darkMode .languageHint{background-color:#26262c;border-color:#35353d;box-shadow:0 4px 24px rgba(0,0,0,0.5);color:#e6e6e9}body.darkMode .languageHint .hintOther{color:#9b9ba5}body.darkMode .languageHint .hintDecline{color:#9b9ba5}body.darkMode .languageHint .hintDecline:hover{color:#e6e6e9}.emailNotice{background-color:#fdf3e7;border-bottom:1px solid #f0dcc0}.emailNotice>.container{display:flex;flex-wrap:wrap;align-items:center;gap:6px 14px;padding-top:12px;padding-bottom:12px}.emailNotice .noticeIcon{flex:0 0 auto;display:flex;width:26px;height:26px}.emailNotice .noticeIcon svg{width:100%;height:100%}.emailNotice .noticeIcon svg path{fill:#b5741c}.emailNotice .noticeText{flex:1 1 320px;min-width:0;color:#6b4a15;font-size:14px;line-height:1.45}.emailNotice .noticeText strong{color:#7a4d0a;font-weight:600}.emailNotice .noticeActions{display:flex;flex-wrap:wrap;align-items:center;gap:6px 12px}.emailNotice .noticeAddress{max-width:100%;padding:3px 10px;color:#6b4a15;font-size:13px;background-color:rgba(181,116,28,0.12);border-radius:999px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.emailNotice .noticeResend,.emailNotice .noticeChange{padding:0;color:#31629d;font-family:inherit;font-size:14px;font-weight:600;background:none;border:none;text-decoration:underline;cursor:pointer}.emailNotice .noticeResend:hover,.emailNotice .noticeChange:hover{text-decoration:none}.emailNotice .noticeResend[disabled]{opacity:.55;cursor:default;text-decoration:none}.emailNotice .noticeResult{flex:1 0 100%;font-size:13px}.emailNotice .noticeResult.done{color:#2e7d5b}.emailNotice .noticeResult.wait{color:#b5741c}@media (max-width:640px){.emailNotice .noticeText{flex:1 0 100%}.emailNotice .noticeIcon{display:none}}body.darkMode .emailNotice{background-color:#2a2114;border-bottom-color:#3d3020}body.darkMode .emailNotice .noticeIcon svg path{fill:#d9a04e}body.darkMode .emailNotice .noticeText{color:#d8c5a5}body.darkMode .emailNotice .noticeText strong{color:#f0dcc0}body.darkMode .emailNotice .noticeAddress{color:#e6d3b3;background-color:rgba(217,160,78,0.16)}body.darkMode .emailNotice .noticeResend,body.darkMode .emailNotice .noticeChange{color:#7fb0e8}body.darkMode .emailNotice .noticeResult.done{color:#5fc79a}body.darkMode .emailNotice .noticeResult.wait{color:#d9a04e}body.impersonated:after{content:'';position:fixed;top:0;right:0;bottom:0;left:0;border:3px solid #b4231c;pointer-events:none;z-index:100000}.impersonationBar{background-color:#b4231c}.impersonationBar>.container{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 16px;padding-top:10px;padding-bottom:10px}.impersonationBar .barText{flex:1 1 320px;min-width:0;color:rgba(255,255,255,0.85);font-size:13px;line-height:1.45}.impersonationBar .barText strong{margin-right:4px;color:#fff;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.impersonationBar .barActions{display:flex;align-items:center;gap:14px}.impersonationBar .barTime{color:rgba(255,255,255,0.7);font-size:13px;white-space:nowrap}.impersonationBar .barExit{padding:6px 14px;color:#b4231c;background-color:#fff;font-size:13px;font-weight:500;white-space:nowrap;border-radius:6px;-webkit-transition:all opacity .15ss ease-in-out;-moz-transition:all opacity .15ss ease-in-out;-ms-transition:all opacity .15ss ease-in-out;-o-transition:all opacity .15ss ease-in-out;-khtml-transition:all opacity .15ss ease-in-out;transition:all opacity .15ss ease-in-out}.impersonationBar .barExit:hover{opacity:.85}@media (max-width:760px){.impersonationBar>.container{padding-top:8px;padding-bottom:8px}.impersonationBar .barText{flex-basis:100%;font-size:12px}}.profileContainer{position:fixed;top:0;left:0;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;display:none}.profileContainer.open{display:block}.profileContainer .profileFader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#222;opacity:.8}.profileContainer .matchRing{position:relative;flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:54px;height:54px;background:conic-gradient(#d63b34 calc(var(--matchValue) * 1%), rgba(214,59,52,0.15) 0);border-radius:50%}.profileContainer .matchRing:before{content:'';position:absolute;top:4px;left:4px;right:4px;bottom:4px;background-color:#fff;border-radius:50%}.profileContainer .matchRing .matchValue{position:relative;color:#d63b34;font-size:18px;font-weight:700;line-height:1}.profileContainer .matchRing .matchValue .percent{font-size:11px;font-weight:600}.profileContainer .matchLine{display:flex;align-items:center;gap:12px;margin-top:16px;padding:10px 14px;background-color:rgba(214,59,52,0.06);border:1px solid rgba(214,59,52,0.22);border-radius:10px}.profileContainer .matchLine .matchLabel{min-width:0;font-size:15px;font-weight:600;line-height:1.3;overflow-wrap:break-word}.profileContainer .matchLine .matchWhy{margin-left:auto;color:#d63b34;font-size:14px;text-decoration:underline;white-space:nowrap;cursor:pointer}.profileContainer .matchLine .matchWhy:hover{text-decoration:none}.profileContainer .matchFader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.45);z-index:20}.profileContainer .matchModal{position:fixed;top:50%;left:50%;width:380px;max-width:calc(100% - 40px);max-height:calc(100vh - 40px);overflow-y:auto;padding:26px 24px 24px;background-color:#fff;border-radius:14px;box-shadow:0 10px 40px rgba(0,0,0,0.25);text-align:center;z-index:21;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.profileContainer .matchModal .close{position:absolute;top:12px;right:12px;width:16px;height:16px;background:url(/assets/images/common/icons/exitBlack.svg) no-repeat center center;background-size:100% 100%;opacity:.5;cursor:pointer;-webkit-transition:opacity .15s ease-in-out;-moz-transition:opacity .15s ease-in-out;-ms-transition:opacity .15s ease-in-out;-o-transition:opacity .15s ease-in-out;-khtml-transition:opacity .15s ease-in-out;transition:opacity .15s ease-in-out}.profileContainer .matchModal .close:hover{opacity:1}.profileContainer .matchModal .matchRing{width:86px;height:86px;margin:0 auto 16px}.profileContainer .matchModal .matchRing:before{top:7px;left:7px;right:7px;bottom:7px}.profileContainer .matchModal .matchRing .matchValue{font-size:24px}.profileContainer .matchModal .matchRing .matchValue .percent{font-size:15px}.profileContainer .matchModal .matchTitle{font-size:19px;font-weight:600;line-height:1.3}.profileContainer .matchModal .matchText{margin-top:6px;color:#52525b;font-size:15px;line-height:1.45}.profileContainer .matchModal .matchReasons{margin:18px 0 0;padding:0;list-style:none;text-align:left}.profileContainer .matchModal .matchReasons li{position:relative;padding:8px 0 8px 16px;font-size:14px;line-height:1.5;border-top:1px solid #f2f2f2}.profileContainer .matchModal .matchReasons li:before{content:'';position:absolute;top:16px;left:0;width:5px;height:5px;background-color:#d63b34;border-radius:50%}.profileContainer .matchModal .matchReasons li.basis{color:#7f7f7f}.profileContainer .matchModal .matchReasons li.basis:before{background-color:#7f7f7f}.profileContainer .matchModal .matchExtra{margin-top:14px;color:#52525b;font-size:14px;line-height:1.5;text-align:left}.profileContainer .matchModal .matchNote{margin-top:16px;color:#7f7f7f;font-size:13px;line-height:1.5}.profileContainer .profileLayer{position:absolute;top:30px;left:50%;display:flex;gap:20px;width:1200px;max-width:calc(100% - 40px);min-height:600px;max-height:calc(100vh - 60px);padding:20px;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);-khtml-transform:translateX(-50%);transform:translateX(-50%);background-color:#f2f2f2;border-radius:10px}.profileContainer .profileLayer .close{position:absolute;top:10px;right:10px;width:36px;height:36px;background:url(/assets/images/common/icons/exitBlack.svg) no-repeat;background-size:100% 100%;cursor:pointer;z-index:2}.profileContainer .profileLayer .side,.profileContainer .profileLayer .details{overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:transparent transparent}.profileContainer .profileLayer .side::-webkit-scrollbar,.profileContainer .profileLayer .details::-webkit-scrollbar{width:6px}.profileContainer .profileLayer .side::-webkit-scrollbar-track,.profileContainer .profileLayer .details::-webkit-scrollbar-track{background:transparent}.profileContainer .profileLayer .side::-webkit-scrollbar-thumb,.profileContainer .profileLayer .details::-webkit-scrollbar-thumb{background-color:transparent;border-radius:3px;-webkit-transition:background-color .2s ease-in-out;-moz-transition:background-color .2s ease-in-out;-ms-transition:background-color .2s ease-in-out;-o-transition:background-color .2s ease-in-out;-khtml-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}.profileContainer .profileLayer .side:hover,.profileContainer .profileLayer .details:hover{scrollbar-color:rgba(0,0,0,0.22) transparent}.profileContainer .profileLayer .side:hover::-webkit-scrollbar-thumb,.profileContainer .profileLayer .details:hover::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.22)}.profileContainer .profileLayer .side{flex:0 0 320px}.profileContainer .profileLayer .side .avatar.openable{cursor:pointer}.profileContainer .profileLayer .side .avatar img{display:block;width:100%;border-radius:10px;box-shadow:0 0 6px rgba(0,0,0,0.16)}.profileContainer .profileLayer .details{flex:1;min-width:0;padding-right:40px}.profileContainer .profileLayer .details>.data .name{display:flex;align-items:center;gap:12px;font-size:32px}.profileContainer .profileLayer .details>.data .name .text{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.profileContainer .profileLayer .details>.data .name .onlineSign{position:static;flex:0 0 auto;width:13px;height:13px;border:0}.profileContainer .profileLayer .details>.data .place{margin-top:5px;color:#7f7f7f;font-size:24px}.profileContainer .profileLayer .details>.actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:28px 0 0}.profileContainer .profileLayer .details>.actions button{display:inline-flex;flex:1 1 auto;align-items:center;justify-content:center;gap:10px;min-width:0;max-width:280px;padding:12px 24px;color:#d63b34;background-color:#fff;font-family:"Roboto",sans-serif;font-size:18px;font-weight:500;border:1px solid rgba(214,59,52,0.4);border-radius:100px;outline:none;cursor:pointer;-webkit-transition:all .18s ease;-moz-transition:all .18s ease;-ms-transition:all .18s ease;-o-transition:all .18s ease;-khtml-transition:all .18s ease;transition:all .18s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.profileContainer .profileLayer .details>.actions button .icon{width:22px;height:22px;background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.profileContainer .profileLayer .details>.actions button:hover{background-color:rgba(214,59,52,0.08);border-color:#d63b34;box-shadow:0 4px 12px rgba(214,59,52,0.18)}.profileContainer .profileLayer .details>.actions button:active{-webkit-transform:scale(.97);-moz-transform:scale(.97);-ms-transform:scale(.97);-o-transform:scale(.97);-khtml-transform:scale(.97);transform:scale(.97)}.profileContainer .profileLayer .details>.actions button.like .icon{-webkit-mask-image:url("/assets/images/common/icons/heart.svg");mask-image:url("/assets/images/common/icons/heart.svg")}.profileContainer .profileLayer .details>.actions button.like.liked{color:#fff;background-color:#d63b34;border-color:#d63b34}.profileContainer .profileLayer .details>.actions button.like.liked .icon{-webkit-mask-image:url("/assets/images/common/icons/heartFilled.svg");mask-image:url("/assets/images/common/icons/heartFilled.svg")}.profileContainer .profileLayer .details>.actions button.like.liked:hover{background-color:#c42e28}.profileContainer .profileLayer .details>.actions button.like.pop .icon{-webkit-animation:likePop .45s ease 0s 1 normal none;-moz-animation:likePop .45s ease 0s 1 normal none;-o-animation:likePop .45s ease 0s 1 normal none;animation:likePop .45s ease 0s 1 normal none}.profileContainer .profileLayer .details>.actions button.message .icon{-webkit-mask-image:url("/assets/images/common/icons/message.svg");mask-image:url("/assets/images/common/icons/message.svg")}.profileContainer .profileLayer .details>.actions button.disabled{color:#7f7f7f;border-color:#c9c9c9;cursor:default}.profileContainer .profileLayer .details>.actions button.disabled .icon{background-color:#7f7f7f}.profileContainer .profileLayer .details>.actions button.disabled:hover{background-color:#fff;border-color:#c9c9c9;box-shadow:none}.profileContainer .profileLayer .details>.actions button.disabled:active{-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;-khtml-transform:none;transform:none}@media (max-width:420px){.profileContainer .profileLayer .details>.actions{gap:8px}.profileContainer .profileLayer .details>.actions button{gap:6px;padding:11px 8px;font-size:16px}.profileContainer .profileLayer .details>.actions button .icon{width:19px;height:19px}.profileContainer .profileLayer .details>.actions .menu .opener{width:42px;height:42px}}.profileContainer .profileLayer .details>.actions .menu{position:relative}.profileContainer .profileLayer .details>.actions .menu .opener{display:flex;align-items:center;justify-content:center;gap:4px;width:48px;height:48px;background-color:#fff;border:1px solid rgba(214,59,52,0.4);border-radius:50%;cursor:pointer;-webkit-transition:all .18s ease;-moz-transition:all .18s ease;-ms-transition:all .18s ease;-o-transition:all .18s ease;-khtml-transition:all .18s ease;transition:all .18s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.profileContainer .profileLayer .details>.actions .menu .opener:hover,.profileContainer .profileLayer .details>.actions .menu .opener.open{background-color:rgba(214,59,52,0.08);border-color:#d63b34}.profileContainer .profileLayer .details>.actions .menu .opener.disabled{border-color:#c9c9c9;cursor:default}.profileContainer .profileLayer .details>.actions .menu .opener.disabled span{background-color:#7f7f7f}.profileContainer .profileLayer .details>.actions .menu .opener.disabled:hover{background-color:#fff;border-color:#c9c9c9}.profileContainer .profileLayer .details>.actions .menu .opener span{display:block;width:5px;height:5px;background-color:#d63b34;border-radius:50%}.profileContainer .profileLayer .details>.actions .menu .menuItems{position:absolute;top:56px;right:0;min-width:210px;background-color:#fff;border:1px solid rgba(0,0,0,0.08);border-radius:10px;box-shadow:0 4px 16px rgba(0,0,0,0.18);overflow:hidden;z-index:5;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.profileContainer .profileLayer .details>.actions .menu .menuItems li{display:flex;align-items:center;gap:10px;padding:12px 16px;font-size:15px;white-space:nowrap;cursor:pointer}.profileContainer .profileLayer .details>.actions .menu .menuItems li:hover{background-color:#f2f2f2}.profileContainer .profileLayer .details>.actions .menu .menuItems li .icon{flex:0 0 auto;width:17px;height:17px;background-color:#52525b;background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.profileContainer .profileLayer .details>.actions .menu .menuItems li.block .icon{-webkit-mask-image:url("/assets/images/common/icons/block.svg");mask-image:url("/assets/images/common/icons/block.svg")}.profileContainer .profileLayer .details>.actions .menu .menuItems li.report{color:#d63b34;border-top:1px solid #f2f2f2}.profileContainer .profileLayer .details>.actions .menu .menuItems li.report .icon{background-color:#d63b34;-webkit-mask-image:url("/assets/images/common/icons/flag.svg");mask-image:url("/assets/images/common/icons/flag.svg")}.profileContainer .profileLayer .section{margin-top:20px;padding:20px;background-color:#fff;border-radius:10px;box-shadow:0 0 6px rgba(0,0,0,0.16)}.profileContainer .profileLayer .section .title{margin-bottom:20px;font-size:24px}.profileContainer .profileLayer .section .text{line-height:1.2}.profileContainer .profileLayer .section .items .item:not(:last-of-type){margin-bottom:10px}.profileContainer .profileLayer .section .items .item .name,.profileContainer .profileLayer .section .items .item .value{display:inline-block;vertical-align:top}.profileContainer .profileLayer .section .items .item .name{margin-right:5px}.profileContainer .profileLayer .section.photos .photoGrid{display:grid;grid-template-columns:repeat(var(--photoColumns, 4), 1fr);gap:10px}.profileContainer .profileLayer .section.photos .photo{position:relative;aspect-ratio:1;border-radius:10px;overflow:hidden;cursor:pointer}.profileContainer .profileLayer .section.photos .photo img{display:block;width:100%;height:100%;object-fit:cover;-webkit-transition:transform .25s ease;-moz-transition:transform .25s ease;-ms-transition:transform .25s ease;-o-transition:transform .25s ease;-khtml-transition:transform .25s ease;transition:transform .25s ease}.profileContainer .profileLayer .section.photos .photo:hover img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);-khtml-transform:scale(1.05);transform:scale(1.05)}.profileContainer .profileLayer .section.photos .photo .more{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#fff;background-color:rgba(0,0,0,0.55);font-size:24px;font-weight:500;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:background-color .2s ease-in-out;-moz-transition:background-color .2s ease-in-out;-ms-transition:background-color .2s ease-in-out;-o-transition:background-color .2s ease-in-out;-khtml-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}.profileContainer .profileLayer .section.photos .photo:hover .more{background-color:rgba(0,0,0,0.45)}.profileContainer .profileLayer .section.properties .icon{flex-shrink:0;background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.profileContainer .profileLayer .section.properties .icon.sectionIcon.appearance{-webkit-mask-image:url("/assets/images/common/icons/properties/appearance.svg");mask-image:url("/assets/images/common/icons/properties/appearance.svg")}.profileContainer .profileLayer .section.properties .icon.sectionIcon.lifestyle{-webkit-mask-image:url("/assets/images/common/icons/properties/lifestyle.svg");mask-image:url("/assets/images/common/icons/properties/lifestyle.svg")}.profileContainer .profileLayer .section.properties .icon.sectionIcon.life{-webkit-mask-image:url("/assets/images/common/icons/properties/life.svg");mask-image:url("/assets/images/common/icons/properties/life.svg")}.profileContainer .profileLayer .section.properties .icon.sectionIcon.other{-webkit-mask-image:url("/assets/images/common/icons/properties/other.svg");mask-image:url("/assets/images/common/icons/properties/other.svg")}.profileContainer .profileLayer .section.properties .icon.prop.height{-webkit-mask-image:url("/assets/images/common/icons/properties/height.svg");mask-image:url("/assets/images/common/icons/properties/height.svg")}.profileContainer .profileLayer .section.properties .icon.prop.body_type{-webkit-mask-image:url("/assets/images/common/icons/properties/bodyType.svg");mask-image:url("/assets/images/common/icons/properties/bodyType.svg")}.profileContainer .profileLayer .section.properties .icon.prop.eye_color{-webkit-mask-image:url("/assets/images/common/icons/eye.svg");mask-image:url("/assets/images/common/icons/eye.svg")}.profileContainer .profileLayer .section.properties .icon.prop.hair_color{-webkit-mask-image:url("/assets/images/common/icons/properties/hairColor.svg");mask-image:url("/assets/images/common/icons/properties/hairColor.svg")}.profileContainer .profileLayer .section.properties .icon.prop.hair_length{-webkit-mask-image:url("/assets/images/common/icons/properties/hairLength.svg");mask-image:url("/assets/images/common/icons/properties/hairLength.svg")}.profileContainer .profileLayer .section.properties .icon.prop.tattoo{-webkit-mask-image:url("/assets/images/common/icons/properties/tattoo.svg");mask-image:url("/assets/images/common/icons/properties/tattoo.svg")}.profileContainer .profileLayer .section.properties .icon.prop.piercing{-webkit-mask-image:url("/assets/images/common/icons/properties/piercing.svg");mask-image:url("/assets/images/common/icons/properties/piercing.svg")}.profileContainer .profileLayer .section.properties .icon.prop.smoking{-webkit-mask-image:url("/assets/images/common/icons/properties/smoking.svg");mask-image:url("/assets/images/common/icons/properties/smoking.svg")}.profileContainer .profileLayer .section.properties .icon.prop.alcohol{-webkit-mask-image:url("/assets/images/common/icons/properties/alcohol.svg");mask-image:url("/assets/images/common/icons/properties/alcohol.svg")}.profileContainer .profileLayer .section.properties .icon.prop.diet{-webkit-mask-image:url("/assets/images/common/icons/properties/diet.svg");mask-image:url("/assets/images/common/icons/properties/diet.svg")}.profileContainer .profileLayer .section.properties .icon.prop.sport{-webkit-mask-image:url("/assets/images/common/icons/properties/sport.svg");mask-image:url("/assets/images/common/icons/properties/sport.svg")}.profileContainer .profileLayer .section.properties .icon.prop.pets{-webkit-mask-image:url("/assets/images/common/icons/properties/pets.svg");mask-image:url("/assets/images/common/icons/properties/pets.svg")}.profileContainer .profileLayer .section.properties .icon.prop.relationship_status{-webkit-mask-image:url("/assets/images/common/icons/heart.svg");mask-image:url("/assets/images/common/icons/heart.svg")}.profileContainer .profileLayer .section.properties .icon.prop.children{-webkit-mask-image:url("/assets/images/common/icons/properties/children.svg");mask-image:url("/assets/images/common/icons/properties/children.svg")}.profileContainer .profileLayer .section.properties .icon.prop.wants_children{-webkit-mask-image:url("/assets/images/common/icons/properties/wantsChildren.svg");mask-image:url("/assets/images/common/icons/properties/wantsChildren.svg")}.profileContainer .profileLayer .section.properties .icon.prop.living_with{-webkit-mask-image:url("/assets/images/common/icons/properties/livingWith.svg");mask-image:url("/assets/images/common/icons/properties/livingWith.svg")}.profileContainer .profileLayer .section.properties .icon.prop.education{-webkit-mask-image:url("/assets/images/common/icons/properties/education.svg");mask-image:url("/assets/images/common/icons/properties/education.svg")}.profileContainer .profileLayer .section.properties .icon.prop.work{-webkit-mask-image:url("/assets/images/common/icons/properties/work.svg");mask-image:url("/assets/images/common/icons/properties/work.svg")}.profileContainer .profileLayer .section.properties .icon.prop.zodiac{-webkit-mask-image:url("/assets/images/common/icons/properties/zodiac.svg");mask-image:url("/assets/images/common/icons/properties/zodiac.svg")}.profileContainer .profileLayer .section.properties .icon.prop.personality{-webkit-mask-image:url("/assets/images/common/icons/properties/personality.svg");mask-image:url("/assets/images/common/icons/properties/personality.svg")}.profileContainer .profileLayer .section.properties .icon.prop.humor{-webkit-mask-image:url("/assets/images/common/icons/properties/humor.svg");mask-image:url("/assets/images/common/icons/properties/humor.svg")}.profileContainer .profileLayer .section.properties .title{display:flex;align-items:center;gap:8px;line-height:1}.profileContainer .profileLayer .section.properties .title .icon{width:19px;height:19px;color:#d63b34}.profileContainer .profileLayer .section.properties .items{display:grid;grid-template-columns:repeat(auto-fit, minmax(210px, 1fr));gap:12px 24px}.profileContainer .profileLayer .section.properties .items .item{display:flex;align-items:flex-start;gap:8px;margin-bottom:0}.profileContainer .profileLayer .section.properties .items .item .icon{width:18px;height:18px;margin-top:1px;color:#7f7f7f}.profileContainer .profileLayer .section.properties .items .item .text{min-width:0;line-height:1.35}.profileContainer .profileLayer .section.properties .items .item .name,.profileContainer .profileLayer .section.properties .items .item .value{display:inline}.profileContainer .profileLayer .section.properties .items .item .name{margin-right:0;color:#7f7f7f}.profileContainer .profileLayer .section.properties .items .item .value{font-weight:500}.profileContainer .profileLayer .section.stories .listContainer{display:flex;flex-direction:column;gap:14px}.profileContainer .profileLayer .section.stories .story{margin-bottom:0;background-color:transparent;border-color:rgba(0,0,0,0.1);box-shadow:none}.profileContainer .profileLayer .skeletonAvatar,.profileContainer .profileLayer .skeletonLine,.profileContainer .profileLayer .skeletonPill,.profileContainer .profileLayer .skeletonDot{background-color:#c9c9c9;-webkit-animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none;-moz-animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none;-o-animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none;animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none;animation-delay:var(--skeletonDelay, 0s)}.profileContainer .profileLayer .skeletonAvatar{width:100%;aspect-ratio:1;border-radius:10px}.profileContainer .profileLayer .skeletonLine{height:11px;border-radius:6px}.profileContainer .profileLayer .skeletonLine:not(:last-child){margin-bottom:10px}.profileContainer .profileLayer .skeletonLine.short{width:55%}.profileContainer .profileLayer .skeletonLine.title{width:40%;height:17px;margin-bottom:18px}.profileContainer .profileLayer .skeletonLine.name{width:45%;height:22px}.profileContainer .profileLayer .skeletonLine.place{width:28%;height:15px}.profileContainer .profileLayer .skeletonHead .skeletonLine.name{width:190px;height:30px}.profileContainer .profileLayer .skeletonHead .skeletonLine.place{width:120px;height:22px;margin-bottom:0}.profileContainer .profileLayer .skeletonActions{display:flex;gap:12px;margin-top:28px}.profileContainer .profileLayer .skeletonActions .skeletonPill{width:170px;height:47px;border-radius:100px}.profileContainer .profileLayer .skeletonItems{display:grid;grid-template-columns:repeat(auto-fit, minmax(210px, 1fr));gap:12px 24px}.profileContainer .profileLayer .skeletonItems .skeletonItem{display:flex;align-items:center;gap:8px}.profileContainer .profileLayer .skeletonItems .skeletonItem .skeletonLine{flex:1;margin-bottom:0}.profileContainer .profileLayer .skeletonDot{flex:0 0 auto;width:18px;height:18px;border-radius:50%}.profileContainer .profileLayer .skeletonDot.avatar{width:46px;height:46px}.profileContainer .profileLayer .skeletonStory{padding:16px 18px;border:1px solid rgba(0,0,0,0.1);border-radius:12px}.profileContainer .profileLayer .skeletonStory:not(:last-of-type){margin-bottom:14px}.profileContainer .profileLayer .skeletonStory .skeletonStoryHead{display:flex;align-items:center;gap:12px;margin-bottom:16px}.profileContainer .profileLayer .skeletonStory .skeletonStoryHead .skeletonStoryData{flex:1;min-width:0}.profileContainer .profileLayer .skeletonStory .skeletonStoryHead .skeletonStoryData .skeletonLine.place{margin-bottom:0}@media (max-width:760px){.profileContainer .profileLayer{top:0;flex-direction:column;width:100%;max-width:none;min-height:100%;max-height:none;padding:16px 14px 24px;border-radius:0}.profileContainer .profileLayer .side,.profileContainer .profileLayer .details{display:contents}.profileContainer .profileLayer .side .avatar,.profileContainer .profileLayer .side .skeletonAvatar{order:1}.profileContainer .profileLayer .side .section,.profileContainer .profileLayer .side .skeletonBox{order:3}.profileContainer .profileLayer .details>*{order:2}.profileContainer .profileLayer .details .section.stories{order:4}.profileContainer .profileLayer .section{margin-top:0}.profileContainer .profileLayer .close{background:url(/assets/images/common/icons/exitWhite.svg) no-repeat center rgba(0,0,0,0.35);background-size:20px 20px;border-radius:50%}.profileContainer .profileLayer .side .avatar{position:relative;margin:-16px -14px 0}.profileContainer .profileLayer .side .avatar img{min-height:220px;border-radius:0;box-shadow:none;object-fit:cover}.profileContainer .profileLayer .side .avatar:after{content:'';position:absolute;right:0;bottom:0;left:0;height:55%;background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.12) 40%, rgba(0,0,0,0.74) 100%);pointer-events:none}.profileContainer .profileLayer .side .skeletonAvatar{flex:0 0 auto;width:auto;margin:-16px -14px 0;border-radius:0}.profileContainer .profileLayer .details>.data{position:relative;z-index:1;margin-top:-80px;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,0.55)}.profileContainer .profileLayer .details>.data .name{font-size:24px}.profileContainer .profileLayer .details>.data .place{margin-top:2px;color:#fff;font-size:16px}}@-webkit-keyframes likePop{0%{transform:scale(1)}30%{transform:scale(1.35)}55%{transform:scale(.88)}78%{transform:scale(1.12)}100%{transform:scale(1)}}@-moz-keyframes likePop{0%{transform:scale(1)}30%{transform:scale(1.35)}55%{transform:scale(.88)}78%{transform:scale(1.12)}100%{transform:scale(1)}}@-o-keyframes likePop{0%{transform:scale(1)}30%{transform:scale(1.35)}55%{transform:scale(.88)}78%{transform:scale(1.12)}100%{transform:scale(1)}}@keyframes likePop{0%{transform:scale(1)}30%{transform:scale(1.35)}55%{transform:scale(.88)}78%{transform:scale(1.12)}100%{transform:scale(1)}}body.darkMode .profileContainer .matchRing:before{background-color:#1d1d21}body.darkMode .profileContainer .matchLine{background-color:rgba(214,59,52,0.12);border-color:rgba(214,59,52,0.3)}body.darkMode .profileContainer .matchModal{background-color:#1d1d21;box-shadow:0 10px 40px rgba(0,0,0,0.5)}body.darkMode .profileContainer .matchModal .matchExtra{color:#e6e6e9}body.darkMode .profileContainer .matchModal .close{background-image:url(/assets/images/common/icons/exitWhite.svg)}body.darkMode .profileContainer .matchModal .matchText{color:#e6e6e9}body.darkMode .profileContainer .matchModal .matchReasons li{border-top-color:#35353d}body.darkMode .profileContainer .matchModal .matchReasons li.basis{color:#9b9ba5}body.darkMode .profileContainer .matchModal .matchNote{color:#9b9ba5}body.darkMode .profileContainer .profileLayer{background-color:#131316}body.darkMode .profileContainer .profileLayer .close{background-image:url(/assets/images/common/icons/exitWhite.svg)}body.darkMode .profileContainer .profileLayer .side:hover,body.darkMode .profileContainer .profileLayer .details:hover{scrollbar-color:rgba(255,255,255,0.22) transparent}body.darkMode .profileContainer .profileLayer .side:hover::-webkit-scrollbar-thumb,body.darkMode .profileContainer .profileLayer .details:hover::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,0.22)}body.darkMode .profileContainer .profileLayer .details>.data .place{color:#9b9ba5}@media (max-width:760px){body.darkMode .profileContainer .profileLayer .details>.data .place{color:#fff}}body.darkMode .profileContainer .profileLayer .details>.actions .menu .opener{background-color:#1d1d21}body.darkMode .profileContainer .profileLayer .details>.actions .menu .opener:hover,body.darkMode .profileContainer .profileLayer .details>.actions .menu .opener.open{background-color:rgba(214,59,52,0.14)}body.darkMode .profileContainer .profileLayer .details>.actions .menu .opener.disabled{border-color:#35353d}body.darkMode .profileContainer .profileLayer .details>.actions .menu .opener.disabled span{background-color:#9b9ba5}body.darkMode .profileContainer .profileLayer .details>.actions .menu .opener.disabled:hover{background-color:#1d1d21;border-color:#35353d}body.darkMode .profileContainer .profileLayer .details>.actions .menu .menuItems{background-color:#1d1d21;border-color:#35353d;box-shadow:0 4px 16px rgba(0,0,0,0.5)}body.darkMode .profileContainer .profileLayer .details>.actions .menu .menuItems li:hover{background-color:#26262c}body.darkMode .profileContainer .profileLayer .details>.actions .menu .menuItems li .icon{background-color:#9b9ba5}body.darkMode .profileContainer .profileLayer .details>.actions .menu .menuItems li.report{border-top-color:#35353d}body.darkMode .profileContainer .profileLayer .details>.actions button{background-color:#1d1d21}body.darkMode .profileContainer .profileLayer .details>.actions button:hover{background-color:rgba(214,59,52,0.14)}body.darkMode .profileContainer .profileLayer .details>.actions button.like.liked{background-color:#d63b34}body.darkMode .profileContainer .profileLayer .details>.actions button.like.liked:hover{background-color:#c42e28}body.darkMode .profileContainer .profileLayer .details>.actions button.disabled{color:#9b9ba5;border-color:#35353d}body.darkMode .profileContainer .profileLayer .details>.actions button.disabled .icon{background-color:#9b9ba5}body.darkMode .profileContainer .profileLayer .details>.actions button.disabled:hover{background-color:#1d1d21;border-color:#35353d}body.darkMode .profileContainer .profileLayer .skeletonAvatar,body.darkMode .profileContainer .profileLayer .skeletonLine,body.darkMode .profileContainer .profileLayer .skeletonPill,body.darkMode .profileContainer .profileLayer .skeletonDot{background-color:#31313a}body.darkMode .profileContainer .profileLayer .skeletonStory{border-color:#35353d}body.darkMode .profileContainer .profileLayer .section{background-color:#1d1d21;box-shadow:0 0 6px rgba(0,0,0,0.5)}body.darkMode .profileContainer .profileLayer .section.properties .items .item .icon{color:#9b9ba5}body.darkMode .profileContainer .profileLayer .section.properties .items .item .name{color:#9b9ba5}body.darkMode .profileContainer .profileLayer .section.stories .story{background-color:transparent;border-color:#35353d;box-shadow:none}.notificationsContainer{position:fixed;top:0;left:0;width:100%;min-width:300px;height:100%;overflow-x:hidden;overflow-y:auto;display:none}.notificationsContainer.open{display:block}.notificationsContainer .notificationsFader,.notificationsContainer .notificationDetailsFader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#222;opacity:.8}.notificationsContainer .box{position:absolute;top:50%;left:50%;display:flex;flex-direction:column;width:calc(100% - 40px);padding:14px 0 10px;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background-color:#f2f2f2;border-radius:10px;overflow:hidden}.notificationsContainer .box .close{position:absolute;top:14px;right:14px;width:20px;height:20px;background:url(/assets/images/common/icons/exitBlack.svg) no-repeat;background-size:100% 100%;cursor:pointer;z-index:2}.notificationsContainer .box .title{padding:0 50px 0 25px;font-size:20px;font-weight:500}.notificationsContainer .notificationsLayer{max-width:800px;height:calc(100% - 60px);max-height:800px}.notificationsContainer .notificationsLayer .events{flex:1;min-height:0;margin-top:26px;padding:0 20px 10px;overflow-x:hidden;overflow-y:auto}.notificationsContainer .notificationsLayer .events .wrapper{border-radius:10px;box-shadow:0 0 6px rgba(0,0,0,0.16);overflow:hidden}.notificationsContainer .notificationsLayer .events .empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100%;padding:10px 10px 30px;text-align:center}.notificationsContainer .notificationsLayer .events .empty .graphic svg{width:100%;max-width:260px;height:auto}.notificationsContainer .notificationsLayer .events .empty .graphic svg .web,.notificationsContainer .notificationsLayer .events .empty .graphic svg .mount,.notificationsContainer .notificationsLayer .events .empty .graphic svg .bell,.notificationsContainer .notificationsLayer .events .empty .graphic svg .floor,.notificationsContainer .notificationsLayer .events .empty .graphic svg .thread,.notificationsContainer .notificationsLayer .events .empty .graphic svg .legs{stroke:#c9c9c9}.notificationsContainer .notificationsLayer .events .empty .graphic svg .bell{fill:#fff}.notificationsContainer .notificationsLayer .events .empty .graphic svg .clapper,.notificationsContainer .notificationsLayer .events .empty .graphic svg .body{fill:#c9c9c9}.notificationsContainer .notificationsLayer .events .empty .emptyText{max-width:420px;margin-top:18px;color:#7f7f7f;font-size:15px;line-height:1.6}.notificationsContainer .notificationsLayer .events .eventSkeleton{display:flex;align-items:center;gap:12px;padding:20px;background-color:#fff}.notificationsContainer .notificationsLayer .events .eventSkeleton:not(:last-of-type){margin-bottom:2px}.notificationsContainer .notificationsLayer .events .eventSkeleton .skeletonAvatar,.notificationsContainer .notificationsLayer .events .eventSkeleton .skeletonLine{background-color:#c9c9c9;-webkit-animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none;-moz-animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none;-o-animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none;animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none;animation-delay:var(--skeletonDelay, 0s)}.notificationsContainer .notificationsLayer .events .eventSkeleton .skeletonAvatar{flex:0 0 auto;width:60px;height:60px;border-radius:50%}.notificationsContainer .notificationsLayer .events .eventSkeleton .skeletonLine{height:13px;border-radius:6px}.notificationsContainer .notificationsLayer .events .eventSkeleton .skeletonLine.text{flex:0 1 auto}.notificationsContainer .notificationsLayer .events .eventSkeleton .skeletonLine.time{flex:0 0 auto;width:80px;height:11px;margin-left:auto;align-self:flex-start}.notificationsContainer .notificationsLayer .events .sectionTitle{padding:12px 20px 8px;background-color:#fff;color:#7f7f7f;font-size:13px;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.notificationsContainer .notificationsLayer .events .sectionTitle+.event{padding-top:4px}.notificationsContainer .notificationsLayer .events .event{position:relative;padding:20px;background-color:#fff;cursor:pointer}.notificationsContainer .notificationsLayer .events .event.read .avatar,.notificationsContainer .notificationsLayer .events .event.read .text,.notificationsContainer .notificationsLayer .events .event.read .time{opacity:.55}.notificationsContainer .notificationsLayer .events .event:not(:last-of-type){margin-bottom:2px}.notificationsContainer .notificationsLayer .events .event:hover{background-color:#fafafa}.notificationsContainer .notificationsLayer .events .event div{display:inline-block;vertical-align:middle}.notificationsContainer .notificationsLayer .events .event .avatar{position:relative;width:60px;height:60px;margin-right:12px}.notificationsContainer .notificationsLayer .events .event .avatar img{position:absolute;top:0;left:0;width:60px;height:60px;border-radius:50%}.notificationsContainer .notificationsLayer .events .event .avatar .onlineSign{right:0;bottom:0;width:13px;height:13px}.notificationsContainer .notificationsLayer .events .event .avatar.p2 img{width:50px;height:50px;border:1px solid #fff}.notificationsContainer .notificationsLayer .events .event .avatar.p2 img:nth-of-type(1){top:18px;left:0;z-index:3}.notificationsContainer .notificationsLayer .events .event .avatar.p2 img:nth-of-type(2){top:-10px;left:auto;right:-4px;z-index:2}.notificationsContainer .notificationsLayer .events .event .avatar.p3 img{width:40px;height:40px;border:1px solid #fff}.notificationsContainer .notificationsLayer .events .event .avatar.p3 img:nth-of-type(1){top:8px;left:0;z-index:3}.notificationsContainer .notificationsLayer .events .event .avatar.p3 img:nth-of-type(2){top:-6px;left:auto;right:-4px;z-index:2}.notificationsContainer .notificationsLayer .events .event .avatar.p3 img:nth-of-type(3){top:auto;bottom:-6px;left:auto;right:-4px;z-index:1}.notificationsContainer .notificationsLayer .events .event .time{position:absolute;top:15px;right:20px;color:#7f7f7f}.notificationsContainer .notificationDetailsLayer{max-width:640px;max-height:calc(100% - 100px)}.notificationsContainer .notificationDetailsLayer .items{flex:1;min-height:0;margin-top:18px;padding:0 20px 10px;overflow-x:hidden;overflow-y:auto}.notificationsContainer .notificationDetailsLayer .items .wrapper{border-radius:10px;box-shadow:0 0 6px rgba(0,0,0,0.16);overflow:hidden}.notificationsContainer .notificationDetailsLayer .items .item{position:relative;padding:20px;background-color:#fff;cursor:pointer}.notificationsContainer .notificationDetailsLayer .items .item:not(:last-of-type){margin-bottom:2px}.notificationsContainer .notificationDetailsLayer .items .item:hover{background-color:#fafafa}.notificationsContainer .notificationDetailsLayer .items .item div{display:inline-block;vertical-align:middle}.notificationsContainer .notificationDetailsLayer .items .item .avatar{position:relative;width:60px;height:60px;margin-right:12px}.notificationsContainer .notificationDetailsLayer .items .item .avatar img{position:absolute;top:0;left:0;width:60px;height:60px;border-radius:50%}.notificationsContainer .notificationDetailsLayer .items .item .avatar .onlineSign{right:0;bottom:0;width:13px;height:13px}.notificationsContainer .notificationDetailsLayer .items .item .time{position:absolute;top:15px;right:20px;color:#7f7f7f}@media (max-width:760px){.notificationsContainer .notificationsLayer,.notificationsContainer .notificationDetailsLayer{top:0;left:0;width:100%;max-width:none;height:100%;max-height:none;padding:12px 0 6px;border-radius:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;-khtml-transform:none;transform:none}.notificationsContainer .notificationsLayer .close,.notificationsContainer .notificationDetailsLayer .close{top:0;right:0;display:block;width:44px;height:34px;padding:8px 14px 8px 12px;background-origin:content-box;background-clip:content-box}.notificationsContainer .notificationsLayer .title,.notificationsContainer .notificationDetailsLayer .title{padding:0 44px 0 16px;font-size:17px}.notificationsContainer .notificationsLayer .events,.notificationsContainer .notificationDetailsLayer .events,.notificationsContainer .notificationsLayer .items,.notificationsContainer .notificationDetailsLayer .items{margin-top:14px;padding:0 12px 8px}.notificationsContainer .notificationsLayer .events .eventSkeleton,.notificationsContainer .notificationDetailsLayer .events .eventSkeleton,.notificationsContainer .notificationsLayer .items .eventSkeleton,.notificationsContainer .notificationDetailsLayer .items .eventSkeleton,.notificationsContainer .notificationsLayer .events .event,.notificationsContainer .notificationDetailsLayer .events .event,.notificationsContainer .notificationsLayer .items .event,.notificationsContainer .notificationDetailsLayer .items .event,.notificationsContainer .notificationsLayer .events .item,.notificationsContainer .notificationDetailsLayer .events .item,.notificationsContainer .notificationsLayer .items .item,.notificationsContainer .notificationDetailsLayer .items .item{display:flex;align-items:center;gap:10px;padding:12px 14px;font-size:14px}.notificationsContainer .notificationsLayer .events .eventSkeleton .avatar,.notificationsContainer .notificationDetailsLayer .events .eventSkeleton .avatar,.notificationsContainer .notificationsLayer .items .eventSkeleton .avatar,.notificationsContainer .notificationDetailsLayer .items .eventSkeleton .avatar,.notificationsContainer .notificationsLayer .events .event .avatar,.notificationsContainer .notificationDetailsLayer .events .event .avatar,.notificationsContainer .notificationsLayer .items .event .avatar,.notificationsContainer .notificationDetailsLayer .items .event .avatar,.notificationsContainer .notificationsLayer .events .item .avatar,.notificationsContainer .notificationDetailsLayer .events .item .avatar,.notificationsContainer .notificationsLayer .items .item .avatar,.notificationsContainer .notificationDetailsLayer .items .item .avatar,.notificationsContainer .notificationsLayer .events .eventSkeleton .skeletonAvatar,.notificationsContainer .notificationDetailsLayer .events .eventSkeleton .skeletonAvatar,.notificationsContainer .notificationsLayer .items .eventSkeleton .skeletonAvatar,.notificationsContainer .notificationDetailsLayer .items .eventSkeleton .skeletonAvatar,.notificationsContainer .notificationsLayer .events .event .skeletonAvatar,.notificationsContainer .notificationDetailsLayer .events .event .skeletonAvatar,.notificationsContainer .notificationsLayer .items .event .skeletonAvatar,.notificationsContainer .notificationDetailsLayer .items .event .skeletonAvatar,.notificationsContainer .notificationsLayer .events .item .skeletonAvatar,.notificationsContainer .notificationDetailsLayer .events .item .skeletonAvatar,.notificationsContainer .notificationsLayer .items .item .skeletonAvatar,.notificationsContainer .notificationDetailsLayer .items .item .skeletonAvatar{flex:0 0 auto;width:44px;height:44px;margin-right:0}.notificationsContainer .notificationsLayer .events .eventSkeleton .avatar img,.notificationsContainer .notificationDetailsLayer .events .eventSkeleton .avatar img,.notificationsContainer .notificationsLayer .items .eventSkeleton .avatar img,.notificationsContainer .notificationDetailsLayer .items .eventSkeleton .avatar img,.notificationsContainer .notificationsLayer .events .event .avatar img,.notificationsContainer .notificationDetailsLayer .events .event .avatar img,.notificationsContainer .notificationsLayer .items .event .avatar img,.notificationsContainer .notificationDetailsLayer .items .event .avatar img,.notificationsContainer .notificationsLayer .events .item .avatar img,.notificationsContainer .notificationDetailsLayer .events .item .avatar img,.notificationsContainer .notificationsLayer .items .item .avatar img,.notificationsContainer .notificationDetailsLayer .items .item .avatar img,.notificationsContainer .notificationsLayer .events .eventSkeleton .skeletonAvatar img,.notificationsContainer .notificationDetailsLayer .events .eventSkeleton .skeletonAvatar img,.notificationsContainer .notificationsLayer .items .eventSkeleton .skeletonAvatar img,.notificationsContainer .notificationDetailsLayer .items .eventSkeleton .skeletonAvatar img,.notificationsContainer .notificationsLayer .events .event .skeletonAvatar img,.notificationsContainer .notificationDetailsLayer .events .event .skeletonAvatar img,.notificationsContainer .notificationsLayer .items .event .skeletonAvatar img,.notificationsContainer .notificationDetailsLayer .items .event .skeletonAvatar img,.notificationsContainer .notificationsLayer .events .item .skeletonAvatar img,.notificationsContainer .notificationDetailsLayer .events .item .skeletonAvatar img,.notificationsContainer .notificationsLayer .items .item .skeletonAvatar img,.notificationsContainer .notificationDetailsLayer .items .item .skeletonAvatar img{width:44px;height:44px}.notificationsContainer .notificationsLayer .events .eventSkeleton .text,.notificationsContainer .notificationDetailsLayer .events .eventSkeleton .text,.notificationsContainer .notificationsLayer .items .eventSkeleton .text,.notificationsContainer .notificationDetailsLayer .items .eventSkeleton .text,.notificationsContainer .notificationsLayer .events .event .text,.notificationsContainer .notificationDetailsLayer .events .event .text,.notificationsContainer .notificationsLayer .items .event .text,.notificationsContainer .notificationDetailsLayer .items .event .text,.notificationsContainer .notificationsLayer .events .item .text,.notificationsContainer .notificationDetailsLayer .events .item .text,.notificationsContainer .notificationsLayer .items .item .text,.notificationsContainer .notificationDetailsLayer .items .item .text{flex:1 1 auto;min-width:0;padding-right:46px;line-height:1.35}.notificationsContainer .notificationsLayer .events .eventSkeleton .time,.notificationsContainer .notificationDetailsLayer .events .eventSkeleton .time,.notificationsContainer .notificationsLayer .items .eventSkeleton .time,.notificationsContainer .notificationDetailsLayer .items .eventSkeleton .time,.notificationsContainer .notificationsLayer .events .event .time,.notificationsContainer .notificationDetailsLayer .events .event .time,.notificationsContainer .notificationsLayer .items .event .time,.notificationsContainer .notificationDetailsLayer .items .event .time,.notificationsContainer .notificationsLayer .events .item .time,.notificationsContainer .notificationDetailsLayer .events .item .time,.notificationsContainer .notificationsLayer .items .item .time,.notificationsContainer .notificationDetailsLayer .items .item .time{top:12px;right:14px;font-size:12px}.notificationsContainer .notificationsLayer .events .eventSkeleton .avatar.p2 img,.notificationsContainer .notificationDetailsLayer .events .eventSkeleton .avatar.p2 img,.notificationsContainer .notificationsLayer .items .eventSkeleton .avatar.p2 img,.notificationsContainer .notificationDetailsLayer .items .eventSkeleton .avatar.p2 img,.notificationsContainer .notificationsLayer .events .event .avatar.p2 img,.notificationsContainer .notificationDetailsLayer .events .event .avatar.p2 img,.notificationsContainer .notificationsLayer .items .event .avatar.p2 img,.notificationsContainer .notificationDetailsLayer .items .event .avatar.p2 img,.notificationsContainer .notificationsLayer .events .item .avatar.p2 img,.notificationsContainer .notificationDetailsLayer .events .item .avatar.p2 img,.notificationsContainer .notificationsLayer .items .item .avatar.p2 img,.notificationsContainer .notificationDetailsLayer .items .item .avatar.p2 img{width:36px;height:36px}.notificationsContainer .notificationsLayer .events .eventSkeleton .avatar.p2 img:nth-of-type(1),.notificationsContainer .notificationDetailsLayer .events .eventSkeleton .avatar.p2 img:nth-of-type(1),.notificationsContainer .notificationsLayer .items .eventSkeleton .avatar.p2 img:nth-of-type(1),.notificationsContainer .notificationDetailsLayer .items .eventSkeleton .avatar.p2 img:nth-of-type(1),.notificationsContainer .notificationsLayer .events .event .avatar.p2 img:nth-of-type(1),.notificationsContainer .notificationDetailsLayer .events .event .avatar.p2 img:nth-of-type(1),.notificationsContainer .notificationsLayer .items .event .avatar.p2 img:nth-of-type(1),.notificationsContainer .notificationDetailsLayer .items .event .avatar.p2 img:nth-of-type(1),.notificationsContainer .notificationsLayer .events .item .avatar.p2 img:nth-of-type(1),.notificationsContainer .notificationDetailsLayer .events .item .avatar.p2 img:nth-of-type(1),.notificationsContainer .notificationsLayer .items .item .avatar.p2 img:nth-of-type(1),.notificationsContainer .notificationDetailsLayer .items .item .avatar.p2 img:nth-of-type(1){top:13px}.notificationsContainer .notificationsLayer .events .eventSkeleton .avatar.p2 img:nth-of-type(2),.notificationsContainer .notificationDetailsLayer .events .eventSkeleton .avatar.p2 img:nth-of-type(2),.notificationsContainer .notificationsLayer .items .eventSkeleton .avatar.p2 img:nth-of-type(2),.notificationsContainer .notificationDetailsLayer .items .eventSkeleton .avatar.p2 img:nth-of-type(2),.notificationsContainer .notificationsLayer .events .event .avatar.p2 img:nth-of-type(2),.notificationsContainer .notificationDetailsLayer .events .event .avatar.p2 img:nth-of-type(2),.notificationsContainer .notificationsLayer .items .event .avatar.p2 img:nth-of-type(2),.notificationsContainer .notificationDetailsLayer .items .event .avatar.p2 img:nth-of-type(2),.notificationsContainer .notificationsLayer .events .item .avatar.p2 img:nth-of-type(2),.notificationsContainer .notificationDetailsLayer .events .item .avatar.p2 img:nth-of-type(2),.notificationsContainer .notificationsLayer .items .item .avatar.p2 img:nth-of-type(2),.notificationsContainer .notificationDetailsLayer .items .item .avatar.p2 img:nth-of-type(2){top:-7px;right:-3px}.notificationsContainer .notificationsLayer .events .eventSkeleton .avatar.p3 img,.notificationsContainer .notificationDetailsLayer .events .eventSkeleton .avatar.p3 img,.notificationsContainer .notificationsLayer .items .eventSkeleton .avatar.p3 img,.notificationsContainer .notificationDetailsLayer .items .eventSkeleton .avatar.p3 img,.notificationsContainer .notificationsLayer .events .event .avatar.p3 img,.notificationsContainer .notificationDetailsLayer .events .event .avatar.p3 img,.notificationsContainer .notificationsLayer .items .event .avatar.p3 img,.notificationsContainer .notificationDetailsLayer .items .event .avatar.p3 img,.notificationsContainer .notificationsLayer .events .item .avatar.p3 img,.notificationsContainer .notificationDetailsLayer .events .item .avatar.p3 img,.notificationsContainer .notificationsLayer .items .item .avatar.p3 img,.notificationsContainer .notificationDetailsLayer .items .item .avatar.p3 img{width:29px;height:29px}.notificationsContainer .notificationsLayer .events .eventSkeleton .avatar.p3 img:nth-of-type(1),.notificationsContainer .notificationDetailsLayer .events .eventSkeleton .avatar.p3 img:nth-of-type(1),.notificationsContainer .notificationsLayer .items .eventSkeleton .avatar.p3 img:nth-of-type(1),.notificationsContainer .notificationDetailsLayer .items .eventSkeleton .avatar.p3 img:nth-of-type(1),.notificationsContainer .notificationsLayer .events .event .avatar.p3 img:nth-of-type(1),.notificationsContainer .notificationDetailsLayer .events .event .avatar.p3 img:nth-of-type(1),.notificationsContainer .notificationsLayer .items .event .avatar.p3 img:nth-of-type(1),.notificationsContainer .notificationDetailsLayer .items .event .avatar.p3 img:nth-of-type(1),.notificationsContainer .notificationsLayer .events .item .avatar.p3 img:nth-of-type(1),.notificationsContainer .notificationDetailsLayer .events .item .avatar.p3 img:nth-of-type(1),.notificationsContainer .notificationsLayer .items .item .avatar.p3 img:nth-of-type(1),.notificationsContainer .notificationDetailsLayer .items .item .avatar.p3 img:nth-of-type(1){top:6px}.notificationsContainer .notificationsLayer .events .eventSkeleton .avatar.p3 img:nth-of-type(2),.notificationsContainer .notificationDetailsLayer .events .eventSkeleton .avatar.p3 img:nth-of-type(2),.notificationsContainer .notificationsLayer .items .eventSkeleton .avatar.p3 img:nth-of-type(2),.notificationsContainer .notificationDetailsLayer .items .eventSkeleton .avatar.p3 img:nth-of-type(2),.notificationsContainer .notificationsLayer .events .event .avatar.p3 img:nth-of-type(2),.notificationsContainer .notificationDetailsLayer .events .event .avatar.p3 img:nth-of-type(2),.notificationsContainer .notificationsLayer .items .event .avatar.p3 img:nth-of-type(2),.notificationsContainer .notificationDetailsLayer .items .event .avatar.p3 img:nth-of-type(2),.notificationsContainer .notificationsLayer .events .item .avatar.p3 img:nth-of-type(2),.notificationsContainer .notificationDetailsLayer .events .item .avatar.p3 img:nth-of-type(2),.notificationsContainer .notificationsLayer .items .item .avatar.p3 img:nth-of-type(2),.notificationsContainer .notificationDetailsLayer .items .item .avatar.p3 img:nth-of-type(2){top:-4px;right:-3px}.notificationsContainer .notificationsLayer .events .eventSkeleton .avatar.p3 img:nth-of-type(3),.notificationsContainer .notificationDetailsLayer .events .eventSkeleton .avatar.p3 img:nth-of-type(3),.notificationsContainer .notificationsLayer .items .eventSkeleton .avatar.p3 img:nth-of-type(3),.notificationsContainer .notificationDetailsLayer .items .eventSkeleton .avatar.p3 img:nth-of-type(3),.notificationsContainer .notificationsLayer .events .event .avatar.p3 img:nth-of-type(3),.notificationsContainer .notificationDetailsLayer .events .event .avatar.p3 img:nth-of-type(3),.notificationsContainer .notificationsLayer .items .event .avatar.p3 img:nth-of-type(3),.notificationsContainer .notificationDetailsLayer .items .event .avatar.p3 img:nth-of-type(3),.notificationsContainer .notificationsLayer .events .item .avatar.p3 img:nth-of-type(3),.notificationsContainer .notificationDetailsLayer .events .item .avatar.p3 img:nth-of-type(3),.notificationsContainer .notificationsLayer .items .item .avatar.p3 img:nth-of-type(3),.notificationsContainer .notificationDetailsLayer .items .item .avatar.p3 img:nth-of-type(3){bottom:-4px;right:-3px}.notificationsContainer .notificationsLayer .events{margin-top:22px}}body.darkMode .notificationsContainer .box{background-color:#131316}body.darkMode .notificationsContainer .box .close{background-image:url(/assets/images/common/icons/exitWhite.svg)}body.darkMode .notificationsContainer .notificationsLayer .events .wrapper{box-shadow:0 0 6px rgba(0,0,0,0.5)}body.darkMode .notificationsContainer .notificationsLayer .events .empty .graphic svg .web,body.darkMode .notificationsContainer .notificationsLayer .events .empty .graphic svg .mount,body.darkMode .notificationsContainer .notificationsLayer .events .empty .graphic svg .bell,body.darkMode .notificationsContainer .notificationsLayer .events .empty .graphic svg .floor,body.darkMode .notificationsContainer .notificationsLayer .events .empty .graphic svg .thread,body.darkMode .notificationsContainer .notificationsLayer .events .empty .graphic svg .legs{stroke:#3f3f4b}body.darkMode .notificationsContainer .notificationsLayer .events .empty .graphic svg .bell{fill:#1d1d21}body.darkMode .notificationsContainer .notificationsLayer .events .empty .graphic svg .clapper,body.darkMode .notificationsContainer .notificationsLayer .events .empty .graphic svg .body{fill:#3f3f4b}body.darkMode .notificationsContainer .notificationsLayer .events .empty .emptyText{color:#9b9ba5}body.darkMode .notificationsContainer .notificationsLayer .events .eventSkeleton{background-color:#1d1d21}body.darkMode .notificationsContainer .notificationsLayer .events .eventSkeleton .skeletonAvatar,body.darkMode .notificationsContainer .notificationsLayer .events .eventSkeleton .skeletonLine{background-color:#31313a}body.darkMode .notificationsContainer .notificationsLayer .events .sectionTitle{background-color:#1d1d21;color:#9b9ba5}body.darkMode .notificationsContainer .notificationsLayer .events .event{background-color:#1d1d21}body.darkMode .notificationsContainer .notificationsLayer .events .event:hover{background-color:#26262c}body.darkMode .notificationsContainer .notificationsLayer .events .event .avatar.p2 img,body.darkMode .notificationsContainer .notificationsLayer .events .event .avatar.p3 img{border-color:#1d1d21}body.darkMode .notificationsContainer .notificationsLayer .events .event .time{color:#9b9ba5}body.darkMode .notificationsContainer .notificationDetailsLayer .items .wrapper{box-shadow:0 0 6px rgba(0,0,0,0.5)}body.darkMode .notificationsContainer .notificationDetailsLayer .items .item{background-color:#1d1d21}body.darkMode .notificationsContainer .notificationDetailsLayer .items .item:hover{background-color:#26262c}body.darkMode .notificationsContainer .notificationDetailsLayer .items .item .time{color:#9b9ba5}.chatContainer .chatPanel,.chatModalContainer .chatPanel{position:absolute;background-color:#fff}.chatContainer .chatPanel .head,.chatModalContainer .chatPanel .head{position:relative;display:flex;align-items:center;z-index:2;height:53px;padding:8px 10px;border-bottom:1px solid #c9c9c9}.chatContainer .chatPanel .head .avatar,.chatModalContainer .chatPanel .head .avatar,.chatContainer .chatPanel .head .data,.chatModalContainer .chatPanel .head .data{display:inline-block;cursor:pointer;vertical-align:middle}.chatContainer .chatPanel .head .avatar.closed,.chatModalContainer .chatPanel .head .avatar.closed,.chatContainer .chatPanel .head .data.closed,.chatModalContainer .chatPanel .head .data.closed{cursor:default}.chatContainer .chatPanel .head .back,.chatModalContainer .chatPanel .head .back,.chatContainer .chatPanel .head .avatar,.chatModalContainer .chatPanel .head .avatar,.chatContainer .chatPanel .head .skeletonAvatar,.chatModalContainer .chatPanel .head .skeletonAvatar{flex:0 0 auto}.chatContainer .chatPanel .head .avatar,.chatModalContainer .chatPanel .head .avatar{position:relative;margin-right:8px}.chatContainer .chatPanel .head .avatar:after,.chatModalContainer .chatPanel .head .avatar:after,.chatContainer .chatPanel .head .avatar:before,.chatModalContainer .chatPanel .head .avatar:before{content:' ';display:table}.chatContainer .chatPanel .head .avatar:after,.chatModalContainer .chatPanel .head .avatar:after{clear:both}.chatContainer .chatPanel .head .avatar img,.chatModalContainer .chatPanel .head .avatar img{float:left;width:36px;height:36px;border-radius:50%}.chatContainer .chatPanel .head .avatar .onlineSign,.chatModalContainer .chatPanel .head .avatar .onlineSign{right:-1px;bottom:-1px;width:10px;height:10px}.chatContainer .chatPanel .head .data,.chatModalContainer .chatPanel .head .data{flex:0 1 auto;min-width:0}.chatContainer .chatPanel .head .data .name,.chatModalContainer .chatPanel .head .data .name,.chatContainer .chatPanel .head .data .place,.chatModalContainer .chatPanel .head .data .place{overflow:hidden;line-height:1.3;white-space:nowrap;text-overflow:ellipsis}.chatContainer .chatPanel .head .data .name,.chatModalContainer .chatPanel .head .data .name{margin-bottom:1px;font-size:16px;font-weight:500}.chatContainer .chatPanel .head .data .place,.chatModalContainer .chatPanel .head .data .place{color:#7f7f7f;font-size:14px}.chatContainer .chatPanel .head .actions,.chatModalContainer .chatPanel .head .actions{flex:0 0 auto;margin-left:auto;padding-left:12px}.chatContainer .chatPanel .head .actions>div,.chatModalContainer .chatPanel .head .actions>div{display:inline-block;vertical-align:middle;cursor:pointer}.chatContainer .chatPanel .head .actions>div:not(:last-of-type),.chatModalContainer .chatPanel .head .actions>div:not(:last-of-type){margin-right:15px}.chatContainer .chatPanel .head .actions .maximize,.chatModalContainer .chatPanel .head .actions .maximize{width:22px;height:22px;background:url(/assets/images/common/icons/expand.svg) no-repeat;background-size:100% 100%}@media (max-width:740px){.chatContainer .chatPanel .head .actions .maximize,.chatModalContainer .chatPanel .head .actions .maximize{display:none}}.chatContainer .chatPanel .head .actions .compress,.chatModalContainer .chatPanel .head .actions .compress{width:26px;height:26px;background:url(/assets/images/common/icons/compress.svg) no-repeat;background-size:100% 100%}@media (max-width:740px){.chatContainer .chatPanel .head .actions .compress,.chatModalContainer .chatPanel .head .actions .compress{display:none}}.chatContainer .chatPanel .head .actions .minimize,.chatModalContainer .chatPanel .head .actions .minimize{position:relative;width:20px;height:15px}@media (max-width:520px){.chatContainer .chatPanel .head .actions .minimize,.chatModalContainer .chatPanel .head .actions .minimize{display:none}}.chatContainer .chatPanel .head .actions .minimize:before,.chatModalContainer .chatPanel .head .actions .minimize:before{content:'';position:absolute;top:50%;width:100%;height:1px;background-color:#222}.chatContainer .chatPanel .head .actions .close,.chatModalContainer .chatPanel .head .actions .close{width:20px;height:20px;background:url(/assets/images/common/icons/exitBlack.svg) no-repeat;background-size:100% 100%}.chatContainer .chatPanel .head .actions .menu,.chatModalContainer .chatPanel .head .actions .menu{position:relative}.chatContainer .chatPanel .head .actions .menu .opener,.chatModalContainer .chatPanel .head .actions .menu .opener{display:flex;align-items:center;justify-content:center;gap:3px;width:26px;height:26px;border-radius:50%;cursor:pointer;-webkit-transition:background-color .15s ease-in-out;-moz-transition:background-color .15s ease-in-out;-ms-transition:background-color .15s ease-in-out;-o-transition:background-color .15s ease-in-out;-khtml-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out}.chatContainer .chatPanel .head .actions .menu .opener:hover,.chatModalContainer .chatPanel .head .actions .menu .opener:hover,.chatContainer .chatPanel .head .actions .menu .opener.open,.chatModalContainer .chatPanel .head .actions .menu .opener.open{background-color:rgba(0,0,0,0.06)}.chatContainer .chatPanel .head .actions .menu .opener span,.chatModalContainer .chatPanel .head .actions .menu .opener span{display:block;width:4px;height:4px;background-color:#52525b;border-radius:50%}.chatContainer .chatPanel .head .actions .menu .menuItems,.chatModalContainer .chatPanel .head .actions .menu .menuItems{position:absolute;top:32px;right:0;min-width:200px;background-color:#fff;border:1px solid rgba(0,0,0,0.08);border-radius:10px;box-shadow:0 4px 16px rgba(0,0,0,0.18);overflow:hidden;z-index:5;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chatContainer .chatPanel .head .actions .menu .menuItems li,.chatModalContainer .chatPanel .head .actions .menu .menuItems li{display:flex;align-items:center;gap:10px;padding:10px 14px;font-size:14px;white-space:nowrap;cursor:pointer}.chatContainer .chatPanel .head .actions .menu .menuItems li:hover,.chatModalContainer .chatPanel .head .actions .menu .menuItems li:hover{background-color:#f2f2f2}.chatContainer .chatPanel .head .actions .menu .menuItems li .icon,.chatModalContainer .chatPanel .head .actions .menu .menuItems li .icon{flex:0 0 auto;width:16px;height:16px;background-color:#52525b;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.chatContainer .chatPanel .head .actions .menu .menuItems li.block .icon,.chatModalContainer .chatPanel .head .actions .menu .menuItems li.block .icon{-webkit-mask-image:url(/assets/images/common/icons/block.svg);mask-image:url(/assets/images/common/icons/block.svg)}.chatContainer .chatPanel .head .actions .menu .menuItems li.report,.chatModalContainer .chatPanel .head .actions .menu .menuItems li.report{color:#d63b34}.chatContainer .chatPanel .head .actions .menu .menuItems li.report .icon,.chatModalContainer .chatPanel .head .actions .menu .menuItems li.report .icon{background-color:#d63b34;-webkit-mask-image:url(/assets/images/common/icons/flag.svg);mask-image:url(/assets/images/common/icons/flag.svg)}.chatContainer .chatPanel .head .actions .menu .menuItems li.delete,.chatModalContainer .chatPanel .head .actions .menu .menuItems li.delete{border-top:1px solid #f2f2f2}.chatContainer .chatPanel .head .actions .menu .menuItems li.delete .icon,.chatModalContainer .chatPanel .head .actions .menu .menuItems li.delete .icon{-webkit-mask-image:url(/assets/images/common/icons/trash.svg);mask-image:url(/assets/images/common/icons/trash.svg)}.chatContainer .chatPanel .skeletonAvatar,.chatModalContainer .chatPanel .skeletonAvatar,.chatContainer .chatPanel .skeletonLine,.chatModalContainer .chatPanel .skeletonLine,.chatContainer .chatPanel .messageSkeleton .bubble,.chatModalContainer .chatPanel .messageSkeleton .bubble{background-color:#c9c9c9;-webkit-animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none;-moz-animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none;-o-animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none;animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none;animation-delay:var(--skeletonDelay, 0s)}.chatContainer .chatPanel .head .skeletonAvatar,.chatModalContainer .chatPanel .head .skeletonAvatar{display:inline-block;width:40px;height:40px;border-radius:50%;vertical-align:middle}.chatContainer .chatPanel .head .skeletonLine,.chatModalContainer .chatPanel .head .skeletonLine{height:11px;border-radius:6px}.chatContainer .chatPanel .head .skeletonLine.name,.chatModalContainer .chatPanel .head .skeletonLine.name{width:120px}.chatContainer .chatPanel .head .skeletonLine.place,.chatModalContainer .chatPanel .head .skeletonLine.place{width:70px;height:9px;margin-top:7px}.chatContainer .chatPanel .messageSkeleton:after,.chatModalContainer .chatPanel .messageSkeleton:after,.chatContainer .chatPanel .messageSkeleton:before,.chatModalContainer .chatPanel .messageSkeleton:before{content:' ';display:table}.chatContainer .chatPanel .messageSkeleton:after,.chatModalContainer .chatPanel .messageSkeleton:after{clear:both}.chatContainer .chatPanel .messageSkeleton+.messageSkeleton,.chatModalContainer .chatPanel .messageSkeleton+.messageSkeleton{margin-top:22px}.chatContainer .chatPanel .messageSkeleton .bubble,.chatModalContainer .chatPanel .messageSkeleton .bubble{float:left;height:38px;border-radius:0 7px 7px 7px}.chatContainer .chatPanel .messageSkeleton.own .bubble,.chatModalContainer .chatPanel .messageSkeleton.own .bubble{float:right;border-radius:7px 0 7px 7px}.chatContainer .chatPanel .messages,.chatModalContainer .chatPanel .messages{position:relative;container-type:inline-size;z-index:1;height:calc(100% - 110px);padding:10px 15px;overflow-x:hidden;overflow-y:auto}.chatContainer .chatPanel .messages.loading,.chatModalContainer .chatPanel .messages.loading{overflow-y:hidden}.chatContainer .chatPanel .messages .message,.chatModalContainer .chatPanel .messages .message{position:relative}.chatContainer .chatPanel .messages .message:after,.chatModalContainer .chatPanel .messages .message:after,.chatContainer .chatPanel .messages .message:before,.chatModalContainer .chatPanel .messages .message:before{content:' ';display:table}.chatContainer .chatPanel .messages .message:after,.chatModalContainer .chatPanel .messages .message:after{clear:both}.chatContainer .chatPanel .messages .message+.message,.chatModalContainer .chatPanel .messages .message+.message,.chatContainer .chatPanel .messages .message+.typing,.chatModalContainer .chatPanel .messages .message+.typing{margin-top:30px}.chatContainer .chatPanel .messages .message .time,.chatModalContainer .chatPanel .messages .message .time{margin-bottom:10px;color:#3E454D;font-size:12px;text-align:center}.chatContainer .chatPanel .messages .message .messageRow,.chatModalContainer .chatPanel .messages .message .messageRow{position:relative}.chatContainer .chatPanel .messages .message .messageRow:after,.chatModalContainer .chatPanel .messages .message .messageRow:after,.chatContainer .chatPanel .messages .message .messageRow:before,.chatModalContainer .chatPanel .messages .message .messageRow:before{content:' ';display:table}.chatContainer .chatPanel .messages .message .messageRow:after,.chatModalContainer .chatPanel .messages .message .messageRow:after{clear:both}.chatContainer .chatPanel .messages .message .attachments,.chatModalContainer .chatPanel .messages .message .attachments{float:left;margin:-3px;max-width:calc(100% - 86px)}.chatContainer .chatPanel .messages .message .attachments+.text,.chatModalContainer .chatPanel .messages .message .attachments+.text,.chatContainer .chatPanel .messages .message .attachments+.editBox,.chatModalContainer .chatPanel .messages .message .attachments+.editBox{clear:both;margin-top:5px}.chatContainer .chatPanel .messages .message .attachments .attachment,.chatModalContainer .chatPanel .messages .message .attachments .attachment{position:relative;display:inline-block;margin:3px;vertical-align:top}.chatContainer .chatPanel .messages .message .attachments .attachment img,.chatModalContainer .chatPanel .messages .message .attachments .attachment img{display:block;border-radius:7px;cursor:pointer}.chatContainer .chatPanel .messages .message .attachments .attachment.gif img,.chatModalContainer .chatPanel .messages .message .attachments .attachment.gif img{cursor:default}.chatContainer .chatPanel .messages .message .attachments .attachment.uploading img,.chatModalContainer .chatPanel .messages .message .attachments .attachment.uploading img{opacity:.7;cursor:default}.chatContainer .chatPanel .messages .message .attachments .attachment.uploading .progress,.chatModalContainer .chatPanel .messages .message .attachments .attachment.uploading .progress{position:absolute;bottom:10px;left:10px;height:5px;width:calc(100% - 20px)}.chatContainer .chatPanel .messages .message .attachments .attachment.uploading .progress span,.chatModalContainer .chatPanel .messages .message .attachments .attachment.uploading .progress span{position:absolute;display:inline-block;top:0;left:0;height:5px;background-color:#d63b34;border-radius:5px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-khtml-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.chatContainer .chatPanel .messages .message .linkPreview,.chatModalContainer .chatPanel .messages .message .linkPreview{float:left;width:280px;max-width:calc(100% - 86px);margin-bottom:4px}.chatContainer .chatPanel .messages .message .youtubeVideo,.chatModalContainer .chatPanel .messages .message .youtubeVideo{float:left;width:280px;max-width:calc(100% - 86px)}.chatContainer .chatPanel .messages .message .youtubeVideo .cover .playButton,.chatModalContainer .chatPanel .messages .message .youtubeVideo .cover .playButton{width:48px;height:48px}.chatContainer .chatPanel .messages .message .youtubeVideo .cover .playButton svg,.chatModalContainer .chatPanel .messages .message .youtubeVideo .cover .playButton svg{width:18px;height:18px}.chatContainer .chatPanel .messages .message .youtubeVideo .videoInfo,.chatModalContainer .chatPanel .messages .message .youtubeVideo .videoInfo{padding:8px 12px}.chatContainer .chatPanel .messages .message .youtubeVideo+.text,.chatModalContainer .chatPanel .messages .message .youtubeVideo+.text,.chatContainer .chatPanel .messages .message .youtubeVideo+.editBox,.chatModalContainer .chatPanel .messages .message .youtubeVideo+.editBox{clear:both;margin-top:5px}.chatContainer .chatPanel .messages .message .attachments+.youtubeVideo,.chatModalContainer .chatPanel .messages .message .attachments+.youtubeVideo{clear:both;margin-top:5px}.chatContainer .chatPanel .messages .message .text,.chatModalContainer .chatPanel .messages .message .text{float:left;max-width:calc(100% - 86px);padding:10px 15px;background-color:#E6E6E6;font-size:16px;line-height:1.2;word-break:break-word;border-radius:0 7px 7px 7px;overflow:hidden}.chatContainer .chatPanel .messages .message .text a,.chatModalContainer .chatPanel .messages .message .text a{color:#fff;text-decoration:underline;cursor:pointer}.chatContainer .chatPanel .messages .message .text iframe,.chatModalContainer .chatPanel .messages .message .text iframe{max-width:100%}.chatContainer .chatPanel .messages .message.wave .messageActions,.chatModalContainer .chatPanel .messages .message.wave .messageActions,.chatContainer .chatPanel .messages .message.wave:not(.own) .messageActions,.chatModalContainer .chatPanel .messages .message.wave:not(.own) .messageActions{position:absolute;top:14px;left:50%;margin-left:41px;float:none;height:auto}.chatContainer .chatPanel .messages .message.wave .reactions,.chatModalContainer .chatPanel .messages .message.wave .reactions,.chatContainer .chatPanel .messages .message.wave.own .reactions,.chatModalContainer .chatPanel .messages .message.wave.own .reactions{justify-content:center;margin-top:-2px}.chatContainer .chatPanel .messages .message .wave,.chatModalContainer .chatPanel .messages .message .wave{display:block;max-width:250px;margin:6px auto;padding:16px 20px 14px;color:#666;background-color:#f2f2f2;font-size:14px;text-align:center;line-height:1.35;border-radius:14px}.chatContainer .chatPanel .messages .message .wave .icon,.chatModalContainer .chatPanel .messages .message .wave .icon{display:block;width:44px;height:44px;margin:0 auto 10px auto;background:url(/assets/images/common/icons/wave.svg) no-repeat;background-size:100%;-webkit-animation:waving 2.5s ease 0s infinite normal none;-moz-animation:waving 2.5s ease 0s infinite normal none;-o-animation:waving 2.5s ease 0s infinite normal none;animation:waving 2.5s ease 0s infinite normal none;-webkit-transform-origin:70% 70%;-moz-transform-origin:70% 70%;-ms-transform-origin:70% 70%;-o-transform-origin:70% 70%;-khtml-transform-origin:70% 70%;transform-origin:70% 70%}.chatContainer .chatPanel .messages .message.own .attachments,.chatModalContainer .chatPanel .messages .message.own .attachments{float:right;text-align:right}.chatContainer .chatPanel .messages .message.own .youtubeVideo,.chatModalContainer .chatPanel .messages .message.own .youtubeVideo,.chatContainer .chatPanel .messages .message.own .linkPreview,.chatModalContainer .chatPanel .messages .message.own .linkPreview{float:right}.chatContainer .chatPanel .messages .message.own .text,.chatModalContainer .chatPanel .messages .message.own .text{float:right;color:#fff;background-color:#31629d;border-radius:7px 0 7px 7px;opacity:1;transition:opacity .2s ease}.chatContainer .chatPanel .messages .message.deleted .text,.chatModalContainer .chatPanel .messages .message.deleted .text{color:#7f7f7f;background-color:transparent;font-style:italic;border:1px dashed #c9c9c9}.chatContainer .chatPanel .messages .message.sending .text,.chatModalContainer .chatPanel .messages .message.sending .text{opacity:.7;-webkit-animation:stayVisibleThenFade 1.3s ease 0s 1 normal forwards;-moz-animation:stayVisibleThenFade 1.3s ease 0s 1 normal forwards;-o-animation:stayVisibleThenFade 1.3s ease 0s 1 normal forwards;animation:stayVisibleThenFade 1.3s ease 0s 1 normal forwards}.chatContainer .chatPanel .messages .seenIndicator,.chatModalContainer .chatPanel .messages .seenIndicator{position:absolute;width:13px;height:13px;right:0;-webkit-transition:top .4s cubic-bezier(.175, .885, .32, 1.275);-moz-transition:top .4s cubic-bezier(.175, .885, .32, 1.275);-ms-transition:top .4s cubic-bezier(.175, .885, .32, 1.275);-o-transition:top .4s cubic-bezier(.175, .885, .32, 1.275);-khtml-transition:top .4s cubic-bezier(.175, .885, .32, 1.275);transition:top .4s cubic-bezier(.175, .885, .32, 1.275)}.chatContainer .chatPanel .messages .seenIndicator img,.chatModalContainer .chatPanel .messages .seenIndicator img{width:13px;height:13px;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.chatContainer .chatPanel .messages .typing,.chatModalContainer .chatPanel .messages .typing{position:relative;display:inline-block;width:55px;height:35px;margin-bottom:15px;padding:10px;background-color:#e6e6e6;font-size:16px;border-radius:0 7px 7px 7px}.chatContainer .chatPanel .messages .typing .dot,.chatModalContainer .chatPanel .messages .typing .dot{position:absolute;bottom:15px;width:5px;height:5px;background:#444;border-radius:50%;-webkit-animation:typingWave 1.3s linear 0s infinite normal none;-moz-animation:typingWave 1.3s linear 0s infinite normal none;-o-animation:typingWave 1.3s linear 0s infinite normal none;animation:typingWave 1.3s linear 0s infinite normal none}.chatContainer .chatPanel .messages .typing .dot1,.chatModalContainer .chatPanel .messages .typing .dot1{left:15px}.chatContainer .chatPanel .messages .typing .dot2,.chatModalContainer .chatPanel .messages .typing .dot2{left:25px;-webkit-animation-delay:-1.1s;-moz-animation-delay:-1.1s;-o-animation-delay:-1.1s;animation-delay:-1.1s}.chatContainer .chatPanel .messages .typing .dot3,.chatModalContainer .chatPanel .messages .typing .dot3{left:35px;-webkit-animation-delay:-0.9s;-moz-animation-delay:-0.9s;-o-animation-delay:-0.9s;animation-delay:-0.9s}.chatContainer .chatPanel .messages .emptyState,.chatModalContainer .chatPanel .messages .emptyState{position:absolute;top:50%;left:50%;width:280px;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);transform:translate(-50%, -50%);text-align:center}.chatContainer .chatPanel .messages .emptyState .avatar img,.chatModalContainer .chatPanel .messages .emptyState .avatar img{border-radius:50%}.chatContainer .chatPanel .messages .emptyState .icebraker,.chatModalContainer .chatPanel .messages .emptyState .icebraker{margin-top:8px;color:#444;line-height:1.2}.chatContainer .chatPanel .messages .emptyState .quickActions,.chatModalContainer .chatPanel .messages .emptyState .quickActions{margin-top:20px}.chatContainer .chatPanel .messages .emptyState .quickActions button,.chatModalContainer .chatPanel .messages .emptyState .quickActions button{padding:2px 15px;color:#666;background:none;font-size:16px;font-weight:600;border:1px solid #e2e8f0;border-radius:50px;outline:none;cursor:pointer;transition:all .2s ease}.chatContainer .chatPanel .messages .emptyState .quickActions button:hover,.chatModalContainer .chatPanel .messages .emptyState .quickActions button:hover{background:#fafafa}.chatContainer .chatPanel .messages .emptyState .quickActions button span,.chatModalContainer .chatPanel .messages .emptyState .quickActions button span{display:inline-block;vertical-align:middle}.chatContainer .chatPanel .messages .emptyState .quickActions button .icon,.chatModalContainer .chatPanel .messages .emptyState .quickActions button .icon{width:36px;height:36px;margin-right:5px;background-repeat:no-repeat;background-size:100%}.chatContainer .chatPanel .messages .emptyState .quickActions button.sendWave .icon,.chatModalContainer .chatPanel .messages .emptyState .quickActions button.sendWave .icon{background-image:url(/assets/images/common/icons/wave.svg)}.chatContainer .chatPanel .messages .emptyState .quickActions button.sendWave:hover .icon,.chatModalContainer .chatPanel .messages .emptyState .quickActions button.sendWave:hover .icon{-webkit-animation:waving 2.5s ease 0s infinite normal none;-moz-animation:waving 2.5s ease 0s infinite normal none;-o-animation:waving 2.5s ease 0s infinite normal none;animation:waving 2.5s ease 0s infinite normal none;-webkit-transform-origin:70% 70%;-moz-transform-origin:70% 70%;-ms-transform-origin:70% 70%;-o-transform-origin:70% 70%;-khtml-transform-origin:70% 70%;transform-origin:70% 70%}.chatContainer .chatPanel .controls,.chatModalContainer .chatPanel .controls{padding:8px 10px;border-top:1px solid #c9c9c9}.chatContainer .chatPanel .controls.hasPhotos,.chatModalContainer .chatPanel .controls.hasPhotos{padding-top:2px}.chatContainer .chatPanel .controls button,.chatModalContainer .chatPanel .controls button{display:inline-block;background:none;border:none;outline:none;vertical-align:middle}.chatContainer .chatPanel .controls .photos,.chatModalContainer .chatPanel .controls .photos{max-height:200px;margin-bottom:5px;padding-top:6px;overflow-x:hidden;overflow-y:auto}.chatContainer .chatPanel .controls .photos .preview,.chatModalContainer .chatPanel .controls .photos .preview{position:relative;display:inline-block;height:40px;margin:5px;vertical-align:top}.chatContainer .chatPanel .controls .photos .preview .remove,.chatModalContainer .chatPanel .controls .photos .preview .remove{position:absolute;top:-8px;right:-8px;width:20px;height:20px;background:#d63b34 url(/assets/images/common/icons/exitWhite.svg) no-repeat;background-size:60%;background-position:center center;border-radius:50%;box-shadow:0 0 6px rgba(0,0,0,0.16);cursor:pointer;z-index:2;display:none}.chatContainer .chatPanel .controls .photos .preview:hover .remove,.chatModalContainer .chatPanel .controls .photos .preview:hover .remove{display:inline-block}.chatContainer .chatPanel .controls .photos .preview img,.chatModalContainer .chatPanel .controls .photos .preview img{height:40px}.chatContainer .chatPanel .controls .unavailable,.chatModalContainer .chatPanel .controls .unavailable{display:flex;align-items:center;justify-content:center;min-height:56px;padding:14px 18px;color:#7f7f7f;font-size:14px;line-height:1.5;text-align:center}.chatContainer .chatPanel .controls .inputs .actions,.chatModalContainer .chatPanel .controls .inputs .actions{position:relative;display:inline-block;margin-right:5px;vertical-align:bottom;overflow:hidden}.chatContainer .chatPanel .controls .inputs .actions button,.chatModalContainer .chatPanel .controls .inputs .actions button{cursor:pointer}.chatContainer .chatPanel .controls .inputs .actions .photo,.chatModalContainer .chatPanel .controls .inputs .actions .photo{width:40px;height:40px;background:url(/assets/images/common/icons/photo.svg) no-repeat}.chatContainer .chatPanel .controls .inputs .actions input[type=file],.chatModalContainer .chatPanel .controls .inputs .actions input[type=file]{position:absolute;top:-100px;left:-100px;visibility:hidden}.chatContainer .chatPanel .controls .inputs.site .messageWrapper,.chatModalContainer .chatPanel .controls .inputs.site .messageWrapper{width:calc(100% - 50px)}.chatContainer .chatPanel .controls .inputs .messageWrapper,.chatModalContainer .chatPanel .controls .inputs .messageWrapper{position:relative;display:inline-block;width:calc(100% - 95px);height:40px;min-height:40px;max-height:130px;vertical-align:bottom}.chatContainer .chatPanel .controls .inputs .messageWrapper .message,.chatModalContainer .chatPanel .controls .inputs .messageWrapper .message{display:inline-block;width:100%;height:100%;min-height:40px;max-height:130px;resize:none;padding:10px 35px 10px 10px;background-color:#E6E6E6;font-size:16px;line-height:20px;border:none;border-radius:7px;outline:none;overflow:hidden}.chatContainer .chatPanel .controls .inputs .messageWrapper .emojis,.chatModalContainer .chatPanel .controls .inputs .messageWrapper .emojis{position:absolute;bottom:5px;right:5px;width:30px;height:30px;background:url(/assets/images/common/icons/emoji.svg) no-repeat;cursor:pointer}.chatContainer .chatPanel .controls .inputs .messageWrapper.scrollable .message,.chatModalContainer .chatPanel .controls .inputs .messageWrapper.scrollable .message{overflow-y:auto}.chatContainer .chatPanel .controls .inputs .messageWrapper.scrollable .emojis,.chatModalContainer .chatPanel .controls .inputs .messageWrapper.scrollable .emojis{right:17px}.chatContainer .chatPanel .controls .inputs .send,.chatModalContainer .chatPanel .controls .inputs .send{margin-left:5px;vertical-align:bottom;cursor:default}.chatContainer .chatPanel .controls .inputs .send.active,.chatModalContainer .chatPanel .controls .inputs .send.active{cursor:pointer}.chatContainer .chatPanel .controls .inputs .send.active svg path,.chatModalContainer .chatPanel .controls .inputs .send.active svg path{fill:#31629d}.chatContainer .chatPanel .controls .vibePicker,.chatModalContainer .chatPanel .controls .vibePicker{display:flex;flex-direction:column;margin-top:10px;height:180px}.chatContainer .chatPanel .controls .vibePicker .tabs,.chatModalContainer .chatPanel .controls .vibePicker .tabs{flex:0 0 auto;margin-bottom:5px}.chatContainer .chatPanel .controls .vibePicker .tabs ul,.chatModalContainer .chatPanel .controls .vibePicker .tabs ul{margin:0;padding:0;list-style-type:none}.chatContainer .chatPanel .controls .vibePicker .tabs ul li,.chatModalContainer .chatPanel .controls .vibePicker .tabs ul li{display:inline-block;width:50%;padding:8px 30px;color:#4c4c4c;text-align:center;vertical-align:top;cursor:pointer}.chatContainer .chatPanel .controls .vibePicker .tabs ul li.selected,.chatModalContainer .chatPanel .controls .vibePicker .tabs ul li.selected{color:#31629d;background-color:#ECECEC;font-weight:700;border-radius:18px;cursor:default}.chatContainer .chatPanel .controls .vibePicker .symbols,.chatModalContainer .chatPanel .controls .vibePicker .symbols{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chatContainer .chatPanel .controls .vibePicker .symbols .emoji,.chatModalContainer .chatPanel .controls .vibePicker .symbols .emoji{display:inline-block;margin:3px;font-size:25px;vertical-align:middle;cursor:pointer;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-khtml-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.chatContainer .chatPanel .controls .vibePicker .symbols .emoji:hover,.chatModalContainer .chatPanel .controls .vibePicker .symbols .emoji:hover{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);-khtml-transform:scale(1.2);transform:scale(1.2)}.chatContainer .chatPanel .controls .vibePicker .GIFs,.chatModalContainer .chatPanel .controls .vibePicker .GIFs{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}.chatContainer .chatPanel .controls .vibePicker .GIFs .searchWrapper,.chatModalContainer .chatPanel .controls .vibePicker .GIFs .searchWrapper{position:relative;flex:0 0 auto}.chatContainer .chatPanel .controls .vibePicker .GIFs .searchWrapper .icon,.chatModalContainer .chatPanel .controls .vibePicker .GIFs .searchWrapper .icon{position:absolute;left:10px;bottom:10px;width:22px;height:22px;background:url(/assets/images/common/icons/search.svg) no-repeat}.chatContainer .chatPanel .controls .vibePicker .GIFs .searchWrapper .search,.chatModalContainer .chatPanel .controls .vibePicker .GIFs .searchWrapper .search{width:100%;height:40px;padding:10px 10px 10px 40px;background-color:#E6E6E6;font-size:16px;line-height:20px;border:none;border-radius:7px;outline:none}.chatContainer .chatPanel .controls .vibePicker .GIFs .result,.chatModalContainer .chatPanel .controls .vibePicker .GIFs .result{position:relative;flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto}.chatContainer .chatPanel .controls .vibePicker .GIFs .result .list,.chatModalContainer .chatPanel .controls .vibePicker .GIFs .result .list{margin-top:5px;column-count:3;column-gap:8px}.chatContainer .chatPanel .controls .vibePicker .GIFs .result .list .preview,.chatModalContainer .chatPanel .controls .vibePicker .GIFs .result .list .preview{display:block;width:100%;margin-bottom:8px;border-radius:7px;vertical-align:top;cursor:pointer}.chatContainer .chatPanel .controls .vibePicker .GIFs .result .empty,.chatModalContainer .chatPanel .controls .vibePicker .GIFs .result .empty{position:absolute;top:50%;left:50%;color:#aaa;font-size:22px;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.chatContainer .chatPanel .controls.vibePickerOpen .photos,.chatModalContainer .chatPanel .controls.vibePickerOpen .photos{max-height:121px}.chatContainer .chatPanel .controls.vibePickerOpen .inputs .messageWrapper .emojis,.chatModalContainer .chatPanel .controls.vibePickerOpen .inputs .messageWrapper .emojis{background-image:url(/assets/images/common/icons/emojiFilled.svg)}.chatContainer{position:fixed;bottom:0;left:0;width:100%;min-width:320px;display:none}.chatContainer.open{display:block}@media (max-width:520px){.chatContainer.open{height:100%}}.chatContainer .chatPanel{bottom:0;right:30px;width:360px;height:440px;box-shadow:0 0 6px rgba(0,0,0,0.16)}@media (max-width:520px){.chatContainer .chatPanel{width:100%;height:100%;right:0 !important}}.chatContainer .pool{position:absolute;bottom:30px;right:10px;width:73px}@media (max-width:520px){.chatContainer .pool{display:none}}.chatContainer .pool .wrapper{position:relative;top:0;left:0;width:100%;padding:3px 0 0 7px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.chatContainer .pool .wrapper::-webkit-scrollbar{display:none}.chatContainer .pool .poolBox{position:relative;width:60px;height:60px;border-radius:50%;cursor:pointer}.chatContainer .pool .poolBox:not(:last-of-type){margin-bottom:10px}.chatContainer .pool .poolBox .close{position:absolute;top:0;right:-6px;width:20px;height:20px;background:#fff url(/assets/images/common/icons/exitBlack.svg) no-repeat;background-size:60%;background-position:center center;border-radius:50%;box-shadow:0 0 6px rgba(0,0,0,0.16);cursor:pointer;display:none}.chatContainer .pool .poolBox .counter{position:absolute;top:0;left:-6px;width:20px;height:20px;color:#fff;background-color:#d63b34;font-size:14px;text-align:center;line-height:19px;border-radius:50%;box-shadow:0 0 6px rgba(0,0,0,0.16)}.chatContainer .pool .poolBox:hover .close{display:inline-block}.chatContainer .pool .poolBox .avatar{width:60px;height:60px;border-radius:50%;box-shadow:0 0 6px rgba(0,0,0,0.28)}.chatContainer .pool .pager{position:absolute;display:inline-block;left:10px;width:45px;height:45px;background:rgba(255,255,255,0.9) no-repeat center center;border-radius:50%;box-shadow:0 0 6px rgba(0,0,0,0.16);cursor:pointer;z-index:2}.chatContainer .pool .pager.disabled{opacity:.2;cursor:default}.chatContainer .pool .pager.up{top:0;background-image:url(/assets/images/common/icons/angleUp.svg)}.chatContainer .pool .pager.down{bottom:0;background-image:url(/assets/images/common/icons/angleDown.svg)}.chatContainer .pool.hasPager .wrapper{top:53px;scroll-behavior:smooth}.chatModalContainer{position:fixed;top:0;left:0;width:100%;min-width:300px;height:100%;overflow-x:hidden;overflow-y:auto;display:none}.chatModalContainer.open{display:block}.chatModalContainer .chatModalFader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#222;opacity:.8}.chatModalContainer .chatModalLayer{position:absolute;top:50%;left:50%;width:calc(100% - 40px);max-width:1024px;height:calc(100% - 40px);max-height:800px;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background-color:#f2f2f2;border-radius:10px;overflow:hidden}.chatModalContainer .chatModalLayer .conversationsWrapper{position:absolute;top:0;left:0;width:300px;height:100%;border-right:1px solid #c9c9c9}.chatModalContainer .chatModalLayer .conversationsWrapper .close{position:absolute;top:8px;right:8px;width:16px;height:16px;background:url(/assets/images/common/icons/exitBlack.svg) no-repeat;background-size:100% 100%;cursor:pointer;display:none}.chatModalContainer .chatModalLayer .conversations{position:absolute;top:0;left:0;width:100%;height:100%;overflow-x:hidden;overflow-y:auto}.chatModalContainer .chatModalLayer .conversations.loading{overflow-y:hidden}.chatModalContainer .chatModalLayer .conversations .showDeleted{padding:14px 10px 18px;color:#7f7f7f;font-size:13px;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chatModalContainer .chatModalLayer .conversations .showDeleted:hover{text-decoration:underline}.chatModalContainer .chatModalLayer .conversations .listContainer.deleted .conversationItem .data .sender{color:#7f7f7f}.chatModalContainer .chatModalLayer .conversations .conversationSkeleton{display:flex;align-items:center;gap:10px;padding:10px}.chatModalContainer .chatModalLayer .conversations .conversationSkeleton:not(:last-of-type){margin-bottom:2px}.chatModalContainer .chatModalLayer .conversations .conversationSkeleton .skeletonAvatar,.chatModalContainer .chatModalLayer .conversations .conversationSkeleton .skeletonLine{background-color:#c9c9c9;-webkit-animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none;-moz-animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none;-o-animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none;animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none;animation-delay:var(--skeletonDelay, 0s)}.chatModalContainer .chatModalLayer .conversations .conversationSkeleton .skeletonAvatar{flex:0 0 auto;width:50px;height:50px;border-radius:50%}.chatModalContainer .chatModalLayer .conversations .conversationSkeleton .data{flex:1;min-width:0}.chatModalContainer .chatModalLayer .conversations .conversationSkeleton .skeletonLine{height:12px;border-radius:6px}.chatModalContainer .chatModalLayer .conversations .conversationSkeleton .skeletonLine.preview{width:85%;height:10px;margin-top:9px}.chatModalContainer .chatModalLayer .conversations .conversationItem{position:relative;padding:10px;background-color:#fff;cursor:pointer}.chatModalContainer .chatModalLayer .conversations .conversationItem:not(:last-of-type){margin-bottom:2px}.chatModalContainer .chatModalLayer .conversations .conversationItem:hover{background-color:#f1f5f9}.chatModalContainer .chatModalLayer .conversations .conversationItem.selected{background-color:#f1f5f9;border-left:4px solid #31629d;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;-khtml-transition:all .2s ease;transition:all .2s ease}.chatModalContainer .chatModalLayer .conversations .conversationItem.unread .data .sender,.chatModalContainer .chatModalLayer .conversations .conversationItem.unread .data .preview{font-weight:500}.chatModalContainer .chatModalLayer .conversations .conversationItem .avatar,.chatModalContainer .chatModalLayer .conversations .conversationItem .data{display:inline-block;vertical-align:middle}.chatModalContainer .chatModalLayer .conversations .conversationItem .avatar{position:relative;width:50px;height:50%}.chatModalContainer .chatModalLayer .conversations .conversationItem .avatar img{display:block;width:50px;height:50px;border-radius:50%}.chatModalContainer .chatModalLayer .conversations .conversationItem .avatar .onlineSign{right:0;bottom:0;width:11px;height:11px}.chatModalContainer .chatModalLayer .conversations .conversationItem .data{max-width:calc(100% - 110px);margin-left:10px}.chatModalContainer .chatModalLayer .conversations .conversationItem .data .name{margin-bottom:1px;font-size:16px}.chatModalContainer .chatModalLayer .conversations .conversationItem .data .preview{max-width:100%;font-size:13px;line-height:1.2;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.chatModalContainer .chatModalLayer .conversations .conversationItem .data .preview .icon,.chatModalContainer .chatModalLayer .conversations .conversationItem .data .preview .prefix,.chatModalContainer .chatModalLayer .conversations .conversationItem .data .preview .dot{display:inline-block;vertical-align:middle}.chatModalContainer .chatModalLayer .conversations .conversationItem .data .preview.typing{height:16px}.chatModalContainer .chatModalLayer .conversations .conversationItem .data .preview.typing .dot{width:5px;height:5px;margin-right:3px;background:#7f7f7f;border-radius:50%;-webkit-animation:typingWave 1.3s linear 0s infinite normal none;-moz-animation:typingWave 1.3s linear 0s infinite normal none;-o-animation:typingWave 1.3s linear 0s infinite normal none;animation:typingWave 1.3s linear 0s infinite normal none}.chatModalContainer .chatModalLayer .conversations .conversationItem .data .preview.typing .dot2{-webkit-animation-delay:-1.1s;-moz-animation-delay:-1.1s;-o-animation-delay:-1.1s;animation-delay:-1.1s}.chatModalContainer .chatModalLayer .conversations .conversationItem .data .preview.typing .dot3{-webkit-animation-delay:-0.9s;-moz-animation-delay:-0.9s;-o-animation-delay:-0.9s;animation-delay:-0.9s}.chatModalContainer .chatModalLayer .conversations .conversationItem .data .preview .icon{margin-right:2px;background-repeat:no-repeat}.chatModalContainer .chatModalLayer .conversations .conversationItem .data .preview .icon.photo{width:20px;height:20px;background-image:url(/assets/images/common/icons/photo.svg)}.chatModalContainer .chatModalLayer .conversations .conversationItem .data .preview .icon.wave{width:20px;height:20px;background-image:url(/assets/images/common/icons/wave.svg)}.chatModalContainer .chatModalLayer .conversations .conversationItem .data .preview .prefix{margin-right:4px;color:#94a3b8;font-weight:400;user-select:none}.chatModalContainer .chatModalLayer .conversations .conversationItem .data .time{position:absolute;bottom:10px;right:10px;color:#3E454D;font-size:12px}.chatModalContainer .chatModalLayer .conversations .list-move{transition:all .5s ease}.chatModalContainer .chatModalLayer .conversations .list-enter-active,.chatModalContainer .chatModalLayer .conversations .list-leave-active{transition:all .5s ease}.chatModalContainer .chatModalLayer .conversations .list-enter-from{opacity:0;transform:translateX(-30px)}.chatModalContainer .chatModalLayer .conversations .list-leave-to{opacity:0;transform:scale(.9)}.chatModalContainer .chatModalLayer .conversations .list-leave-active{position:absolute}.chatModalContainer .chatModalLayer .chatWrapper{position:absolute;top:0;right:0;width:calc(100% - 300px);height:100%;background-color:#fff}.chatModalContainer .chatModalLayer .chatWrapper .emptyState .close{position:absolute;top:16px;right:10px;display:inline-block;width:20px;height:20px;background:url(/assets/images/common/icons/exitBlack.svg) no-repeat;background-size:100% 100%;cursor:pointer}.chatModalContainer .chatModalLayer .chatWrapper .emptyState .info{position:absolute;display:inline-block;width:430px;max-width:calc(100% - 40px);top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);transform:translate(-50%, -50%);text-align:center}.chatModalContainer .chatModalLayer .chatWrapper .emptyState .info img{width:360px;height:294px}.chatModalContainer .chatModalLayer .chatWrapper .emptyState .info .graphic svg{width:100%;max-width:340px;height:auto}.chatModalContainer .chatModalLayer .chatWrapper .emptyState .info .graphic svg .list,.chatModalContainer .chatModalLayer .chatWrapper .emptyState .info .graphic svg .arrow{stroke:#c9c9c9}.chatModalContainer .chatModalLayer .chatWrapper .emptyState .info .text{margin-top:15px;font-size:32px;font-weight:800;line-height:1.2;letter-spacing:.5px;color:#2a2a2a}.chatModalContainer .chatModalLayer .chatWrapper .emptyState .info .text span{color:#d63b34}.chatModalContainer .chatModalLayer .chatWrapper .emptyState .info .cta{margin-top:35px}.chatModalContainer .chatModalLayer .chatWrapper .emptyState .info .cta button{padding:12px 30px;font-size:22px;font-weight:600}.chatModalContainer .chatModalLayer .chatPanel{top:0;left:0;width:100%;height:100%}.chatModalContainer .chatModalLayer .chatPanel .head{height:65px}.chatModalContainer .chatModalLayer .chatPanel .head .back{width:20px;height:20px;margin-right:8px;background:url(/assets/images/common/icons/back.svg) no-repeat;vertical-align:middle;cursor:pointer;display:none}.chatModalContainer .chatModalLayer .chatPanel .head .avatar img{width:50px;height:50px}.chatModalContainer .chatModalLayer .chatPanel .controls .vibePicker{height:250px}.chatModalContainer .chatModalLayer .chatPanel .controls .vibePicker .GIFs .result .list{column-count:4}@media (max-width:480px){.chatModalContainer .chatModalLayer .chatPanel .controls .vibePicker .GIFs .result .list{column-count:3}}.chatModalContainer .chatModalLayer.noConversations .conversationsWrapper{display:none}.chatModalContainer .chatModalLayer.noConversations .chatWrapper{width:100%}@media (max-width:740px){.chatModalContainer .chatModalLayer .conversationsWrapper{display:block;width:100%;border-right:none;visibility:hidden;opacity:0;-webkit-transform:translateX(-22%);-moz-transform:translateX(-22%);-ms-transform:translateX(-22%);-o-transform:translateX(-22%);-khtml-transform:translateX(-22%);transform:translateX(-22%);pointer-events:none;transition:transform .22s ease,opacity .18s ease,visibility 0s .22s}.chatModalContainer .chatModalLayer .conversationsWrapper .close{top:0;right:0;display:block;width:44px;height:34px;padding:8px 14px 8px 12px;background-origin:content-box;background-clip:content-box;z-index:1}.chatModalContainer .chatModalLayer .conversationsWrapper .conversations{top:34px;height:calc(100% - 34px)}.chatModalContainer .chatModalLayer .chatWrapper{width:100%;transition:transform .22s ease,opacity .18s ease}.chatModalContainer .chatModalLayer .chatPanel .head .back{display:inline-block}.chatModalContainer .chatModalLayer.empty:not(.noConversations) .conversationsWrapper{visibility:visible;opacity:1;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;-khtml-transform:none;transform:none;pointer-events:auto;transition:transform .22s ease,opacity .18s ease,visibility 0s}.chatModalContainer .chatModalLayer.empty:not(.noConversations) .chatWrapper{opacity:0;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);-khtml-transform:translateX(100%);transform:translateX(100%);pointer-events:none}}@media (max-width:740px) and (prefers-reduced-motion:reduce){.chatModalContainer .chatModalLayer .conversationsWrapper,.chatModalContainer .chatModalLayer .chatWrapper{transition:none}}@media (max-width:520px){.chatModalContainer .chatModalLayer{top:0;left:0;width:100%;height:100%;border-radius:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;-khtml-transform:none;transform:none}.chatModalContainer .chatModalLayer .emptyState .info img{max-width:100% !important;height:auto !important}}@-webkit-keyframes stayVisibleThenFade{0%{opacity:1}80%{opacity:1}100%{opacity:.7}}@-moz-keyframes stayVisibleThenFade{0%{opacity:1}80%{opacity:1}100%{opacity:.7}}@-o-keyframes stayVisibleThenFade{0%{opacity:1}80%{opacity:1}100%{opacity:.7}}@keyframes stayVisibleThenFade{0%{opacity:1}80%{opacity:1}100%{opacity:.7}}@-webkit-keyframes typingWave{0%,60%,100%{transform:initial}30%{transform:translateY(-5px) scale(1.25, 1.25)}}@-moz-keyframes typingWave{0%,60%,100%{transform:initial}30%{transform:translateY(-5px) scale(1.25, 1.25)}}@-o-keyframes typingWave{0%,60%,100%{transform:initial}30%{transform:translateY(-5px) scale(1.25, 1.25)}}@keyframes typingWave{0%,60%,100%{transform:initial}30%{transform:translateY(-5px) scale(1.25, 1.25)}}@-webkit-keyframes waving{0%{transform:rotate(0deg)}10%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}30%{transform:rotate(14deg)}40%{transform:rotate(-4deg)}50%{transform:rotate(10deg)}60%{transform:rotate(0deg)}100%{transform:rotate(0deg)}}@-moz-keyframes waving{0%{transform:rotate(0deg)}10%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}30%{transform:rotate(14deg)}40%{transform:rotate(-4deg)}50%{transform:rotate(10deg)}60%{transform:rotate(0deg)}100%{transform:rotate(0deg)}}@-o-keyframes waving{0%{transform:rotate(0deg)}10%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}30%{transform:rotate(14deg)}40%{transform:rotate(-4deg)}50%{transform:rotate(10deg)}60%{transform:rotate(0deg)}100%{transform:rotate(0deg)}}@keyframes waving{0%{transform:rotate(0deg)}10%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}30%{transform:rotate(14deg)}40%{transform:rotate(-4deg)}50%{transform:rotate(10deg)}60%{transform:rotate(0deg)}100%{transform:rotate(0deg)}}body.darkMode .chatPanel .head .actions .maximize,body.darkMode .chatPanel .head .actions .compress,body.darkMode .chatPanel .head .back,body.darkMode .chatPanel .controls .inputs .actions .photo,body.darkMode .chatPanel .controls .inputs .messageWrapper .emojis,body.darkMode .chatPanel .controls .vibePicker .GIFs .searchWrapper .icon{filter:invert(1)}body.darkMode .chatContainer .chatPanel,body.darkMode .chatModalContainer .chatPanel{color:#e6e6e9;background-color:#1d1d21}body.darkMode .chatContainer .chatPanel .head .data .place,body.darkMode .chatModalContainer .chatPanel .head .data .place{color:#9b9ba5}body.darkMode .chatContainer .chatPanel .head .actions .minimize:before,body.darkMode .chatModalContainer .chatPanel .head .actions .minimize:before{background-color:#e6e6e9}body.darkMode .chatContainer .chatPanel .head .actions .close,body.darkMode .chatModalContainer .chatPanel .head .actions .close{background-image:url(/assets/images/common/icons/exitWhite.svg)}body.darkMode .chatContainer .chatPanel .head .actions .menu .opener:hover,body.darkMode .chatModalContainer .chatPanel .head .actions .menu .opener:hover,body.darkMode .chatContainer .chatPanel .head .actions .menu .opener.open,body.darkMode .chatModalContainer .chatPanel .head .actions .menu .opener.open{background-color:rgba(255,255,255,0.08)}body.darkMode .chatContainer .chatPanel .head .actions .menu .opener span,body.darkMode .chatModalContainer .chatPanel .head .actions .menu .opener span{background-color:#9b9ba5}body.darkMode .chatContainer .chatPanel .head .actions .menu .menuItems,body.darkMode .chatModalContainer .chatPanel .head .actions .menu .menuItems{background-color:#26262c;border-color:#35353d;box-shadow:0 4px 16px rgba(0,0,0,0.5)}body.darkMode .chatContainer .chatPanel .head .actions .menu .menuItems li:hover,body.darkMode .chatModalContainer .chatPanel .head .actions .menu .menuItems li:hover{background-color:#31313a}body.darkMode .chatContainer .chatPanel .head .actions .menu .menuItems li .icon,body.darkMode .chatModalContainer .chatPanel .head .actions .menu .menuItems li .icon{background-color:#e6e6e9}body.darkMode .chatContainer .chatPanel .head .actions .menu .menuItems li.report .icon,body.darkMode .chatModalContainer .chatPanel .head .actions .menu .menuItems li.report .icon{background-color:#d63b34}body.darkMode .chatContainer .chatPanel .head .actions .menu .menuItems li.delete,body.darkMode .chatModalContainer .chatPanel .head .actions .menu .menuItems li.delete{border-top-color:#35353d}body.darkMode .chatContainer .chatPanel .skeletonAvatar,body.darkMode .chatModalContainer .chatPanel .skeletonAvatar,body.darkMode .chatContainer .chatPanel .skeletonLine,body.darkMode .chatModalContainer .chatPanel .skeletonLine,body.darkMode .chatContainer .chatPanel .messageSkeleton .bubble,body.darkMode .chatModalContainer .chatPanel .messageSkeleton .bubble{background-color:#31313a}body.darkMode .chatContainer .chatPanel .messages .message .time,body.darkMode .chatModalContainer .chatPanel .messages .message .time{color:#9b9ba5}body.darkMode .chatContainer .chatPanel .messages .message:not(.own) .text,body.darkMode .chatModalContainer .chatPanel .messages .message:not(.own) .text{color:#e6e6e9;background-color:#26262c}body.darkMode .chatContainer .chatPanel .messages .message.deleted .text,body.darkMode .chatModalContainer .chatPanel .messages .message.deleted .text{color:#9b9ba5;background-color:transparent;border-color:#35353d}body.darkMode .chatContainer .chatPanel .messages .message .wave,body.darkMode .chatModalContainer .chatPanel .messages .message .wave{color:#9b9ba5;background-color:#26262c}body.darkMode .chatContainer .chatPanel .messages .typing,body.darkMode .chatModalContainer .chatPanel .messages .typing{background-color:#26262c}body.darkMode .chatContainer .chatPanel .messages .typing .dot,body.darkMode .chatModalContainer .chatPanel .messages .typing .dot{background:#9b9ba5}body.darkMode .chatContainer .chatPanel .messages .emptyState .icebraker,body.darkMode .chatModalContainer .chatPanel .messages .emptyState .icebraker{color:#9b9ba5}body.darkMode .chatContainer .chatPanel .messages .emptyState .quickActions button,body.darkMode .chatModalContainer .chatPanel .messages .emptyState .quickActions button{color:#e6e6e9;border-color:#35353d}body.darkMode .chatContainer .chatPanel .messages .emptyState .quickActions button:hover,body.darkMode .chatModalContainer .chatPanel .messages .emptyState .quickActions button:hover{background:#26262c}body.darkMode .chatContainer .chatPanel .controls .unavailable,body.darkMode .chatModalContainer .chatPanel .controls .unavailable{color:#9b9ba5}body.darkMode .chatContainer .chatPanel .controls .inputs .messageWrapper .message,body.darkMode .chatModalContainer .chatPanel .controls .inputs .messageWrapper .message{color:#e6e6e9;background-color:#26262c}body.darkMode .chatContainer .chatPanel .controls .vibePicker .tabs ul li,body.darkMode .chatModalContainer .chatPanel .controls .vibePicker .tabs ul li{color:#9b9ba5}body.darkMode .chatContainer .chatPanel .controls .vibePicker .tabs ul li.selected,body.darkMode .chatModalContainer .chatPanel .controls .vibePicker .tabs ul li.selected{color:#6595cf;background-color:#26262c}body.darkMode .chatContainer .chatPanel .controls .vibePicker .GIFs .searchWrapper .search,body.darkMode .chatModalContainer .chatPanel .controls .vibePicker .GIFs .searchWrapper .search{color:#e6e6e9;background-color:#26262c}body.darkMode .chatContainer .chatPanel .controls .vibePicker .GIFs .result .empty,body.darkMode .chatModalContainer .chatPanel .controls .vibePicker .GIFs .result .empty{color:#9b9ba5}body.darkMode .chatModalContainer .chatModalLayer{background-color:#131316}body.darkMode .chatModalContainer .chatModalLayer .conversationsWrapper .close{background-image:url(/assets/images/common/icons/exitWhite.svg)}body.darkMode .chatModalContainer .chatModalLayer .conversations .showDeleted{color:#9b9ba5}body.darkMode .chatModalContainer .chatModalLayer .conversations .listContainer.deleted .conversationItem .data .sender{color:#9b9ba5}body.darkMode .chatModalContainer .chatModalLayer .conversations .conversationSkeleton .skeletonAvatar,body.darkMode .chatModalContainer .chatModalLayer .conversations .conversationSkeleton .skeletonLine{background-color:#31313a}body.darkMode .chatModalContainer .chatModalLayer .conversations .conversationItem{color:#e6e6e9;background-color:#1d1d21}body.darkMode .chatModalContainer .chatModalLayer .conversations .conversationItem:hover,body.darkMode .chatModalContainer .chatModalLayer .conversations .conversationItem.selected{background-color:#26262c}body.darkMode .chatModalContainer .chatModalLayer .conversations .conversationItem .data .preview .prefix{color:#9b9ba5}body.darkMode .chatModalContainer .chatModalLayer .conversations .conversationItem .data .time{color:#9b9ba5}body.darkMode .chatModalContainer .chatModalLayer .chatWrapper{background-color:#1d1d21}body.darkMode .chatModalContainer .chatModalLayer .chatWrapper .emptyState .close{background-image:url(/assets/images/common/icons/exitWhite.svg)}body.darkMode .chatModalContainer .chatModalLayer .chatWrapper .emptyState .info .graphic svg .list,body.darkMode .chatModalContainer .chatModalLayer .chatWrapper .emptyState .info .graphic svg .arrow{stroke:#3f3f4b}body.darkMode .chatModalContainer .chatModalLayer .chatWrapper .emptyState .info .text{color:#e6e6e9}body.darkMode .chatContainer .chatPanel{box-shadow:0 0 6px rgba(0,0,0,0.5)}body.darkMode .chatContainer .pool .poolBox .close{background-color:#26262c;background-image:url(/assets/images/common/icons/exitWhite.svg);box-shadow:0 0 6px rgba(0,0,0,0.5)}body.darkMode .chatContainer .pool .pager{background-color:rgba(40,40,46,0.9);box-shadow:0 0 6px rgba(0,0,0,0.5)}@media (hover:hover){.chatPanel .messages .message:hover .messageActions{opacity:1;pointer-events:auto}}.chatPanel .messages .message.actionsOpen .messageActions{opacity:1;pointer-events:auto}.chatPanel .messages .message.highlighted .text{-webkit-animation:messageHighlight 2s ease 0s 1 normal none;-moz-animation:messageHighlight 2s ease 0s 1 normal none;-o-animation:messageHighlight 2s ease 0s 1 normal none;animation:messageHighlight 2s ease 0s 1 normal none}.chatPanel .messages .message .replyTo{display:flex;align-items:center;gap:6px;width:fit-content;max-width:calc(100% - 86px);margin-bottom:2px;padding:4px 8px;background-color:rgba(0,0,0,0.05);font-size:12px;border-radius:8px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chatPanel .messages .message .replyTo.deleted{cursor:default;font-style:italic;opacity:.7}.chatPanel .messages .message .replyTo .bar{flex:0 0 auto;width:3px;height:14px;background-color:#31629d;border-radius:2px}.chatPanel .messages .message .replyTo .quote{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chatPanel .messages .message .editedMark{display:block;margin-top:4px;color:#7f7f7f;font-size:11px}.chatPanel .messages .message .editedMark span{cursor:pointer;text-decoration:underline}.chatPanel .messages .message .editBox textarea{width:100%;min-height:60px;padding:8px 10px;font-size:14px;font-family:inherit;line-height:1.4;border:1px solid #31629d;border-radius:10px;resize:none;outline:none}.chatPanel .messages .message .editBox .editButtons{display:flex;justify-content:flex-end;gap:8px;margin-top:6px}.chatPanel .messages .message .editBox .editButtons button{padding:5px 14px;font-size:13px;background-color:transparent;border:none;border-radius:20px;cursor:pointer}.chatPanel .messages .message .editBox .editButtons button.save{color:#fff;background-color:#31629d}.chatPanel .messages .message .editBox .editButtons button.save[disabled]{background-color:#aaa;cursor:default}.chatPanel .messages .message .editBox .editButtons button.cancel{color:#7f7f7f}.chatPanel .messages .message .messageActions{position:sticky;top:8px;z-index:2;display:flex;align-items:center;justify-content:center;height:36px;gap:2px;opacity:0;pointer-events:none;-webkit-transition:opacity .15s ease-in-out;-moz-transition:opacity .15s ease-in-out;-ms-transition:opacity .15s ease-in-out;-o-transition:opacity .15s ease-in-out;-khtml-transition:opacity .15s ease-in-out;transition:opacity .15s ease-in-out}.chatPanel .messages .message .messageActions .action{width:24px;height:24px;border-radius:50%;cursor:pointer;background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;background-color:#9aa0a6}.chatPanel .messages .message .messageActions .action:hover{background-color:#31629d}.chatPanel .messages .message .messageActions .action.react{-webkit-mask-image:url("/assets/images/common/icons/emoji.svg");mask-image:url("/assets/images/common/icons/emoji.svg")}.chatPanel .messages .message .messageActions .action.reply{-webkit-mask-image:url("/assets/images/common/icons/reply.svg");mask-image:url("/assets/images/common/icons/reply.svg")}.chatPanel .messages .message .messageActions .action.more{display:flex;align-items:center;justify-content:center;gap:2px;background-color:transparent}.chatPanel .messages .message .messageActions .action.more span{width:3px;height:3px;background-color:#9aa0a6;border-radius:50%}.chatPanel .messages .message .messageActions .action.more:hover{background-color:transparent}.chatPanel .messages .message .messageActions .action.more:hover span{background-color:#31629d}.chatPanel .messages .message:not(.own) .messageActions{float:left;margin-left:6px}.chatPanel .messages .message:not(.own) .reactionBar,.chatPanel .messages .message:not(.own) .messageMenu{left:0}.chatPanel .messages .message:not(.own) .reactionBar.flipX,.chatPanel .messages .message:not(.own) .messageMenu.flipX{left:auto;right:0}.chatPanel .messages .message.own .messageActions{float:right;margin-right:6px}.chatPanel .messages .message.own .replyTo{margin-left:auto}.chatPanel .messages .message.own .editedMark{text-align:right}.chatPanel .messages .message.own .reactions{justify-content:flex-end}.chatPanel .messages .message.own .reactionBar,.chatPanel .messages .message.own .reactionBar,.chatPanel .messages .message.own .messageMenu{right:0}.chatPanel .messages .message.own .reactionBar.flipX,.chatPanel .messages .message.own .reactionBar.flipX,.chatPanel .messages .message.own .messageMenu.flipX{right:auto;left:0}.chatPanel .messages .message .reactionBar{position:absolute;bottom:100%;z-index:3;display:flex;align-items:center;gap:2px;margin-bottom:4px;padding:4px 6px;background-color:#fff;border-radius:20px;box-shadow:0 4px 14px rgba(0,0,0,0.18)}.chatPanel .messages .message .reactionBar.below{top:100%;bottom:auto;margin-top:4px;margin-bottom:0}.chatPanel .messages .message .reactionBar .quick{padding:2px 3px;font-size:18px;line-height:1;cursor:pointer;-webkit-transition:transform .12s ease-in-out;-moz-transition:transform .12s ease-in-out;-ms-transition:transform .12s ease-in-out;-o-transition:transform .12s ease-in-out;-khtml-transition:transform .12s ease-in-out;transition:transform .12s ease-in-out}.chatPanel .messages .message .reactionBar .quick:hover{-webkit-transform:scale(1.25);-moz-transform:scale(1.25);-ms-transform:scale(1.25);-o-transform:scale(1.25);-khtml-transform:scale(1.25);transform:scale(1.25)}.chatPanel .messages .message .reactionBar .openPicker{position:relative;width:26px;height:26px;margin-left:4px;background-color:#f2f2f2;border-radius:50%;cursor:pointer;-webkit-transition:background-color .12s ease-in-out;-moz-transition:background-color .12s ease-in-out;-ms-transition:background-color .12s ease-in-out;-o-transition:background-color .12s ease-in-out;-khtml-transition:background-color .12s ease-in-out;transition:background-color .12s ease-in-out}.chatPanel .messages .message .reactionBar .openPicker:before,.chatPanel .messages .message .reactionBar .openPicker:after{position:absolute;top:50%;left:50%;background-color:#7f7f7f;border-radius:1px;content:''}.chatPanel .messages .message .reactionBar .openPicker:before{width:11px;height:1.5px;margin:-0.75px 0 0 -5.5px}.chatPanel .messages .message .reactionBar .openPicker:after{width:1.5px;height:11px;margin:-5.5px 0 0 -0.75px}.chatPanel .messages .message .reactionBar .openPicker:hover{background-color:#31629d}.chatPanel .messages .message .reactionBar .openPicker:hover:before,.chatPanel .messages .message .reactionBar .openPicker:hover:after{background-color:#fff}.chatPanel .messages .message .messageMenu{position:absolute;bottom:100%;z-index:3;min-width:160px;margin-bottom:4px;background-color:#fff;border-radius:10px;box-shadow:0 4px 14px rgba(0,0,0,0.18);overflow:hidden}.chatPanel .messages .message .messageMenu.below{top:100%;bottom:auto;margin-top:4px;margin-bottom:0}.chatPanel .messages .message .messageMenu li{padding:9px 14px;font-size:13px;text-align:left;cursor:pointer}.chatPanel .messages .message .messageMenu li:hover{background-color:#f2f2f2}.chatPanel .messages .message .messageMenu li.danger{color:#d63b34}.chatPanel .messages .message .reactions{display:flex;flex-wrap:wrap;gap:3px;margin-top:2px}.chatPanel .messages .message .reactions .reaction{display:inline-flex;align-items:center;gap:3px;padding:1px 6px;background-color:#fff;font-size:12px;border:1px solid #c9c9c9;border-radius:20px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chatPanel .messages .message .reactions .reaction.own{border-color:#31629d;background-color:rgba(49,98,157,0.08)}.chatPanel .messages .message .reactions .reaction .emoji{font-size:13px;line-height:1.2}.chatPanel .messages .message .reactions .reaction .count{color:#7f7f7f;font-weight:500}.chatPanel .messageOverlayLayer{position:absolute;top:0;left:0;z-index:5;display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:20px;background-color:rgba(0,0,0,0.35)}.chatPanel .messageOverlay{display:flex;flex-direction:column;width:100%;max-width:320px;max-height:100%;background-color:#fff;border:1px solid #c9c9c9;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.25);overflow:hidden}.chatPanel .messageOverlay.reactionPicker,.chatPanel .messageOverlay.historyView{max-width:460px}.chatPanel .messageOverlay .overlayHead{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid #c9c9c9}.chatPanel .messageOverlay .overlayHead .overlayTitle{font-size:14px;font-weight:600}.chatPanel .messageOverlay .overlayHead .overlayClose{width:18px;height:18px;background:url(/assets/images/common/icons/exitBlack.svg) no-repeat center center;background-size:100% 100%;opacity:.5;cursor:pointer}.chatPanel .messageOverlay .overlayHead .overlayClose:hover{opacity:1}.chatPanel .messageOverlay .symbols{padding:8px 10px;overflow-y:auto}.chatPanel .messageOverlay .symbols .emoji{display:inline-block;padding:4px;font-size:20px;line-height:1;cursor:pointer}.chatPanel .messageOverlay .symbols .emoji:hover{-webkit-transform:scale(1.25);-moz-transform:scale(1.25);-ms-transform:scale(1.25);-o-transform:scale(1.25);-khtml-transform:scale(1.25);transform:scale(1.25)}.chatPanel .messageOverlay .options{padding:6px 0}.chatPanel .messageOverlay .options li{padding:10px 16px;cursor:pointer}.chatPanel .messageOverlay .options li:hover{background-color:#f2f2f2}.chatPanel .messageOverlay .options li .label{display:block;font-size:14px;font-weight:500}.chatPanel .messageOverlay .options li .note{display:block;margin-top:2px;color:#7f7f7f;font-size:12px}.chatPanel .messageOverlay .versions{padding:10px 14px;overflow-y:auto}.chatPanel .messageOverlay .versions .historyLoading{display:flex;justify-content:center;gap:6px;padding:20px 0}.chatPanel .messageOverlay .versions .historyLoading .dot{width:8px;height:8px;background-color:#7f7f7f;border-radius:50%;-webkit-animation:typingWave 1.3s linear 0s infinite normal none;-moz-animation:typingWave 1.3s linear 0s infinite normal none;-o-animation:typingWave 1.3s linear 0s infinite normal none;animation:typingWave 1.3s linear 0s infinite normal none}.chatPanel .messageOverlay .versions .historyLoading .dot.dot2{-webkit-animation-delay:-1.1s;-moz-animation-delay:-1.1s;-o-animation-delay:-1.1s;animation-delay:-1.1s}.chatPanel .messageOverlay .versions .historyLoading .dot.dot3{-webkit-animation-delay:-0.9s;-moz-animation-delay:-0.9s;-o-animation-delay:-0.9s;animation-delay:-0.9s}.chatPanel .messageOverlay .versions .version:not(:last-of-type){margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #c9c9c9}.chatPanel .messageOverlay .versions .version:not(.current) .versionText{color:#7f7f7f}.chatPanel .messageOverlay .versions .version .versionTime{margin-bottom:3px;color:#7f7f7f;font-size:11px}.chatPanel .messageOverlay .versions .version .versionTime .current{margin-left:6px;color:#31629d;font-weight:500}.chatPanel .messageOverlay .versions .version .versionText{font-size:14px;line-height:1.4;word-break:break-word}.chatPanel .replyBar{display:flex;align-items:center;gap:6px;margin-bottom:6px;padding:6px 10px;background-color:#f2f2f2;font-size:12px;border-radius:8px}.chatPanel .replyBar .bar{flex:0 0 auto;width:3px;height:14px;background-color:#31629d;border-radius:2px}.chatPanel .replyBar .label{flex:0 0 auto;color:#7f7f7f}.chatPanel .replyBar .quote{flex:1 1 auto;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chatPanel .replyBar .cancel{flex:0 0 auto;width:14px;height:14px;background:url(/assets/images/common/icons/exitBlack.svg) no-repeat center center;background-size:100% 100%;opacity:.5;cursor:pointer}.chatPanel .replyBar .cancel:hover{opacity:1}@-webkit-keyframes messageHighlight{0%{box-shadow:0 0 0 0 rgba(49,98,157,0.45)}40%{box-shadow:0 0 0 6px rgba(49,98,157,0.22)}100%{box-shadow:0 0 0 0 rgba(49,98,157,0)}}@-moz-keyframes messageHighlight{0%{box-shadow:0 0 0 0 rgba(49,98,157,0.45)}40%{box-shadow:0 0 0 6px rgba(49,98,157,0.22)}100%{box-shadow:0 0 0 0 rgba(49,98,157,0)}}@-o-keyframes messageHighlight{0%{box-shadow:0 0 0 0 rgba(49,98,157,0.45)}40%{box-shadow:0 0 0 6px rgba(49,98,157,0.22)}100%{box-shadow:0 0 0 0 rgba(49,98,157,0)}}@keyframes messageHighlight{0%{box-shadow:0 0 0 0 rgba(49,98,157,0.45)}40%{box-shadow:0 0 0 6px rgba(49,98,157,0.22)}100%{box-shadow:0 0 0 0 rgba(49,98,157,0)}}body.darkMode .chatPanel .messages .message .replyTo{background-color:rgba(255,255,255,0.07000000000000001)}body.darkMode .chatPanel .messages .message .editedMark{color:#9b9ba5}body.darkMode .chatPanel .messages .message .editBox textarea{color:#e6e6e9;background-color:#26262c}body.darkMode .chatPanel .messages .message .reactionBar,body.darkMode .chatPanel .messages .message .messageMenu{background-color:#26262c;box-shadow:0 4px 14px rgba(0,0,0,0.5)}body.darkMode .chatPanel .messages .message .reactionBar .openPicker{background-color:#31313a}body.darkMode .chatPanel .messages .message .reactionBar .openPicker:before,body.darkMode .chatPanel .messages .message .reactionBar .openPicker:after{background-color:#9b9ba5}body.darkMode .chatPanel .messages .message .reactionBar .openPicker:hover{background-color:#31629d}body.darkMode .chatPanel .messages .message .reactionBar .openPicker:hover:before,body.darkMode .chatPanel .messages .message .reactionBar .openPicker:hover:after{background-color:#fff}body.darkMode .chatPanel .messages .message .messageMenu li{color:#e6e6e9}body.darkMode .chatPanel .messages .message .messageMenu li:hover{background-color:#31313a}body.darkMode .chatPanel .messages .message .reactions .reaction{background-color:#26262c;border-color:#35353d}body.darkMode .chatPanel .messages .message .reactions .reaction.own{border-color:#31629d}body.darkMode .chatPanel .messages .message .reactions .reaction .count{color:#9b9ba5}body.darkMode .chatPanel .messageOverlay{background-color:#1d1d21;border-color:#35353d}body.darkMode .chatPanel .messageOverlay .overlayHead{border-bottom-color:#35353d}body.darkMode .chatPanel .messageOverlay .overlayHead .overlayClose{background-image:url(/assets/images/common/icons/exitWhite.svg)}body.darkMode .chatPanel .messageOverlay .options li:hover{background-color:#26262c}body.darkMode .chatPanel .messageOverlay .options li .note{color:#9b9ba5}body.darkMode .chatPanel .messageOverlay .versions .version:not(:last-of-type){border-bottom-color:#35353d}body.darkMode .chatPanel .messageOverlay .versions .version:not(.current) .versionText{color:#9b9ba5}body.darkMode .chatPanel .messageOverlay .versions .version .versionTime{color:#9b9ba5}body.darkMode .chatPanel .replyBar{background-color:#26262c}body.darkMode .chatPanel .replyBar .label{color:#9b9ba5}body.darkMode .chatPanel .replyBar .cancel{background-image:url(/assets/images/common/icons/exitWhite.svg)}@container (min-width: 430px){.chatContainer .chatPanel .messages .message.wave .messageActions,.chatContainer .chatPanel .messages .message.wave:not(.own) .messageActions,.chatModalContainer .chatPanel .messages .message.wave .messageActions,.chatModalContainer .chatPanel .messages .message.wave:not(.own) .messageActions{margin-left:133px}}.layer[data-layer-name=storyView]{width:680px;max-width:calc(100vw - 24px);max-height:calc(100vh - 24px);max-height:calc(100svh - 24px);padding:0;overflow:hidden}.layer[data-layer-name=storyView] .popupHead{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px 12px 18px;border-bottom:1px solid rgba(0,0,0,0.07000000000000001)}.layer[data-layer-name=storyView] .popupHead .popupTitle{min-width:0;color:#7f7f7f;font-size:13px;font-weight:600;line-height:1.5;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.layer[data-layer-name=storyView] .popupHead .close{flex:0 0 auto;width:18px;height:18px;background:url(/assets/images/common/icons/exitBlack.svg) no-repeat center center;background-size:100% 100%;opacity:.5;-webkit-transition:opacity .15s ease-in-out;-moz-transition:opacity .15s ease-in-out;-ms-transition:opacity .15s ease-in-out;-o-transition:opacity .15s ease-in-out;-khtml-transition:opacity .15s ease-in-out;transition:opacity .15s ease-in-out;cursor:pointer}.layer[data-layer-name=storyView] .popupHead .close:hover{opacity:1}.layer[data-layer-name=storyView]>.content{max-height:calc(100vh - 74px);max-height:calc(100svh - 74px);overflow-y:auto;overscroll-behavior:contain}@media (max-width:860px){.layer[data-layer-name=storyView]{max-height:calc(100svh - 24px - 56px - env(safe-area-inset-bottom, 0px));-webkit-transform:translate(-50%, calc(-50% - (56px + env(safe-area-inset-bottom, 0px)) / 2));-moz-transform:translate(-50%, calc(-50% - (56px + env(safe-area-inset-bottom, 0px)) / 2));-ms-transform:translate(-50%, calc(-50% - (56px + env(safe-area-inset-bottom, 0px)) / 2));-o-transform:translate(-50%, calc(-50% - (56px + env(safe-area-inset-bottom, 0px)) / 2));-khtml-transform:translate(-50%, calc(-50% - (56px + env(safe-area-inset-bottom, 0px)) / 2));transform:translate(-50%, calc(-50% - (56px + env(safe-area-inset-bottom, 0px)) / 2))}.layer[data-layer-name=storyView]>.content{max-height:calc(100svh - 74px - 56px - env(safe-area-inset-bottom, 0px))}}.layer[data-layer-name=storyView] .story{margin-bottom:0;background:transparent;border:none;border-radius:0;box-shadow:none}.layer[data-layer-name=storyView] .story>.actions{border-radius:0}.layer[data-layer-name=storyView] .state{display:flex;flex-direction:column;align-items:center;gap:14px;padding:60px 30px}.layer[data-layer-name=storyView] .state .stateText{color:#7f7f7f;font-size:15px;line-height:1.45;text-align:center}.layer[data-layer-name=storyView] .state .loading{position:relative;display:inline-block;width:44px;height:10px}.layer[data-layer-name=storyView] .state .loading .dot{position:absolute;top:0;width:10px;height:10px;background-color:#c9c9c9;border-radius:50%;-webkit-animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none;-moz-animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none;-o-animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none;animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none}.layer[data-layer-name=storyView] .state .loading .dot1{left:0}.layer[data-layer-name=storyView] .state .loading .dot2{left:17px;-webkit-animation-delay:.2s;-moz-animation-delay:.2s;-o-animation-delay:.2s;animation-delay:.2s}.layer[data-layer-name=storyView] .state .loading .dot3{left:34px;-webkit-animation-delay:.4s;-moz-animation-delay:.4s;-o-animation-delay:.4s;animation-delay:.4s}body.darkMode .layer[data-layer-name=storyView] .close{background-color:rgba(29,29,33,0.85);background-image:url(/assets/images/common/icons/exitWhite.svg)}body.darkMode .layer[data-layer-name=storyView] .close:hover{background-color:#1d1d21}body.darkMode .layer[data-layer-name=storyView] .state .stateText{color:#9b9ba5}body.darkMode .layer[data-layer-name=storyView] .state .loading .dot{background-color:#9b9ba5}.layer[data-layer-name=reactions]{width:420px;max-width:calc(100vw - 24px);max-height:calc(100vh - 24px);padding:0;overflow:hidden}.layer[data-layer-name=reactions] .popupHead{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px 12px 18px}.layer[data-layer-name=reactions] .popupHead .popupTitle{min-width:0;color:#7f7f7f;font-size:13px;font-weight:600;line-height:1.5;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.layer[data-layer-name=reactions] .popupHead .close{flex:0 0 auto;width:18px;height:18px;background:url(/assets/images/common/icons/exitBlack.svg) no-repeat center center;background-size:100% 100%;opacity:.5;-webkit-transition:opacity .15s ease-in-out;-moz-transition:opacity .15s ease-in-out;-ms-transition:opacity .15s ease-in-out;-o-transition:opacity .15s ease-in-out;-khtml-transition:opacity .15s ease-in-out;transition:opacity .15s ease-in-out;cursor:pointer}.layer[data-layer-name=reactions] .popupHead .close:hover{opacity:1}.layer[data-layer-name=reactions] .tabs{display:flex;border-bottom:1px solid rgba(0,0,0,0.07000000000000001)}.layer[data-layer-name=reactions] .tabs .tab{display:flex;flex:1 1 50%;align-items:center;justify-content:center;gap:7px;padding:10px 8px 12px;color:#65676b;background:none;border:none;border-bottom:2px solid transparent;font-family:inherit;font-size:14px;cursor:pointer;-webkit-transition:all .15s ease-in-out;-moz-transition:all .15s ease-in-out;-ms-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;-khtml-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.layer[data-layer-name=reactions] .tabs .tab:hover{background-color:rgba(0,0,0,0.03)}.layer[data-layer-name=reactions] .tabs .tab .icon{display:flex;width:18px;height:18px}.layer[data-layer-name=reactions] .tabs .tab .icon svg{width:100%;height:100%}.layer[data-layer-name=reactions] .tabs .tab .icon svg path{fill:#555}.layer[data-layer-name=reactions] .tabs .tab .icon .outline,.layer[data-layer-name=reactions] .tabs .tab .icon .filled{display:flex;width:100%;height:100%}.layer[data-layer-name=reactions] .tabs .tab .icon .filled{display:none}.layer[data-layer-name=reactions] .tabs .tab .count{font-family:'Inter',sans-serif;font-size:13px;font-weight:600;line-height:1}.layer[data-layer-name=reactions] .tabs .tab.active .icon .outline{display:none}.layer[data-layer-name=reactions] .tabs .tab.active .icon .filled{display:flex}.layer[data-layer-name=reactions] .tabs .tab.active.laugh{color:#f5a623;border-bottom-color:#f5a623}.layer[data-layer-name=reactions] .tabs .tab.active.laugh .icon svg path{fill:#f5a623}.layer[data-layer-name=reactions] .tabs .tab.active.like{color:#2ecc71;border-bottom-color:#2ecc71}.layer[data-layer-name=reactions] .tabs .tab.active.like .icon svg path{fill:#2ecc71}.layer[data-layer-name=reactions] .tabs .tab.active.dislike{color:#f02849;border-bottom-color:#f02849}.layer[data-layer-name=reactions] .tabs .tab.active.dislike .icon svg path{fill:#f02849}.layer[data-layer-name=reactions] .content{max-height:calc(100vh - 130px);overflow-y:auto;overscroll-behavior:contain}.layer[data-layer-name=reactions] .list{padding:6px 0 10px}.layer[data-layer-name=reactions] .list .reactor{display:flex;align-items:center;gap:12px;padding:8px 18px;cursor:pointer;-webkit-transition:background-color .15s ease-in-out;-moz-transition:background-color .15s ease-in-out;-ms-transition:background-color .15s ease-in-out;-o-transition:background-color .15s ease-in-out;-khtml-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out}.layer[data-layer-name=reactions] .list .reactor:hover{background-color:rgba(0,0,0,0.04)}.layer[data-layer-name=reactions] .list .reactor .avatar{position:relative;flex:0 0 auto;width:44px;height:44px;padding:2px;background-color:#8194a3;border-radius:50%}.layer[data-layer-name=reactions] .list .reactor .avatar .onlineSign{right:-1px;bottom:-1px;width:11px;height:11px}.layer[data-layer-name=reactions] .list .reactor .avatar img{display:block;width:100%;height:100%;border-radius:50%}.layer[data-layer-name=reactions] .list .reactor .data{flex:1 1 auto;min-width:0}.layer[data-layer-name=reactions] .list .reactor .data .name{font-size:15px;font-weight:600}.layer[data-layer-name=reactions] .list .reactor .data .place{margin-top:2px;color:#7f7f7f;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.layer[data-layer-name=reactions] .list .reactor .time{flex:0 0 auto;align-self:flex-start;color:#7f7f7f;font-size:12px}.layer[data-layer-name=reactions] .state{display:flex;flex-direction:column;align-items:center;gap:14px;padding:50px 30px}.layer[data-layer-name=reactions] .state .stateText{color:#7f7f7f;font-size:15px;line-height:1.45;text-align:center}.layer[data-layer-name=reactions] .state .loading{position:relative;display:inline-block;width:44px;height:10px}.layer[data-layer-name=reactions] .state .loading .dot{position:absolute;top:0;width:10px;height:10px;background-color:#c9c9c9;border-radius:50%;-webkit-animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none;-moz-animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none;-o-animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none;animation:skeletonPulse 1.6s ease-in-out 0s infinite alternate none}.layer[data-layer-name=reactions] .state .loading .dot1{left:0}.layer[data-layer-name=reactions] .state .loading .dot2{left:17px;-webkit-animation-delay:.2s;-moz-animation-delay:.2s;-o-animation-delay:.2s;animation-delay:.2s}.layer[data-layer-name=reactions] .state .loading .dot3{left:34px;-webkit-animation-delay:.4s;-moz-animation-delay:.4s;-o-animation-delay:.4s;animation-delay:.4s}body.darkMode .layer[data-layer-name=reactions] .popupHead .close{background-image:url(/assets/images/common/icons/exitWhite.svg)}body.darkMode .layer[data-layer-name=reactions] .tabs{border-bottom-color:#35353d}body.darkMode .layer[data-layer-name=reactions] .tabs .tab{color:#9b9ba5}body.darkMode .layer[data-layer-name=reactions] .tabs .tab:hover{background-color:rgba(255,255,255,0.05)}body.darkMode .layer[data-layer-name=reactions] .tabs .tab:not(.active) .icon svg path{fill:#9b9ba5}body.darkMode .layer[data-layer-name=reactions] .list .reactor:hover{background-color:rgba(255,255,255,0.05)}body.darkMode .layer[data-layer-name=reactions] .list .reactor .data .place{color:#9b9ba5}body.darkMode .layer[data-layer-name=reactions] .list .reactor .time{color:#9b9ba5}body.darkMode .layer[data-layer-name=reactions] .state .stateText{color:#9b9ba5}body.darkMode .layer[data-layer-name=reactions] .state .loading .dot{background-color:#9b9ba5}.startContainer .wrapper{position:relative;max-width:1600px;height:100%;margin:0 auto}.startContainer .pageTop{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center, #1e3a5f 0%, #0f172a 70%, #0b1120 100%);overflow:hidden;--heroFrame:1600px;--heroGutter:max(clamp(40px, 8vw, 120px), (100% - 1600px) / 2);--heroLeft:var(--heroGutter);--heroWidth:min(720px, 42vw);--heroMiddle:calc(50% + 40px)}.startContainer .pageTop:before{content:'';position:absolute;inset:0;background-image:url('data:image/svg+xml,<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><filter id="n"><feTurbulence type="fractalNoise" baseFrequency="0.65" numOctaves="3" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23n)"/></svg>');opacity:.05;pointer-events:none}.startContainer .pageTop .logoWrapper{position:absolute;top:30px;left:max(30px, (100% - 1780px) / 2);z-index:1}.startContainer .pageTop .logoWrapper .logo{width:calc(480px / 1.6);height:calc(104px / 1.6);background:url(/assets/images/common/logo.png) no-repeat;background-size:100%}.startContainer .pageTop .cards{--cardWidth:clamp(190px, 21vw, 400px);--pairLeft:calc(100% - var(--heroGutter) - var(--cardWidth) * 1.66 - 30px)}.startContainer .pageTop .userCard{position:absolute;top:var(--heroMiddle);width:var(--cardWidth);height:min(calc(var(--cardWidth) * 1.52), 64vh);background:rgba(255,255,255,0.03);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,0.05);border-radius:20px;transform-origin:center center;overflow:hidden}.startContainer .pageTop .userCard img{position:absolute;bottom:0;left:50%;height:100%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);-khtml-transform:translateX(-50%);transform:translateX(-50%);filter:drop-shadow(0 10px 15px rgba(0,0,0,0.3))}.startContainer .pageTop .userCard.male{left:var(--pairLeft);opacity:.85;transform:translateY(-45%) rotate(-6deg);animation:floatMale 9s ease-in-out infinite}.startContainer .pageTop .userCard.female{left:calc(var(--pairLeft) + var(--cardWidth) * .66);box-shadow:0 30px 60px -20px rgba(0,0,0,0.6);transform:translateY(-55%) rotate(3deg);animation:floatFemale 11s ease-in-out infinite;animation-delay:1.5s}.startContainer .pageTop .headerLogin{position:absolute;top:42px;right:max(30px, (100% - 1780px) / 2);z-index:2;display:flex;align-items:flex-start;gap:8px}.startContainer .pageTop .headerLogin input:-webkit-autofill,.startContainer .pageTop .headerLogin input:-webkit-autofill:hover,.startContainer .pageTop .headerLogin input:-webkit-autofill:focus,.startContainer .pageTop .headerLogin input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #1c304b inset !important;-webkit-text-fill-color:#fff !important;font-size:14px !important;font-family:"Roboto",sans-serif !important;transition:background-color 5000s ease-in-out 0s,font-size .01s ease-in-out 0s,font-family .01s ease-in-out 0s}.startContainer .pageTop .headerLogin .field{display:flex;flex-direction:column;gap:6px}.startContainer .pageTop .headerLogin input{width:clamp(150px, 14vw, 210px);height:40px;padding:0 14px;color:#fff;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.12);border-radius:10px;font-size:14px;outline:none;-webkit-transition:border-color .15s ease-in-out;-moz-transition:border-color .15s ease-in-out;-ms-transition:border-color .15s ease-in-out;-o-transition:border-color .15s ease-in-out;-khtml-transition:border-color .15s ease-in-out;transition:border-color .15s ease-in-out}.startContainer .pageTop .headerLogin input::-webkit-input-placeholder{color:rgba(255,255,255,0.6)}.startContainer .pageTop .headerLogin input:-moz-placeholder{color:rgba(255,255,255,0.6);opacity:1}.startContainer .pageTop .headerLogin input ::-moz-placeholder{color:rgba(255,255,255,0.6);opacity:1}.startContainer .pageTop .headerLogin input :-ms-input-placeholder{color:rgba(255,255,255,0.6)}.startContainer .pageTop .headerLogin input:focus{border-color:rgba(255,255,255,0.35)}.startContainer .pageTop .headerLogin input[type=password]{width:clamp(120px, 11vw, 170px)}.startContainer .pageTop .headerLogin .forgotten{color:rgba(255,255,255,0.6);font-size:12px;cursor:pointer;-webkit-transition:color .15s ease-in-out;-moz-transition:color .15s ease-in-out;-ms-transition:color .15s ease-in-out;-o-transition:color .15s ease-in-out;-khtml-transition:color .15s ease-in-out;transition:color .15s ease-in-out}.startContainer .pageTop .headerLogin .forgotten:hover{color:#fff}.startContainer .pageTop .headerLogin .button{height:40px;padding:0 20px;font-size:15px;font-weight:500}.startContainer .pageTop .hero{position:absolute;top:var(--heroMiddle);left:var(--heroLeft);z-index:1;width:var(--heroWidth);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);-khtml-transform:translateY(-50%);transform:translateY(-50%)}.startContainer .pageTop .hero .eyebrow{color:rgba(255,255,255,0.55);font-family:"Space Mono",monospace;font-size:14px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.startContainer .pageTop .hero h1{margin:20px 0 22px;color:#fff;font-size:clamp(40px, min(4.7vw, 8.2vh), 84px);font-weight:800;line-height:1.04;letter-spacing:-0.02em;text-wrap:balance}.startContainer .pageTop .hero h1 em{color:#ff6b62;font-style:normal}.startContainer .pageTop .hero .text{max-width:500px;margin:0;color:rgba(255,255,255,0.72);font-size:clamp(16px, 1.35vw, 19px);line-height:1.5}.startContainer .pageTop .hero .cta{display:inline-flex;align-items:center;margin-top:34px;padding:16px 34px;color:#fff;font-size:18px;font-weight:500;text-decoration:none;box-shadow:0 12px 30px -10px rgba(214,59,52,0.7)}@media (max-height:700px){.startContainer .pageTop .hero .inviteNote.wide{margin-bottom:16px}.startContainer .pageTop .hero h1{margin:14px 0 16px}.startContainer .pageTop .hero .cta{margin-top:24px;padding:14px 30px}}.startContainer .pageTop .mobileActions{display:none}.startContainer .pageTop .loginFader{position:absolute;inset:0;background-color:rgba(0,0,0,0.55);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:3}.startContainer .pageTop .inviteNote{display:flex;align-items:center;gap:8px;padding:9px 16px;color:#fff;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.14);border-radius:30px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);font-size:14px;line-height:1.35}.startContainer .pageTop .inviteNote .icon{flex:0 0 auto;width:16px;height:16px;background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-image:url("/assets/images/common/icons/heartFilled.svg");mask-image:url("/assets/images/common/icons/heartFilled.svg");background-color:#d63b34}.startContainer .pageTop .inviteNote.wide{display:inline-flex;margin-bottom:26px}.startContainer .pageTop .loginBox{position:absolute;top:50%;left:50%;display:none;width:380px;padding:30px 26px 22px;color:#fff;background:linear-gradient(180deg, #1c2d4c 0%, #152239 100%);border:1px solid rgba(255,255,255,0.1);border-radius:20px;box-shadow:0 30px 70px -20px rgba(0,0,0,0.7);-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:4}.startContainer .pageTop .loginBox.open{display:block}.startContainer .pageTop .loginBox>.close{position:absolute;top:22px;right:22px;display:block;width:14px;height:14px;background:url(/assets/images/common/icons/exitWhite.svg) no-repeat;background-size:100% 100%;opacity:.6;cursor:pointer;z-index:2;-webkit-transition:opacity .15s ease-in-out;-moz-transition:opacity .15s ease-in-out;-ms-transition:opacity .15s ease-in-out;-o-transition:opacity .15s ease-in-out;-khtml-transition:opacity .15s ease-in-out;transition:opacity .15s ease-in-out}.startContainer .pageTop .loginBox>.close:hover{opacity:1}.startContainer .pageTop .loginBox h2{margin:0 0 18px;color:#fff;font-size:24px;font-weight:700;text-align:left}.startContainer .pageTop .loginBox .loginRequired{margin:-4px 0 18px;padding:11px 14px;color:#fff;background:rgba(255,255,255,0.06);font-size:14px;line-height:1.45;border-left:3px solid #d63b34;border-radius:8px}.startContainer .pageTop .loginBox .backTop{display:none}.startContainer .pageTop .loginBox .form{display:block;opacity:0;-webkit-transform:translateY(6px);-moz-transform:translateY(6px);-ms-transform:translateY(6px);-o-transform:translateY(6px);-khtml-transform:translateY(6px);transform:translateY(6px);pointer-events:none;-webkit-transition:opacity .4s ease, transform .4s ease;-moz-transition:opacity .4s ease, transform .4s ease;-ms-transition:opacity .4s ease, transform .4s ease;-o-transition:opacity .4s ease, transform .4s ease;-khtml-transition:opacity .4s ease, transform .4s ease;transition:opacity .4s ease, transform .4s ease;visibility:hidden}.startContainer .pageTop .loginBox .form input:-webkit-autofill,.startContainer .pageTop .loginBox .form input:-webkit-autofill:hover,.startContainer .pageTop .loginBox .form input:-webkit-autofill:focus,.startContainer .pageTop .loginBox .form input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #243349 inset !important;-webkit-text-fill-color:#fff !important;font-size:16px !important;font-family:"Roboto",sans-serif !important;transition:background-color 5000s ease-in-out 0s,font-size .01s ease-in-out 0s,font-family .01s ease-in-out 0s}.startContainer .pageTop .loginBox .form.open{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);-khtml-transform:translateY(0);transform:translateY(0);pointer-events:auto;visibility:visible}.startContainer .pageTop .loginBox .form .inputGroup{position:relative}.startContainer .pageTop .loginBox .form .inputGroup+.inputGroup{margin-top:10px}.startContainer .pageTop .loginBox .form .inputGroup .label{display:none}.startContainer .pageTop .loginBox .form .inputGroup input[type=email],.startContainer .pageTop .loginBox .form .inputGroup input[type=password]{width:100%;height:50px;padding:0 16px;color:#fff;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.12);border-radius:12px;font-size:16px;outline:none;-webkit-transition:border-color .15s ease-in-out;-moz-transition:border-color .15s ease-in-out;-ms-transition:border-color .15s ease-in-out;-o-transition:border-color .15s ease-in-out;-khtml-transition:border-color .15s ease-in-out;transition:border-color .15s ease-in-out}.startContainer .pageTop .loginBox .form .inputGroup input[type=email]::-webkit-input-placeholder,.startContainer .pageTop .loginBox .form .inputGroup input[type=password]::-webkit-input-placeholder{color:rgba(255,255,255,0.55)}.startContainer .pageTop .loginBox .form .inputGroup input[type=email]:-moz-placeholder,.startContainer .pageTop .loginBox .form .inputGroup input[type=password]:-moz-placeholder{color:rgba(255,255,255,0.55);opacity:1}.startContainer .pageTop .loginBox .form .inputGroup input[type=email] ::-moz-placeholder,.startContainer .pageTop .loginBox .form .inputGroup input[type=password] ::-moz-placeholder{color:rgba(255,255,255,0.55);opacity:1}.startContainer .pageTop .loginBox .form .inputGroup input[type=email] :-ms-input-placeholder,.startContainer .pageTop .loginBox .form .inputGroup input[type=password] :-ms-input-placeholder{color:rgba(255,255,255,0.55)}.startContainer .pageTop .loginBox .form .inputGroup input[type=email]:focus,.startContainer .pageTop .loginBox .form .inputGroup input[type=password]:focus{border-color:rgba(255,255,255,0.35)}.startContainer .pageTop .loginBox .form .inputGroup .error{margin-top:6px;color:#ff8a84;font-size:13px;font-weight:500}.startContainer .pageTop .loginBox .form .buttonContainer{margin-top:16px}.startContainer .pageTop .loginBox .form .buttonContainer .button{width:100%;height:50px;padding:0 10px;font-size:17px;font-weight:600;border-radius:12px}.startContainer .pageTop .loginBox .form.signin .forgottenPassword{margin-top:10px;text-align:right}.startContainer .pageTop .loginBox .form.signin .forgottenPassword span{color:rgba(255,255,255,0.6);font-size:13px;cursor:pointer}.startContainer .pageTop .loginBox .form.signin .forgottenPassword span:hover{color:#fff;text-decoration:underline}.startContainer .pageTop .loginBox .form.signin .signup{margin-top:18px;padding-top:14px;color:rgba(255,255,255,0.6);font-size:15px;text-align:center;border-top:1px solid rgba(255,255,255,0.1)}.startContainer .pageTop .loginBox .form.signin .signup a{color:#ff6b62;font-weight:600;text-decoration:none}.startContainer .pageTop .loginBox .form.signin .signup a:hover{text-decoration:underline}.startContainer .pageTop .loginBox .form.forgottenPassword{position:absolute;top:0;left:0;width:100%;height:100%;padding:30px 26px 22px}.startContainer .pageTop .loginBox .form.forgottenPassword .inner{display:flex;flex-direction:column;height:100%}.startContainer .pageTop .loginBox .form.forgottenPassword .inputs{flex:1}.startContainer .pageTop .loginBox .form.forgottenPassword .info{margin-bottom:16px;color:rgba(255,255,255,0.6);font-size:14px;line-height:1.45}.startContainer .pageTop .loginBox .form.forgottenPassword .info span{display:block;margin-bottom:4px;color:#fff;font-size:15px;font-weight:600}.startContainer .pageTop .loginBox .form.forgottenPassword .back{margin-top:16px;text-align:center}.startContainer .pageTop .loginBox .form.forgottenPassword .back span{color:rgba(255,255,255,0.6);font-size:14px;cursor:pointer}.startContainer .pageTop .loginBox .form.forgottenPassword .back span:hover{color:#fff}.startContainer .pageTop .wrongLoginFader{position:fixed;inset:0;background-color:rgba(0,0,0,0.55);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:5}.startContainer .pageTop .wrongLogin{position:fixed;top:50%;left:50%;width:360px;max-width:calc(100% - 40px);padding:32px 26px 24px;color:#fff;background:linear-gradient(180deg, #1c2d4c 0%, #152239 100%);border:1px solid rgba(255,255,255,0.1);border-radius:20px;box-shadow:0 30px 70px -20px rgba(0,0,0,0.7);text-align:center;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);-khtml-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:6}.startContainer .pageTop .wrongLogin>.close{position:absolute;top:20px;right:20px;width:14px;height:14px;background:url(/assets/images/common/icons/exitWhite.svg) no-repeat;background-size:100% 100%;opacity:.6;cursor:pointer;-webkit-transition:opacity .15s ease-in-out;-moz-transition:opacity .15s ease-in-out;-ms-transition:opacity .15s ease-in-out;-o-transition:opacity .15s ease-in-out;-khtml-transition:opacity .15s ease-in-out;transition:opacity .15s ease-in-out}.startContainer .pageTop .wrongLogin>.close:hover{opacity:1}.startContainer .pageTop .wrongLogin h2{margin:0 0 10px;color:#fff;font-size:22px;font-weight:700;text-wrap:balance}.startContainer .pageTop .wrongLogin p{margin:0 0 24px;color:rgba(255,255,255,0.7);font-size:15px;line-height:1.5}.startContainer .pageTop .wrongLogin .button{width:100%;height:50px;padding:0 10px;font-size:17px;font-weight:600;border-radius:12px}.startContainer .pageTop .wrongLogin .forgotten{display:inline-block;margin-top:16px;color:#ff6b62;font-size:15px;font-weight:500;cursor:pointer}.startContainer .pageTop .wrongLogin .forgotten:hover{text-decoration:underline}.startContainer .pageBottom{position:absolute;top:100%;left:0;width:100%}.startContainer .pageBottom footer{background-color:#080c16}.startContainer .pageBottom .section{overflow:hidden}.startContainer .pageBottom .section .wrapper{padding:50px}.startContainer .pageBottom .section .title{margin:0 0 40px 0;font-size:48px;font-weight:600}.startContainer .pageBottom .section .picture{position:absolute;top:50%;width:380px;height:68vh;max-height:calc(100% - 160px);background:rgba(255,255,255,0.06);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,0.1);border-radius:20px;transform:translateY(calc(-50% + 50px));transform-origin:center center;overflow:hidden}.startContainer .pageBottom .section .picture img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top;filter:drop-shadow(0 10px 15px rgba(0,0,0,0.3))}.startContainer .pageBottom .section1{position:relative;border-top:1px solid rgba(255,255,255,0.08);background-color:#0b1120;background-image:linear-gradient(rgba(255,255,255,0.025), rgba(255,255,255,0.025)),radial-gradient(circle 60vw at 50% -50vh, #1e3a5f 0, #0f172a 42vw, #0b1120 60vw);background-image:linear-gradient(rgba(255, 255, 255, .025), rgba(255, 255, 255, .025)), radial-gradient(circle hypot(50vw, 50vh) at 50% -50vh, #1e3a5f 0, #0f172a calc(hypot(50vw, 50vh) * .7), #0b1120 hypot(50vw, 50vh))}.startContainer .pageBottom .section1:before{content:'';position:absolute;inset:0;display:block;background-image:url('data:image/svg+xml,<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><filter id="n"><feTurbulence type="fractalNoise" baseFrequency="0.65" numOctaves="3" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23n)"/></svg>');opacity:.05;pointer-events:none}.startContainer .pageBottom .section1 .picture{left:60px}.startContainer .pageBottom .section1 .content{width:calc(100% - 440px)}.startContainer .pageBottom .section1 .content .title{color:#f0f4fb}.startContainer .pageBottom .section1 .content .text{color:#f0f0f0;font-size:24px;text-align:left;line-height:1.2}.startContainer .pageBottom .section2{position:relative;color:#132853;border-top:1px solid rgba(255,255,255,0.08);background-color:#0b1120;background-image:radial-gradient(ellipse 60% 75% at 40% 52%, #1a2e52 0%, #0f1729 62%, #0b1120 100%)}.startContainer .pageBottom .section2:before{content:'';position:absolute;inset:0;display:block;background-image:url('data:image/svg+xml,<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><filter id="n"><feTurbulence type="fractalNoise" baseFrequency="0.65" numOctaves="3" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23n)"/></svg>');opacity:.05;pointer-events:none}.startContainer .pageBottom .section2 .title{margin-bottom:60px;color:#f0eaf6;text-align:center}.startContainer .pageBottom .section2 .content{width:calc(100% - 400px);text-align:center}.startContainer .pageBottom .section2 .content ul{width:60%;margin:0 auto 20px auto}.startContainer .pageBottom .section2 .content ul li{position:relative;display:block;padding:30px 80px;background-color:#fff;font-size:24px;border-radius:10px;-webkit-transition:background-color .5s ease-in-out;-moz-transition:background-color .5s ease-in-out;-ms-transition:background-color .5s ease-in-out;-o-transition:background-color .5s ease-in-out;-khtml-transition:background-color .5s ease-in-out;transition:background-color .5s ease-in-out;cursor:default}.startContainer .pageBottom .section2 .content ul li:hover{background-color:#f2f2f2}.startContainer .pageBottom .section2 .content ul li:not(:last-of-type){margin-bottom:35px}.startContainer .pageBottom .section2 .content ul li b{font-weight:700}.startContainer .pageBottom .section2 .content ul li .icon{position:absolute;display:inline-block;top:50%;left:30px;width:42px;height:42px;background-repeat:no-repeat;background-size:100% 100%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);-khtml-transform:translateY(-50%);transform:translateY(-50%)}.startContainer .pageBottom .section2 .content ul li .icon.coffee{background-image:url(/assets/images/pages/start/icons/coffee.svg)}.startContainer .pageBottom .section2 .content ul li .icon.silence{background-image:url(/assets/images/pages/start/icons/silence.svg)}.startContainer .pageBottom .section2 .content ul li .icon.eyes{width:38px;height:38px;background-image:url(/assets/images/pages/start/icons/eyes.svg)}.startContainer .pageBottom .section2 .content ul li .icon.avatar{background-image:url(/assets/images/pages/start/icons/avatar.svg)}.startContainer .pageBottom .section2 .picture{right:100px}.startContainer .pageBottom .section3{position:relative;color:#132853;border-top:1px solid rgba(255,255,255,0.08);background-color:#0a0f1c;background-image:radial-gradient(ellipse 65% 70% at 50% 48%, #182b4c 0%, #0c1322 65%, #0a0f1c 100%);text-align:center}.startContainer .pageBottom .section3:before{content:'';position:absolute;inset:0;display:block;background-image:url('data:image/svg+xml,<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><filter id="n"><feTurbulence type="fractalNoise" baseFrequency="0.65" numOctaves="3" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23n)"/></svg>');opacity:.05;pointer-events:none}.startContainer .pageBottom .section3 .title{color:#eaecf5}.startContainer .pageBottom .section3 .feedbacks{display:flex;flex-wrap:wrap;justify-content:center}.startContainer .pageBottom .section3 .feedbacks .feedback{width:calc(50% - 40px);margin:20px;padding:30px;background-color:#fff;text-align:left;border-radius:20px}.startContainer .pageBottom .section3 .feedbacks .feedback img{width:100px;height:100px;border-radius:50%}.startContainer .pageBottom .section3 .feedbacks .feedback .content{width:calc(100% - 130px);color:#222;font-size:20px;line-height:1.2}.startContainer .pageBottom .section3 .feedbacks .feedback .content .author{margin-bottom:10px;color:#132853;font-size:24px;font-weight:500}@media (max-width:1200px){.startContainer .pageBottom .section .title{font-size:42px}.startContainer .pageBottom .section1 .wrapper{display:flex;align-items:center;justify-content:center}.startContainer .pageBottom .section1 .wrapper:before,.startContainer .pageBottom .section1 .wrapper:after{display:none}.startContainer .pageBottom .section1 .wrapper .picture{position:relative;top:auto;left:auto;flex:0 0 auto;width:clamp(280px, 28vw, 320px);height:auto;aspect-ratio:380 / 580;margin-right:clamp(40px, 5vw, 60px);transform:none}.startContainer .pageBottom .section1 .content{flex:1 1 auto;width:auto;float:none}.startContainer .pageBottom .section1 .content .text{font-size:clamp(16px, 1.5vw, 19px);line-height:1.4}.startContainer .pageBottom .section2 .wrapper{display:flex;align-items:center;justify-content:center}.startContainer .pageBottom .section2 .wrapper .main{flex:1 1 auto}.startContainer .pageBottom .section2 .wrapper .picture{position:relative;top:auto;right:auto;flex:0 0 auto;width:clamp(250px, 22vw, 300px);height:auto;aspect-ratio:380 / 580;margin-left:clamp(40px, 5vw, 60px);transform:none}.startContainer .pageBottom .section2 .title{margin-bottom:clamp(28px, 3vw, 44px)}.startContainer .pageBottom .section2 .content{width:auto}.startContainer .pageBottom .section2 .content ul{width:100%;margin:0}.startContainer .pageBottom .section2 .content ul li{padding:clamp(20px, 1.8vw, 28px) clamp(64px, 6vw, 80px);font-size:clamp(17px, 1.5vw, 20px);line-height:1.35}.startContainer .pageBottom .section2 .content ul li:not(:last-of-type){margin-bottom:clamp(16px, 1.6vw, 26px)}.startContainer .pageBottom .section2 .content ul li .icon{left:clamp(22px, 2vw, 30px);width:clamp(32px, 2.9vw, 42px);height:clamp(32px, 2.9vw, 42px)}.startContainer .pageBottom .section2 .content ul li .icon.eyes{width:clamp(29px, 2.6vw, 38px);height:clamp(29px, 2.6vw, 38px)}.startContainer .pageBottom .section3 .feedbacks{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:clamp(20px, 2.4vw, 36px)}.startContainer .pageBottom .section3 .feedbacks .feedback{display:flex;align-items:flex-start;gap:clamp(16px, 1.6vw, 24px);width:auto;margin:0;padding:clamp(20px, 2.2vw, 30px)}.startContainer .pageBottom .section3 .feedbacks .feedback:before,.startContainer .pageBottom .section3 .feedbacks .feedback:after{display:none}.startContainer .pageBottom .section3 .feedbacks .feedback img{flex:0 0 auto;width:clamp(64px, 6vw, 80px);height:clamp(64px, 6vw, 80px)}.startContainer .pageBottom .section3 .feedbacks .feedback .content{flex:1 1 auto;min-width:0;width:auto;font-size:clamp(16px, 1.4vw, 18px);line-height:1.5}.startContainer .pageBottom .section3 .feedbacks .feedback .content .author{margin-bottom:6px;font-size:clamp(18px, 1.6vw, 21px);font-weight:600;line-height:1.3}}@media (max-width:900px){.startContainer .pageTop .cards{position:absolute;top:96px;right:0;bottom:172px;left:0}.startContainer .pageTop .inviteNote.wide{display:none}.startContainer .pageTop .inviteNote{justify-content:center;text-align:center}.startContainer .pageTop.invited .cards{bottom:232px}.startContainer .pageTop .userCard{top:50%;bottom:auto;width:46%;max-width:210px;height:auto;aspect-ratio:1 / 1.9;max-height:100%;border-radius:18px}.startContainer .pageTop .userCard.male{right:50%;left:auto;opacity:1;animation:floatMaleMobile 9s ease-in-out infinite;-webkit-transform:translate(6%, -54%) rotate(-4deg);-moz-transform:translate(6%, -54%) rotate(-4deg);-ms-transform:translate(6%, -54%) rotate(-4deg);-o-transform:translate(6%, -54%) rotate(-4deg);-khtml-transform:translate(6%, -54%) rotate(-4deg);transform:translate(6%, -54%) rotate(-4deg)}.startContainer .pageTop .userCard.female{right:auto;left:50%;box-shadow:none;animation:floatFemaleMobile 11s ease-in-out infinite;animation-delay:1.5s;-webkit-transform:translate(-6%, -46%) rotate(4deg);-moz-transform:translate(-6%, -46%) rotate(4deg);-ms-transform:translate(-6%, -46%) rotate(4deg);-o-transform:translate(-6%, -46%) rotate(4deg);-khtml-transform:translate(-6%, -46%) rotate(4deg);transform:translate(-6%, -46%) rotate(4deg)}.startContainer .pageTop .mobileActions{position:absolute;right:0;bottom:0;left:0;display:flex;flex-direction:column;gap:12px;padding:0 20px 30px;z-index:2}.startContainer .pageTop .mobileActions .button{width:100%;padding:14px 20px;font-size:18px;font-weight:500;border-radius:14px;text-align:center}.startContainer .pageTop .mobileActions a.button{color:#222;background-color:#fff;border:none;text-decoration:none}.startContainer .pageTop .headerLogin,.startContainer .pageTop .hero{display:none}.startContainer .pageTop .logoWrapper{top:20px;left:20px}.startContainer .pageTop .logoWrapper .logo{width:calc(360px / 1.6);height:calc(78px / 1.6)}.startContainer .pageTop .loginBox{position:fixed;top:0;right:0;bottom:0;left:0;width:auto;padding:0;overflow-y:auto;color:#fff;background:linear-gradient(180deg, #13203a 0%, #0b1120 100%);border:none;border-radius:0;box-shadow:none;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;-khtml-transform:none;transform:none}.startContainer .pageTop .loginBox>.close{top:calc(22px + env(safe-area-inset-top, 0px));right:auto;left:24px;width:18px;height:18px;background-image:url(/assets/images/common/icons/exitWhite.svg);opacity:.75}.startContainer .pageTop .loginBox.onForgotten>.close{display:none}.startContainer .pageTop .loginBox h2{margin:0 0 30px;color:#fff;font-size:32px;font-weight:800;line-height:1.1;letter-spacing:-0.01em}.startContainer .pageTop .loginBox .loginRequired{margin:-12px 0 26px;color:#fff;background:rgba(255,255,255,0.06)}.startContainer .pageTop .loginBox .backTop{position:absolute;top:calc(18px + env(safe-area-inset-top, 0px));left:24px;display:block}.startContainer .pageTop .loginBox .backTop span{color:rgba(255,255,255,0.75);font-size:16px;cursor:pointer}.startContainer .pageTop .loginBox .backTop span:before{content:'‹';margin-right:8px;font-size:22px;line-height:0;vertical-align:-1px}.startContainer .pageTop .loginBox .form{display:flex;flex-direction:column;min-height:100%;padding:calc(84px + env(safe-area-inset-top, 0px)) 24px calc(30px + env(safe-area-inset-bottom, 0px));-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;-khtml-transform:none;transform:none}.startContainer .pageTop .loginBox .form input:-webkit-autofill,.startContainer .pageTop .loginBox .form input:-webkit-autofill:hover,.startContainer .pageTop .loginBox .form input:-webkit-autofill:focus,.startContainer .pageTop .loginBox .form input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #101a2f inset !important;-webkit-text-fill-color:#fff !important;font-size:19px !important;font-family:"Roboto",sans-serif !important;transition:background-color 5000s ease-in-out 0s,font-size .01s ease-in-out 0s,font-family .01s ease-in-out 0s}.startContainer .pageTop .loginBox .form .inputGroup+.inputGroup{margin-top:26px}.startContainer .pageTop .loginBox .form .inputGroup .label{display:block;margin-bottom:4px;color:rgba(255,255,255,0.55);font-size:13px}.startContainer .pageTop .loginBox .form .inputGroup input[type=email],.startContainer .pageTop .loginBox .form .inputGroup input[type=password]{height:auto;padding:4px 0 10px;color:#fff;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,0.22);border-radius:0;font-size:19px}.startContainer .pageTop .loginBox .form .inputGroup input[type=email]::-webkit-input-placeholder,.startContainer .pageTop .loginBox .form .inputGroup input[type=password]::-webkit-input-placeholder{color:transparent}.startContainer .pageTop .loginBox .form .inputGroup input[type=email]:-moz-placeholder,.startContainer .pageTop .loginBox .form .inputGroup input[type=password]:-moz-placeholder{color:transparent;opacity:1}.startContainer .pageTop .loginBox .form .inputGroup input[type=email] ::-moz-placeholder,.startContainer .pageTop .loginBox .form .inputGroup input[type=password] ::-moz-placeholder{color:transparent;opacity:1}.startContainer .pageTop .loginBox .form .inputGroup input[type=email] :-ms-input-placeholder,.startContainer .pageTop .loginBox .form .inputGroup input[type=password] :-ms-input-placeholder{color:transparent}.startContainer .pageTop .loginBox .form .inputGroup input[type=email]:focus,.startContainer .pageTop .loginBox .form .inputGroup input[type=password]:focus{padding-bottom:9px;border-bottom:2px solid #d63b34}.startContainer .pageTop .loginBox .form .inputGroup .error{margin-top:8px;color:#ff8a84;font-size:14px}.startContainer .pageTop .loginBox .form .bottom{margin-top:auto;padding-top:30px}.startContainer .pageTop .loginBox .form .buttonContainer{margin-top:0}.startContainer .pageTop .loginBox .form .buttonContainer .button{height:56px;font-size:18px;font-weight:500;border-radius:14px}.startContainer .pageTop .loginBox .form.signin .forgottenPassword{margin-top:12px}.startContainer .pageTop .loginBox .form.signin .forgottenPassword span{color:rgba(255,255,255,0.6);font-size:14px}.startContainer .pageTop .loginBox .form.signin .signup{margin-top:18px;padding-top:0;color:rgba(255,255,255,0.6);border-top:none}.startContainer .pageTop .loginBox .form.signin .signup a{color:#fff;font-weight:500}.startContainer .pageTop .loginBox .form.forgottenPassword{height:auto;bottom:0;padding:calc(84px + env(safe-area-inset-top, 0px)) 24px calc(30px + env(safe-area-inset-bottom, 0px))}.startContainer .pageTop .loginBox .form.forgottenPassword .inner{flex:1;height:auto}.startContainer .pageTop .loginBox .form.forgottenPassword .inputs{flex:none}.startContainer .pageTop .loginBox .form.forgottenPassword .info{margin:-12px 0 30px;color:rgba(255,255,255,0.6);font-size:15px}.startContainer .pageTop .loginBox .form.forgottenPassword .info span{margin-bottom:6px;color:#fff;font-size:17px;font-weight:500}.startContainer .pageTop .loginBox .form.forgottenPassword .back{display:none}.startContainer .pageBottom .section .wrapper{padding:50px 30px}.startContainer .pageBottom .section .title{margin:0 0 30px 0;font-size:32px;text-align:center}.startContainer .pageBottom .section .picture{position:relative;top:auto;left:auto;right:auto;width:100%;max-width:250px;height:auto;aspect-ratio:864 / 1000;margin:0 auto 24px auto;transform:none}.startContainer .pageBottom .section1 .wrapper{flex-direction:column}.startContainer .pageBottom .section1 .wrapper .picture{width:100%;max-width:250px;aspect-ratio:864 / 1000;margin:0 auto 24px auto}.startContainer .pageBottom .section1 .content{width:100%;float:none}.startContainer .pageBottom .section1 .content .title{text-align:center}.startContainer .pageBottom .section1 .content .text{font-size:20px;text-align:center}.startContainer .pageBottom .section2 .wrapper{display:flex;flex-direction:column}.startContainer .pageBottom .section2 .wrapper .main{width:100%;max-width:none}.startContainer .pageBottom .section2 .wrapper .picture{width:100%;max-width:250px;aspect-ratio:864 / 1000;margin:0 auto 24px auto}.startContainer .pageBottom .section2 .content{width:100%}.startContainer .pageBottom .section2 .content ul{width:100%;max-width:480px;margin:0 auto 20px auto}.startContainer .pageBottom .section2 .content ul li{padding:22px 25px 22px 85px;font-size:18px;text-align:left}.startContainer .pageBottom .section2 .picture{order:-1;margin:0 auto 24px auto}.startContainer .pageBottom .section3 .feedbacks{grid-template-columns:minmax(0, 500px);justify-content:center;gap:20px}.startContainer .pageBottom .section3 .feedbacks .feedback{padding:25px}.startContainer .pageBottom .section3 .feedbacks .feedback img{width:80px;height:80px}.startContainer .pageBottom .section3 .feedbacks .feedback .content{font-size:18px}.startContainer .pageBottom .section3 .feedbacks .feedback .content .author{font-size:22px}.startContainer footer{padding:30px 20px}.startContainer footer ul li{padding:6px 12px;font-size:16px}}@media (max-width:560px){.startContainer .pageTop .logoWrapper{top:15px;left:15px}.startContainer .pageTop .logoWrapper .logo{width:calc(260px / 1.6);height:calc(56px / 1.6)}.startContainer .pageBottom .section .wrapper{padding:40px 20px}.startContainer .pageBottom .section .title{margin:0 0 25px 0;font-size:26px}.startContainer .pageBottom .section .picture{max-width:240px;aspect-ratio:380 / 540;margin-bottom:25px}.startContainer .pageBottom .section1 .content .text{font-size:18px}.startContainer .pageBottom .section2 .content ul li{padding:18px 20px 18px 70px;font-size:17px}.startContainer .pageBottom .section2 .content ul li .icon{left:20px;width:32px;height:32px}.startContainer .pageBottom .section2 .content ul li .icon.eyes{width:30px;height:30px}.startContainer .pageBottom .section3 .feedbacks .feedback{padding:20px}.startContainer .pageBottom .section3 .feedbacks .feedback img{width:60px;height:60px}.startContainer .pageBottom .section3 .feedbacks .feedback .content{font-size:16px}.startContainer .pageBottom .section3 .feedbacks .feedback .content .author{font-size:19px}.startContainer footer{padding:25px 15px}.startContainer footer ul li{display:block;padding:6px 0;font-size:15px}}@keyframes floatMale{0%,100%{transform:translateY(-45%) rotate(-6deg)}50%{transform:translateY(-47%) rotate(-6.6deg)}}@keyframes floatMaleMobile{0%,100%{transform:translate(6%, -54%) rotate(-4deg)}50%{transform:translate(6%, -56%) rotate(-4.8deg)}}@keyframes floatFemaleMobile{0%,100%{transform:translate(-6%, -46%) rotate(4deg)}50%{transform:translate(-6%, -44%) rotate(3.3deg)}}@keyframes floatFemale{0%,100%{transform:translateY(-55%) rotate(3deg)}50%{transform:translateY(-53%) rotate(2.4deg)}}