@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";.snotifyToast{animation-fill-mode:both}.snotify-leftTop .fadeIn,.snotify-leftCenter .fadeIn,.snotify-leftBottom .fadeIn{animation-name:fadeInLeft}.snotify-leftTop .fadeOut,.snotify-leftCenter .fadeOut,.snotify-leftBottom .fadeOut{animation-name:fadeOutLeft}.snotify-rightTop .fadeIn,.snotify-rightCenter .fadeIn,.snotify-rightBottom .fadeIn{animation-name:fadeInRight}.snotify-rightTop .fadeOut,.snotify-rightCenter .fadeOut,.snotify-rightBottom .fadeOut{animation-name:fadeOutRight}.snotify-centerTop .fadeIn{animation-name:fadeInDown}.snotify-centerTop .fadeOut{animation-name:fadeOutUp}.snotify-centerCenter .fadeIn{animation-name:fadeIn}.snotify-centerCenter .fadeOut{animation-name:fadeOut}.snotify-centerBottom .fadeIn{animation-name:fadeInUp}.snotify-centerBottom .fadeOut{animation-name:fadeOutDown}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0) scaleX(1.2)}to{opacity:1;transform:none}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0) scaleX(1.2)}to{opacity:1;transform:none}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0) scaleY(1.2)}to{opacity:1;transform:none}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0) scaleY(1.2)}to{opacity:1;transform:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes appear{0%{max-height:0}to{max-height:50vh}}@keyframes disappear{0%{max-height:50vh}to{max-height:0}}.snotify{display:block;position:fixed;width:300px;z-index:9999;box-sizing:border-box;pointer-events:none}.snotify *{box-sizing:border-box}.snotify-leftTop,.snotify-leftCenter,.snotify-leftBottom{left:10px}.snotify-rightTop,.snotify-rightCenter,.snotify-rightBottom{right:10px}.snotify-centerTop,.snotify-centerCenter,.snotify-centerBottom{left:calc(50% - 150px)}.snotify-leftTop,.snotify-centerTop,.snotify-rightTop{top:10px}.snotify-leftCenter,.snotify-rightCenter,.snotify-centerCenter{top:50%;transform:translateY(-50%)}.snotify-leftBottom,.snotify-rightBottom,.snotify-centerBottom{bottom:10px}.snotify-backdrop{position:fixed;inset:0;background-color:#000;opacity:0;z-index:9998;transition:opacity .3s}.snotifyToast{display:block;cursor:pointer;background-color:#fff;height:100%;margin:5px;opacity:0;border-radius:5px;overflow:hidden;pointer-events:auto}.snotifyToast--in{animation-name:appear}.snotifyToast--out{animation-name:disappear}.snotifyToast__inner{display:flex;flex-flow:column nowrap;align-items:flex-start;justify-content:center;position:relative;padding:5px 65px 5px 15px;min-height:78px;font-size:16px;color:#000}.snotifyToast__progressBar{position:relative;width:100%;height:10px;background-color:#c7c7c7}.snotifyToast__progressBar__percentage{position:absolute;top:0;left:0;height:10px;background-color:#4c4c4c;max-width:100%}.snotifyToast__title{font-size:1.8em;line-height:1.2em;margin-bottom:5px;color:#fff}.snotifyToast__body{font-size:1em}.snotifyToast-show{transform:translate(0);opacity:1}.snotifyToast-remove{max-height:0;overflow:hidden;transform:translateY(50%);opacity:0}.fadeOutRight{animation-name:fadeOutRight}.snotify-simple .snotifyToast__title,.snotify-simple .snotifyToast__body{color:#000}.snotify-success{background-color:#4caf50}.snotify-success .snotifyToast__progressBar{background-color:#388e3c}.snotify-success .snotifyToast__progressBar__percentage{background-color:#81c784}.snotify-success .snotifyToast__body{color:#c8e6c9}.snotify-info{background-color:#1e88e5}.snotify-info .snotifyToast__progressBar{background-color:#1565c0}.snotify-info .snotifyToast__progressBar__percentage{background-color:#64b5f6}.snotify-info .snotifyToast__body{color:#e3f2fd}.snotify-warning{background-color:#ff9800}.snotify-warning .snotifyToast__progressBar{background-color:#ef6c00}.snotify-warning .snotifyToast__progressBar__percentage{background-color:#ffcc80}.snotify-warning .snotifyToast__body{color:#fff3e0}.snotify-error{background-color:#f44336}.snotify-error .snotifyToast__progressBar{background-color:#c62828}.snotify-error .snotifyToast__progressBar__percentage{background-color:#ef9a9a}.snotify-error .snotifyToast__body{color:#ffebee}.snotify-async{background-color:#1e88e5}.snotify-async .snotifyToast__progressBar{background-color:#1565c0}.snotify-async .snotifyToast__progressBar__percentage{background-color:#64b5f6}.snotify-async .snotifyToast__body{color:#e3f2fd}.snotify-confirm{background-color:#009688}.snotify-confirm .snotifyToast__progressBar{background-color:#4db6ac}.snotify-confirm .snotifyToast__progressBar__percentage{background-color:#80cbc4}.snotify-confirm .snotifyToast__body{color:#e0f2f1}.snotify-prompt{background-color:#009688}.snotify-prompt ng-snotify-prompt{width:100%}.snotify-prompt .snotifyToast__title{margin-bottom:0}.snotify-prompt .snotifyToast__body{color:#e0f2f1}.snotify-confirm .snotifyToast__inner,.snotify-prompt .snotifyToast__inner{padding:10px 15px}.snotifyToast__input{position:relative;z-index:1;display:inline-block;margin:0;width:100%;vertical-align:top;transition:all .5s;transition-delay:.3s;transition-timing-function:cubic-bezier(.2,1,.3,1)}.snotifyToast__input__field{position:relative;display:block;float:right;padding:.85em .5em;width:100%;border:none;border-radius:0;background:transparent;color:#333;font-weight:700;-webkit-appearance:none;opacity:0;transition:opacity .3s}.snotifyToast__input__field:focus{outline:none}.snotifyToast__input__label{display:inline-block;float:right;padding:0 .85em;width:100%;color:#e0f2f1;font-weight:700;font-size:70.25%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;position:absolute;left:0;height:100%;text-align:left;pointer-events:none}.snotifyToast__input__label:before,.snotifyToast__input__label:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:transform .3s}.snotifyToast__input__label:before{border-top:2px solid #fff;transform:translate3d(0,100%,0) translate3d(0,-2px,0);transition-delay:.3s}.snotifyToast__input__label:after{z-index:-1;background:#b2dfdb;transform:scale3d(1,0,1);transform-origin:50% 0}.snotifyToast__input__labelContent{position:relative;display:block;padding:1em 0;width:100%;transition:transform .3s .3s}.snotifyToast__input--filled{margin-top:2.5em}.snotifyToast__input--filled:focus,.snotifyToast__input--filled .snotifyToast__input__field{opacity:1;transition-delay:.3s}.snotifyToast__input__field:focus+.snotifyToast__input__label .snotifyToast__input__labelContent,.snotifyToast__input--filled .snotifyToast__input__labelContent{transform:translateY(-80%);transition-timing-function:cubic-bezier(.2,1,.3,1)}.snotifyToast__input__field:focus+.snotifyToast__input__label:before,.snotifyToast__input--filled .snotifyToast__input__label:before{transition-delay:0s}.snotifyToast__input__field:focus+.snotifyToast__input__label:before,.snotifyToast__input--filled .snotifyToast__input__label:before{transform:translate(0)}.snotifyToast__input__field:focus+.snotifyToast__input__label:after,.snotifyToast__input--filled .snotifyToast__input__label:after{transform:scale(1);transition-delay:.3s;transition-timing-function:cubic-bezier(.2,1,.3,1)}.snotifyToast--invalid .snotifyToast__input__label:before{border-color:#f44336}.snotifyToast--valid .snotifyToast__input__label:before{border-color:#4caf50}.snotifyToast__buttons{display:flex;flex-flow:row nowrap;justify-content:space-between;border-top:1px solid rgba(0,0,0,.1)}.snotifyToast__buttons button{position:relative;width:100%;border-right:1px solid rgba(0,0,0,.1);border-left:1px solid rgba(0,0,0,.1);border-top:none;border-bottom:none;background:transparent;padding:8px;text-transform:capitalize;color:#fff;box-sizing:border-box;overflow:hidden}.snotifyToast__buttons button:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;background:rgba(255,255,255,.3);opacity:0;border-radius:100%;transform:scale(1) translate(-50%);transform-origin:50% 50%}.snotifyToast__buttons button:focus:not(:active):after{animation:ripple 1s ease-out}.snotifyToast__buttons button:hover,.snotifyToast__buttons button:focus{background:rgba(0,0,0,.1);outline:none}.snotifyToast__buttons button:active{background:rgba(0,0,0,.15)}.snotifyToast__buttons button:last-child{border-right:none}.snotifyToast__buttons button:first-child{border-left:none}.snotifyToast__buttons--bold{font-weight:700}@keyframes ripple{0%{transform:scale(0);opacity:1}20%{transform:scale(25);opacity:1}to{opacity:0;transform:scale(40)}}.snotify-icon{width:100%;height:100%;position:absolute;right:10px;top:50%;line-height:0;transform:translateY(-50%);max-height:48px;max-width:48px}.snotify-icon--error{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%23ffcdd2%22%3E%3Cg%3E%3Cpath%20d=%22M437,75A256,256,0,1,0,75,437,256,256,0,1,0,437,75ZM416.43,416.43a226.82,226.82,0,0,1-320.86,0C7.11,328,7.11,184,95.57,95.57a226.82,226.82,0,0,1,320.86,0C504.89,184,504.89,328,416.43,416.43Z%22/%3E%3Cpath%20d=%22M368.81,143.19a14.5,14.5,0,0,0-20.58,0L256,235.42l-92.23-92.23a14.55,14.55,0,0,0-20.58,20.58L235.42,256l-92.23,92.23a14.6,14.6,0,0,0,10.24,24.89,14.19,14.19,0,0,0,10.24-4.31l92.23-92.23,92.23,92.23a14.64,14.64,0,0,0,10.24,4.31,14,14,0,0,0,10.24-4.31,14.5,14.5,0,0,0,0-20.58l-92-92.23,92.23-92.23A14.5,14.5,0,0,0,368.81,143.19Z%22/%3E%3C/g%3E%3C/svg%3E)}.snotify-icon--warning{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%23ffccbc%22%3E%3Cg%3E%3Cpath%20d=%22M256,512c141.15,0,256-114.84,256-256S397.15,0,256,0,0,114.84,0,256,114.85,512,256,512Zm0-480.49c123.79,0,224.49,100.71,224.49,224.49S379.79,480.49,256,480.49,31.51,379.79,31.51,256,132.21,31.51,256,31.51Z%22/%3E%3Ccircle%20cx=%22260.08%22%20cy=%22343.87%22%20r=%2226.35%22/%3E%3Cpath%20d=%22M254.68,278.39a15.76,15.76,0,0,0,15.75-15.75V128.72a15.75,15.75,0,1,0-31.51,0V262.63A15.76,15.76,0,0,0,254.68,278.39Z%22/%3E%3C/g%3E%3C/svg%3E)}.snotify-icon--info{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%23bbdefb%22%3E%3Cg%3E%3Cpath%20d=%22M256,0C114.84,0,0,114.84,0,256S114.84,512,256,512,512,397.16,512,256,397.15,0,256,0Zm0,478.43C133.35,478.43,33.57,378.64,33.57,256S133.35,33.58,256,33.58,478.42,133.36,478.42,256,378.64,478.43,256,478.43Z%22/%3E%3Cpath%20d=%22M251.26,161.24a22.39,22.39,0,1,0-22.38-22.39A22.39,22.39,0,0,0,251.26,161.24Z%22/%3E%3Cpath%20d=%22M286.84,357.87h-14v-160A16.79,16.79,0,0,0,256,181.05H225.17a16.79,16.79,0,0,0,0,33.58h14.05V357.87H225.17a16.79,16.79,0,0,0,0,33.57h61.67a16.79,16.79,0,1,0,0-33.57Z%22/%3E%3C/g%3E%3C/svg%3E)}.snotify-icon--success{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%23c8e6c9%22%3E%3Cg%3E%3Cpath%20d=%22M256,0C114.85,0,0,114.84,0,256S114.85,512,256,512,512,397.16,512,256,397.15,0,256,0Zm0,492.31c-130.29,0-236.31-106-236.31-236.31S125.71,19.69,256,19.69,492.31,125.71,492.31,256,386.29,492.31,256,492.31Z%22/%3E%3Cpath%20class=%22cls-1%22%20d=%22M376.64,151,225.31,321.24l-91.17-72.93a9.85,9.85,0,0,0-12.3,15.38l98.46,78.77a9.86,9.86,0,0,0,13.52-1.15L391.36,164.08A9.85,9.85,0,0,0,376.64,151Z%22/%3E%3C/g%3E%3C/svg%3E)}.snotify-icon--async{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%23bbdefb%22%3E%3Cg%3E%3Cpath%20d=%22M256,0a32,32,0,0,0-32,32V96a32,32,0,0,0,64,0V32A32,32,0,0,0,256,0Zm0,384a32,32,0,0,0-32,32v64a32,32,0,0,0,64,0V416A32,32,0,0,0,256,384ZM391.74,165.5,437,120.22A32,32,0,0,0,391.74,75L346.5,120.22a32,32,0,0,0,45.25,45.28Zm-271.52,181L75,391.74A32,32,0,0,0,120.22,437l45.25-45.25a32,32,0,0,0-45.25-45.25Zm0-271.52A32,32,0,1,0,75,120.22l45.25,45.28a32,32,0,1,0,45.25-45.28ZM391.74,346.5a32,32,0,0,0-45.25,45.25L391.74,437A32,32,0,0,0,437,391.74ZM480,224H416a32,32,0,0,0,0,64h64a32,32,0,0,0,0-64ZM128,256a32,32,0,0,0-32-32H32a32,32,0,0,0,0,64H96A32,32,0,0,0,128,256Z%22/%3E%3C/g%3E%3C/svg%3E);animation:async 3s infinite linear;transform-origin:50% 50%}@keyframes async{0%{transform:translateY(-50%) rotate(0)}to{transform:translateY(-50%) rotate(360deg)}}.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0,0,.2,1);transform:scale3d(0,0,0)}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;inset:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0!important;box-sizing:content-box!important;height:auto!important;overflow:hidden!important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0!important;box-sizing:content-box!important;height:0!important}@keyframes cdk-text-field-autofill-start{}@keyframes cdk-text-field-autofill-end{}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}.mat-focus-indicator{position:relative}.mat-focus-indicator:before{inset:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-focus-indicator-display, none);border:var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);border-radius:var(--mat-focus-indicator-border-radius, 4px)}.mat-focus-indicator:focus:before{content:""}.cdk-high-contrast-active{--mat-focus-indicator-display: block}.mat-mdc-focus-indicator{position:relative}.mat-mdc-focus-indicator:before{inset:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-mdc-focus-indicator-display, none);border:var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);border-radius:var(--mat-mdc-focus-indicator-border-radius, 4px)}.mat-mdc-focus-indicator:focus:before{content:""}.cdk-high-contrast-active{--mat-mdc-focus-indicator-display: block}.mat-ripple-element{background-color:#0000001a}html{--mat-option-selected-state-label-text-color:#3f51b5;--mat-option-label-text-color:rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color:rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color:rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color:rgba(0, 0, 0, .04)}.mat-accent{--mat-option-selected-state-label-text-color:#ff4081}.mat-warn{--mat-option-selected-state-label-text-color:#f44336}html{--mat-optgroup-label-text-color:rgba(0, 0, 0, .87)}.mat-pseudo-checkbox-full{color:#0000008a}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled{color:#b0b0b0}.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#3f51b5}.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#3f51b5}.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#ff4081}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#ff4081}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#ff4081}.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#ff4081}.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#f44336}.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#f44336}.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#b0b0b0}.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#b0b0b0}.mat-app-background{background-color:#fafafa;color:#000000de}.mat-elevation-z0,.mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-elevation-z1,.mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.mat-elevation-z2,.mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-elevation-z3,.mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.mat-elevation-z4,.mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-elevation-z5,.mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.mat-elevation-z6,.mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-elevation-z7,.mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.mat-elevation-z8,.mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.mat-elevation-z9,.mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.mat-elevation-z10,.mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.mat-elevation-z11,.mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.mat-elevation-z12,.mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.mat-elevation-z13,.mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.mat-elevation-z14,.mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.mat-elevation-z15,.mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.mat-elevation-z16,.mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.mat-elevation-z17,.mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.mat-elevation-z18,.mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.mat-elevation-z19,.mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.mat-elevation-z20,.mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.mat-elevation-z21,.mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.mat-elevation-z22,.mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.mat-elevation-z23,.mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.mat-elevation-z24,.mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mat-theme-loaded-marker{display:none}html{--mat-option-label-text-font:Roboto, sans-serif;--mat-option-label-text-line-height:24px;--mat-option-label-text-size:16px;--mat-option-label-text-tracking:.03125em;--mat-option-label-text-weight:400}html{--mat-optgroup-label-text-font:Roboto, sans-serif;--mat-optgroup-label-text-line-height:24px;--mat-optgroup-label-text-size:16px;--mat-optgroup-label-text-tracking:.03125em;--mat-optgroup-label-text-weight:400}.mat-mdc-card{--mdc-elevated-card-container-color:white;--mdc-elevated-card-container-elevation:0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-outlined-card-container-color:white;--mdc-outlined-card-outline-color:rgba(0, 0, 0, .12);--mdc-outlined-card-container-elevation:0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-subtitle-text-color:rgba(0, 0, 0, .54)}.mat-mdc-card{--mat-card-title-text-font:Roboto, sans-serif;--mat-card-title-text-line-height:32px;--mat-card-title-text-size:20px;--mat-card-title-text-tracking:.0125em;--mat-card-title-text-weight:500;--mat-card-subtitle-text-font:Roboto, sans-serif;--mat-card-subtitle-text-line-height:22px;--mat-card-subtitle-text-size:14px;--mat-card-subtitle-text-tracking:.0071428571em;--mat-card-subtitle-text-weight:500}.mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color:#3f51b5;--mdc-linear-progress-track-color:rgba(63, 81, 181, .25)}.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:#3f51b540;background-color:var(--mdc-linear-progress-track-color, rgba(63, 81, 181, .25))}@media (forced-colors: active){.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:#0000;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(63, 81, 181, 0.25)'/%3E%3C/svg%3E")}}.mat-mdc-progress-bar .mdc-linear-progress__buffer-bar{background-color:#3f51b540;background-color:var(--mdc-linear-progress-track-color, rgba(63, 81, 181, .25))}.mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color:#ff4081;--mdc-linear-progress-track-color:rgba(255, 64, 129, .25)}.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:#ff408140;background-color:var(--mdc-linear-progress-track-color, rgba(255, 64, 129, .25))}@media (forced-colors: active){.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:#0000;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255, 64, 129, 0.25)'/%3E%3C/svg%3E")}}.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar{background-color:#ff408140;background-color:var(--mdc-linear-progress-track-color, rgba(255, 64, 129, .25))}.mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color:#f44336;--mdc-linear-progress-track-color:rgba(244, 67, 54, .25)}@keyframes mdc-linear-progress-buffering{}.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:#f4433640;background-color:var(--mdc-linear-progress-track-color, rgba(244, 67, 54, .25))}@media (forced-colors: active){.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:#0000;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E")}}.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar{background-color:#f4433640;background-color:var(--mdc-linear-progress-track-color, rgba(244, 67, 54, .25))}.mat-mdc-tooltip{--mdc-plain-tooltip-container-color:#616161;--mdc-plain-tooltip-supporting-text-color:#fff}.mat-mdc-tooltip{--mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;--mdc-plain-tooltip-supporting-text-size:12px;--mdc-plain-tooltip-supporting-text-weight:400;--mdc-plain-tooltip-supporting-text-tracking:.0333333333em}html{--mdc-filled-text-field-caret-color:#3f51b5;--mdc-filled-text-field-focus-active-indicator-color:#3f51b5;--mdc-filled-text-field-focus-label-text-color:rgba(63, 81, 181, .87);--mdc-filled-text-field-container-color:whitesmoke;--mdc-filled-text-field-disabled-container-color:#fafafa;--mdc-filled-text-field-label-text-color:rgba(0, 0, 0, .6);--mdc-filled-text-field-disabled-label-text-color:rgba(0, 0, 0, .38);--mdc-filled-text-field-input-text-color:rgba(0, 0, 0, .87);--mdc-filled-text-field-disabled-input-text-color:rgba(0, 0, 0, .38);--mdc-filled-text-field-input-text-placeholder-color:rgba(0, 0, 0, .6);--mdc-filled-text-field-error-focus-label-text-color:#f44336;--mdc-filled-text-field-error-label-text-color:#f44336;--mdc-filled-text-field-error-caret-color:#f44336;--mdc-filled-text-field-active-indicator-color:rgba(0, 0, 0, .42);--mdc-filled-text-field-disabled-active-indicator-color:rgba(0, 0, 0, .06);--mdc-filled-text-field-hover-active-indicator-color:rgba(0, 0, 0, .87);--mdc-filled-text-field-error-active-indicator-color:#f44336;--mdc-filled-text-field-error-focus-active-indicator-color:#f44336;--mdc-filled-text-field-error-hover-active-indicator-color:#f44336;--mdc-outlined-text-field-caret-color:#3f51b5;--mdc-outlined-text-field-focus-outline-color:#3f51b5;--mdc-outlined-text-field-focus-label-text-color:rgba(63, 81, 181, .87);--mdc-outlined-text-field-label-text-color:rgba(0, 0, 0, .6);--mdc-outlined-text-field-disabled-label-text-color:rgba(0, 0, 0, .38);--mdc-outlined-text-field-input-text-color:rgba(0, 0, 0, .87);--mdc-outlined-text-field-disabled-input-text-color:rgba(0, 0, 0, .38);--mdc-outlined-text-field-input-text-placeholder-color:rgba(0, 0, 0, .6);--mdc-outlined-text-field-error-caret-color:#f44336;--mdc-outlined-text-field-error-focus-label-text-color:#f44336;--mdc-outlined-text-field-error-label-text-color:#f44336;--mdc-outlined-text-field-outline-color:rgba(0, 0, 0, .38);--mdc-outlined-text-field-disabled-outline-color:rgba(0, 0, 0, .06);--mdc-outlined-text-field-hover-outline-color:rgba(0, 0, 0, .87);--mdc-outlined-text-field-error-focus-outline-color:#f44336;--mdc-outlined-text-field-error-hover-outline-color:#f44336;--mdc-outlined-text-field-error-outline-color:#f44336;--mat-form-field-disabled-input-text-placeholder-color:rgba(0, 0, 0, .38)}.mat-mdc-form-field-error{color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field-subscript-wrapper,.mat-mdc-form-field-bottom-align:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mat-form-field-subscript-text-font);line-height:var(--mat-form-field-subscript-text-line-height);font-size:var(--mat-form-field-subscript-text-size);letter-spacing:var(--mat-form-field-subscript-text-tracking);font-weight:var(--mat-form-field-subscript-text-weight)}.mat-mdc-form-field-focus-overlay{background-color:#000000de}.mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay{opacity:.04}.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay{opacity:.12}.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix:after{color:#0000008a}.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix:after{color:#3f51b5de}.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix:after{color:#ff4081de}.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix:after{color:#f44336de}.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix:after{color:#00000061}.mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color:#ff4081;--mdc-filled-text-field-focus-active-indicator-color:#ff4081;--mdc-filled-text-field-focus-label-text-color:rgba(255, 64, 129, .87);--mdc-outlined-text-field-caret-color:#ff4081;--mdc-outlined-text-field-focus-outline-color:#ff4081;--mdc-outlined-text-field-focus-label-text-color:rgba(255, 64, 129, .87)}.mat-mdc-form-field.mat-warn{--mdc-filled-text-field-caret-color:#f44336;--mdc-filled-text-field-focus-active-indicator-color:#f44336;--mdc-filled-text-field-focus-label-text-color:rgba(244, 67, 54, .87);--mdc-outlined-text-field-caret-color:#f44336;--mdc-outlined-text-field-focus-outline-color:#f44336;--mdc-outlined-text-field-focus-label-text-color:rgba(244, 67, 54, .87)}.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch{border-left:1px solid rgba(0,0,0,0)}[dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch{border-left:none;border-right:1px solid rgba(0,0,0,0)}.mat-mdc-form-field-infix{min-height:56px}.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{top:28px}.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{--mat-mdc-form-field-label-transform: translateY( -34.75px) scale(var(--mat-mdc-form-field-floating-label-scale, .75));transform:var(--mat-mdc-form-field-label-transform)}.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix{padding-top:16px;padding-bottom:16px}.mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix{padding-top:24px;padding-bottom:8px}.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix{padding-top:16px;padding-bottom:16px}html{--mdc-filled-text-field-label-text-font:Roboto, sans-serif;--mdc-filled-text-field-label-text-size:16px;--mdc-filled-text-field-label-text-tracking:.03125em;--mdc-filled-text-field-label-text-weight:400;--mdc-outlined-text-field-label-text-font:Roboto, sans-serif;--mdc-outlined-text-field-label-text-size:16px;--mdc-outlined-text-field-label-text-tracking:.03125em;--mdc-outlined-text-field-label-text-weight:400;--mat-form-field-container-text-font:Roboto, sans-serif;--mat-form-field-container-text-line-height:24px;--mat-form-field-container-text-size:16px;--mat-form-field-container-text-tracking:.03125em;--mat-form-field-container-text-weight:400;--mat-form-field-outlined-label-text-populated-size:16px;--mat-form-field-subscript-text-font:Roboto, sans-serif;--mat-form-field-subscript-text-line-height:20px;--mat-form-field-subscript-text-size:12px;--mat-form-field-subscript-text-tracking:.0333333333em;--mat-form-field-subscript-text-weight:400}html{--mat-select-panel-background-color:white;--mat-select-enabled-trigger-text-color:rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color:rgba(0, 0, 0, .38);--mat-select-placeholder-text-color:rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color:rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color:rgba(0, 0, 0, .38);--mat-select-focused-arrow-color:rgba(63, 81, 181, .87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, .87)}html .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color:white;--mat-select-enabled-trigger-text-color:rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color:rgba(0, 0, 0, .38);--mat-select-placeholder-text-color:rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color:rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color:rgba(0, 0, 0, .38);--mat-select-focused-arrow-color:rgba(255, 64, 129, .87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, .87)}html .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color:white;--mat-select-enabled-trigger-text-color:rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color:rgba(0, 0, 0, .38);--mat-select-placeholder-text-color:rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color:rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color:rgba(0, 0, 0, .38);--mat-select-focused-arrow-color:rgba(244, 67, 54, .87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, .87)}html{--mat-select-trigger-text-font:Roboto, sans-serif;--mat-select-trigger-text-line-height:24px;--mat-select-trigger-text-size:16px;--mat-select-trigger-text-tracking:.03125em;--mat-select-trigger-text-weight:400}html{--mat-autocomplete-background-color:white}.mat-mdc-dialog-container{--mdc-dialog-container-color:white;--mdc-dialog-subhead-color:rgba(0, 0, 0, .87);--mdc-dialog-supporting-text-color:rgba(0, 0, 0, .6)}.mat-mdc-dialog-container{--mdc-dialog-subhead-font:Roboto, sans-serif;--mdc-dialog-subhead-line-height:32px;--mdc-dialog-subhead-size:20px;--mdc-dialog-subhead-weight:500;--mdc-dialog-subhead-tracking:.0125em;--mdc-dialog-supporting-text-font:Roboto, sans-serif;--mdc-dialog-supporting-text-line-height:24px;--mdc-dialog-supporting-text-size:16px;--mdc-dialog-supporting-text-weight:400;--mdc-dialog-supporting-text-tracking:.03125em}.mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color:#212121;--mdc-chip-elevated-container-color:#e0e0e0;--mdc-chip-elevated-disabled-container-color:#e0e0e0;--mdc-chip-focus-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:.12;--mdc-chip-label-text-color:#212121;--mdc-chip-with-icon-icon-color:#212121;--mdc-chip-with-icon-disabled-icon-color:#212121;--mdc-chip-with-icon-selected-icon-color:#212121;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:#212121;--mdc-chip-with-trailing-icon-trailing-icon-color:#212121}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mdc-chip-disabled-label-text-color:white;--mdc-chip-elevated-container-color:#3f51b5;--mdc-chip-elevated-disabled-container-color:#3f51b5;--mdc-chip-focus-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:.12;--mdc-chip-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color:white;--mdc-chip-elevated-container-color:#ff4081;--mdc-chip-elevated-disabled-container-color:#ff4081;--mdc-chip-focus-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:.12;--mdc-chip-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mdc-chip-disabled-label-text-color:white;--mdc-chip-elevated-container-color:#f44336;--mdc-chip-elevated-disabled-container-color:#f44336;--mdc-chip-focus-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:.12;--mdc-chip-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white}.mat-mdc-chip.mat-mdc-standard-chip{--mdc-chip-container-height:32px}.mat-mdc-standard-chip{--mdc-chip-label-text-font:Roboto, sans-serif;--mdc-chip-label-text-line-height:20px;--mdc-chip-label-text-size:14px;--mdc-chip-label-text-tracking:.0178571429em;--mdc-chip-label-text-weight:400}.mat-mdc-slide-toggle{--mdc-switch-selected-focus-state-layer-color:#3949ab;--mdc-switch-selected-handle-color:#3949ab;--mdc-switch-selected-hover-state-layer-color:#3949ab;--mdc-switch-selected-pressed-state-layer-color:#3949ab;--mdc-switch-selected-focus-handle-color:#1a237e;--mdc-switch-selected-hover-handle-color:#1a237e;--mdc-switch-selected-pressed-handle-color:#1a237e;--mdc-switch-selected-focus-track-color:#7986cb;--mdc-switch-selected-hover-track-color:#7986cb;--mdc-switch-selected-pressed-track-color:#7986cb;--mdc-switch-selected-track-color:#7986cb;--mdc-switch-disabled-selected-handle-color:#424242;--mdc-switch-disabled-selected-icon-color:#fff;--mdc-switch-disabled-selected-track-color:#424242;--mdc-switch-disabled-unselected-handle-color:#424242;--mdc-switch-disabled-unselected-icon-color:#fff;--mdc-switch-disabled-unselected-track-color:#424242;--mdc-switch-handle-surface-color:var(--mdc-theme-surface, #fff);--mdc-switch-handle-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-switch-handle-shadow-color:black;--mdc-switch-disabled-handle-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mdc-switch-selected-icon-color:#fff;--mdc-switch-unselected-focus-handle-color:#212121;--mdc-switch-unselected-focus-state-layer-color:#424242;--mdc-switch-unselected-focus-track-color:#e0e0e0;--mdc-switch-unselected-handle-color:#616161;--mdc-switch-unselected-hover-handle-color:#212121;--mdc-switch-unselected-hover-state-layer-color:#424242;--mdc-switch-unselected-hover-track-color:#e0e0e0;--mdc-switch-unselected-icon-color:#fff;--mdc-switch-unselected-pressed-handle-color:#212121;--mdc-switch-unselected-pressed-state-layer-color:#424242;--mdc-switch-unselected-pressed-track-color:#e0e0e0;--mdc-switch-unselected-track-color:#e0e0e0}.mat-mdc-slide-toggle .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.mat-mdc-slide-toggle .mdc-switch--disabled+label{color:#00000061}.mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color:#d81b60;--mdc-switch-selected-handle-color:#d81b60;--mdc-switch-selected-hover-state-layer-color:#d81b60;--mdc-switch-selected-pressed-state-layer-color:#d81b60;--mdc-switch-selected-focus-handle-color:#880e4f;--mdc-switch-selected-hover-handle-color:#880e4f;--mdc-switch-selected-pressed-handle-color:#880e4f;--mdc-switch-selected-focus-track-color:#f06292;--mdc-switch-selected-hover-track-color:#f06292;--mdc-switch-selected-pressed-track-color:#f06292;--mdc-switch-selected-track-color:#f06292}.mat-mdc-slide-toggle.mat-warn{--mdc-switch-selected-focus-state-layer-color:#e53935;--mdc-switch-selected-handle-color:#e53935;--mdc-switch-selected-hover-state-layer-color:#e53935;--mdc-switch-selected-pressed-state-layer-color:#e53935;--mdc-switch-selected-focus-handle-color:#b71c1c;--mdc-switch-selected-hover-handle-color:#b71c1c;--mdc-switch-selected-pressed-handle-color:#b71c1c;--mdc-switch-selected-focus-track-color:#e57373;--mdc-switch-selected-hover-track-color:#e57373;--mdc-switch-selected-pressed-track-color:#e57373;--mdc-switch-selected-track-color:#e57373}.mat-mdc-slide-toggle{--mdc-switch-state-layer-size:48px}.mat-mdc-slide-toggle{--mat-slide-toggle-label-text-font:Roboto, sans-serif;--mat-slide-toggle-label-text-size:14px;--mat-slide-toggle-label-text-tracking:.0178571429em;--mat-slide-toggle-label-text-line-height:20px;--mat-slide-toggle-label-text-weight:400}.mat-mdc-slide-toggle .mdc-form-field{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:.875rem;font-size:var(--mdc-typography-body2-font-size, .875rem);line-height:1.25rem;line-height:var(--mdc-typography-body2-line-height, 1.25rem);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing, .0178571429em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-body2-text-transform, inherit)}.mat-mdc-radio-button .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color:#000;--mdc-radio-disabled-unselected-icon-color:#000;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color:#3f51b5;--mdc-radio-selected-hover-icon-color:#3f51b5;--mdc-radio-selected-icon-color:#3f51b5;--mdc-radio-selected-pressed-icon-color:#3f51b5;--mat-radio-ripple-color:#000;--mat-radio-checked-ripple-color:#3f51b5;--mat-radio-disabled-label-color:rgba(0, 0, 0, .38)}.mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color:#000;--mdc-radio-disabled-unselected-icon-color:#000;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color:#ff4081;--mdc-radio-selected-hover-icon-color:#ff4081;--mdc-radio-selected-icon-color:#ff4081;--mdc-radio-selected-pressed-icon-color:#ff4081;--mat-radio-ripple-color:#000;--mat-radio-checked-ripple-color:#ff4081;--mat-radio-disabled-label-color:rgba(0, 0, 0, .38)}.mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color:#000;--mdc-radio-disabled-unselected-icon-color:#000;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color:#f44336;--mdc-radio-selected-hover-icon-color:#f44336;--mdc-radio-selected-icon-color:#f44336;--mdc-radio-selected-pressed-icon-color:#f44336;--mat-radio-ripple-color:#000;--mat-radio-checked-ripple-color:#f44336;--mat-radio-disabled-label-color:rgba(0, 0, 0, .38)}.mat-mdc-radio-button .mdc-radio{--mdc-radio-state-layer-size:40px}.mat-mdc-radio-button .mdc-form-field{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-body2-font-size, 14px);line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:var(--mdc-typography-body2-letter-spacing, .0178571429em);-webkit-text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:var(--mdc-typography-body2-text-transform, none)}.mat-mdc-slider{--mdc-slider-label-container-color:black;--mdc-slider-label-label-text-color:white;--mdc-slider-disabled-handle-color:#000;--mdc-slider-disabled-active-track-color:#000;--mdc-slider-disabled-inactive-track-color:#000;--mdc-slider-with-tick-marks-disabled-container-color:#000;--mat-mdc-slider-value-indicator-opacity: .6}.mat-mdc-slider.mat-primary{--mdc-slider-handle-color:#3f51b5;--mdc-slider-focus-handle-color:#3f51b5;--mdc-slider-hover-handle-color:#3f51b5;--mdc-slider-active-track-color:#3f51b5;--mdc-slider-inactive-track-color:#3f51b5;--mdc-slider-with-tick-marks-active-container-color:#fff;--mdc-slider-with-tick-marks-inactive-container-color:#3f51b5;--mat-mdc-slider-ripple-color: #3f51b5;--mat-mdc-slider-hover-ripple-color: rgba(63, 81, 181, .05);--mat-mdc-slider-focus-ripple-color: rgba(63, 81, 181, .2)}.mat-mdc-slider.mat-accent{--mdc-slider-handle-color:#ff4081;--mdc-slider-focus-handle-color:#ff4081;--mdc-slider-hover-handle-color:#ff4081;--mdc-slider-active-track-color:#ff4081;--mdc-slider-inactive-track-color:#ff4081;--mdc-slider-with-tick-marks-active-container-color:#fff;--mdc-slider-with-tick-marks-inactive-container-color:#ff4081;--mat-mdc-slider-ripple-color: #ff4081;--mat-mdc-slider-hover-ripple-color: rgba(255, 64, 129, .05);--mat-mdc-slider-focus-ripple-color: rgba(255, 64, 129, .2)}.mat-mdc-slider.mat-warn{--mdc-slider-handle-color:#f44336;--mdc-slider-focus-handle-color:#f44336;--mdc-slider-hover-handle-color:#f44336;--mdc-slider-active-track-color:#f44336;--mdc-slider-inactive-track-color:#f44336;--mdc-slider-with-tick-marks-active-container-color:#fff;--mdc-slider-with-tick-marks-inactive-container-color:#f44336;--mat-mdc-slider-ripple-color: #f44336;--mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, .05);--mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, .2)}.mat-mdc-slider{--mdc-slider-label-label-text-font:Roboto, sans-serif;--mdc-slider-label-label-text-size:14px;--mdc-slider-label-label-text-line-height:22px;--mdc-slider-label-label-text-tracking:.0071428571em;--mdc-slider-label-label-text-weight:500}html{--mat-menu-item-label-text-color:rgba(0, 0, 0, .87);--mat-menu-item-icon-color:rgba(0, 0, 0, .87);--mat-menu-item-hover-state-layer-color:rgba(0, 0, 0, .04);--mat-menu-item-focus-state-layer-color:rgba(0, 0, 0, .04);--mat-menu-container-color:white}html{--mat-menu-item-label-text-font:Roboto, sans-serif;--mat-menu-item-label-text-size:16px;--mat-menu-item-label-text-tracking:.03125em;--mat-menu-item-label-text-line-height:24px;--mat-menu-item-label-text-weight:400}.mat-mdc-list-base{--mdc-list-list-item-label-text-color:rgba(0, 0, 0, .87);--mdc-list-list-item-supporting-text-color:rgba(0, 0, 0, .54);--mdc-list-list-item-leading-icon-color:rgba(0, 0, 0, .38);--mdc-list-list-item-trailing-supporting-text-color:rgba(0, 0, 0, .38);--mdc-list-list-item-trailing-icon-color:rgba(0, 0, 0, .38);--mdc-list-list-item-selected-trailing-icon-color:rgba(0, 0, 0, .38);--mdc-list-list-item-disabled-label-text-color:black;--mdc-list-list-item-disabled-leading-icon-color:black;--mdc-list-list-item-disabled-trailing-icon-color:black;--mdc-list-list-item-hover-label-text-color:rgba(0, 0, 0, .87);--mdc-list-list-item-hover-leading-icon-color:rgba(0, 0, 0, .38);--mdc-list-list-item-hover-trailing-icon-color:rgba(0, 0, 0, .38);--mdc-list-list-item-focus-label-text-color:rgba(0, 0, 0, .87);--mdc-list-list-item-hover-state-layer-color:black;--mdc-list-list-item-hover-state-layer-opacity:.04;--mdc-list-list-item-focus-state-layer-color:black;--mdc-list-list-item-focus-state-layer-opacity:.12}.mdc-list-item__start,.mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:#000;--mdc-radio-disabled-unselected-icon-color:#000;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color:#3f51b5;--mdc-radio-selected-hover-icon-color:#3f51b5;--mdc-radio-selected-icon-color:#3f51b5;--mdc-radio-selected-pressed-icon-color:#3f51b5}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:#000;--mdc-radio-disabled-unselected-icon-color:#000;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color:#ff4081;--mdc-radio-selected-hover-icon-color:#ff4081;--mdc-radio-selected-icon-color:#ff4081;--mdc-radio-selected-pressed-icon-color:#ff4081}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:#000;--mdc-radio-disabled-unselected-icon-color:#000;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color:#f44336;--mdc-radio-selected-hover-icon-color:#f44336;--mdc-radio-selected-icon-color:#f44336;--mdc-radio-selected-pressed-icon-color:#f44336}.mat-mdc-list-option{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-icon-color:#3f51b5;--mdc-checkbox-selected-hover-icon-color:#3f51b5;--mdc-checkbox-selected-icon-color:#3f51b5;--mdc-checkbox-selected-pressed-icon-color:#3f51b5;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color:#3f51b5;--mdc-checkbox-selected-hover-state-layer-color:#3f51b5;--mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-icon-color:#ff4081;--mdc-checkbox-selected-hover-icon-color:#ff4081;--mdc-checkbox-selected-icon-color:#ff4081;--mdc-checkbox-selected-pressed-icon-color:#ff4081;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color:#ff4081;--mdc-checkbox-selected-hover-state-layer-color:#ff4081;--mdc-checkbox-selected-pressed-state-layer-color:#ff4081;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-icon-color:#f44336;--mdc-checkbox-selected-hover-icon-color:#f44336;--mdc-checkbox-selected-icon-color:#f44336;--mdc-checkbox-selected-pressed-icon-color:#f44336;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color:#f44336;--mdc-checkbox-selected-hover-state-layer-color:#f44336;--mdc-checkbox-selected-pressed-state-layer-color:#f44336;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#3f51b5}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.mat-mdc-list-base{--mdc-list-list-item-one-line-container-height:48px;--mdc-list-list-item-two-line-container-height:64px;--mdc-list-list-item-three-line-container-height:88px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}.mat-mdc-list-base{--mdc-list-list-item-label-text-font:Roboto, sans-serif;--mdc-list-list-item-label-text-line-height:24px;--mdc-list-list-item-label-text-size:16px;--mdc-list-list-item-label-text-tracking:.03125em;--mdc-list-list-item-label-text-weight:400;--mdc-list-list-item-supporting-text-font:Roboto, sans-serif;--mdc-list-list-item-supporting-text-line-height:20px;--mdc-list-list-item-supporting-text-size:14px;--mdc-list-list-item-supporting-text-tracking:.0178571429em;--mdc-list-list-item-supporting-text-weight:400;--mdc-list-list-item-trailing-supporting-text-font:Roboto, sans-serif;--mdc-list-list-item-trailing-supporting-text-line-height:20px;--mdc-list-list-item-trailing-supporting-text-size:12px;--mdc-list-list-item-trailing-supporting-text-tracking:.0333333333em;--mdc-list-list-item-trailing-supporting-text-weight:400}.mdc-list-group__subheader{font-size:16px;font-weight:400;line-height:28px;font-family:Roboto,sans-serif;letter-spacing:.009375em}html{--mat-paginator-container-text-color:rgba(0, 0, 0, .87);--mat-paginator-container-background-color:white;--mat-paginator-enabled-icon-color:rgba(0, 0, 0, .54);--mat-paginator-disabled-icon-color:rgba(0, 0, 0, .12)}html{--mat-paginator-container-size:56px}.mat-mdc-paginator .mat-mdc-form-field-infix{min-height:40px}.mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{top:20px}.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{--mat-mdc-form-field-label-transform: translateY( -26.75px) scale(var(--mat-mdc-form-field-floating-label-scale, .75));transform:var(--mat-mdc-form-field-label-transform)}.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}.mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label{display:none}html{--mat-paginator-container-text-font:Roboto, sans-serif;--mat-paginator-container-text-line-height:20px;--mat-paginator-container-text-size:12px;--mat-paginator-container-text-tracking:.0333333333em;--mat-paginator-container-text-weight:400;--mat-paginator-select-trigger-text-size:12px}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color:#3f51b5;--mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color:#000;--mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color:#3f51b5;--mat-tab-header-active-ripple-color:#3f51b5;--mat-tab-header-inactive-ripple-color:#3f51b5;--mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color:#3f51b5;--mat-tab-header-active-hover-label-text-color:#3f51b5;--mat-tab-header-active-focus-indicator-color:#3f51b5;--mat-tab-header-active-hover-indicator-color:#3f51b5}.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color:#ff4081;--mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color:#000;--mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color:#ff4081;--mat-tab-header-active-ripple-color:#ff4081;--mat-tab-header-inactive-ripple-color:#ff4081;--mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color:#ff4081;--mat-tab-header-active-hover-label-text-color:#ff4081;--mat-tab-header-active-focus-indicator-color:#ff4081;--mat-tab-header-active-hover-indicator-color:#ff4081}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color:#f44336;--mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color:#000;--mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color:#f44336;--mat-tab-header-active-ripple-color:#f44336;--mat-tab-header-inactive-ripple-color:#f44336;--mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color:#f44336;--mat-tab-header-active-hover-label-text-color:#f44336;--mat-tab-header-active-focus-indicator-color:#f44336;--mat-tab-header-active-hover-indicator-color:#f44336}.mat-mdc-tab-group.mat-background-primary,.mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-header-with-background-background-color:#3f51b5;--mat-tab-header-with-background-foreground-color:white}.mat-mdc-tab-group.mat-background-accent,.mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color:#ff4081;--mat-tab-header-with-background-foreground-color:white}.mat-mdc-tab-group.mat-background-warn,.mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color:#f44336;--mat-tab-header-with-background-foreground-color:white}.mat-mdc-tab-header{--mdc-secondary-navigation-tab-container-height:48px}.mat-mdc-tab-header{--mat-tab-header-label-text-font:Roboto, sans-serif;--mat-tab-header-label-text-size:14px;--mat-tab-header-label-text-tracking:.0892857143em;--mat-tab-header-label-text-line-height:36px;--mat-tab-header-label-text-weight:500}html{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-icon-color:#ff4081;--mdc-checkbox-selected-hover-icon-color:#ff4081;--mdc-checkbox-selected-icon-color:#ff4081;--mdc-checkbox-selected-pressed-icon-color:#ff4081;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color:#ff4081;--mdc-checkbox-selected-hover-state-layer-color:#ff4081;--mdc-checkbox-selected-pressed-state-layer-color:#ff4081;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-icon-color:#3f51b5;--mdc-checkbox-selected-hover-icon-color:#3f51b5;--mdc-checkbox-selected-icon-color:#3f51b5;--mdc-checkbox-selected-pressed-icon-color:#3f51b5;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color:#3f51b5;--mdc-checkbox-selected-hover-state-layer-color:#3f51b5;--mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-icon-color:#f44336;--mdc-checkbox-selected-hover-icon-color:#f44336;--mdc-checkbox-selected-icon-color:#f44336;--mdc-checkbox-selected-pressed-icon-color:#f44336;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color:#f44336;--mdc-checkbox-selected-hover-state-layer-color:#f44336;--mdc-checkbox-selected-pressed-state-layer-color:#f44336;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-checkbox .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.mat-mdc-checkbox.mat-mdc-checkbox-disabled label{color:#00000061}html{--mdc-checkbox-state-layer-size:40px}.mat-mdc-checkbox .mdc-form-field{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-body2-font-size, 14px);line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:var(--mdc-typography-body2-letter-spacing, .0178571429em);-webkit-text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:var(--mdc-typography-body2-text-transform, none)}.mat-mdc-button.mat-unthemed{--mdc-text-button-label-text-color:#000}.mat-mdc-button.mat-primary{--mdc-text-button-label-text-color:#3f51b5}.mat-mdc-button.mat-accent{--mdc-text-button-label-text-color:#ff4081}.mat-mdc-button.mat-warn{--mdc-text-button-label-text-color:#f44336}.mat-mdc-button[disabled][disabled]{--mdc-text-button-disabled-label-text-color:rgba(0, 0, 0, .38);--mdc-text-button-label-text-color:rgba(0, 0, 0, .38)}.mat-mdc-unelevated-button.mat-unthemed{--mdc-filled-button-container-color:#fff;--mdc-filled-button-label-text-color:#000}.mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color:#3f51b5;--mdc-filled-button-label-text-color:#fff}.mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color:#ff4081;--mdc-filled-button-label-text-color:#fff}.mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color:#f44336;--mdc-filled-button-label-text-color:#fff}.mat-mdc-unelevated-button[disabled][disabled]{--mdc-filled-button-disabled-container-color:rgba(0, 0, 0, .12);--mdc-filled-button-disabled-label-text-color:rgba(0, 0, 0, .38);--mdc-filled-button-container-color:rgba(0, 0, 0, .12);--mdc-filled-button-label-text-color:rgba(0, 0, 0, .38)}.mat-mdc-raised-button.mat-unthemed{--mdc-protected-button-container-color:#fff;--mdc-protected-button-label-text-color:#000}.mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color:#3f51b5;--mdc-protected-button-label-text-color:#fff}.mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color:#ff4081;--mdc-protected-button-label-text-color:#fff}.mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color:#f44336;--mdc-protected-button-label-text-color:#fff}.mat-mdc-raised-button[disabled][disabled]{--mdc-protected-button-disabled-container-color:rgba(0, 0, 0, .12);--mdc-protected-button-disabled-label-text-color:rgba(0, 0, 0, .38);--mdc-protected-button-container-color:rgba(0, 0, 0, .12);--mdc-protected-button-label-text-color:rgba(0, 0, 0, .38);--mdc-protected-button-container-elevation:0}.mat-mdc-outlined-button{--mdc-outlined-button-outline-color:rgba(0, 0, 0, .12)}.mat-mdc-outlined-button.mat-unthemed{--mdc-outlined-button-label-text-color:#000}.mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color:#3f51b5}.mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color:#ff4081}.mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color:#f44336}.mat-mdc-outlined-button[disabled][disabled]{--mdc-outlined-button-label-text-color:rgba(0, 0, 0, .38);--mdc-outlined-button-disabled-label-text-color:rgba(0, 0, 0, .38);--mdc-outlined-button-outline-color:rgba(0, 0, 0, .12);--mdc-outlined-button-disabled-outline-color:rgba(0, 0, 0, .12)}.mat-mdc-button,.mat-mdc-outlined-button{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)}.mat-mdc-button:hover .mat-mdc-button-persistent-ripple:before,.mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple:before{opacity:.04}.mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-mdc-button:active .mat-mdc-button-persistent-ripple:before,.mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-mdc-button.mat-primary,.mat-mdc-outlined-button.mat-primary{--mat-mdc-button-persistent-ripple-color: #3f51b5;--mat-mdc-button-ripple-color: rgba(63, 81, 181, .1)}.mat-mdc-button.mat-accent,.mat-mdc-outlined-button.mat-accent{--mat-mdc-button-persistent-ripple-color: #ff4081;--mat-mdc-button-ripple-color: rgba(255, 64, 129, .1)}.mat-mdc-button.mat-warn,.mat-mdc-outlined-button.mat-warn{--mat-mdc-button-persistent-ripple-color: #f44336;--mat-mdc-button-ripple-color: rgba(244, 67, 54, .1)}.mat-mdc-raised-button,.mat-mdc-unelevated-button{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)}.mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple:before,.mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple:before{opacity:.04}.mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple:before,.mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-mdc-raised-button.mat-primary,.mat-mdc-unelevated-button.mat-primary,.mat-mdc-raised-button.mat-accent,.mat-mdc-unelevated-button.mat-accent,.mat-mdc-raised-button.mat-warn,.mat-mdc-unelevated-button.mat-warn{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-button.mat-mdc-button-base,.mat-mdc-raised-button.mat-mdc-button-base,.mat-mdc-unelevated-button.mat-mdc-button-base,.mat-mdc-outlined-button.mat-mdc-button-base{height:36px}.mdc-button{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-button-font-size, 14px);line-height:var(--mdc-typography-button-line-height, 36px);font-weight:var(--mdc-typography-button-font-weight, 500);letter-spacing:var(--mdc-typography-button-letter-spacing, .0892857143em);-webkit-text-decoration:var(--mdc-typography-button-text-decoration, none);text-decoration:var(--mdc-typography-button-text-decoration, none);text-transform:var(--mdc-typography-button-text-transform, none)}.mat-mdc-icon-button{--mdc-icon-button-icon-color:inherit;--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)}.mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple:before{opacity:.04}.mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-mdc-icon-button.mat-primary{--mat-mdc-button-persistent-ripple-color: #6200ee;--mat-mdc-button-ripple-color: rgba(98, 0, 238, .1)}.mat-mdc-icon-button.mat-accent{--mat-mdc-button-persistent-ripple-color: #018786;--mat-mdc-button-ripple-color: rgba(1, 135, 134, .1)}.mat-mdc-icon-button.mat-warn{--mat-mdc-button-persistent-ripple-color: #b00020;--mat-mdc-button-ripple-color: rgba(176, 0, 32, .1)}.mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color:#3f51b5;--mat-mdc-button-persistent-ripple-color: #3f51b5;--mat-mdc-button-ripple-color: rgba(63, 81, 181, .1)}.mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color:#ff4081;--mat-mdc-button-persistent-ripple-color: #ff4081;--mat-mdc-button-ripple-color: rgba(255, 64, 129, .1)}.mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color:#f44336;--mat-mdc-button-persistent-ripple-color: #f44336;--mat-mdc-button-ripple-color: rgba(244, 67, 54, .1)}.mat-mdc-icon-button[disabled][disabled]{--mdc-icon-button-icon-color:rgba(0, 0, 0, .38);--mdc-icon-button-disabled-icon-color:rgba(0, 0, 0, .38)}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size:48px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:12px}.mat-mdc-fab,.mat-mdc-mini-fab{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)}.mat-mdc-fab:hover .mat-mdc-button-persistent-ripple:before,.mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple:before{opacity:.04}.mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-mdc-fab:active .mat-mdc-button-persistent-ripple:before,.mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-mdc-fab.mat-primary,.mat-mdc-mini-fab.mat-primary,.mat-mdc-fab.mat-accent,.mat-mdc-mini-fab.mat-accent,.mat-mdc-fab.mat-warn,.mat-mdc-mini-fab.mat-warn{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-fab[disabled][disabled],.mat-mdc-mini-fab[disabled][disabled]{--mdc-fab-container-color:rgba(0, 0, 0, .12);--mdc-fab-icon-color:rgba(0, 0, 0, .38);--mat-mdc-fab-color: rgba(0, 0, 0, .38)}.mat-mdc-fab.mat-unthemed,.mat-mdc-mini-fab.mat-unthemed{--mdc-fab-container-color:white;--mdc-fab-icon-color:black;--mat-mdc-fab-color: #000}.mat-mdc-fab.mat-primary,.mat-mdc-mini-fab.mat-primary{--mdc-fab-container-color:#3f51b5;--mdc-fab-icon-color:white;--mat-mdc-fab-color: #fff}.mat-mdc-fab.mat-accent,.mat-mdc-mini-fab.mat-accent{--mdc-fab-container-color:#ff4081;--mdc-fab-icon-color:white;--mat-mdc-fab-color: #fff}.mat-mdc-fab.mat-warn,.mat-mdc-mini-fab.mat-warn{--mdc-fab-container-color:#f44336;--mdc-fab-icon-color:white;--mat-mdc-fab-color: #fff}.mdc-fab--extended{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:var(--mdc-typography-button-font-size, 14px);line-height:var(--mdc-typography-button-line-height, 36px);font-weight:var(--mdc-typography-button-font-weight, 500);letter-spacing:var(--mdc-typography-button-letter-spacing, .0892857143em);-webkit-text-decoration:var(--mdc-typography-button-text-decoration, none);text-decoration:var(--mdc-typography-button-text-decoration, none);text-transform:var(--mdc-typography-button-text-transform, none)}.mat-mdc-extended-fab{--mdc-extended-fab-label-text-font:Roboto, sans-serif;--mdc-extended-fab-label-text-size:14px;--mdc-extended-fab-label-text-tracking:.0892857143em;--mdc-extended-fab-label-text-weight:500}.mat-mdc-snack-bar-container{--mdc-snackbar-container-color:#333333;--mdc-snackbar-supporting-text-color:rgba(255, 255, 255, .87);--mat-snack-bar-button-color:#ff4081}.mat-mdc-snack-bar-container{--mdc-snackbar-supporting-text-font:Roboto, sans-serif;--mdc-snackbar-supporting-text-line-height:20px;--mdc-snackbar-supporting-text-size:14px;--mdc-snackbar-supporting-text-weight:400}html{--mat-table-background-color:white;--mat-table-header-headline-color:rgba(0, 0, 0, .87);--mat-table-row-item-label-text-color:rgba(0, 0, 0, .87);--mat-table-row-item-outline-color:rgba(0, 0, 0, .12)}html{--mat-table-header-container-height:56px;--mat-table-footer-container-height:52px;--mat-table-row-item-container-height:52px}html{--mat-table-header-headline-font:Roboto, sans-serif;--mat-table-header-headline-line-height:22px;--mat-table-header-headline-size:14px;--mat-table-header-headline-weight:500;--mat-table-header-headline-tracking:.0071428571em;--mat-table-row-item-label-text-font:Roboto, sans-serif;--mat-table-row-item-label-text-line-height:20px;--mat-table-row-item-label-text-size:14px;--mat-table-row-item-label-text-weight:400;--mat-table-row-item-label-text-tracking:.0178571429em;--mat-table-footer-supporting-text-font:Roboto, sans-serif;--mat-table-footer-supporting-text-line-height:20px;--mat-table-footer-supporting-text-size:14px;--mat-table-footer-supporting-text-weight:400;--mat-table-footer-supporting-text-tracking:.0178571429em}.mat-mdc-progress-spinner{--mdc-circular-progress-active-indicator-color:#3f51b5}.mat-mdc-progress-spinner.mat-accent{--mdc-circular-progress-active-indicator-color:#ff4081}.mat-mdc-progress-spinner.mat-warn{--mdc-circular-progress-active-indicator-color:#f44336}.mat-badge{position:relative}.mat-badge.mat-badge{overflow:visible}.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform .2s ease-in-out;transform:scale(.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;background-color:var(--mat-badge-background-color);color:var(--mat-badge-text-color);font-family:Roboto,sans-serif;font-family:var(--mat-badge-text-font, Roboto, sans-serif);font-size:12px;font-size:var(--mat-badge-text-size, 12px);font-weight:600;font-weight:var(--mat-badge-text-weight, 600)}.cdk-high-contrast-active .mat-badge-content{outline:solid 1px;border-radius:0}.mat-badge-disabled .mat-badge-content{background-color:var(--mat-badge-disabled-state-background-color);color:var(--mat-badge-disabled-state-text-color)}.mat-badge-hidden .mat-badge-content{display:none}.ng-animate-disabled .mat-badge-content,.mat-badge-content._mat-animation-noopable{transition:none}.mat-badge-content.mat-badge-active{transform:none}.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px;font-size:9px;font-size:var(--mat-badge-small-size-text-size, 9px)}.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px;font-size:24px;font-size:var(--mat-badge-large-size-text-size, 24px)}.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}html{--mat-badge-background-color:#3f51b5;--mat-badge-text-color:white;--mat-badge-disabled-state-background-color:#b9b9b9;--mat-badge-disabled-state-text-color:rgba(0, 0, 0, .38)}.mat-badge-accent{--mat-badge-background-color:#ff4081;--mat-badge-text-color:white}.mat-badge-warn{--mat-badge-background-color:#f44336;--mat-badge-text-color:white}html{--mat-badge-text-font:Roboto, sans-serif;--mat-badge-text-size:12px;--mat-badge-text-weight:600;--mat-badge-small-size-text-size:9px;--mat-badge-large-size-text-size:24px}html{--mat-bottom-sheet-container-text-color:rgba(0, 0, 0, .87);--mat-bottom-sheet-container-background-color:white}html{--mat-bottom-sheet-container-text-font:Roboto, sans-serif;--mat-bottom-sheet-container-text-line-height:20px;--mat-bottom-sheet-container-text-size:14px;--mat-bottom-sheet-container-text-tracking:.0178571429em;--mat-bottom-sheet-container-text-weight:400}html{--mat-legacy-button-toggle-text-color:rgba(0, 0, 0, .38);--mat-legacy-button-toggle-state-layer-color:rgba(0, 0, 0, .12);--mat-legacy-button-toggle-selected-state-text-color:rgba(0, 0, 0, .54);--mat-legacy-button-toggle-selected-state-background-color:#e0e0e0;--mat-legacy-button-toggle-disabled-state-text-color:rgba(0, 0, 0, .26);--mat-legacy-button-toggle-disabled-state-background-color:#eeeeee;--mat-legacy-button-toggle-disabled-selected-state-background-color:#bdbdbd;--mat-standard-button-toggle-text-color:rgba(0, 0, 0, .87);--mat-standard-button-toggle-background-color:white;--mat-standard-button-toggle-state-layer-color:black;--mat-standard-button-toggle-selected-state-background-color:#e0e0e0;--mat-standard-button-toggle-selected-state-text-color:rgba(0, 0, 0, .87);--mat-standard-button-toggle-disabled-state-text-color:rgba(0, 0, 0, .26);--mat-standard-button-toggle-disabled-state-background-color:white;--mat-standard-button-toggle-disabled-selected-state-text-color:rgba(0, 0, 0, .87);--mat-standard-button-toggle-disabled-selected-state-background-color:#bdbdbd;--mat-standard-button-toggle-divider-color:#e0e0e0}html{--mat-standard-button-toggle-height:48px}html{--mat-legacy-button-toggle-text-font:Roboto, sans-serif;--mat-standard-button-toggle-text-font:Roboto, sans-serif}html{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#3f51b5;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(63, 81, 181, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(63, 81, 181, .3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(63, 81, 181, .3);--mat-datepicker-toggle-active-state-icon-color:#3f51b5;--mat-datepicker-calendar-date-in-range-state-background-color:rgba(63, 81, 181, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;--mat-datepicker-toggle-icon-color:rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color:rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-icon-color:rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color:rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color:rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color:rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color:rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-today-disabled-state-outline-color:rgba(0, 0, 0, .18);--mat-datepicker-calendar-date-text-color:rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color:transparent;--mat-datepicker-calendar-date-disabled-state-text-color:rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-preview-state-outline-color:rgba(0, 0, 0, .24);--mat-datepicker-range-input-separator-color:rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color:rgba(0, 0, 0, .38);--mat-datepicker-range-input-disabled-state-text-color:rgba(0, 0, 0, .38);--mat-datepicker-calendar-container-background-color:white;--mat-datepicker-calendar-container-text-color:rgba(0, 0, 0, .87)}.mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#ff4081;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(255, 64, 129, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(255, 64, 129, .3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(255, 64, 129, .3);--mat-datepicker-calendar-date-in-range-state-background-color:rgba(255, 64, 129, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e}.mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#f44336;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(244, 67, 54, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, .3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, .3);--mat-datepicker-calendar-date-in-range-state-background-color:rgba(244, 67, 54, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e}.mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color:#ff4081}.mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color:#f44336}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size:40px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:8px}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target{display:none}html{--mat-datepicker-calendar-text-font:Roboto, sans-serif;--mat-datepicker-calendar-text-size:13px;--mat-datepicker-calendar-body-label-text-size:14px;--mat-datepicker-calendar-body-label-text-weight:500;--mat-datepicker-calendar-period-button-text-size:14px;--mat-datepicker-calendar-period-button-text-weight:500;--mat-datepicker-calendar-header-text-size:11px;--mat-datepicker-calendar-header-text-weight:400}html{--mat-divider-color:rgba(0, 0, 0, .12)}html{--mat-expansion-container-background-color:white;--mat-expansion-container-text-color:rgba(0, 0, 0, .87);--mat-expansion-actions-divider-color:rgba(0, 0, 0, .12);--mat-expansion-header-hover-state-layer-color:rgba(0, 0, 0, .04);--mat-expansion-header-focus-state-layer-color:rgba(0, 0, 0, .04);--mat-expansion-header-disabled-state-text-color:rgba(0, 0, 0, .26);--mat-expansion-header-text-color:rgba(0, 0, 0, .87);--mat-expansion-header-description-color:rgba(0, 0, 0, .54);--mat-expansion-header-indicator-color:rgba(0, 0, 0, .54)}html{--mat-expansion-header-collapsed-state-height:48px;--mat-expansion-header-expanded-state-height:64px}html{--mat-expansion-header-text-font:Roboto, sans-serif;--mat-expansion-header-text-size:14px;--mat-expansion-header-text-weight:500;--mat-expansion-header-text-line-height:inherit;--mat-expansion-header-text-tracking:inherit;--mat-expansion-container-text-font:Roboto, sans-serif;--mat-expansion-container-text-line-height:20px;--mat-expansion-container-text-size:14px;--mat-expansion-container-text-tracking:.0178571429em;--mat-expansion-container-text-weight:400}html{--mat-grid-list-tile-header-primary-text-size:14px;--mat-grid-list-tile-header-secondary-text-size:12px;--mat-grid-list-tile-footer-primary-text-size:14px;--mat-grid-list-tile-footer-secondary-text-size:12px}html{--mat-icon-color:inherit}.mat-icon.mat-primary{--mat-icon-color:#3f51b5}.mat-icon.mat-accent{--mat-icon-color:#ff4081}.mat-icon.mat-warn{--mat-icon-color:#f44336}html{--mat-sidenav-container-divider-color:rgba(0, 0, 0, .12);--mat-sidenav-container-background-color:white;--mat-sidenav-container-text-color:rgba(0, 0, 0, .87);--mat-sidenav-content-background-color:#fafafa;--mat-sidenav-content-text-color:rgba(0, 0, 0, .87);--mat-sidenav-scrim-color:rgba(0, 0, 0, .6)}html{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#3f51b5;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#3f51b5;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#3f51b5;--mat-stepper-header-edit-state-icon-foreground-color:white;--mat-stepper-container-color:white;--mat-stepper-line-color:rgba(0, 0, 0, .12);--mat-stepper-header-hover-state-layer-color:rgba(0, 0, 0, .04);--mat-stepper-header-focus-state-layer-color:rgba(0, 0, 0, .04);--mat-stepper-header-label-text-color:rgba(0, 0, 0, .54);--mat-stepper-header-optional-label-text-color:rgba(0, 0, 0, .54);--mat-stepper-header-selected-state-label-text-color:rgba(0, 0, 0, .87);--mat-stepper-header-error-state-label-text-color:#f44336;--mat-stepper-header-icon-background-color:rgba(0, 0, 0, .54);--mat-stepper-header-error-state-icon-foreground-color:#f44336;--mat-stepper-header-error-state-icon-background-color:transparent}html .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#ff4081;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#ff4081;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#ff4081;--mat-stepper-header-edit-state-icon-foreground-color:white}html .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#f44336;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#f44336;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#f44336;--mat-stepper-header-edit-state-icon-foreground-color:white}html{--mat-stepper-header-height:72px}html{--mat-stepper-container-text-font:Roboto, sans-serif;--mat-stepper-header-label-text-font:Roboto, sans-serif;--mat-stepper-header-label-text-size:14px;--mat-stepper-header-label-text-weight:400;--mat-stepper-header-error-state-label-text-size:16px;--mat-stepper-header-selected-state-label-text-size:16px;--mat-stepper-header-selected-state-label-text-weight:400}.mat-sort-header-arrow{color:#757575}html{--mat-toolbar-container-background-color:whitesmoke;--mat-toolbar-container-text-color:rgba(0, 0, 0, .87)}.mat-toolbar.mat-primary{--mat-toolbar-container-background-color:#3f51b5;--mat-toolbar-container-text-color:white}.mat-toolbar.mat-accent{--mat-toolbar-container-background-color:#ff4081;--mat-toolbar-container-text-color:white}.mat-toolbar.mat-warn{--mat-toolbar-container-background-color:#f44336;--mat-toolbar-container-text-color:white}html{--mat-toolbar-standard-height:64px;--mat-toolbar-mobile-height:56px}html{--mat-toolbar-title-text-font:Roboto, sans-serif;--mat-toolbar-title-text-line-height:32px;--mat-toolbar-title-text-size:20px;--mat-toolbar-title-text-tracking:.0125em;--mat-toolbar-title-text-weight:500}.mat-tree{background:#fff}.mat-tree-node,.mat-nested-tree-node{color:#000000de}.mat-tree-node{min-height:48px}.mat-tree{font-family:Roboto,sans-serif}.mat-tree-node,.mat-nested-tree-node{font-weight:400;font-size:14px}.mat-h1,.mat-headline-5,.mat-typography .mat-h1,.mat-typography .mat-headline-5,.mat-typography h1{font-size:24px;font-weight:400;line-height:32px;font-family:Roboto,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h2,.mat-headline-6,.mat-typography .mat-h2,.mat-typography .mat-headline-6,.mat-typography h2{font-size:20px;font-weight:500;line-height:32px;font-family:Roboto,sans-serif;letter-spacing:.0125em;margin:0 0 16px}.mat-h3,.mat-subtitle-1,.mat-typography .mat-h3,.mat-typography .mat-subtitle-1,.mat-typography h3{font-size:16px;font-weight:400;line-height:28px;font-family:Roboto,sans-serif;letter-spacing:.009375em;margin:0 0 16px}.mat-h4,.mat-body-1,.mat-typography .mat-h4,.mat-typography .mat-body-1,.mat-typography h4{font-size:16px;font-weight:400;line-height:24px;font-family:Roboto,sans-serif;letter-spacing:.03125em;margin:0 0 16px}.mat-h5,.mat-typography .mat-h5,.mat-typography h5{font:400 11.62px/20px Roboto,sans-serif;margin:0 0 12px}.mat-h6,.mat-typography .mat-h6,.mat-typography h6{font:400 9.38px/20px Roboto,sans-serif;margin:0 0 12px}.mat-body-strong,.mat-subtitle-2,.mat-typography .mat-body-strong,.mat-typography .mat-subtitle-2{font-size:14px;font-weight:500;line-height:22px;font-family:Roboto,sans-serif;letter-spacing:.0071428571em}.mat-body,.mat-body-2,.mat-typography .mat-body,.mat-typography .mat-body-2,.mat-typography{font-size:14px;font-weight:400;line-height:20px;font-family:Roboto,sans-serif;letter-spacing:.0178571429em}.mat-body p,.mat-body-2 p,.mat-typography .mat-body p,.mat-typography .mat-body-2 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption,.mat-typography .mat-small,.mat-typography .mat-caption{font-size:12px;font-weight:400;line-height:20px;font-family:Roboto,sans-serif;letter-spacing:.0333333333em}.mat-headline-1,.mat-typography .mat-headline-1{font-size:96px;font-weight:300;line-height:96px;font-family:Roboto,sans-serif;letter-spacing:-.015625em;margin:0 0 56px}.mat-headline-2,.mat-typography .mat-headline-2{font-size:60px;font-weight:300;line-height:60px;font-family:Roboto,sans-serif;letter-spacing:-.0083333333em;margin:0 0 64px}.mat-headline-3,.mat-typography .mat-headline-3{font-size:48px;font-weight:400;line-height:50px;font-family:Roboto,sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-headline-4,.mat-typography .mat-headline-4{font-size:34px;font-weight:400;line-height:40px;font-family:Roboto,sans-serif;letter-spacing:.0073529412em;margin:0 0 64px}@charset "UTF-8";@media (max-width: 880px){.modal-page{position:absolute!important;top:0;width:100vw!important;max-width:100vw!important;position:static}.modal-page .mat-mdc-dialog-container .mdc-dialog__surface{border-radius:0!important}}@media (max-width: 880px){.modal-page-post{position:absolute!important;top:0;width:calc(100vw - 9px)!important;max-width:100vw!important;position:static}.modal-page-post .mat-mdc-dialog-container .mdc-dialog__surface{border-radius:0!important}}.d-flex{display:flex}.align-start{align-items:start}.align-center{align-items:center}.align-end{align-items:end}.justify-content-start{justify-content:start}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.justify-content-end{justify-content:end}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0 }.g-0,.gy-0{--bs-gutter-y: 0 }.g-1,.gx-1{--bs-gutter-x: .25rem }.g-1,.gy-1{--bs-gutter-y: .25rem }.g-2,.gx-2{--bs-gutter-x: .5rem }.g-2,.gy-2{--bs-gutter-y: .5rem }.g-3,.gx-3{--bs-gutter-x: 1rem }.g-3,.gy-3{--bs-gutter-y: 1rem }.g-4,.gx-4{--bs-gutter-x: 1.5rem }.g-4,.gy-4{--bs-gutter-y: 1.5rem }.g-5,.gx-5{--bs-gutter-x: 3rem }.g-5,.gy-5{--bs-gutter-y: 3rem }@media (min-width: 576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0 }.g-sm-0,.gy-sm-0{--bs-gutter-y: 0 }.g-sm-1,.gx-sm-1{--bs-gutter-x: .25rem }.g-sm-1,.gy-sm-1{--bs-gutter-y: .25rem }.g-sm-2,.gx-sm-2{--bs-gutter-x: .5rem }.g-sm-2,.gy-sm-2{--bs-gutter-y: .5rem }.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem }.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem }.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem }.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem }.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem }.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem }}@media (min-width: 768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0 }.g-md-0,.gy-md-0{--bs-gutter-y: 0 }.g-md-1,.gx-md-1{--bs-gutter-x: .25rem }.g-md-1,.gy-md-1{--bs-gutter-y: .25rem }.g-md-2,.gx-md-2{--bs-gutter-x: .5rem }.g-md-2,.gy-md-2{--bs-gutter-y: .5rem }.g-md-3,.gx-md-3{--bs-gutter-x: 1rem }.g-md-3,.gy-md-3{--bs-gutter-y: 1rem }.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem }.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem }.g-md-5,.gx-md-5{--bs-gutter-x: 3rem }.g-md-5,.gy-md-5{--bs-gutter-y: 3rem }}@media (min-width: 992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0 }.g-lg-0,.gy-lg-0{--bs-gutter-y: 0 }.g-lg-1,.gx-lg-1{--bs-gutter-x: .25rem }.g-lg-1,.gy-lg-1{--bs-gutter-y: .25rem }.g-lg-2,.gx-lg-2{--bs-gutter-x: .5rem }.g-lg-2,.gy-lg-2{--bs-gutter-y: .5rem }.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem }.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem }.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem }.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem }.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem }.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem }}@media (min-width: 1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0 }.g-xl-0,.gy-xl-0{--bs-gutter-y: 0 }.g-xl-1,.gx-xl-1{--bs-gutter-x: .25rem }.g-xl-1,.gy-xl-1{--bs-gutter-y: .25rem }.g-xl-2,.gx-xl-2{--bs-gutter-x: .5rem }.g-xl-2,.gy-xl-2{--bs-gutter-y: .5rem }.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem }.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem }.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem }.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem }.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem }.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem }}@media (min-width: 1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0 }.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0 }.g-xxl-1,.gx-xxl-1{--bs-gutter-x: .25rem }.g-xxl-1,.gy-xxl-1{--bs-gutter-y: .25rem }.g-xxl-2,.gx-xxl-2{--bs-gutter-x: .5rem }.g-xxl-2,.gy-xxl-2{--bs-gutter-y: .5rem }.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem }.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem }.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem }.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem }.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem }.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem }}.big-title{display:flex;align-items:center;column-gap:7px}.big-title .icon{width:40px;height:40px}.big-title .icon img{width:100%;height:100%}.tracking-tight{color:inherit;font-family:Inter,sans-serif;font-size:32px;font-style:normal;font-weight:500;line-height:38.4px;letter-spacing:-.64px}.sticky-tools{margin-top:30px;padding:.25rem 0}.topic-list-header{border-radius:6px;border:1px solid #E9ECEF;background:#F8F9FA;padding:9px}.topic-list-header .btn-primary{margin-left:auto}.btn-primary{display:flex;align-items:center;justify-content:center;column-gap:4px;border-radius:4px;border:none;background:#0D6EFD;box-shadow:0 1px 1px #00000014,0 1px 0 1px #ffffff26 inset;color:#fff;text-align:center;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:21px;padding:5px 9px;overflow:hidden;width:-moz-fit-content;width:fit-content}.category{padding:24px 0}.category>*:not(:first-child){border-top:1px solid #e9ecef}.category-series{padding:24px 0}.category-series .category__item{display:flex;align-items:start;column-gap:15px}.user-photo{display:block;width:40px;height:40px;border-radius:100%;overflow:hidden;flex-shrink:0}.user-photo img{border-radius:100%;width:100%;height:100%;object-fit:cover}.user-about{display:flex;align-items:start;flex-direction:column;row-gap:4px}.title .text-reset{display:block;color:inherit;font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:24px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.title .text-reset:hover{text-decoration-line:underline}.user-abour__bottom{display:flex;align-items:center;column-gap:4px}.badge{border-radius:6px;border:1px solid #DEE2E6;background-color:#e9ecef;color:#fff;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:12px;padding:5px 9px;display:flex;align-items:center;justify-content:center;column-gap:4px}.badge--thumb{color:inherit;font-weight:700;background:local}.badge--time{border:1px solid transparent;background:local;cursor:pointer}.badge--time:hover{text-decoration-line:underline}.meta{column-gap:4px}.teaser{border-left:2px solid #BA68C8}.card-header{width:28%;flex-shrink:0;padding:8px;border-radius:4px;background:rgba(52,58,64,.03);display:flex;align-items:center;flex-direction:column}.card-header span{display:block;color:#343a40;font-family:Poppins,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:20px}.card-header span:last-child{font-weight:300;font-size:12px}.lastpost .baris-avatar{display:block;width:18px;height:18px;margin-right:4px;border-radius:100%;overflow:hidden}.lastpost .baris-avatar img{width:100%;height:100%;object-fit:cover}.group-user{display:flex;align-items:center;justify-content:flex-start;width:130px;flex-shrink:0;margin-right:5px}.group-user span{margin-left:10px}.group-user .rtl{display:flex;align-items:center;direction:rtl;flex-direction:row-reverse}.group-user .user{display:block;width:32px;border-radius:50px;height:32px;box-shadow:0 0 0 .25rem #fff}.group-user .user:not(:last-child){margin-left:-.5rem}.rtl a{display:block}.timeago{color:#343a40;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:15px}.post-content p{color:inherit;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:15px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}*{padding:0;margin:0;box-sizing:border-box;outline:none;scroll-behavior:smooth;text-decoration:none}body{transition:all .5s}button{cursor:pointer}.text-primary{color:#0d6efd!important}.container{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto;border:red}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:inherit}.topic-info{flex-wrap:wrap;column-gap:10px;margin-top:10px}.badge{column-gap:4px;border-radius:6px;border:1px solid #DEE2E6;background-color:#e9ecef;color:#495057;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:12px;padding:5px 9px;display:flex;align-items:center;justify-content:center}.badge-small{border-radius:4px;background:#1852BE;padding:4.65px 6.338px 2.66px;color:#fff;text-align:center;font-family:Inter,sans-serif;font-size:9.75px;font-style:normal;font-weight:700;line-height:9.75px;text-transform:uppercase}.badge--badge--num{color:#343a40;font-weight:700;background:local}.stats{column-gap:4px}.stats i{display:none}.stats .stats-num{font-weight:700}.action-bar{position:relative}.action-bar .btn-primary{width:-moz-fit-content;width:fit-content;padding:0 0 0 9px;margin-left:auto}.action-bar .caret-btn{display:none;padding:0}.btn-primary .caret{padding:5px 9px}.btn-primary .caret:hover{background-color:#0b5ed7}.dropdown{width:100px;background-color:#fff;position:absolute;padding:3px;box-shadow:#64646f33 0 7px 29px;border-radius:4px;top:calc(100% + 5px);transition:all .3s;border:1px solid #e3e4e5;z-index:2}.dropdown li{list-style:none;padding:2px 9px}.dropdown li:hover{border-radius:4px;background-color:#e9ecef66}.dropdown li a{color:#000;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.dropdown-menu{opacity:0;visibility:hidden;right:0;width:max-content}.dropdown-menu--active{opacity:1;visibility:visible}.list-unstyled{padding:30px 0;margin:20px 0}.topic-owner-post{padding-top:24px;margin-left:24px;border-left:2px solid #e9ecef;list-style:none;position:relative}.topic-owner-post:hover .post-container__footer span{opacity:1}.timeline .topic-owner-post:first-child:before{content:"";position:absolute;top:0;height:16px;width:16px;background-color:#e9ecef;border-radius:100%;transform:translate(calc(-50% - .5px),-100%);transition:background-color 1s ease-out}.timeline .topic-owner-post:last-child{padding-bottom:2rem}.timeline .topic-owner-post:last-child:after{content:"";position:absolute;bottom:0;height:16px;width:16px;background-color:#e9ecef;border-radius:100%;transform:translate(calc(-50% - .5px),100%);transition:background-color 1s ease-out}.timeline-item{margin-left:-1.5rem;column-gap:15px;align-items:start;width:100%}.time-line__user{display:flex;align-items:center;justify-content:center;width:48px;height:48px;flex-shrink:0;border-radius:100%;position:relative}.time-line__user:before{content:"";position:absolute;width:10px;height:10px;background-color:#6c757d;border-radius:100%;border:2px solid #fff;bottom:1px;right:-1px}.time-line__user img{width:100%;height:100%;border-radius:100%}.time-line__user--media:before{border:1px solid white;content:"";width:6px;height:6px}.online-user:before{content:"";background-color:#198754}.post-container{display:flex;align-items:start;flex-direction:column;width:100%}.post-container .content{margin-top:.5rem;margin-bottom:1rem;color:#343a40;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.post-container .content a:hover{text-decoration-line:underline}.post-header{column-gap:4px;margin-top:.25rem;width:100%;display:flex;align-items:center}.post-header a{cursor:pointer;display:block}.post-header a:hover{text-decoration-line:underline}.post-header .time-line__user--media{width:20px;height:20px;display:none}.post-header .post-time{font-family:Inter,sans-serif;font-size:13px;line-height:20px;color:#6c757d}.post-header .post-user{font-family:Poppins,sans-serif;font-size:13px;line-height:20px;font-weight:600}.post-header .num-tag{margin-left:auto;font-size:14px}.post-container__footer{display:flex;align-items:center;justify-content:end;column-gap:5px;width:100%;border-bottom:1px solid #e9ecef;padding-bottom:10px}.post-container__footer span{display:flex;align-items:center;justify-content:center;width:33px;height:30px;border-radius:.25rem;border-width:1px;border-color:transparent;background-color:transparent;padding:.25rem .5rem;cursor:pointer;font-size:.875rem;line-height:1.25rem;opacity:0}.post-container__footer span:hover{background-color:#e3e4e5}.more-dropdown{opacity:0;visibility:hidden;width:max-content;right:0}.more-dropdown__item a{display:flex;align-items:center;column-gap:5px}.more-dropdown__item a span{padding:0;display:flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content}.more-dropdown__item a .badge-count{padding:2px;width:20px;height:20px;background-color:#6c757d;color:#fff}.dropdown__item--disable{font-family:Poppins,sans-serif;font-weight:300;border-top:1px solid #DEE2E6;padding:10px 9px 2px;margin-top:5px;display:block;width:100%;font-size:.875rem;color:#6c757d}.more-btn{position:relative}.more-btn:hover .more-dropdown{opacity:1;visibility:visible}.quick-reply{display:flex;align-items:start;row-gap:1rem;column-gap:15px;width:100%;padding-right:1.5rem}.quickreply-message{width:100%}.quickreply-message .btn-primary{margin-top:10px;margin-left:auto}.quickreply-message textarea{border-radius:6px;border:1px solid #E9ECEF;background:#FFF;box-shadow:0 1px 2px #00000014 inset;width:100%;max-width:100%;min-height:36px;height:150px;max-height:100%;padding:6px 12px;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px;outline-color:#000}.quickreply-message textarea::placeholder{color:#adb5bd}@media (min-width: 576px){.container{max-width:540px}}@media (min-width: 720px){.container{max-width:1140px}}@media (min-width: 768px){.container{max-width:1140px}.category-series .category__item{margin-bottom:10px}}@media (min-width: 992px){.container{max-width:960px}}@media (min-width: 1200px){.container{max-width:1140px}}@media (max-width: 768px){.action-bar{display:flex;justify-content:end}.action-bar .btn-primary{padding:0;margin:0;border-radius:0 4px 4px 0}.action-bar .btn-primary span{display:none}.action-bar .caret-btn{display:block;border-radius:4px 0 0 4px}.action-bar .caret-btn span{display:flex;align-items:center}.category-series .category__item{margin-bottom:10px}}@media (max-width: 576px){.sticky-tools{margin-top:20px}.topic-list-header{padding:7px}.timeline-item{margin:0}.post-container .content p,a{word-wrap:break-word;word-break:break-word}.timeline .topic-owner-post:last-child:after{display:none}.timeline .topic-owner-post:first-child:before{display:none}.topic-owner-post{margin-left:0;border:none}.time-line__user{display:none}.user-me{display:block;width:40px;height:40px}.quick-reply{flex-direction:column;row-gap:10px}.post-header .time-line__user--media{display:block}.post-container__footer span{opacity:1}.more-btn:hover .more-dropdown{right:10px}.quick-reply,.list-unstyled{padding:0}.stats span{display:none}.stats .stats-num,.stats i{display:block}.tracking-tight{font-size:24px;line-height:24px}.card-header span{display:block}}@media (max-width: 992px){.card-header{width:35%;flex-shrink:initial}}@media (max-width: 480px){.category__footer{display:none}}@media (max-width: 450px){.title .text-reset{-webkit-line-clamp:inherit;line-clamp:inherit}.tracking-tight{font-size:25px}.category-series{padding:15px 0}.category-series .category__item{column-gap:4px}}@media (max-width: 400px){.category__footer{display:none}}@media (max-width: 342px){.topic-info{column-gap:0;gap:10px}}[data-fullscreen]{min-height:100vh;min-height:calc(var(--vh, 1vh) * 100)}@media (max-width: 767.98){[data-fullscreen]{transition:height .2s}}._ibg{position:relative}._ibg ._ibg-img{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;object-fit:cover;object-position:center}._ibg2,._ibg--contain,._ibg-c{position:relative}._ibg2 ._ibg-img,._ibg--contain ._ibg-img,._ibg-c ._ibg-img{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;object-fit:contain;object-position:center}._img-put{display:inline-block;max-width:100%}._img-put img,._img ._ibg-img{width:100%;height:100%;object-position:center;object-fit:cover}._img-c ._ibg-img{width:100%;height:100%;object-position:center;object-fit:contain}._img ._to-img{width:100%;height:100%;object-position:center;object-fit:cover}._img-c ._to-img{width:100%;height:100%;object-position:center;object-fit:contain}span._img-c,a._img-c{display:inline-block}._bg-video,._bg-video-c{overflow:hidden;position:relative}._bg-video ._video-bg,._bg-video-c ._video-bg{width:100%;height:100%;position:absolute;top:50%;left:50%;z-index:1;object-fit:contain}._bg-video-c ._video-bg{object-fit:contain}video,object,embed{position:fixed;top:50%;left:50%;z-index:-100;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%) translateY(-50%);background-size:cover}*,*:before,*:after{-webkit-overflow-scrolling:touch;margin:0;padding:0;border:0;background-repeat:no-repeat;background-position:50%;background-size:cover;scroll-behavior:auto}svg,path{transition:.3s ease-out 0s}input,button,textarea{font-size:inherit;line-height:inherit;font-weight:inherit;color:inherit;font-family:inherit}button{display:inline-block;cursor:pointer;color:inherit;background-color:inherit}a{color:inherit}li,ul{list-style:none}a,a:visited,a:hover{text-decoration:none}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}html,body{height:100%}.wrapper{position:relative;flex-direction:column;display:flex;min-height:100%;min-height:100svh;overflow:clip}.wrapper>*{min-width:0}main{flex:1 0 auto}img{vertical-align:top;max-width:100%;flex-shrink:0;object-fit:cover;height:initial}form,input{width:100%}html{font-size:16px;scroll-behavior:auto;box-sizing:border-box}body{font-family:Open Sans,Arial,sans-serif,Helvetica;color:#000;text-rendering:optimizeSpeed;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:none}*,*:before,*:after{box-sizing:inherit}*{scrollbar-width:thin;scrollbar-color:#898989 #F6F8FD}*::-webkit-scrollbar{width:.625rem;height:.625rem}*::-webkit-scrollbar-track{background:#F6F8FD}*::-webkit-scrollbar-thumb{background-color:#898989;border-radius:5.625rem;border:.0625rem solid #F6F8FD}a,label{-webkit-tap-highlight-color:transparent}input[type=text],input[type=submit],textarea{-webkit-appearance:none}body{font-size:1rem;line-height:1.5;font-weight:400;color:#000;font-family:Open Sans,Arial,sans-serif,Helvetica}._container{margin:0 auto;padding:0 .9375rem;max-width:63.125rem}.wrapper{background:#e0e0e0}.wrapper__ibg-gradient{position:absolute;inset:0;z-index:2}.wrapper__ibg-gradient-b{position:absolute;inset:20% 0 0;z-index:3}.wrapper__ibg{max-width:120rem;margin:0 auto;overflow:hidden;transition:right .2s;position:fixed;inset:0;z-index:0;background:50% 0 no-repeat}.wrapper__profile-ibg{max-width:160rem;margin:0 auto;overflow:hidden;position:absolute;inset:0;z-index:0;max-height:70.625rem}.page__gradient-profile{background-image:linear-gradient(0deg,black,black 20%,rgba(0,0,0,0) 70%);position:absolute;inset:0;z-index:1;height:auto;max-height:1000px;background-repeat:no-repeat;overflow:hidden;max-width:2560px;margin:0 auto}.logo{max-width:10rem}.gradient{background:radial-gradient(circle,rgba(140,235,255,0) 12%,#e0e0e0 87%)}.gradient-profile{background:radial-gradient(circle,rgba(140,235,255,0) 42%,#e0e0e0 87%)}.gradient-b{background:linear-gradient(180deg,rgba(140,235,255,0) 88%,#e0e0e0 100%)}.gradient-b2{background:linear-gradient(180deg,rgba(45,48,58,0),#e0e0e0 40%)}.gradient-b3{background:linear-gradient(180deg,rgba(45,48,58,0),#e0e0e0 80%)}.page__header{position:relative;z-index:20}.page__main,.page__footer{position:relative;z-index:2}.arrow-btn{width:1.875rem;height:1.875rem;transform:translate(150%,-50%)}.arrow-btn:after,.arrow-btn:before{content:"";display:inline-block;width:70%;height:.25rem;background:#fff;position:absolute;left:10%;z-index:2}.arrow-btn:after{transform:rotate(-45deg);bottom:20%}.arrow-btn:before{top:20%;transform:rotate(45deg)}._separator:not(:last-child){position:relative;z-index:1}._separator:not(:last-child):after{content:"";display:inline-block;height:.0625rem;background:#000;position:absolute;left:0;right:0;bottom:0;z-index:1}._w0-desc:hover ._desc,._w0-desc:active ._desc,._w0-desc:focus ._desc,._w-desc:hover ._desc,._w-desc:active ._desc,._w-desc:focus ._desc{opacity:1}._w-desc{position:relative}._desc{display:block;position:absolute;left:50%;bottom:-.6875rem;z-index:1;opacity:0;pointer-events:none;background-color:#5c5b5b;padding:.5rem;border-radius:.625rem;transform:translate(-50%,100%);max-width:18.75rem;font-size:.875rem;font-weight:400;white-space:nowrap}._desc:after{content:"";display:inline-block;position:absolute;top:-.5rem;left:50%;z-index:1;width:0;border-style:solid;border-color:#5c5b5b transparent;border-width:0 .5625rem .5625rem;margin-left:-.5625rem}._grid-c10,._grid-c20{display:grid;justify-content:start;align-items:center;gap:.625rem;grid-auto-flow:column}._grid-c20{gap:1.25rem}._flex-sbc{display:flex;justify-content:space-between;align-items:center;gap:.625rem;flex-wrap:wrap}.btn-vk-play{width:100%;border-radius:.5rem;background:#5382ce;padding:.625rem;font-size:.875rem;font-weight:600;color:#fff;display:grid;justify-content:center;gap:.625rem;grid-template-columns:auto auto}.btn-vk-play__wrap{padding:.625rem;position:sticky;bottom:0}.btn-vk-play ._img-c{width:1.25rem;height:1.25rem}.header{line-height:1.1666666667;font-size:1.125rem;font-weight:700;color:#f5f5f7;background-color:#005bff;position:relative;z-index:5}.header__container{max-width:83.8125rem;padding:0 .9375rem;display:flex;justify-content:space-between;align-items:center;gap:1.875rem;flex-wrap:wrap}.header__left,.header .header__right{display:grid;gap:1.875rem;grid-auto-flow:column}.header__logo{padding:.9375rem 0}@media (max-width: 1024px){.header{position:fixed;width:100%;height:66px}}.nav-menu{display:grid;grid-auto-flow:column;min-height:100%}.nav-menu__elm{display:grid;position:relative}.nav-menu__link{display:grid;align-content:center;padding:.125rem 1.0625rem 0 0}.nav-menu__link span{opacity:.8;position:relative}.nav-menu__link span:after{position:absolute;left:0;right:0;bottom:-.625rem;z-index:1;content:"";display:inline-block;height:.375rem;border-radius:.375rem;background:#fff;opacity:0}.nav-menu__link:hover span,.nav-menu__link:active span,.nav-menu__link:focus span{opacity:1}.nav-menu__link:hover span:after,.nav-menu__link:active span:after,.nav-menu__link:focus span:after{opacity:1}.nav-menu__link._js-active span{opacity:1}.nav-menu__link._js-active span:after{opacity:1;background:linear-gradient(to right,#f87d28,#face5a)}.header__box-btn{display:grid;align-items:center;gap:.75rem;grid-auto-flow:column}.btn-hed{width:2.5rem;height:2.5rem;border-radius:.5rem;background:rgba(133,133,144,0);display:grid;justify-items:center;align-items:center;position:relative}.btn-hed__ico{max-width:1.5625rem;width:1.875rem;height:1.875rem;opacity:.8}.btn-hed__ico--to-big img{width:130%;height:130%;margin-top:-.3125rem}.btn-hed__desc{display:block;position:absolute;left:50%;bottom:-.6875rem;z-index:1;opacity:0;pointer-events:none;background-color:#5c5b5b;padding:.5rem;border-radius:.625rem;transform:translate(-50%,100%);max-width:18.75rem;font-size:.875rem;font-weight:400;white-space:nowrap}.btn-hed__desc:after{content:"";display:inline-block;position:absolute;top:-.5rem;left:50%;z-index:1;width:0;border-style:solid;border-color:#5c5b5b transparent;border-width:0 .5625rem .5625rem;margin-left:-.5625rem}.btn-hed:hover,.btn-hed:active,.btn-hed:focus{background:rgba(133,133,144,.2)}.btn-hed:hover .btn-hed__ico,.btn-hed:active .btn-hed__ico,.btn-hed:focus .btn-hed__ico{opacity:1}.btn-hed:hover .btn-hed__desc,.btn-hed:active .btn-hed__desc,.btn-hed:focus .btn-hed__desc{opacity:1}.header__falling-list{position:absolute;left:0;bottom:20%;z-index:-1;transform:translateY(100%)}.header__falling-list-profile{position:absolute;right:0;bottom:20%;z-index:-1;transform:translateY(100%)}.falling-list{padding:.625rem 0rem;opacity:0;background-color:#333336;pointer-events:none;font-size:.875rem;font-weight:400;white-space:nowrap;border:1px solid #2f2f35;border-radius:.375rem;box-shadow:0 .25rem .25rem #00000040}.falling-list__link{display:block;padding:.5rem 1.25rem}.falling-list__link:hover,.falling-list__link:active,.falling-list__link:focus{background-color:#1d1d1f}.falling-list__separator{padding:.625rem 0;display:grid;justify-items:center}.falling-list__separator:before{content:"";display:inline-block;width:80%;height:.0625rem;background:#fff;opacity:.3}.nav-menu__elm:hover .falling-list,.nav-menu__elm:active .falling-list,.nav-menu__elm:focus .falling-list{z-index:1;opacity:1;pointer-events:auto}.login-in{display:grid;align-items:center;gap:.75rem;grid-auto-flow:column;line-height:1.5;font-size:.875rem;font-weight:500}.login-in__ava{width:1.875rem;height:1.875rem;border-radius:50%;overflow:hidden}.bnt-burger{display:none}.btn-hed__ico{position:relative}.btn-hed__ico .note-count{position:absolute;border-radius:15px;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:#ff0000;box-sizing:border-box;display:flex;font-size:12px;font-weight:400;height:16px;justify-content:center;line-height:20px;min-width:16px;padding:2px;right:-2px;top:3px;width:auto}@media (max-width: 85.3125em){.login-in__name{display:none}}@media (max-width: 64.0625em){.header__left{gap:0}.bnt-burger{width:3.75rem;display:grid;justify-content:center;align-content:center;gap:.3125rem;grid-template-columns:1.3125rem;margin-left:-.6875rem}.bnt-burger span{height:.125rem;background:#fff}.bnt-burger__wrap{display:block;padding:1.0625rem 0}.nav,.mobile-of{display:none}}.head-search{display:none;flex:1 0 auto;height:100%;position:relative;z-index:3;font-weight:400}.head-search__label,.head-search__form{display:grid;align-items:center;height:3.75rem}.head-search__label{padding:.625rem 0;position:relative}.head-search__input{padding:0 .625rem .375rem 3.125rem;height:100%;border:1px solid rgba(255,255,255,.6);border-radius:.3125rem;background-color:#2e2d2e}.head-search__icon,.head-search__close{position:absolute;top:50%;left:.9375rem;z-index:1;opacity:.8;transform:translateY(-50%);width:1.25rem;height:1.25rem}.head-search__close{left:auto;right:.9375rem}.head-search__close svg{fill:#fff;opacity:.7}.head-search__close:hover svg,.head-search__close:active svg,.head-search__close:focus svg{opacity:1}.head-search__separator-list{padding:1.25rem 0 1.5625rem;display:grid;justify-items:center}.head-search__separator-list:before{content:"";display:inline-block;width:100%;height:.0625rem;background:#fff;opacity:.3}.head-search{white-space:wrap}.head-search__box-list{padding:.9375rem 1.5625rem .9375rem 1.25rem;position:absolute;left:0;bottom:0;z-index:5;transform:translateY(100%);width:100%;border-radius:.9375rem;background:rgb(46,45,46);box-shadow:0 0 #00000096;font-size:.875rem;max-height:31.25rem;overflow-y:auto;overflow-x:hidden}.head-search__wrap-list{display:flex;align-items:center}.head-search__ttl-list{align-self:flex-start}.head-search__ttl-list:not(:last-child){margin-right:2.625rem}.head-search__list{flex:1 0 auto}.search-game{display:flex;justify-content:space-between;align-items:center;position:relative}.search-game:hover:after,.search-game:active:after,.search-game:focus:after{content:"";display:inline-block;position:absolute;inset:-20% -100%;z-index:-1;background-color:#181818}.search-game__wrap:not(:last-child){margin-bottom:.9375rem}.search-game__l,.search-game__r{display:flex;align-items:center}.search-game__ttl{font-weight:600}.search-game__ttl:not(:last-child){margin-bottom:.125rem}.search-game__catg{opacity:.5}.search-game__img{width:3.75rem;border-radius:.5rem;overflow:hidden}.search-game__img:not(:last-child){margin-right:.75rem}.search-game__info{color:#a4b2ff;flex-direction:column;display:flex;justify-content:space-between}.search-game__cost{color:#ffca4d;font-weight:600}.search-game__cost:not(:last-child){margin-bottom:.5rem}.search-game__rating{font-weight:600;font-size:1.0625rem;display:flex;align-items:center;justify-content:center;width:2.25rem;border-radius:50%;height:2.25rem;background:linear-gradient(180deg,#5abb5b,#1c861d);text-shadow:0 1px 2px rgba(0,0,0,.2)}.search-game-more{color:#56bfff;font-size:1rem}.search-game__c{display:flex;justify-content:space-between;align-items:center;flex:1 0 auto}.search-game__c:not(:last-child){margin-right:2.5rem}body._js-search-open .head-search{display:block}body._js-search-open .search-of{display:none}@media (max-width: 64.0625em){body._js-burger-open{overflow:hidden}body._js-burger-open .header__burger-box{overflow:hidden;display:block;position:fixed;top:4.0625rem;left:0;z-index:2;background-color:#00000095;width:100%;height:100%;height:100svh;transition:height .2s}body._js-burger-open .bnt-burger span:nth-child(1){transform:rotate(45deg);margin-top:.4375rem}body._js-burger-open .bnt-burger span:nth-child(2){display:none}body._js-burger-open .bnt-burger span:nth-child(3){margin-top:-.4375rem;transform:rotate(-45deg)}body._js-burger-open .burger__aside-menu{overflow-y:auto;overflow-x:hidden;height:100%;height:calc(100vh - 4.0625rem);height:calc(100svh - 4.0625rem);max-width:25rem;background-color:#1e1e1e;flex-direction:column;display:flex}body._js-burger-open .burger__box-login-in{padding:.3125rem 1.25rem 1.25rem;display:grid;gap:1.25rem;grid-template-columns:1.75fr 1fr}body._js-burger-open .burger__btn-reg,body._js-burger-open .burger__btn-login{padding:.5625rem;background-color:#e2e3e7;border-radius:.5rem;color:#000;font-weight:500}body._js-burger-open .burger__btn-reg:hover,body._js-burger-open .burger__btn-reg:active,body._js-burger-open .burger__btn-reg:focus,body._js-burger-open .burger__btn-login:hover,body._js-burger-open .burger__btn-login:active,body._js-burger-open .burger__btn-login:focus{opacity:.7}body._js-burger-open .burger__btn-login{background-color:#454549;color:#fff;border:1px solid rgb(69,69,73)}body._js-burger-open .menu-burger{padding:1.25rem;border-radius:.9375rem;background:#000;flex:1 0 auto}body._js-burger-open .menu-burger__nav{min-height:31.25rem}body._js-burger-open .nav-burger__elm:not(:last-child){margin-bottom:1.25rem}body._js-burger-open .btn-nav-burger{display:grid;justify-content:start;align-items:center;gap:.625rem;grid-template-columns:auto auto 1fr;width:100%}body._js-burger-open .btn-nav-burger__ico{width:2.1875rem;height:2.1875rem;opacity:.8}body._js-burger-open .btn-nav-burger__arrow{display:flex;justify-content:flex-end;opacity:.7}body._js-burger-open .btn-nav-burger__arrow span{transform:rotate(-90deg);width:1.0625rem;height:1.0625rem}body._js-burger-open .btn-nav-burger__name{font-size:1.1875rem;font-weight:400;color:#fffc}body._js-burger-open .nav-burger__elm._js-open .btn-nav-burger__arrow span{transform:rotate(90deg)}body._js-burger-open .nav-burger__elm._js-open .falling-list{padding-left:1.5625rem;display:block;opacity:1;background-color:#fff0;border:1px solid rgba(255,255,255,0);font-size:1rem}body._js-burger-open .nav-burger__elm._js-open .falling-list__separator:before{width:90%}body._js-burger-open .menu-burger__separator{padding:1.25rem 0;display:grid;justify-items:center}body._js-burger-open .menu-burger__separator:before{content:"";display:inline-block;width:95%;height:.0625rem;background:#fff;opacity:.3}body._js-burger-open .nav-burger__id{padding-top:.9375rem;padding-left:2.8125rem;font-weight:400;opacity:.75;display:grid;justify-content:start;align-items:center;gap:.625rem;grid-auto-flow:column}body._js-burger-open .nav-burger__ico-id{width:1.25rem;height:1.25rem}body._js-burger-open .btn-out-burger{opacity:.8;font-weight:400}body._js-burger-open .head-search{position:fixed;top:4.1875rem;left:0;z-index:10;width:100vw;width:100svw}body._js-burger-open .head-search__form{background-color:#42f26e98;background-color:#2e2d2e;padding:0 1.25rem}body._js-burger-open .head-search__body{position:relative}body._js-burger-open .head-search__box-list{border-radius:0}}@media (max-width: 56.25em){.search-game__c{flex-direction:column;align-items:flex-start}.search-game{align-items:flex-start}.search-game__desc,.search-game__l{flex:1 1 auto}.head-search__ttl-list:not(:last-child){margin-bottom:1.375rem}.head-search__wrap-list{display:block}.search-game__rating{margin-top:.3125rem}}@media (max-width: 31.25em){.burger__aside-menu{max-width:31.25rem}.burger__box-login-in{padding:.3125rem .9375rem 1.25rem;grid-template-columns:1.2fr 1fr}}.main-promo{position:relative;z-index:1}.main-promo__card:not(:last-child){margin-bottom:1.125rem}.card-promo{display:grid;align-items:start;grid-template-columns:18.75rem auto;background-color:#fff;height:11.25rem;border-radius:.5rem;overflow:hidden;color:#000;cursor:pointer}.card-promo__box-txt{padding:.9375rem;flex-direction:column;display:flex;height:100%}.card-promo__ttl{line-height:1.3333333333;font-size:1.125rem;font-weight:700}.card-promo__ttl:not(:last-child){margin-bottom:.5rem}.card-promo__txt{flex:1 0 auto;opacity:.6;font-size:.9375rem}.card-promo__footer{display:grid;justify-content:space-between;align-items:end;grid-template-columns:auto auto;font-size:.9375rem;font-weight:600}.card-promo__timer{opacity:.6;display:grid;justify-content:start;gap:.3125rem;grid-auto-flow:column}.card-promo__btn{min-width:8.125rem}.card-promo__ico-timer{width:1.25rem;filter:invert(100%)}.promo-btn{display:inline-block;padding:.5rem;border-radius:.375rem;background:rgba(0,0,0,.2);min-width:8.125rem;text-align:center;color:#000;font-weight:700;opacity:.8}.promo-btn:hover,.promo-btn:active,.promo-btn:focus{opacity:1}.main-promo__container-banner{position:absolute;top:0;left:0;z-index:-1;width:100%;display:grid;justify-content:center}.main-promo__container-banner:before{content:"";position:absolute;z-index:2;left:0;right:0}.main-promo__container-banner:before{top:0;height:165px;background:linear-gradient(0deg,transparent,rgba(140,235,255,0) 19.27%,rgba(140,235,255,0) 45.31%,#e0e0e0)}.main-promo__gradient-banner,.main-promo__gradient-banner-bottom,.main-promo__gradient-banner-mobile{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background:radial-gradient(circle,rgba(255,255,255,0) 32%,rgb(224,224,224) 87%)}.main-promo__gradient-banner-bottom,.main-promo__gradient-banner-mobile{z-index:2;background:linear-gradient(180deg,rgba(140,235,255,0) 88%,#e0e0e0 100%)}.main-promo__banner-ibg{max-width:143.75rem;width:100vw;height:31.25rem;z-index:-1}.slider-promo{padding:0 4.375rem;height:25.4375rem;display:grid;align-content:center;position:relative}.slider-promo__slider{max-width:53.75rem}.slider-promo__slide{display:grid;justify-items:start;gap:.9375rem}.slider-promo__logo{max-width:30%}.slider-promo__ttl{font-size:1.8125rem;font-weight:700}.slider-promo__desc{max-width:32.8125rem;display:inline-block;padding:.5rem;border-radius:.375rem;background:#f5f5f7;min-width:8.125rem;text-align:center;color:#000;font-weight:700;opacity:.8}.slider-promo__btn-slide{opacity:1;background:#ffca4d;min-width:11.5625rem}.slider-promo__btn-slide:hover,.slider-promo__btn-slide:active,.slider-promo__btn-slide:focus{background:#fcd67e}.slider-promo__arrow{position:absolute;top:50%;left:0;z-index:1;width:2.5rem;height:2.5rem;border-radius:.625rem;background:#5c5b5b;display:flex;align-items:center;justify-content:center;opacity:.6;transform:translateY(-50%)}.slider-promo__arrow span{width:1.875rem;margin-left:-.1875rem}.slider-promo__arrow--right{transform:translateY(-50%) rotate(180deg);left:auto;right:0}.slider-promo__arrow:hover,.slider-promo__arrow:active,.slider-promo__arrow:focus{opacity:1}.main-promo__gradient-banner-mobile{display:none}.footer-promo{font-size:.875rem;color:#0000006d;padding:4.375rem 0 2.5rem;opacity:1}.footer-promo__txt:not(:last-child){margin-bottom:.9375rem}.footer-promo__box-txt{overflow:hidden}.footer-promo__btn{margin:0 auto;display:grid;gap:.125rem;grid-template-columns:auto .875rem}.footer-promo__ico-btn{margin:.3125rem 0 0;width:.9375rem;height:.9375rem;opacity:.6}.footer-promo__ico-btn img{transform:rotate(-90deg)}@media (max-width: 61.375em){.promo-card-box{display:grid;justify-content:center}.card-promo{grid-template-columns:1fr;width:19.0625rem;height:auto}.card-promo__footer{grid-template-columns:1fr;gap:1.25rem}.card-promo__txt:not(:last-child){margin-bottom:.625rem}.slider-promo__arrow,.main-promo__gradient-banner,.footer-promo{display:none}.slider-promo__pagination{display:flex;justify-content:center;flex-wrap:wrap;opacity:.4}.slider-promo__pagination button{height:.1875rem;border-radius:.125rem;background:#fff;flex:0 0 1.875rem}.slider-promo__pagination button:not(:last-child){margin-right:.5625rem;margin-bottom:1.375rem}.slider-promo{padding:0}.slider-promo__slide{justify-items:center;text-align:center;gap:.625rem}.slider-promo__slide__btn-slide{width:19.0625rem}.main-promo__gradient-banner-bottom{background:linear-gradient(180deg,rgba(140,236,255,0) 30%,#e0e0e0 100%)}.main-promo__gradient-banner-mobile{display:block}.main-promo__banner-ibg{height:25rem;z-index:-1}.slider-promo__ttl{font-size:1.5625rem}.slider-promo__desc{font-size:.9375rem}.slider-promo__desc:not(:last-child){margin-bottom:1.25rem}}.app-wf__article{border-radius:.625rem;background:#FFF;font-size:.875rem;color:#4c4c4cb3}.app-wf__article:not(:last-child){margin-bottom:1.25rem}.footer-app-wf{padding-top:1.25rem;display:grid;justify-content:center;font-size:.875rem;font-weight:400;color:#5c98c3}.more-app-wf:hover,.more-app-wf:active,.more-app-wf:focus{color:#72bef4}.app-wf-ttl{font-size:1.125rem;font-weight:700;color:#000}.app-wf-btn-arr{width:1.875rem;height:1.875rem;border-radius:.3125rem;background:rgba(160,158,158,.428);display:flex;align-items:center;justify-content:center}.app-wf-btn-arr ._img-c{width:80%;height:80%}.app-wf-btn-arr:hover,.app-wf-btn-arr:active,.app-wf-btn-arr:focus{opacity:.8}.app-wf{padding:0 0 3.125rem}.app-wf__nav{padding:1.375rem 0;display:flex;align-items:center;gap:.5625rem;flex-wrap:wrap;font-size:.75rem}.app-wf__elm-nav{opacity:.6}.app-wf__elm-nav:hover,.app-wf__elm-nav:active,.app-wf__elm-nav:focus{opacity:.8}.app-wf__elm-nav--separator{width:.125rem;border-radius:50%;height:.125rem;background:#fff}.app-wf__header{position:sticky;top:0;z-index:10;padding:1.5625rem 1.5625rem 1.5625rem 2.1875rem;border-radius:.625rem;background:#FFF;box-shadow:0 .5rem 1.5rem #1b7fcccc;display:flex;justify-content:space-between;align-items:center;gap:1.25rem;flex-wrap:wrap}.app-wf__header:not(:last-child){margin-bottom:1.5625rem}.app-wf__l-header{display:grid;align-items:center;gap:1.25rem;grid-auto-flow:column}.app-wf__logo{width:2.75rem;height:2.75rem}.app-wf__ttl{line-height:.7857142857;font-size:1.75rem;font-weight:700}.app-wf__h-btn{padding:.5rem 1.25rem;border-radius:.5rem;background:rgb(97,110,251);font-size:1.125rem;font-weight:600;min-width:9.375rem;position:relative}.app-wf__h-btn:hover,.app-wf__h-btn:active,.app-wf__h-btn:focus{background:rgb(79,90,212)}.app-wf__h-btn--or{background:#ffc340;color:#000}.app-wf__h-btn--or:hover,.app-wf__h-btn--or:active,.app-wf__h-btn--or:focus{background:#fad481}.app-wf__h-btn__desc-h-btn{position:absolute;left:50%;bottom:0;z-index:1;font-size:.875rem;font-weight:500;color:#fff;transform:translate(-50%,100%)}.app-wf__box{display:grid;gap:1.25rem;grid-template-columns:64% 1fr}.twf-slider{overflow:hidden;height:12.5rem;border-radius:.625rem}.twf-slider__desc{padding:.4375rem .625rem;position:absolute;left:0;right:0;bottom:13%;z-index:5;background-color:#000000a1;line-height:1.3;font-size:1.25rem;text-transform:uppercase;font-weight:700;color:red}.twf-slider__txt{color:#fff;font-weight:300}.twf-slider__arrow-btn{opacity:.4;position:absolute;top:50%;right:.625rem;z-index:10;width:1.875rem;height:1.875rem;transform:translate(150%,-50%)}.twf-slider__arrow-btn:hover,.twf-slider__arrow-btn:active,.twf-slider__arrow-btn:focus{opacity:1}.twf-slider:hover .twf-slider__arrow-btn,.twf-slider:active .twf-slider__arrow-btn,.twf-slider:focus .twf-slider__arrow-btn{transform:translateY(-50%);right:.625rem}.twf-slider:hover .twf-slider__arrow-btn--l,.twf-slider:active .twf-slider__arrow-btn--l,.twf-slider:focus .twf-slider__arrow-btn--l{transform:rotate(180deg) translateY(50%);right:auto;left:.625rem}.twf-slider__arrow-btn--l{transform:rotate(180deg) translate(150%,50%);right:auto;left:.625rem}.twf-slider__btn-box{display:grid;gap:.3125rem;grid-auto-flow:column;position:absolute;right:.625rem;bottom:.5625rem;z-index:5}.twf-slider__btn{width:1.25rem;height:.5rem;background:rgba(0,0,0,.749)}.twf-slider__btn:hover,.twf-slider__btn:active,.twf-slider__btn:focus{background:rgba(104,102,102,.631)}.twf-slider__btn._js-active{background:rgba(255,0,0,.711)}.slider-wf{overflow:hidden}.slider-wf__wrap-sliders{position:relative;z-index:2}.slider-wf__a-btn{opacity:.8;position:absolute;top:50%;left:.8125rem;z-index:12;width:1.875rem;height:1.875rem;border-radius:.3125rem;background:rgba(160,158,158,.428);transform:translateY(-50%);display:flex;align-items:center;justify-content:center}.slider-wf__a-btn ._img-c{width:1.75rem;height:1.75rem;opacity:1}.slider-wf__a-btn:hover,.slider-wf__a-btn:active,.slider-wf__a-btn:focus{opacity:1}.slider-wf__a-btn--r{left:auto;right:.8125rem}.slider-wf__a-btn--r ._img-c{transform:rotate(180deg)}.slider-wf__slide{width:6.25%rem;height:6.25%rem}.slider-wf__video{padding-top:46.875%;width:100%;height:100%;position:relative}.slider-wf__iframe{position:absolute;z-index:5;width:100%;height:100%;margin:0;top:50%;left:50%;z-index:-100;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%) translateY(-50%);background-size:cover}.slider-wf__wrap-nav{padding:1.25rem;background-color:#fff;overflow:hidden;width:100%;display:grid;justify-content:start;gap:.875rem;grid-auto-flow:column}.slider-wf__btn-nav{width:5.4375rem;height:2.9375rem;border-radius:.3125rem;border:2px solid rgba(155,155,155,0)}.slider-wf__btn-nav._js-active{border:2px solid #000}.slider-wf__btn-nav span{z-index:2;display:inline-block;width:50%;height:100%;background:rgba(52,52,52,.6196078431);display:flex;align-items:center;justify-content:center}.slider-wf__btn-nav:after{content:"";margin-left:22%;display:inline-block;border:.625rem solid transparent;border-left:.9375rem solid #fff}.desc-wf{padding:1.5625rem;overflow:hidden;font-size:.875rem;color:#000000b3}.desc-wf__ttl{font-size:1.125rem;font-weight:700;color:#000}.desc-wf__ttl:not(:last-child){margin-bottom:.625rem}.desc-wf__ttl-4{font-weight:700}.desc-wf__ttl-4:not(:last-child){margin-bottom:.625rem}.desc-wf__txt:not(:last-child){margin-bottom:.625rem}.desc-wf__video{padding-top:41.3114754098%}.desc-wf__video:not(:last-child){margin-bottom:.625rem}.desc-wf__body{max-height:66.875rem;overflow:hidden}.desc-wf__footer{display:grid;justify-content:center;position:relative;z-index:2;font-size:.875rem;font-weight:400;color:#5c98c3}.desc-wf__more:hover,.desc-wf__more:active,.desc-wf__more:focus{color:#72bef4}.desc-wf__more:hover span:after,.desc-wf__more:hover span:before,.desc-wf__more:active span:after,.desc-wf__more:active span:before,.desc-wf__more:focus span:after,.desc-wf__more:focus span:before{background:#72bef4}.desc-wf__more span{margin-left:.4375rem;display:inline-block;width:.5rem;height:.5rem;position:relative;z-index:5;transform:rotate(90deg)}.desc-wf__more span:after,.desc-wf__more span:before{position:absolute;left:10%;z-index:2;content:"";display:inline-block;width:90%;height:.125rem;background:#5c98c3}.desc-wf__more span:after{transform:rotate(-45deg);bottom:10%}.desc-wf__more span:before{top:10%;transform:rotate(45deg)}.desc-wf__gradient-f{position:absolute;top:-2.5rem;left:-100%;right:-100%;z-index:-1;height:2.5rem;background:linear-gradient(180deg,rgba(45,48,58,0),#FFF 80%)}.news-wf{padding:1.25rem 0}.news-wf__ttl{padding:0 1.25rem}.news-wf__ttl:not(:last-child){margin-bottom:1.25rem}.news-wf__ttl{line-height:1.2222222222;font-size:1.125rem}.news-wf__separator{height:.0625rem;background:#000}.wf-card-news{display:grid;grid-template-columns:13.75rem auto;min-height:7.75rem;font-size:.8125rem}.wf-card-news__info{padding:.3125rem .625rem;flex-direction:column;display:flex}.wf-card-news__ttl{font-size:.875rem;font-weight:700;color:#fff}.wf-card-news__txt{flex:1 0 auto}.wf-card-news__bottom{height:1.25rem}.wf-card-news__l-btn,.wf-card-news__comments ._img-c{width:1.25rem;height:1.25rem;filter:invert(100%);opacity:.3}.wf-card-news__l-btn--d{margin-left:.25rem}.wf-card-news__l-btn--d ._img-c{transform:rotate(180deg)}.wf-card-news__like,.wf-card-news__comments{display:grid;gap:.3125rem;grid-auto-flow:column}.wf-card-news__bottom{display:grid;justify-content:start;gap:1.25rem;grid-auto-flow:column}.offers-wf__header{display:flex;justify-content:space-between;align-items:center}.offers-wf__header:not(:last-child){margin-bottom:.625rem}.offers-wf__box-btn{display:grid;gap:.5625rem;grid-auto-flow:column}.offers-wf__h-btn{background:rgba(0,0,0,.4823529412);width:1.5625rem;height:1.5625rem}.offers-wf__h-btn--r ._img-c{display:inline-block;transform:rotate(180deg)}.offers-wf__sliders:not(:last-child){margin-bottom:1.25rem}.offers-wf__h-btn._js-off{opacity:.3}.sliders-owf{display:grid;gap:.625rem;grid-auto-flow:column;grid-template-columns:1fr 1fr 1fr}.sliders-owf__cloud{cursor:pointer;opacity:.5;width:1.875rem;height:1.5625rem;border-radius:.3125rem;background:rgba(255,255,255,.768627451);filter:invert(100%);display:flex;align-items:center;justify-content:center;position:absolute;top:.3125rem;right:.3125rem;z-index:5}.sliders-owf__cloud ._img-c{width:.9375rem;height:.9375rem}.sliders-owf__cloud:hover,.sliders-owf__cloud:active,.sliders-owf__cloud:focus{opacity:1}.card-s-owf{position:relative;border-radius:.625rem;overflow:hidden;background-color:#3a3a3f}.card-s-owf__img{height:15.625rem}.card-s-owf__info{padding:.625rem .75rem .75rem;min-height:6.25rem}.card-s-owf__info--cost{flex-direction:column;display:flex;justify-content:space-between}.card-s-owf__ttl:not(:last-child){margin-bottom:.5625rem}.card-s-owf__type{font-size:.75rem;opacity:.6}.card-s-owf__cost{color:#ffc340}.offers-wf__nav{display:flex;justify-content:center;align-items:center;gap:.625rem}.offers-wf__btn-n{width:1.875rem;height:.25rem;border-radius:.1875rem;background:rgba(190,188,188,.3843137255);border:1px solid rgba(255,255,255,0)}.offers-wf__btn-n.-js-active{border:1px solid rgba(255,255,255,.462745098)}.body-wf__offers:not(:last-child){margin-bottom:1.25rem}.reviews-wf{padding:.3125rem 0 1.25rem;background:#FFF}.rating-r-wf__top{padding:0 1.25rem;display:flex;justify-content:space-between;align-items:center}.rating-r-wf__top:not(:last-child){margin-bottom:.9375rem}.rating-r-wf__ttl span{font-weight:400;opacity:.7;margin-left:.3125rem}.btn-add-reviews{padding:.75rem;border-radius:.5rem;background:linear-gradient(251deg,#5c5c5c 17.35%,#898989),#2b2b2c;display:grid;justify-content:center;align-items:center;gap:.625rem;grid-auto-flow:column;line-height:.375;font-size:1rem;font-weight:600;color:#fff;min-width:13.75rem}.btn-add-reviews:hover{background:linear-gradient(91deg,#5c5c5c 17.35%,#898989),#2b2b2c}.btn-add-reviews__ico{width:1rem;height:1rem;position:relative}.btn-add-reviews__ico:after,.btn-add-reviews__ico:before{content:"";display:inline-block;position:absolute;z-index:2;background-color:#fff}.btn-add-reviews__ico:after{width:100%;height:.125rem;left:0;top:50%;transform:translateY(-50%)}.btn-add-reviews__ico:before{width:.125rem;height:100%;left:50%;top:0;transform:translate(-50%)}.rating-r-wf__info{padding:0 1.25rem;display:flex;justify-content:space-between;align-items:flex-start}.rating-r-wf__l-info{flex:1 0 auto}.rating-r-wf__separator{height:.0625rem;background:#000}.rating-r-wf__r-info{flex:0 0 auto}.info-line{padding:.3125rem 0 1.25rem}.info-line__elm{display:flex;justify-content:start;align-items:center}.info-line__elm:not(:last-child){margin-bottom:.625rem}.info-line__img{width:1.875rem;height:1.875rem}.info-line__img:not(:last-child){margin-right:.625rem}.info-line__line{display:inline-block;width:22.5rem;height:.25rem;border-radius:4px;background:#6fb96c;min-width:.25rem}.info-line__line--neutral{width:3.75rem;height:m;background:#ffc200}.info-line__line--sad{width:6.5625rem;height:m;background:#b7b7b7}.info-line__value{font-weight:500;color:#000}.rating-r-wf__r-info{display:grid;justify-items:center;gap:.3125rem}.rating-r-wf__value-rating{width:4.0625rem;height:4.0625rem;border-radius:50%;background:c;display:flex;align-items:center;justify-content:center;font-size:2.1875rem;letter-spacing:-.0857142857em;font-weight:500;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.2)}.rating-r-wf__value-rating.rating-cool{background:linear-gradient(180deg,#69c96a,#289929)}.rating-r-wf__value-rating.rating-average{background:linear-gradient(180deg,#ffbf60,#fb9d11)}.rating-r-wf__value-rating.rating-short{background:linear-gradient(180deg,#acacac,#6f6f6f)}.rating-r-wf__desc-rating{display:flex;align-items:center;font-size:.8125rem}.rating-r-wf__desc-rating .ico-wf{position:relative;width:.9375rem;border-radius:50%;height:.9375rem;background:rgba(212,212,212,.6901960784);margin-left:.3125rem;color:#000;display:flex;align-items:center;justify-content:center;cursor:pointer}.rating-r-wf__desc-rating .ico-wf__desc{padding:.3125rem .6875rem;position:absolute;top:0;left:0;z-index:1;width:25rem;border-radius:.3125rem;background:#525252;color:#fff;transform:translate(-50%,-110%);box-shadow:0 .125rem .25rem #000000f9;display:none}.rating-r-wf__desc-rating .ico-wf:hover .ico-wf__desc,.rating-r-wf__desc-rating .ico-wf:active .ico-wf__desc,.rating-r-wf__desc-rating .ico-wf:focus .ico-wf__desc{display:block}.form-rating-wf{padding:1.25rem;display:flex;align-items:center;font-weight:600}.form-rating-wf__inp{position:absolute;z-index:-100;pointer-events:none;opacity:0}.form-rating-wf__radio-wrapper{cursor:pointer;position:relative;display:flex;align-items:center}.form-rating-wf__radio-wrapper:not(:last-child){margin-right:1.375rem}.form-rating-wf__radio-btn{display:block;width:1.25rem;border-radius:50%;height:1.25rem;background:rgba(254,254,254,0);border:1px solid rgba(255,255,255,.54);display:flex;align-items:center;justify-content:center}.form-rating-wf__radio-btn:not(:last-child){margin-right:.5625rem}.form-rating-wf__radio-btn:after{opacity:0;content:"";display:inline-block;width:.375rem;border-radius:50%;height:.375rem;background:rgba(42,42,42,.8274509804)}.form-rating-wf__inp:checked+.form-rating-wf__radio-btn{background:#fff}.form-rating-wf__inp:checked+.form-rating-wf__radio-btn:after{opacity:1}.nav-reviews-wf{padding:0 1.25rem;background-color:#000;overflow:hidden}.nav-reviews-wf__btn{padding:.9375rem 0;position:relative}.nav-reviews-wf__btn:after{opacity:0;content:"";display:inline-block;position:absolute;left:.125rem;right:.125rem;bottom:0;z-index:1;height:.375rem;border-radius:.375rem .375rem 0 0;background-image:linear-gradient(90deg,#f87d28,#face5a)}.nav-reviews-wf__btn:not(:last-child){margin-right:.9375rem}.nav-reviews-wf__btn:hover,.nav-reviews-wf__btn:active,.nav-reviews-wf__btn:focus,.nav-reviews-wf__btn._js-active{color:#fff;text-shadow:0 0 .075rem #fff,0 0 .075rem #fff}.nav-reviews-wf__btn._js-active:after{opacity:1}.reviews{padding:1.25rem 1.25rem 2.5rem}.reviews__user:not(:last-child),.reviews__text:not(:last-child){margin-bottom:1.25rem}.reviews__text{color:#000}.reviews__footer:not(:last-child){margin-bottom:.625rem}.user-rev{display:flex;justify-content:space-between;align-items:center;gap:.625rem;flex-wrap:wrap;padding:0 1.25rem 0 0}.user-rev__top{display:grid;align-items:center;gap:.625rem;grid-auto-flow:column}.user-rev__ava{width:2.5rem;border-radius:50%;height:2.5rem;overflow:hidden}.user-rev__name{font-size:1.0625rem;font-weight:700;color:#000}.user-rev__time,.user-rev__review{display:grid;align-items:center;gap:.0625rem;grid-auto-flow:column}.user-rev__time ._img-c,.user-rev__review ._img-c{width:1.25rem;filter:invert(100%)}.user-rev__review ._img-c{width:1.5rem;transform:scaleX(-1)}.rating-ur{display:grid;align-items:center;gap:.3125rem;grid-auto-flow:column}.rating-ur__display{width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(180deg,#69c96a,#289929);display:flex;align-items:center;justify-content:center;line-height:1;font-size:1.375rem;letter-spacing:-.0909090909em;font-weight:500;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.2)}.rating-ur__display span{margin-left:-.1875rem}.footer-reviews{font-size:.8125rem;display:flex;align-items:center;gap:.625rem;flex-wrap:wrap;justify-content:flex-end}.reviews-like{display:grid;align-items:center;gap:.3125rem;grid-auto-flow:column;font-size:.9375rem;color:#4aa84b;font-weight:700}.reviews-like__ico{width:.9375rem;height:.9375rem;opacity:.9;filter:invert(40%)}.reviews-like__ico.like{filter:none}.reviews-like__btn{position:relative}.reviews-like--minus{color:#ed4d4e}.reviews-like--minus ._ibg-img{transform:rotate(180deg)}.reviews-like__value,.reviews-like__btn{position:relative}.reviews-like__value ._desc,.reviews-like__btn ._desc{padding:.3125rem .625rem;font-size:.8125rem;font-weight:600;color:#fff}.reviews-like__value:hover ._desc,.reviews-like__value:active ._desc,.reviews-like__value:focus ._desc,.reviews-like__btn:hover ._desc,.reviews-like__btn:active ._desc,.reviews-like__btn:focus ._desc{opacity:1}.answer-r{padding:0 0 0 2.5rem}.answer-r__ava{overflow:hidden;width:2.5rem;border-radius:50%;height:2.5rem}.answer-r__user{display:grid;justify-content:start;align-items:start;gap:.625rem;grid-auto-flow:column}.answer-r__user:not(:last-child){margin-bottom:.9375rem}.answer-r__name{font-size:1.0625rem;font-weight:700;color:#fff}.aside__ttl{padding:0 1.25rem}.aside__ttl:not(:last-child){margin-bottom:.625rem}.banner-aside{padding:.625rem 0}.banner-aside__img{overflow:hidden;height:12.5rem;border-radius:.5rem}.banner-aside__img:not(:last-child){margin-bottom:.625rem}.banner-aside__txt{padding:0 1.25rem}.spoiler-ba{padding-top:0}.spoiler-ba__txt{max-height:7.5rem;overflow:hidden}.spoiler-ba footer{position:relative}.spoiler-ba footer:after{content:"";display:inline-block;background-color:#42f26e98;position:absolute;top:-1.25rem;left:0;right:0;z-index:1;height:2.5rem;background:linear-gradient(180deg,rgba(45,48,58,0),rgb(58,58,63) 80%)}.aside-wf__to-social{padding:.625rem;color:#000;border-radius:.5rem;background:#f5f5f7 linear-gradient(180deg,rgba(245,245,247,.6) 17.35%,rgba(204,204,216,.6));display:flex;justify-content:center;align-items:center;font-weight:700}.aside-wf__to-social ._img-c{width:2.5rem}.aside-wf__to-social ._img-c:not(:last-child){margin-right:.625rem}.aside-wf__to-social:not(:last-child){margin-bottom:1.25rem}.check-awf{padding:0 1.25rem 1.25rem;position:relative}.check-awf__input{position:absolute;z-index:-1;opacity:0;pointer-events:none}.check-awf__ico{display:inline-block;width:1.25rem;height:1.25rem;border-radius:.25rem;border:1px solid rgba(255,255,255,.3176470588);display:flex;align-items:center;justify-content:center}.check-awf__ico ._img-c{width:.9375rem;height:.9375rem;filter:invert(100%);opacity:0}.check-awf__label{display:grid;justify-content:start;align-items:start;gap:.625rem;grid-auto-flow:column;cursor:pointer}.check-awf__label:not(:last-child){margin-bottom:.625rem}.check-awf__label:hover ._img-c,.check-awf__label:active ._img-c,.check-awf__label:focus ._img-c{opacity:.3}.check-awf__input:checked+.check-awf__ico ._img-c{opacity:1}.info-game-list{padding:0 1.25rem 1.25rem}.info-game-list__elm{display:grid;justify-content:start;align-items:start;gap:1.25rem;grid-template-columns:35% auto}.info-game-list__elm:not(:last-child){margin-bottom:.4375rem}.info-game-list__type{color:#fff}.info-game-list__type-link{font-size:.875rem;font-weight:300;color:#72bef4}.info-game-list__type-link:hover,.info-game-list__type-link:active,.info-game-list__type-link:focus{color:#a1d0f2}.info-game-list__tags-type{display:grid;justify-items:start;gap:.3125rem}.info-game-list__tag{border-radius:.3125rem;background:rgba(88,88,88,.5);padding:.0625rem .3125rem}.info-game-list__tag:hover,.info-game-list__tag:active,.info-game-list__tag:focus{background:rgba(134,134,134,.5)}.lang-aside-wf{display:grid;justify-content:space-between;grid-template-columns:minmax(60%,auto) auto auto;padding:0 1.25rem 1.25rem}.lang-aside-wf__ttl:not(:last-child){margin-bottom:1.25rem}.lang-aside-wf__value{color:#fff}.lang-aside-wf__check-value{width:.75rem;height:.75rem;filter:invert(100%)}.lang-aside-wf__section--center{flex-direction:column;display:flex;align-items:center}.attributes-awf{padding:0 1.25rem 1.25rem;color:#fff}.attributes-awf__elm{display:grid;justify-content:start;gap:.625rem;grid-auto-flow:column}.attributes-awf__elm:not(:last-child){margin-bottom:.625rem}.attributes-awf__ico{overflow:hidden;width:1.875rem;border-radius:.5625rem}.system-req-awf{padding:0 1.25rem 1.25rem;font-size:.9375rem}.system-req-awf:not(:last-child){margin-bottom:.9375rem}.system-req-awf__ttl{font-size:.9375rem;font-weight:600;color:#fff}.system-req-awf__ttl:not(:last-child){margin-bottom:.625rem}.system-req-awf__elm{display:flex;align-items:flex-start}.system-req-awf__elm:not(:last-child){margin-bottom:.3125rem}.system-req-awf__elm:before{content:"";display:inline-block;width:.3125rem;border-radius:50%;height:.3125rem;background:rgba(218,215,215,.7);margin:.625rem .9375rem 0 .3125rem}.btn-add-reviews--mobile,.app-wf__mobile-header{display:none}@media (max-width: 61.25em){.offers-wf,.aside-wf{display:none}.app-wf__box{display:block}}@media (max-width: 45.625em){.app-wf__header,.twf-slider,.slider-wf,.btn-add-reviews{display:none}.reviews-wf{padding-top:0;overflow:clip}.app-wf__mobile-header{padding:.9375rem 1.25rem;display:block;background:rgb(58,58,63);display:flex;align-items:center;line-height:1.1;font-size:1.25rem;font-weight:700;color:#fff}.app-wf__mobile-header:not(:last-child){margin-bottom:.625rem}.app-wf__mobile-header ._img-c{width:1.875rem}.app-wf__mobile-header ._img-c:not(:last-child){margin-right:.625rem}.btn-add-reviews--mobile{display:grid;width:100%}.btn-add-reviews__wrap{padding:0 1.25rem 1.25rem}.app-wf__container{padding:0}.app-wf__nav{padding-left:1.25rem;padding-right:1.25rem}}@media (max-width: 45.625em) and (max-width: 1025px){.app-wf__nav{display:none}}@media (max-width: 43.75em){.user-rev{display:block}.user-rev__top,.user-rev__rating{justify-content:start}.user-rev__top:not(:last-child){margin-bottom:.625rem}}@media (max-width: 40.625em){.info-line__line{width:70%}.info-line__line--neutral{width:14%}.info-line__line--sad{width:21%}.info-line__elm{display:flex;align-items:center}}:root{--padding-yy: 1.5625rem;--padding-ban: 1.875rem;--padd-xx: 1.25rem}.profile__sec-ttl{line-height:0;font-size:1.5rem;font-weight:500;color:#000}.profile__sec-ttl:not(:last-child){margin-bottom:1.875rem}.profile-banner{padding:6.875rem var(--padding-ban) .625rem;color:#000;display:flex;justify-content:space-between;align-items:center;gap:1.25rem;flex-wrap:wrap;position:relative}.profile-banner__bg{position:absolute;inset:0;z-index:0}.profile-banner__wrap{overflow:hidden;border-radius:.625rem}.profile-banner__wrap:not(:last-child){margin-bottom:3.125rem}.profile-banner__gradient{position:absolute;left:0;right:0;bottom:0;z-index:1;height:100%}.profile-b-user{position:relative;z-index:2;display:grid;justify-content:start;align-items:center;gap:1.25rem;grid-auto-flow:column}.profile-b-user__ava{display:block;width:7.1875rem;border-radius:50%;height:7.1875rem;background:rgba(0,0,0,.575);display:flex;align-items:center;justify-content:center;overflow:hidden}.profile-b-user__ava ._img-c{width:88%;border-radius:50%;height:88%;overflow:hidden}.profile-b-user__ttl{line-height:1.5;font-size:2rem;font-weight:500}.profile-b-user__footer{color:#000}.profile-karma{display:flex;align-items:center;gap:.5625rem}.profile-karma__action{width:1.25rem;height:1.25rem;border-radius:.25rem;background:#70ca40;display:flex;align-items:center;justify-content:center}.profile-karma__triangle{position:relative;z-index:2}.profile-karma__triangle:after{content:"";margin-bottom:.125rem;display:inline-block;border:.3125rem solid transparent;border-bottom:.4375rem solid #fff}.profile-karma__id{padding:0 0 0 1.25rem;font-size:.9375rem;display:flex;align-items:center;gap:.375rem}.profile-karma__id ._img-c{width:1.25rem;filter:invert(100%)}.profile-karma__value{position:relative}.profile-karma:not(:last-child){margin-bottom:.9375rem}.profile-add-btn{padding:.3125rem .625rem;min-width:11.25rem;border-radius:.5rem;font-weight:600;color:#000;position:relative;z-index:2;background:linear-gradient(1turn,rgba(255,159,0,.76),#fbb94b),#ffca4d;display:grid;justify-content:center;align-items:center;gap:.625rem;grid-auto-flow:column}.profile-add-btn:hover,.profile-add-btn:active,.profile-add-btn:focus{background:linear-gradient(1turn,rgba(255,159,0,.76),#fbb94b),#ddac3b}.profile-add-btn ._img-c{margin:0;display:inline-block;width:1.0625rem;height:1.0625rem}.nav-profile{padding:0 var(--padd-xx);background:rgb(58,58,63)}.nav-profile .nav-reviews-wf__btn{padding:1.25rem 0;line-height:1.1;font-size:1.25rem;color:#f5f5f7;opacity:.7;display:inline-grid;justify-content:start;align-items:center;gap:.3125rem;grid-auto-flow:column;text-shadow:none}.nav-profile .nav-reviews-wf__btn:hover,.nav-profile .nav-reviews-wf__btn:active,.nav-profile .nav-reviews-wf__btn:focus{opacity:1;text-shadow:none}.nav-profile .nav-reviews-wf__btn._js-active{opacity:1;text-shadow:none}.nav-profile .nav-profile__ico{display:inline-block;width:1.25rem;height:1.25rem}.achievements__ttl{line-height:1.1666666667;font-size:1.5rem;font-weight:500;color:#f5f5f7}.achievements__ttl:not(:last-child){margin-bottom:1.875rem}.elm-achiev__logo{width:8.125rem;height:2.5rem}.elm-achiev__logo:not(:last-child){margin-bottom:.625rem}.elm-achiev__recd:not(:last-child){margin-bottom:.625rem}.elm-achiev__stand{display:grid;gap:.625rem;grid-template-columns:repeat(auto-fit,4.375rem)}.elm-achiev__stand:not(:last-child){margin-bottom:1.25rem}.elm-achiev__trophy{width:4.375rem;height:4.375rem;border-radius:.625rem;background:#2e2d31;overflow:hidden;display:flex;align-items:center;justify-content:center}.elm-achiev__trophy ._ibg-img{width:100%;height:100%}.elm-achiev__trophy:hover,.elm-achiev__trophy:active,.elm-achiev__trophy:focus{box-shadow:0 0 .625rem .4375rem #00000075 inset}.elm-achiev__trophy:hover ._ibg-img,.elm-achiev__trophy:active ._ibg-img,.elm-achiev__trophy:focus ._ibg-img{transform:scale(1.05)}.elm-achiev__trophy._js-off{filter:grayscale(1)}.elm-achiev__more{display:inline-block;text-align:center;padding:1.25rem .625rem;font-weight:500;width:100%;border-radius:.625rem;background:#2e2d31;color:#ffffff4c}.elm-achiev__more:hover,.elm-achiev__more:active,.elm-achiev__more:focus{color:#f5f5f7}.media-prof__box-ttl{display:grid;justify-content:start;align-items:center;gap:.625rem;grid-auto-flow:column}.media-prof__box-ttl:not(:last-child){margin-bottom:1.25rem}.media-prof__ico{width:2.5rem;height:2.5rem;border-radius:.3125rem;background:rgba(96,95,95,.6274509804);display:flex;align-items:center;justify-content:center}.media-prof__ico ._to-img{width:70%;height:70%}.media-prof__value{font-size:1.5rem;opacity:.5}.media-prof__ttl:not(:last-child){margin-bottom:0}.media-prof__gallery:not(:last-child){margin-bottom:2.5rem}.gallery-mf{display:grid;gap:.625rem;grid-template-columns:repeat(auto-fit,minmax(10rem,237px));justify-content:space-evenly}@media (max-width: 525px){.gallery-mf{grid-template-columns:repeat(auto-fit,minmax(10rem,100%))}}.gallery-mf__img{height:7.75rem;border-radius:.3125rem;overflow:hidden}.media-prof__stand-present:not(:last-child){margin-bottom:1.25rem}.stand-present{display:grid;justify-content:space-between;gap:.625rem;grid-template-columns:repeat(auto-fit,5.625rem)}.stand-present__gift{width:5.625rem;height:5.625rem;border-radius:.625rem;background:#2e2d31;overflow:hidden;display:flex;align-items:center;justify-content:center}.stand-present__gift ._ibg-img{width:80%;height:80%}.stand-present__gift:hover,.stand-present__gift:active,.stand-present__gift:focus{background:#19191b}.btn-stand-present{min-width:10rem;padding:.3125rem;border-radius:.3125rem;background:#e2e3e7;color:#000}.btn-stand-present__wrap{display:grid;justify-content:center}.btn-mobile-sticky__wrap{display:none}.btn-mobile-sticky ._img-c{width:1.25rem;height:1.25rem}@media (max-width: 46.875em){.btn-mobile-sticky__wrap{display:block;position:sticky;bottom:0;padding-top:2.5rem}.btn-mobile-sticky{width:100%;justify-content:end;display:grid;justify-content:center;align-items:center;gap:.625rem;grid-auto-flow:column}.btn-mobile-sticky ._img-c{width:1.25rem;height:1.25rem}}.friends-profile__hed{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;position:relative}.friends-profile__hed:after{content:"";display:inline-block;position:absolute;left:0;right:0;bottom:0;z-index:1;height:.0625rem;background:rgb(255,223,78)}.friends-profile__nav{display:grid;align-items:center;gap:1.25rem;grid-auto-flow:column}.btn-nav-fp{padding:1.25rem .625rem;font-size:1.25rem;font-weight:500;color:#f5f5f7;position:relative;opacity:.5;display:grid;justify-content:start;gap:.3125rem;grid-auto-flow:column}.btn-nav-fp span{opacity:.5}.btn-nav-fp:hover,.btn-nav-fp:active,.btn-nav-fp:focus{opacity:.9}.btn-nav-fp:after{content:"";display:inline-block;position:absolute;left:.125rem;right:.125rem;bottom:0;z-index:1;height:.375rem;border-radius:.375rem .375rem 0 0;background-image:linear-gradient(90deg,#f87d28,#face5a);opacity:0}.btn-nav-fp._js-active{opacity:1}.btn-nav-fp._js-active:after{opacity:1}.friends-profile__search{position:relative}.friends-profile__input{padding:.3125rem .3125rem .3125rem 2.5rem;border:1px solid rgba(250,250,250,.5333333333);border-radius:.3125rem;width:25rem;background:rgba(0,0,0,.4901960784)}.friends-profile__inp-ico{position:absolute;top:50%;left:.625rem;z-index:1;width:.9375rem;height:.9375rem;opacity:.5;transform:translateY(-50%)}.friends-profile__input:hover+.friends-profile__inp-ico{opacity:1}.friends-profile__body{padding-top:1.25rem;display:grid;justify-content:space-between;gap:.625rem 1.875rem;grid-template-columns:1fr 1fr 1fr}.friends-profile__body:not(:last-child){margin-bottom:1.875rem}.card-fp{display:flex;justify-content:space-between;align-items:center;gap:1.25rem;flex-wrap:wrap;padding:.625rem;border-radius:.5rem;background:#fff}.card-fp__ava{width:3.75rem;height:3.75rem;border-radius:50%;overflow:hidden}.card-fp__ava:not(:last-child){margin-right:.9375rem}.card-fp__l{display:flex;justify-content:space-between;align-items:center;gap:0;flex-wrap:wrap}.card-fp__name{display:inline-block}.card-fp:not(:last-child){margin-bottom:.75rem}.card-fp__time{opacity:.5;font-size:.8125rem}.card-fp__btn{border-radius:.3125rem;background:rgb(245,245,247);font-size:.875rem;font-weight:600;color:#000;min-width:8.75rem;padding:.3125rem;align-self:flex-end}.card-fp__btn:hover,.card-fp__btn:active,.card-fp__btn:focus{background-color:#d8d8d8c4}.friends-p-more{display:inline-block;padding:.625rem;width:100%;border-radius:.5rem;background:rgba(114,114,114,.5411764706);color:#ffffff6e;font-weight:600}.friends-p-more:hover,.friends-p-more:active,.friends-p-more:focus{color:#fffffff5}.friends-p-more__wrap:not(:last-child){margin-bottom:1.25rem}.game-p:not(:last-child){margin-bottom:6.25rem}.game-p__body{padding:1.875rem 0 0;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(9.375rem,14.375rem))}.game-p__body:not(:last-child){margin-bottom:1.875rem}.card-game-p{border-radius:.5rem;background:rgb(255,255,255);overflow:hidden}.card-game-p__txt{display:block;padding:.9375rem .625rem .625rem}.card-game-p__img{height:8.125rem;position:relative}.card-game-p__ttl{font-weight:500}.card-game-p__ttl:not(:last-child){margin-bottom:.5rem}.card-game-p__type{font-size:.75rem;opacity:.6}.card-game-p__wrap-btn{position:absolute;top:50%;left:0;z-index:10;width:100%;display:flex;justify-content:center}.card-game-p__btn{opacity:0;display:block;width:90%;border-radius:.5rem;background:#e1b142;text-align:center;padding:.625rem;line-height:1.2222222222;font-size:1.125rem;font-weight:600;color:#000}.card-game-p__time-desc{position:absolute;left:3%;bottom:3%;z-index:2;display:grid;justify-content:start;align-items:center;gap:.3125rem;grid-auto-flow:column;line-height:1.8333333333;font-size:.75rem;color:#e0a100}.card-game-p__ico-time{width:1.125rem;height:1.125rem}.card-game-p__ico-time svg{width:100%;height:100%}.card-game-p__ico-time path{stroke:#e0a100}.card-game-p__gradient{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(140,235,255,0) 58%,rgb(0,0,0) 100%)}.card-game-p:hover .card-game-p__btn,.card-game-p:active .card-game-p__btn,.card-game-p:focus .card-game-p__btn{opacity:1}.card-game-p:hover img,.card-game-p:active img,.card-game-p:focus img{filter:brightness(60%)}.footer-game-p{border-radius:.625rem;background:rgb(255,255,255);padding:.9375rem 1.5625rem;display:flex;justify-content:space-between;align-items:center}.nav-game-pf__desc{font-size:.9375rem;color:#d8d8d897}.nav-game-pf__btn-prev,.nav-game-pf__btn-num,.nav-game-pf__btn-next{width:1.875rem;height:1.875rem;border-radius:.3125rem;display:flex;align-items:center;justify-content:center}.nav-game-pf__btn-num{font-size:1.125rem;font-weight:600;border:2px solid rgba(253,209,106,0)}.nav-game-pf__btn-num:hover,.nav-game-pf__btn-num:active,.nav-game-pf__btn-num:focus{border:2px solid rgba(227,227,226,.8039215686)}.nav-game-pf__btn-num._js-active{border:2px solid #fdd16a}.nav-game-pf__pagination{display:flex;align-items:center;gap:.625rem;flex-wrap:wrap}.nav-game-pf__btn-prev:after,.nav-game-pf__btn-next:after{content:"";margin-left:22%;display:inline-block;border:.4375rem solid transparent;border-left:.65625rem solid #fff}.nav-game-pf__btn-prev{pointer-events:none;opacity:.5;margin-right:.9375rem}.nav-game-pf__btn-prev:after{transform:rotate(180deg)}.nav-game-pf__btn-next{margin-left:.625rem}@media (max-width: 46.875em){.friends-profile__body{grid-template-columns:1fr}.friends-profile__nav{display:flex;justify-content:flex-start;align-items:center;gap:0rem .625rem;flex-wrap:wrap}.game-p:not(:last-child){margin-bottom:.625rem}.footer-game-p{position:relative}.nav-game-pf__desc{position:absolute;top:0;left:0;z-index:1;width:100%;display:flex;justify-content:center;transform:translateY(-120%)}.nav-game-pf__pagination{justify-content:center}}@media (max-width: 43.75em){.friends-profile__input,.friends-profile__search{width:100%;background-color:#5b59597b}.friends-profile__nav{position:relative}.friends-profile__search{position:absolute;left:0;bottom:-1.25rem;z-index:1;transform:translateY(100%);padding:.625rem}.friends-profile__hed{margin-bottom:6.25rem}.friends-profile__hed--game{margin-bottom:.625rem}.friends-profile__inp-ico{left:1.25rem}}@media (max-width: 37.5em){.game-p__body{justify-content:center}}.ph-popup__content{position:relative;z-index:1;margin:auto;cursor:auto}.ph-popup__content .ph-popup__close{display:block;position:absolute;z-index:5;top:20px;right:20px;padding:0;width:16px;height:16px;background:url(/assets/images/close.svg) no-repeat 0 0;background-size:16px;border:none;outline:none;-webkit-appearance:none;cursor:pointer;opacity:.3;transition:opacity .1s}.ph-popup__content .ph-form__wrapper{font-family:VK Sans Display,Arial,Helvetica,Helvetica Neue,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased}.ph-popup__content .ph-form__wrapper .ph-form{position:relative;margin:0;font-size:15px;line-height:normal;text-align:left;width:500px;height:100%;color:#898989;background-color:#fff;border:1px solid #fff;border-radius:6px;display:flex;flex-direction:column;align-items:center}@media (max-width: 880px){.ph-popup__content .ph-form__wrapper .ph-form{width:100%}}.ph-popup__content .ph-form__wrapper .ph-form .ph-form__heading{padding:0 60px;font-size:22px;line-height:1.45;color:#f5f5f7;background-color:#242429;border-radius:6px 6px 0 0}.ph-popup__content .ph-form__wrapper .ph-form .ph-form__content{padding-top:55px;width:90%}.ph-popup__content .ph-form__wrapper .ph-form .ph-form__content .ph-form__form{display:flex;flex-direction:column}.ph-popup__content .ph-form__wrapper .ph-form .ph-form__social{padding:0 55px 20px;text-align:center;display:flex;flex-direction:column;align-items:center}.ph-popup__content .ph-form__wrapper .ph-form .ph-form__social .ph-form__social-title{position:relative;margin-bottom:10px;line-height:1.33;width:100%;max-width:380px;min-height:1.27em;color:#c3c3c3}.ph-popup__content .ph-form__wrapper .ph-form .ph-form__social .ph-form__social-title:before{content:"";position:absolute;z-index:0;top:50%;left:0;right:0;border-top:1px solid rgba(0,0,0,.15)}.ph-popup__content .ph-form__wrapper .ph-form .ph-form__social .ph-form__social-title span{position:relative;z-index:1;display:inline-block;vertical-align:top;padding:0 17px;max-width:305px;background-color:#fff;color:#525252}.ph-popup__content .ph-form__wrapper .ph-form .ph-form__social .ph-form__social-list{min-height:57px}.ph-popup__content .ph-form__wrapper .ph-form .ph-form__social .ph-social{margin:0 -10px;min-width:100%;display:flex;flex-wrap:wrap;justify-content:center}.ph-popup__content .ph-form__wrapper .ph-form .ph-form__social .ph-social a{-webkit-tap-highlight-color:transparent}.ph-popup__content .ph-form__wrapper .ph-form .ph-form__social .ph-social .ph-social-btn{display:inline-block;vertical-align:top;margin:9px;width:48px;height:48px;font-family:VK Sans Display,Arial,Helvetica,Helvetica Neue,sans-serif;line-height:44px;color:#fff;background:no-repeat 0 0;background-size:auto 100%;border:none;border-radius:4px;text-decoration:none;cursor:pointer;transition:opacity .1s;outline:none;overflow:hidden;-webkit-appearance:none;-webkit-user-select:none;user-select:none}.ph-popup__content .ph-form__wrapper .ph-form .ph-form__social .ph-social .ph-social-btn_mailru{background-color:#0171e3;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHJ4PSI0IiBmaWxsPSIjMDE3MUUzIi8+PHBhdGggZD0iTTI4LjUxMiAyNEE0LjUxNyA0LjUxNyAwIDAxMjQgMjguNTEyIDQuNTE3IDQuNTE3IDAgMDExOS40ODggMjQgNC41MTcgNC41MTcgMCAwMTI0IDE5LjQ4OCA0LjUxNyA0LjUxNyAwIDAxMjguNTEyIDI0ek0yNCA5QzE1LjczIDkgOSAxNS43MyA5IDI0czYuNzMgMTUgMTUgMTVjMy4wMyAwIDUuOTUyLS45MDIgOC40NS0yLjYxbC4wNDMtLjAzLTIuMDIxLTIuMzQ4LS4wMzQuMDIyQTExLjg4IDExLjg4IDAgMDEyNCAzNS45MjVjLTYuNTc2IDAtMTEuOTI1LTUuMzUtMTEuOTI1LTExLjkyNSAwLTYuNTc2IDUuMzUtMTEuOTI1IDExLjkyNS0xMS45MjUgNi41NzYgMCAxMS45MjUgNS4zNSAxMS45MjUgMTEuOTI1IDAgLjg1Mi0uMDk1IDEuNzE1LS4yODEgMi41NjMtLjM3NyAxLjU0OC0xLjQ2IDIuMDIyLTIuMjc1IDEuOTYtLjgxOC0uMDY3LTEuNzc1LS42NS0xLjc4Mi0yLjA3N1YyNGMwLTQuMTg0LTMuNDAzLTcuNTg3LTcuNTg3LTcuNTg3LTQuMTg0IDAtNy41ODcgMy40MDMtNy41ODcgNy41ODcgMCA0LjE4NCAzLjQwMyA3LjU4NyA3LjU4NyA3LjU4N2E3LjUyOCA3LjUyOCAwIDAwNS4zNzYtMi4yNCA0Ljg3MyA0Ljg3MyAwIDAwMy43NDcgMi4yNCA1LjA2IDUuMDYgMCAwMDMuNDQ4LTEuMDFjLjg5OS0uNjgzIDEuNTctMS42NyAxLjk0Mi0yLjg1Ni4wNTktLjE5MS4xNjctLjYzLjE2OC0uNjMzbC4wMDMtLjAxNmMuMjE5LS45NTEuMzE2LTEuOS4zMTYtMy4wNzIgMC04LjI3LTYuNzMtMTUtMTUtMTUiIGZpbGw9IiNGRjlEMzMiLz48L3N2Zz4=);border-color:#0171e3}.ph-popup__content .ph-form__wrapper .ph-form .ph-form__social .ph-social .ph-social-btn_vkc{background-color:#07f;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0NCA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHJ4PSI0IiBmaWxsPSIjMDdGIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi41NDYgMTIuNTQ2QzExIDE0LjA5NCAxMSAxNi41ODIgMTEgMjEuNTZ2Ljg4YzAgNC45NzggMCA3LjQ2NyAxLjU0NiA5LjAxM0MxNC4wOTQgMzMgMTYuNTgyIDMzIDIxLjU2IDMzaC44OGM0Ljk3OCAwIDcuNDY3IDAgOS4wMTMtMS41NDdDMzMgMjkuOTA3IDMzIDI3LjQxOCAzMyAyMi40NHYtLjg4YzAtNC45NzggMC03LjQ2Ny0xLjU0Ny05LjAxM0MyOS45MDcgMTEgMjcuNDE4IDExIDIyLjQ0IDExaC0uODhjLTQuOTc4IDAtNy40NjcgMC05LjAxMyAxLjU0NnpNMTQuOCAxOC4xNWMuMTE4IDUuNzIzIDMuMTMgOS4xNiA4LjA5MyA5LjE2aC4yODh2LTMuMjZjMS44MDguMTgzIDMuMTU2IDEuNTE4IDMuNzA2IDMuMjZoMi42MDdjLS43MDctMi42MDYtMi41NC00LjA1LTMuNjgtNC42IDEuMTM5LS42OCAyLjc1LTIuMzIgMy4xMy00LjU2aC0yLjM3MmMtLjQ5NyAxLjgyMS0xLjk3NyAzLjQ3My0zLjM5MiAzLjYzdi0zLjYzaC0yLjQwOXY2LjM1Yy0xLjQ2Ni0uMzY2LTMuMzc5LTIuMTQ2LTMuNDU3LTYuMzVIMTQuOHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);border-color:#07f}.ph-popup__content .ph-form__wrapper .ph-form .ph-form__social .ph-social .ph-social-btn_ok{background-color:#ffa134;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHJ4PSI0IiBmaWxsPSIjRkZBMTM0Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMy45NiA5Yy00LjUgMC04LjE0NyAzLjQ2LTguMTQ3IDcuNzI3czMuNjQ4IDcuNzI3IDguMTQ3IDcuNzI3YzQuNSAwIDguMTQ3LTMuNDYgOC4xNDctNy43MjdDMzIuMTA3IDEyLjQ1OSAyOC40NTkgOSAyMy45NiA5em0wIDEwLjkyMmMtMS44NiAwLTMuMzY4LTEuNDMtMy4zNjgtMy4xOTUgMC0xLjc2NCAxLjUwOC0zLjE5NCAzLjM2OC0zLjE5NCAxLjg2IDAgMy4zNjcgMS40MyAzLjM2NyAzLjE5NHMtMS41MDcgMy4xOTUtMy4zNjcgMy4xOTV6bTguMjI1IDguNDQ3Yy0uMTAyLjA4LTIuMDIzIDEuNTgtNS4yMjggMi4yMjVsNC44MzggNC43MzVjLjg1MS44MzkuODUyIDIuMi4wMDMgMy4wNC0uODUuODQtMi4yMjguODQyLTMuMDc5LjAwMmwtNC42OTctNC41MTctNC4yNjcgNC40ODhhMi4xODQgMi4xODQgMCAwMS0xLjU2Ny42NThjLS41NDQgMC0xLjA4OC0uMi0xLjUxMS0uNjAyYTIuMTMgMi4xMyAwIDAxLS4wNTYtMy4wNGw0LjU5My00Ljc0Yy0zLjI5Ni0uNjI5LTUuMjk2LTIuMTY3LTUuMzk5LTIuMjQ4YTIuMTMyIDIuMTMyIDAgMDEtLjMzNi0zLjAyMyAyLjE5NiAyLjE5NiAwIDAxMy4wNi0uMzMyYy4wMi4wMTYgMi4xMTIgMS41NjggNS40ODMgMS41NyAzLjM3LS4wMDIgNS40Mi0xLjU1NCA1LjQzOS0xLjU3YTIuMTk2IDIuMTk2IDAgMDEzLjA2LjMzMmMuNzUyLjkyNy42MDIgMi4yOC0uMzM2IDMuMDIyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);border-color:#ffa134}.ph-popup__content .ph-form__wrapper .ph-form .ph-form__social .ph-social .ph-social-btn_g{background-color:#4285f4;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHJ4PSI0IiBmaWxsPSIjZmZmIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zNi40OCAyNC4yOTZjMC0uOTIyLS4wODMtMS44MDktLjIzNi0yLjY2SDI0djUuMDI5aDYuOTk2YTUuOTggNS45OCAwIDAxLTIuNTk0IDMuOTI0djMuMjYxaDQuMjAyYzIuNDU4LTIuMjYzIDMuODc2LTUuNTk1IDMuODc2LTkuNTU1eiIgZmlsbD0iIzQyODVGNCIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjQgMzdjMy41MSAwIDYuNDUzLTEuMTY0IDguNjA0LTMuMTVsLTQuMjAyLTMuMjYxYy0xLjE2NC43OC0yLjY1MyAxLjI0LTQuNDAyIDEuMjQtMy4zODYgMC02LjI1Mi0yLjI4Ni03LjI3NC01LjM1OWgtNC4zNDN2My4zNjhBMTIuOTk1IDEyLjk5NSAwIDAwMjQgMzd6IiBmaWxsPSIjMzRBODUzIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNi43MjYgMjYuNDdhNy44MTUgNy44MTUgMCAwMS0uNDA4LTIuNDdjMC0uODU3LjE0OC0xLjY5LjQwOC0yLjQ3di0zLjM2OGgtNC4zNDNBMTIuOTk2IDEyLjk5NiAwIDAwMTEgMjRjMCAyLjA5OC41MDIgNC4wODMgMS4zODMgNS44MzhsNC4zNDMtMy4zNjh6IiBmaWxsPSIjRkJCQzA1Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNCAxNi4xN2MxLjkwOSAwIDMuNjIyLjY1NiA0Ljk3IDEuOTQ0bDMuNzI4LTMuNzI4QzMwLjQ0NyAxMi4yODggMjcuNTA0IDExIDI0IDExYTEyLjk5NSAxMi45OTUgMCAwMC0xMS42MTcgNy4xNjJsNC4zNDMgMy4zNjhjMS4wMjItMy4wNzMgMy44ODgtNS4zNiA3LjI3NC01LjM2eiIgZmlsbD0iI0VBNDMzNSIvPjwvc3ZnPg==);border-color:#4285f4}.publication{position:relative;max-width:600px;width:100%;margin:0 auto;border-radius:6px;overflow:hidden}.publication__header{border-radius:6px 6px 0 0;padding:30px 0;display:flex;align-items:center;justify-content:center;flex-direction:row;overflow:hidden}.publication__header.purple{background:linear-gradient(141.44deg,#462cba -1.15%,#6538b0 91.35%)}.publication__header.blue{background-image:radial-gradient(140.37% 134.75% at 10% 21.25%,rgb(10,100,166) 0%,rgb(44,184,134) 100%)}.publication__header.orange{background-image:radial-gradient(140.37% 134.75% at 10% 21.25%,rgb(209,113,43) 0%,rgb(173,37,86) 100%)}.publication__header.green1{background-image:radial-gradient(140.37% 134.75% at 10% 21.25%,rgb(6,138,90) 0%,rgb(174,176,40) 100%)}.publication__header.green2{background-image:linear-gradient(0deg,rgb(13,107,85) 0%,rgb(13,107,85) 100%)}.publication__header-img{max-width:54px;margin-right:17px;vertical-align:-17px}.publication__header-title{margin-top:15px;font-size:1.5rem;font-weight:500;color:#fff}.publication__body-wrapper{overflow:hidden}.publication__body{background-color:#333;padding:30px 20px;max-width:100vw;overflow:hidden}.publication__body-category{display:flex;justify-content:space-between}.publication__body-tabs{background-color:#333;padding:0 12px}.publication__body-tab.screenshot.active,.publication__body-tab.video.active{display:block}.publication__body-item{background-color:#ffffff0d;width:170px;height:170px;padding:34px 5px 5px;text-align:center;border-radius:4px;color:#f5f5f7;transition:background-color .2s;max-height:131px;max-width:160px}.publication__body-item:hover{background-color:#f7f7f73b}.publication__body-items{cursor:pointer;display:flex;justify-content:space-between}.publication__body-img{display:block;max-width:52px;margin:0 auto 8px}.publication__body-text{font-size:16px;line-height:24px}.publication__body-category.category2 .publication__body-item{display:flex;align-items:center;background-color:transparent;padding:0}.publication__body-category.category2__body-img{max-width:20px;max-height:20px}.publication .body-items2{display:flex;justify-content:space-around;padding-bottom:10px;position:relative}.publication .body-items2:after{content:"";display:block;background-color:#ffffff1a;width:200%;height:1px;position:absolute;bottom:0}.publication .body-items2__item{display:flex;align-items:center;position:relative;transition:all .2s}.publication .body-items2__item.active:after{transition:all .2s;position:absolute;opacity:1;content:"";width:110%;height:6px;bottom:-10px;left:0;border-radius:6px 6px 0 0;background-image:linear-gradient(90deg,#f87d28,#face5a)}.publication .body-items2__img{max-width:22px;max-height:22px;margin-right:8px;opacity:.5}.publication .body-items2__img.active{opacity:1}.publication .body-items2__item-text{font-size:18px;line-height:40px;text-align:center;outline:none;cursor:pointer;color:#f5f5f76e;font-weight:500}.publication .body-items2__item-text.active{color:#f5f5f7}.publication .publication__put-img{width:47px;height:47px;opacity:.2;margin-top:32px}.publication .publication__put{cursor:pointer;padding:22px 0;border:1px dashed rgba(245,245,247,.431372549);display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:30px}.publication .publication__put-here{margin-top:12px;color:#ababae;font-size:14px}.publication .publication__put-here.screenshot{display:flex;align-items:center;color:#16a7ff}.publication .arrow{width:17px;height:17px}.publication__rewiev{display:flex;flex-direction:column}.publication__tab-title{border-radius:2px;color:#f5f5f7;background-color:#3c3c40;border:1px solid hsla(0,0%,100%,.15);font-size:16px;transition:border-color .1s}.publication__tab-title:hover{border-color:#d1d3d4}.publication__tab-title input{background:transparent;border:none;outline:none;color:#f5f5f7;line-height:44px;padding-left:8px;width:100%;font-size:16px}.publication__tab-title.video{margin-bottom:20px}.publication__select-list{position:relative;display:flex;justify-content:space-between;align-items:center;appearance:none;-moz-appearance:none;-webkit-appearance:none;border:none;outline:none;background-color:transparent;border-radius:2px;color:#f5f5f7;background-color:#3c3c40;border:1px solid hsla(0,0%,100%,.15);font-size:16px;-webkit-transition:border-color .1s;padding:5px 10px;overflow:hidden}.publication__select-input{display:flex;align-items:center;justify-content:flex-start;width:-moz-fit-content;width:fit-content}.publication__select-input input{background:transparent;border:none;outline:none;color:#f5f5f7;line-height:44px;font-size:16px;min-width:100%}.publication__select-input img{width:22px;opacity:.5;margin-right:10px}.publication .requred-field{display:flex;position:absolute;right:0;align-items:center;color:#ababae;font-size:13px;white-space:nowrap}.publication .requred-field .info__link{margin-right:10px}.publication__select-items{display:block;list-style:none;margin:0;position:absolute;top:calc(100% + 3px);left:0;width:100%;border-radius:3px;box-shadow:0 1px 5px #0000001c;z-index:100;max-height:130px;overflow:auto;background-color:#46464d;max-width:100%;box-sizing:border-box;padding:5px 0 5px 5px;display:none}.publication__select-items.active{display:block}.publication__select-item{display:block;height:32px;line-height:32px;padding:0 14px;transition:background-color .1s;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#f5f5f7}.publication__select-item:hover{background-color:#f5f5f70f}.publication__color-wrapper.active{display:flex}.publication__color-wrapper{align-items:center;margin-top:20px;padding-top:20px;border-top:1px solid #414145}.publication__color-text{color:#d4d4d4;padding-right:20px}.publication__color-list{display:flex;gap:10px}.publication__list-item{position:relative;border-radius:50%;width:42px;height:42px;box-sizing:border-box;cursor:pointer}.publication__list-item:hover:after{opacity:1}.publication__list-item .select{content:"";position:absolute;left:0;top:0;width:105%;height:105%;border-radius:50%;opacity:.3;border:2px solid #f5f5f7;transition:opacity .15s;padding:1px;background:#fff}.publication__list-item:after{content:"";position:absolute;left:0;top:0;width:105%;height:105%;border-radius:50%;opacity:0;border:2px solid #f5f5f7;transition:opacity .15s;padding:1px}.publication__list-item.purple{background:linear-gradient(102.44deg,rgb(70,44,186) -1.15%,rgb(101,56,176) 91.35%)}.publication__list-item.blue{background:radial-gradient(140.37% 134.75% at 10% 21.25%,rgb(10,100,166) 0%,rgb(44,184,134) 100%)}.publication__list-item.orange{background:radial-gradient(140.37% 134.75% at 10% 21.25%,rgb(209,113,43) 0%,rgb(173,37,86) 100%)}.publication__list-item.green1{background:radial-gradient(140.37% 134.75% at 10% 21.25%,rgb(6,138,90) 0%,rgb(174,176,40) 100%)}.publication__list-item.green2{background:linear-gradient(0deg,rgb(13,107,85) 0%,rgb(13,107,85) 100%)}.publication__theme-set{max-width:42px;max-height:42px}.publication__theme-set img{width:100%}.publication__post-wrapper{padding:0 8px;overflow:hidden}.publication__post-btn{margin-top:50px;margin-bottom:30px;font-size:18px;outline:none;background-color:#373739;color:#54545c;border:1px solid transparent;cursor:auto;text-align:center;width:100%;height:46px;line-height:46px;font-weight:500}.publication__post-btn.active{background-color:#fff}.publication__post-btn.active{color:#000;background-color:#d9d9d9;cursor:pointer}.publication__footer{padding:12px 5px;background-color:#ffffff0d;font-size:14px;text-align:center;color:#b9b9bb;border-radius:0 0 6px 6px;overflow:hidden}.publication__footer a{color:#f5f5f7;text-decoration:none}.publication__footer a:hover{text-decoration:underline}.btn__close{content:"";position:absolute;top:13px;right:9px;width:16.8px;height:16.8px;display:flex;flex-direction:column;border-radius:5px;cursor:pointer}.btn__close span{content:"";background-color:#f5f5f7a4;width:20px;height:2px}.btn__close span:first-child{transform:rotate(45deg);margin-bottom:-2px}.btn__close span:last-child{transform:rotate(-45deg)}.info__link{box-sizing:border-box!important;max-width:20px;max-height:20px;width:20px;height:20px;padding:4px;display:flex;justify-content:center;border-radius:50%;background-color:#d8d8d8}@media (max-width: 990px){.publication{margin-top:0;width:100%;max-width:none}.publication__body-items{flex-direction:column;gap:15px}.publication__body-item{min-width:100%}.publication__put{border:0px!important}.publication__put-here.screenshot{flex-direction:column}.body-items2{justify-content:space-between!important;overflow:hidden}.btn__close{top:3.5%;right:2.5%}}.b-com-public__preview-img{width:287px;margin:0 auto 10px}.b-com-public__preview-img .b-com-public__preview-img-wrapper{position:relative;height:160px;overflow:hidden;background:#f1f1f1;border-radius:4px}.b-com-public__preview-img .b-com-public__preview-img-wrapper .b-com-public__preview-img-mask{position:absolute;top:0;left:0;width:100%;height:100%;background-size:contain}@supports (filter: blur(15px)){.b-com-public__preview-img .b-com-public__preview-img-wrapper .b-com-public__preview-img-mask{filter:blur(15px);transform:scale(.9)}}.b-com-public__preview-img .b-com-public__preview-img-wrapper .b-com-public__preview-img-user{position:absolute;left:50%;top:50%;width:auto;max-width:100%;max-height:100%;transform:translate(-50%,-50%)}.b-com-public__preview-img .b-com-public__preview-img-wrapper .b-com-public__preview-delete{position:absolute;top:5px;right:5px;width:22px;height:22px;background-color:#000000b3;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAgCAYAAAABtRhCAAAAAXNSR0IArs4c6QAAAeFJREFUSA3Vlr1KA0EQx3NJFD+xkNgYEEFbWx/DJoWgDyG21va+ghDBF7DyCVJa+5FCLBRs1Bgw0fM38Tbs7Yd3yeUOHZjsfO38d3ZnbxOUUlIYhlOErsPzxpQOejsIgp5hd6qB02oYAdvEdAQvGy6lPiMcA3qtDL6x7HMY9kN0H5iEik9iEikRkOqWyFLXMn0h9yMWWVE9ilW6c6w6rXHjtKZ+Iu+zdW9iA2CBoQlXRIf02B+L8ZtYoRHfV2Bij2SpNjX9WiEVzJGppmWrYNtGVwuVLVWyhNXwd1jIuyguGnYpgdLykmwDXoVX4MQtIsZFHxif4Af4Bm6xiDZjaQAI2C7ynhhypDNAz8uAyYVu5AikUjfAqlZB7SG0sG4pT07jFVgjNdhE1jFsGpWNaqXrZpWecexSlf5xKLmuxQkg0rGToFuSHOiJ9DskXw6peE0PyChbC48BUn4IgPfSjgHeNefEACPn4DtpBo6pW4t3AcqDOikqvEJr8a4KC9/SwgGtbchwoIWfYaou/ddb+jcrLHxLXzJ0pTn11TS4Lv4jQVY7mxNT6ndmnAUYvRgXZuAY+iW5rONxPcCSuxkB7DDKn6xRSF54WfCpa5I8uF7iQZ7BWYcXvUFxh3yl7qnMeyTfK4182rDQrs0AAAAASUVORK5CYII=);background-size:14px 16px;background-position:50%;background-repeat:no-repeat;border-radius:2px;transition:background-color .2s}.publication__tab-description{margin:20px 0;border-radius:2px;height:88px;color:#f5f5f7;background-color:#3c3c40;border:1px solid hsla(0,0%,100%,.15);font-size:16px;transition:border-color .1s;resize:none;outline:none;width:100%;padding:5px}.publication__tab-description:hover{border-color:#d1d3d4}.publication__tab-description.error{border:1px solid #fb3c3c}.b-com-public__content__error{margin:10px 0;text-align:center;font-size:13px;color:#fb3c3c}@media (max-width: 400px){.publication .body-items2__item-text{font-size:14px}}.max-container-wrapp{margin:0 auto;padding:0 0 20px;width:100%;max-width:1000px}.top-block-item{background-image:url(/assets/images/demo/background.png);background-size:cover;min-height:400px}.top-block-item__back{padding-top:50px}.top-block-item__back>a:before{content:"\2190";width:auto;height:auto;background-color:transparent;vertical-align:1px;margin-right:9px}.top-block-item__back>a{font-family:VK,sans-serif;font-size:19px;color:#16a7ff;text-decoration:none}.top-block-item__back>a:hover{color:#fff}.top-block-item .top-block-item__item{padding-top:30px;display:flex;gap:0 20px}.top-block-item .top-block-item__item .top-block-item_info__title{font-weight:600;font-size:28px;color:#fff}.top-block-item .top-block-item__item .top-block-item_info__subtitle{font-size:19px;font-weight:400;color:#d4d4d4}.top-block-item .navigation{padding-top:50px;border-bottom:1px solid hsla(0,0%,100%,.16);padding-bottom:10px}.top-block-item .navigation__menu{display:flex;gap:0 50px}.top-block-item .navigation__link{font-weight:300;font-size:19px}.top-block-item .navigation .nav_link,.top-block-item .navigation__link:hover{color:#fff}.top-block-item .navigation .nav_link:after{content:"";display:block;position:relative;width:50px;top:10px;height:6px;border-radius:6px 6px 0 0;background-image:linear-gradient(90deg,#f87d28,#face5a)}.top-block-item .add__title{font-size:30px;color:#fff}.top-block-item .add_panel{display:flex;justify-content:space-between;margin-top:20px;height:70px;padding:0 20px;border-radius:6px;background-color:#2d2d31}.top-block-item .add .add-panel_categories{padding-top:22px;display:flex;gap:0 10px}.top-block-item .add .add-panel_categories__viev{font-weight:300;font-size:17px;color:#a5a5a8}.top-block-item .add .add-panel_categories__btn{padding-top:1px;cursor:pointer}.top-block-item .add .add-panel_btn-add:hover{opacity:.8}.top-block-item .add .add-panel_btn-add__icon{padding-top:4px}.post{position:relative}.post .close{position:absolute;width:25px;height:25px;right:6px;top:6px;cursor:pointer}.post__grid-system{display:grid;grid-template-columns:65% 50%}.post-item{border-radius:4px;background-color:#2d2d31;max-width:630px;height:652px}.post .post-item__header{padding:14px 20px;display:flex;justify-content:space-between}.post .flex-header-start{display:flex;gap:0 20px}.post .flex-header-start__title{font-size:15px;color:#2a5885}.post .flex-header-start__inner{display:flex;flex-direction:column;cursor:pointer}.post .flex-header-start__icon>img{border-radius:25px}.post .flex-header-start__wrapp{display:flex;gap:0 10px;align-items:center}.post .flex-header-start__info{font-weight:300;color:#16a7ff}.post .flex-header-start__date{font-weight:300;font-size:14px;color:#8d8d8db0;line-height:20px}.post .flag{width:30px;position:relative;top:-15px;right:20px}.post .post-item-bottom{padding:14px 20px}.post .post-item-bottom__title{color:#fff}.post .post-item-bottom__info{font-weight:300;font-size:15px;line-height:1.33;color:#d4d4d4}.post .post-item-bottom__read{padding-top:10px;color:#16a7ff;cursor:pointer}.post .post-item-bottom__read:hover{opacity:.7}.post .post-item-footer{padding:5px 0;border-top:1px solid #39393e;margin:0 42px}.post .post-item-footer__inner{display:flex;justify-content:space-between}.post .post-item-footer .post-item-footer-start{display:flex;gap:0 20px}.post .post-item-footer__icon{font-weight:300;font-size:14px;color:#b9b9bb;display:flex;gap:0 5px;align-items:center}.post .post-item-footer__index{padding-top:2px;color:#000}.post .post-item-footer-end{cursor:pointer}.post-min-item{background-color:#2d2d31;border-radius:4px;width:350px;height:320px}.post-min-item .post-min-content{background:radial-gradient(140.37% 134.75% at 10% 21.25%,rgb(6,138,90) 0%,rgb(174,176,40) 100%);height:180px}.post-min-item .post-min-content__title{color:#fff;text-align:center;padding-top:35px}.post-min-item .post-min-content__info{margin-top:10px;font-weight:300;font-size:14.5px;text-align:center;color:#fff;line-height:1.3;padding:0 25px}.news .news__inner{display:grid;grid-template-columns:50% 50%}.news-item{background-color:#2d2d31;min-height:0}.news .flag_el{position:relative;top:-15px;left:80px}.news .news-content{padding:0 20px}.news .news-content__title{font-size:18px;color:#fff}.news .news-content__info{font-weight:300;padding-top:10px;font-size:15px;color:#d4d4d4}.screen-content{padding-left:10px}.screen .screen__inner{display:grid;grid-template-columns:49% 49%;grid-gap:20px}.screen-post{background-color:#2d2d31;border-radius:4px;height:405px}.screen-post__wrapp{display:flex}.screen .photo{position:relative;top:-15px}.video .video_post{background-color:#2d2d31}.video-content{padding-left:10px}.post-cont{background:radial-gradient(140.37% 134.75% at 10% 21.25%,rgb(6,138,90) 0%,rgb(174,176,40) 100%);height:270px}.post-cont__title{padding-top:70px;text-align:center;color:#fff}.post-cont__info{font-weight:300;color:#fff;padding:20px 25px;text-align:center}.screen-post-item-media{max-width:570px}@media screen and (max-width: 1030px){.news .news__inner{display:grid;grid-template-columns:100%}.screen-post-item-media{max-width:790px}.max-container-wrapp{max-width:800px}.post__grid-system{grid-template-columns:100%}.post-item{max-width:930px}.post-item__content{padding-left:80px}.post-min-item{max-width:100%;width:800px;margin-top:20px}.post .post-item__header{max-width:790px}.screen .screen__inner{display:grid;grid-template-columns:100%}.screen-content,.video-content{padding-left:150px}.news .flag_el{position:relative;top:-15px;left:0}.post .flag{width:20px;position:absolute;top:0;right:36px}.screen-content>img{max-width:100%}.news-foneground>img{max-width:100%;width:100%}.video-content>a>img{max-width:100%}.post-item__content>img{max-width:100%}}@media screen and (max-width: 640px){.top-block-item .navigation{padding-left:20px}.top-block-item .navigation__link{font-size:14px}.top-block-item .top-block-item__item .top-block-item_info__title{font-size:22px}.top-block-item .top-block-item__item .top-block-item_info__subtitle{font-size:16px}.top-block-item .top-block-item__item,.top-block-item__back{padding-top:50px}.top-block-item .add__title{font-size:25px;text-align:center}.top-block-item .add .add-panel_btn-add{height:40px}.top-block-item .navigation__menu{gap:0 20px}}@media screen and (max-width: 580px){.post-item{height:572px}}@media screen and (max-width: 540px){.post-item{height:622px}.screen-content,.video-content{padding-left:50px}.post .flex-header-start__info{font-size:14px}.post .post-item__header{padding:14px 25px}.post .flex-header-start__wrapp{display:flex;flex-direction:column;gap:0 10px}.post .flex-header-start__title{font-size:12px}.news .news-content__info{font-size:13px}.news .news__inner{display:grid;grid-template-columns:100%}.post-item__content{padding-left:0}}@media screen and (max-width: 420px){.modal-end__btn{margin-left:160px}.screen-post{height:355px}.post .post-item__header{max-width:350px}.post-item{height:562px}.top-block-item .navigation__link{font-size:11px}.top-block-item .top-block-item__item .top-block-item_info__title{font-size:15px}.top-block-item .top-block-item__item .top-block-item_info__subtitle{font-size:12px}.top-block-item__icon>img{width:40px}.top-block-item__item,.top-block-item__back{padding-left:20px}.top-block-item .add .add-panel_categories__viev{font-size:14px}.top-block-item .add .add-panel_categories__btn{padding-top:0}.top-block-item .add_panel{height:50px}.top-block-item .add .add-panel_categories{padding-top:15px}.top-block-item .add .add-panel_btn-add{margin-top:5px;font-size:12px;min-width:52px;height:30px;line-height:30px}}@media screen and (max-width: 390px){.screen-post{background-color:#2d2d31;border-radius:4px;height:355px}.post-item{height:502px}.screen-content,.video-content{padding-left:0}.top-block-item .navigation__menu{gap:0 10px}.top-block-item .navigation__link{font-size:9px}.top-block-item .top-block-item__item .top-block-item_info__title{font-size:10px}.top-block-item .top-block-item__item .top-block-item_info__subtitle{font-size:8px}.top-block-item .add__title{font-size:18px;text-align:center}.top-block-item .add .add-panel_categories__btn{position:relative;top:-2px}.top-block-item .navigation .nav_link:after{content:"";display:block;width:20px}.post .flex-header-start__title,.post .flex-header-start__info{font-size:10px}.post .flex-header-start__date{font-size:12px}.post .post-item__header{max-width:270px}.post-item-bottom__title{font-size:18px}.post .post-item-bottom__info,.post-item-bottom__read{font-size:12px}.top-block-item .add_panel{display:flex;min-height:0px;padding:0 20px}.top-block-item .add .add-panel_btn-add{width:105px}.post .post-item-footer .post-item-footer-start{display:flex;gap:0 5px}}@media screen and (max-width: 340px){.modal-end{position:relative;left:-18px}.modal-end__btn{margin-left:100px}}@media screen and (max-width: 320px){.post-item{height:482px}.top-block-item .add .add-panel_btn-add{width:85px;gap:0 0px;font-size:10px}}@media screen and (max-width: 285px){.posit_el{position:relative;top:-15px}.top-block-item .add .add-panel_btn-add{width:85px;gap:0 0px;font-size:10px;position:absolute;left:5px}.screen-post{background-color:#2d2d31;border-radius:4px;height:305px}.post-item{height:472px}.post .post-item-footer .post-item-footer-start{display:flex;gap:0 5px}.post .flex-header-start{display:flex;gap:0 10px}.top-block-item .add .add-panel_btn-add__icon{position:relative;top:-2px;padding-top:5px}.top-block-item .add .add-panel_categories{padding-left:105px}}.modal{background-color:#fff;padding-bottom:15px;border-radius:12px}.modal-content__title{font-size:20px;color:#fff}.modal-content__info{font-size:15px;line-height:1.33;color:#d4d4d4}.modal-end{position:relative}.modal-end .modal-end__textarea{display:flex;justify-content:center}.modal-end .modal-end__textarea textarea{font-size:15px;transition:padding-bottom .2s;resize:none;border:none;width:89%;margin-top:10px;border-radius:5px;background:rgba(255,255,255,.15);border:1px solid rgba(0,0,0,.15);color:#000;outline:none;padding:5px 5px 51px;height:auto;min-height:80px}.modal-end .modal-end__btn{padding:0 20px;height:32px;line-height:32px;border:1px solid transparent;border-radius:4px;background-color:#ededed;position:absolute;bottom:8px;right:46px;cursor:pointer}.comments__item{align-items:flex-start;display:flex;margin-bottom:20px;position:relative;width:100%}.comments__item{align-items:flex-start;display:flex;margin-bottom:20px;gap:0 20px;position:relative;width:100%}.comments__content-wrap{flex:1;width:100%}.comments-wrapper .comments__content{background:none;text-align:center}.comments-wrapper .comments{padding:0 20px 20px;font-size:15px;margin-bottom:0;color:#fff}.comments-wrapper .comments__author-name{max-width:90%;font-weight:500;font-size:16px;color:#fff}.comments__info>a{color:#000}time{display:inline-block;font-size:13px;color:#949599;text-decoration:none;margin-left:12px}.comments__message{font-size:14px;color:#7e7e7e;word-break:break-word;text-align:left;opacity:1;padding-top:10px;line-height:20px}.comments__info-top{padding-top:10px}.comments__author-avatar{width:40px;height:40px;border-radius:25px}.comment{padding:15px}.comments__reply{color:#447cff;background:none;border:none;display:inline-block;padding-top:10px}.comments{padding-left:55px}@media screen and (max-width: 660px){.modal{max-width:100%}.modal-end__textarea>textarea{max-width:80%}.modal-end__btn{margin-left:350px}}@media screen and (max-width: 560px){.modal{max-width:100%}.modal-end__textarea>textarea{max-width:80%}.modal-end__btn{margin-left:350px}.comments__message{font-size:14px}.modal-content__info{font-size:12px}}@media screen and (max-width: 490px){.modal{max-width:100%}.modal-end__textarea>textarea{max-width:85%}.modal-end__btn{margin-left:180px}.modal-content__info{font-size:10px}.comments{padding-left:5px}}@media screen and (max-width: 450px){.modal-end{margin-left:0;position:relative;left:-10px}.comment{padding-left:25px}}@media screen and (max-width: 530px){.modal-end__btn{margin-left:300px}}@media screen and (max-width: 420px){.modal{max-width:100%}.modal-end__textarea>textarea{max-width:85%}.modal-end__btn{margin-left:230px}.modal-content__info{font-size:10px}.comments,.comment{padding-left:5px}}@media screen and (max-width: 320px){.modal{max-width:100%}.modal-end__textarea>textarea{max-width:85%}.modal-end__btn{margin-left:160px}.modal-content__info{font-size:9px}.comments,.comment{padding-left:5px}.modal-end{margin-left:0}.comments__item{gap:0 5px}.flex-header-start__title{max-width:100px}}.open-modal .cdk-global-overlay-wrapper{pointer-events:initial!important;pointer-events:initial;overflow-y:scroll!important}.user-profile__header:not(:last-child){margin-bottom:1.25rem}.gift-user-h:not(:last-child){margin-bottom:2.5rem}.gift-user-h__box-ttl{display:flex;align-items:center;flex-wrap:wrap}.gift-user-h__box-ttl:not(:last-child){margin-bottom:1.25rem}.gift-user-h__box-ttl--sb{justify-content:space-between}.gift-user-h__l{display:grid;justify-content:start;align-items:center;gap:.625rem;grid-auto-flow:column}.gift-user-h .gift-user-h__ico{display:flex;align-items:center;justify-content:center;width:1.875rem;height:1.875rem;border-radius:.5rem;background:#2e2d31;font-size:1.125rem;font-weight:500}.gift-user-h .gift-user-h__ico ._ibg-c{width:1.5625rem;height:1.5625rem}.gift-user-h__ttl{font-size:1.125rem;font-weight:500}.gift-user-h__value{opacity:.6}.gift-user-h__link{padding:0 0 0 1.875rem;font-size:.875rem;font-weight:500;color:#48a5df}.gift-user-h__link:hover,.gift-user-h__link:active,.gift-user-h__link:focus{color:#56bfff}.gift-user-h__slider:not(:last-child){margin-bottom:1.25rem}.slider-gift-u{position:relative;padding:0 .625rem}.slider-gift-u__body{overflow-x:clip;display:flex;align-items:center}.slider-gift-u__gift{flex:0 0 auto;width:5.625rem;height:5.625rem;border-radius:.625rem;background:#2e2d31;display:flex;align-items:center;justify-content:center}.slider-gift-u__gift:not(:last-child){margin-right:.625rem}.slider-gift-u__gift ._to-img{width:80%;height:80%}.slider-gift-u__gift:hover,.slider-gift-u__gift:active,.slider-gift-u__gift:focus{background:#19191b}.slider-gift-u__btn{position:absolute;top:50%;right:0;z-index:2;width:3.125rem;height:3.125rem;border-radius:50%;background:rgba(112,112,112,.8666666667);display:flex;align-items:center;justify-content:center;transform:translate(50%,-50%) rotate(180deg)}.slider-gift-u__btn ._ibg-c{opacity:.5;width:60%;height:60%}.slider-gift-u__btn:hover ._ibg-c,.slider-gift-u__btn:active ._ibg-c,.slider-gift-u__btn:focus ._ibg-c{opacity:1}.slider-gift-u__btn--prev{left:0;right:auto;transform:translate(-50%,-50%)}.btn-to-gift-slider{flex:1 0 auto;border:2px dashed rgba(107,107,107,.782);flex-direction:column}.btn-to-gift-slider ._img-c{width:2.5rem;height:2.5rem}.btn-to-gift-slider span{text-align:center;font-size:.875rem;color:#48a5df}.btn-to-gift-slider span:hover,.btn-to-gift-slider span:active,.btn-to-gift-slider span:focus{color:#56bfff}@media (max-width: 1000px){.btn-to-gift-slider span{display:flex}}.user-profile__body{display:grid;align-items:start;gap:1.25rem;grid-template-columns:35% auto}.head-card-pu{padding:.9375rem var(--padd-xx) .625rem;display:flex;align-items:center;gap:.625rem;flex-wrap:wrap;position:relative;font-size:.8125rem}.head-card-pu__ava{width:2.5rem;height:2.5rem;border-radius:50%;overflow:hidden}.head-card-pu__bookmark{position:absolute;top:-.3125rem;right:1.25rem;z-index:1;width:2.5rem;height:2.5rem}.head-card-pu__name{font-weight:700;color:#48a5df;display:block}.head-card-pu__name:not(:last-child){margin-bottom:.125rem}.head-card-pu__name:hover,.head-card-pu__name:active,.head-card-pu__name:focus{color:#56bfff}.head-card-pu__par{display:grid;justify-content:start;align-items:center;gap:.625rem;grid-auto-flow:column}.head-card-pu__par a{color:#48a5df}.head-card-pu__par:hover a{color:#56bfff}.head-card-pu__par span{opacity:.6}.head-card-pu__sep-par{width:.1875rem;height:.1875rem;border-radius:50%;background:#fff}.publication-user-p__card:not(:last-child){margin-bottom:1.875rem}.card-pub-usp__img{padding:60% 0 0}.card-pub-usp__info{padding:.9375rem var(--padd-xx) .625rem}.card-pub-usp__mess{display:block;font-size:1.25rem;font-weight:700;color:#f5f5f7}.card-pub-usp__mess:not(:last-child){margin-bottom:.625rem}.card-pub-usp__emoji{display:flex;align-items:center;gap:.3125rem;flex-wrap:wrap}.card-pub-usp__emoji ._img-c{width:1.25rem;height:1.25rem}.card-pub-usp__emoji:not(:last-child){margin-bottom:.625rem}.card-pub-usp__more{display:block;font-size:.9375rem;color:#48a5df}.card-pub-usp__more:hover,.card-pub-usp__more:active,.card-pub-usp__more:focus{color:#56bfff}.card-pub-usp__more:not(:last-child){margin-bottom:.625rem}.card-pub-usp__box-like{display:grid;justify-content:start;align-items:center;gap:.9375rem;grid-auto-flow:column}.card-pub-usp__footer{padding:.9375rem var(--padd-xx) .9375rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.card-pub-usp__btn-like{padding:0 .3125rem;opacity:.5;display:grid;justify-content:start;align-items:center;gap:.625rem;grid-auto-flow:column;border-radius:.3125rem}.card-pub-usp__btn-like:hover,.card-pub-usp__btn-like:active,.card-pub-usp__btn-like:focus{background-color:#ffffff47}.card-pub-usp__btn-like ._img-c{width:.9375rem;height:.9375rem;filter:invert(100%)}.card-pub-usp__btn-like--p{padding:.3125rem}.card-pub-usp__dislike{transform:rotate(180deg)}.card-pub-usp__comment{transform:scale(-1,1.2)}.card-pub-usp__share{opacity:.6;font-size:.875rem;cursor:pointer;padding:.625rem;border-radius:.3125rem;display:grid;align-items:center;gap:.5rem;grid-template-columns:auto auto}.card-pub-usp__share ._img-c{width:.9375rem;height:.9375rem}.card-pub-usp__share:hover,.card-pub-usp__share:active,.card-pub-usp__share:focus{background-color:#66656566}.aside-user-pt__s-header:not(:last-child){margin-bottom:.9375rem}.aside-user-pt__sect:not(:last-child){margin-bottom:1.875rem}.games-user-pt__collage{display:grid;gap:.4375rem;grid-template-columns:1fr 1fr}.games-user-pt__elm-collage{overflow:hidden;border-radius:.3125rem;aspect-ratio:4/2.3}.medias-user-p__collage{display:grid;gap:.4375rem;grid-template-columns:1fr 1fr 1fr}.medias-user-p__elm-collage{overflow:hidden;border-radius:.3125rem;aspect-ratio:10/8}.friend-user-p__el-list:not(:last-child){margin-bottom:.625rem}.card-fp--friend-user-p{padding:5px}.card-fp--friend-user-p .card-fp__ava{width:2.5rem;height:2.5rem}.card-fp--friend-user-p .card-fp__name:not(:last-child){margin-bottom:0rem}.card-f__js-online-desc,.card-fp__js-online-ico,.card-fp._js-online .card-fp__time{display:none}.card-fp._js-online .card-f__js-online-desc{display:block}.card-fp._js-online .card-fp__ava{position:relative}.card-fp._js-online .card-fp__ava:after{content:"";display:inline-block;width:1rem;border-radius:50%;height:1rem;background:#37c215;position:absolute;right:2%;bottom:11%;z-index:1;border:3px solid #313134}.card-f__js-online-desc{font-size:.8125rem;color:#37c215}.card-f__js-online-desc a{text-decoration:underline}@media (max-width: 43.75em){.aside-user-pt{display:none}.user-profile__body{display:block}}.aside-user-pt__sect{margin:15px 0}.footer__top{padding:2.5rem 0;background-color:#005bff}.footer__bottom{padding:.875rem 0;line-height:1.5714285714;font-size:.875rem;opacity:.5;font-weight:300}.footer__container{display:grid;justify-content:space-between;align-items:center;gap:2.5rem;grid-auto-flow:column;max-width:83.8125rem;padding:0 .9375rem}.social{display:grid;gap:.9375rem;grid-auto-flow:column}.social__link{width:1.875rem;height:1.875rem}.social__link:hover,.social__link:active,.social__link:focus{opacity:.6}.nav-footer{display:flex;align-items:center;gap:.625rem 1.25rem;flex-wrap:wrap;font-weight:600}.nav-footer__link{opacity:.8;color:#fff}.nav-footer__link:hover,.nav-footer__link:active,.nav-footer__link:focus{opacity:1}.footer__r-bottom{border:1px dashed #000;border-radius:5px;line-height:1;padding:.0625rem .3125rem}@media (max-width: 70em){.footer__top{background-color:#1e1e1e00}.footer .nav-footer__link{color:#000}.footer__top-container{display:flex;flex-direction:column;align-items:center}.footer__social{order:1}.footer__logo{order:2;max-width:8.125rem}.footer__nav{order:3;font-size:.9375rem;gap:.625rem .9375rem;justify-content:center}.social{gap:1.25rem}.social__link{width:2.5rem;height:2.5rem;text-align:center}}@media (max-width: 37.5em){.footer__bottom{font-size:.625rem}}@media (max-width: 1024px){app-root main,app-root .wrapper{margin-top:66px}}.mat-mdc-tab-body-content{overflow:hidden!important}@media (min-width: 143.75em){html{font-size:.64vw}}@media (min-width: 187.5em){html{font-size:.5925925926vw}}.selectDisable{-webkit-user-select:none;-o-user-select:none;user-select:none}img.vert-move{animation:mover 1s infinite alternate}@keyframes mover{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.offline{background-color:#f22}.online{background-color:#3fcc35}.badge{padding:4px 8px;text-align:center;border-radius:5px;background-color:#fff;color:#000}.badge.warn{background-color:#f44336;color:#fff}.badge.primary{background-color:#3f51b5;color:#fff}.badge.success{background-color:#5eba7d;color:#fff}.badge.game{background-color:#c15dcb;color:#fff}.badge.gameSocial{background-color:#49dae4;color:#fff}.ngxImageZoomContainer{height:294px!important;width:100%!important;cursor:pointer}.profileBox__profileCol{max-width:180px;position:relative;cursor:pointer;display:flex;align-items:flex-start;justify-content:center}.profileBox__profileCol .profileBox__photo{width:80%;margin:5% 0 0;top:20%;left:20%;border-radius:.5rem;transition:transform .2s ease-in-out;box-shadow:0 1rem 1rem #0006}.profileBox__profileCol .profileBox__frame{position:absolute;top:-27px;left:0;width:100%}.profileBox__profileCol .medal{position:absolute}.profileBox__profileCol .medal.medal-left{left:8px}.profileBox__profileCol .medal.medal-right{right:8px}.profileBox__profileCol .medal.medal-top{top:1%}.profileBox__profileCol .medal.medal-center{top:40%}.profileBox__profileCol .medal.medal-bottom{bottom:10%}.profileBox__profileCol .medal img{width:25px}
