*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px}body{font-family:var(--vex-font-main);line-height:1.5;color:#333;background-color:var(--body-color);transition:background-color .3s ease,color .3s ease}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:#000;margin:0;padding:0}h1,h2,h3,h4,h5,h6,.menu li{margin:0;font-weight:600;color:inherit;font-family:var(--vex-font-titles)}h1,.page-title{font-size:1.7rem;font-weight:600}p{margin:0;font-weight:400;color:inherit}a{color:#2196f3;text-decoration:none;transition:color .2s ease-in-out}a:hover{color:#2196f3}ul,ol{padding:0;margin:0;list-style-position:inside}button,input,select,textarea{font-family:inherit;font-size:inherit;border:none;background:none;outline:none}.bg-primary{background-color:var(--main-color)}.float-left{float:left}.float-right{float:right}.d-block{display:block !important}.d-flex{display:flex !important}.d-inline-block{display:inline-block !important}.hr-divider{display:flex;align-items:center;text-align:center;color:#999;margin:20px 0;font-weight:bold}.hr-divider::before,.hr-divider::after{content:"";flex:1;border-bottom:1px solid #d1d1d1;margin:0 10px}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.6);z-index:40;opacity:0;pointer-events:none;transition:opacity .3s ease}.overlay.active{opacity:1;pointer-events:auto}#progress-bar{position:fixed;top:0;left:0;width:0;height:4px;border-top-right-radius:1rem;border-bottom-right-radius:1rem;box-shadow:0 0 10px var(--main-color);background-color:var(--main-color);z-index:9999}#toast-container{width:100%}.dropdown{position:relative}.clamp-js{line-height:1.5rem;max-height:3rem;overflow:hidden}.ad-block{display:inline-block;width:320px;overflow:hidden;margin:1rem auto}.container{width:100%;margin:0 auto;padding:0}img.lazy{opacity:0;transition:opacity .25s ease-in-out}img.lazy:not(.loaded){visibility:hidden}img.lazy.loaded{opacity:1;visibility:visible}@keyframes shimmer{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes spinner{to{transform:rotate(360deg)}}@keyframes block-loader{0%{background-position:0 0,100% 0,100% 100%,0 100%}33%{background-position:0 0,100% 0,100% 100%,0 100%;width:67.2px;height:67.2px}66%{background-position:100% 0,100% 100%,0 100%,0 0;width:67.2px;height:67.2px}100%{background-position:100% 0,100% 100%,0 100%,0 0}}@keyframes block-loader-small{0%{background-position:0 0,100% 0,100% 100%,0 100%}33%{background-position:0 0,100% 0,100% 100%,0 100%;width:28.8px;height:28.8px}66%{background-position:100% 0,100% 100%,0 100%,0 0;width:28.8px;height:28.8px}100%{background-position:100% 0,100% 100%,0 100%,0 0}}@keyframes fadeIn{to{opacity:1}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.alert{position:relative;display:flex;align-items:start;text-align:left;width:100%;padding:.8rem 1rem;margin-bottom:1rem;border-radius:.5rem}.alert span{margin-left:.4rem}.alert.alert-error{background:rgba(255,0,0,.15);border:1px solid rgba(188,132,129,.5);color:#a35a57}.alert.alert-error svg{fill:#a35a57}.alert.alert-success{background:rgba(0,255,67,.15);border:1px solid rgba(139,203,159,.5);color:#397c54}.alert.alert-success svg{fill:#397c54}.alert.alert-info{background:rgba(0,128,255,.15);border:1px solid rgba(139,170,203,.5);color:#39537c}.alert.alert-info svg{fill:#39537c}.alert.alert-warning{background:rgba(255,214,0,.15);border:1px solid rgba(203,187,139,.5);color:#7c7939}.alert.alert-warning svg{fill:#7c7939}.alert .alert-close{position:absolute;right:10px;cursor:pointer}.toast{display:inline-block;background-color:#fff;box-shadow:0 0 11px rgba(0,0,0,.1);width:25rem;max-width:25rem;margin-bottom:10px;visibility:hidden;color:#fff;cursor:pointer;border-radius:5px;position:relative;font-size:16px;opacity:0;transition:opacity .5s,visibility .5s,transform .5s}.toast span{margin-left:.4rem}.toast .toast-header{position:relative;display:flex;align-items:center;padding:5px 10px;border-bottom:1px solid #dcdcdc}.toast .toast-header .toast-close{position:absolute;top:4px;right:10px}.toast .toast-content{position:relative;padding:10px 10px 12px}.toast .toast-content span{display:block;color:#424345;text-align:left}.toast .toast-content .toast-loader{position:absolute;left:0;margin:0;bottom:0;height:3px}.toast .toast-content .toast-loader.success{background:#33c039}.toast .toast-content .toast-loader.error{background:#e55a5a}.toast.show{visibility:visible;opacity:1}.toast.success{color:#33c039;font-weight:500}.toast.success svg{fill:#33c039}.toast.error{color:#e55a5a;font-weight:500}.toast.error svg{fill:#e55a5a}.text-alert{display:block;font-size:15px}.text-alert.text-error{color:#d36c6c}.text-alert.text-success{color:#6cd385}.text-alert.text-warning{color:#d3c36c}.text-alert.text-info{color:#6c90d3}.vex-tooltip{position:fixed;background:#333;color:#fff;padding:4px 8px;border-radius:4px;font-size:13px;pointer-events:none;z-index:1000;white-space:nowrap;opacity:0;transition:opacity .15s}[data-theme=dark] .alert.success{background-color:#5dd879}[data-theme=dark] .alert.error{background-color:#eb8c95}[data-theme=dark] .alert.info{background-color:#4cd3e9}.spinner{width:4.8px;height:4.8px;border-radius:4.8px;box-shadow:12px 0px 0 0 rgba(255,255,255,.2),9.7px 7.1px 0 0 rgba(255,255,255,.4),3.72px 11.4px 0 0 rgba(255,255,255,.6),-3.72px 11.4px 0 0 rgba(255,255,255,.8),-9.7px 7.1px 0 0 #fff;animation:spinner 1s infinite linear}.spinner.spn-dark{box-shadow:12px 0px 0 0 rgba(126,126,126,.2),9.7px 7.1px 0 0 rgba(121,121,121,.4),3.72px 11.4px 0 0 rgba(103,103,103,.6),-3.72px 11.4px 0 0 rgba(119,119,119,.8),-9.7px 7.1px 0 0 #898989}.spinner.spn-small{scale:.8}.block-loader{width:44.8px;height:44.8px;color:#dcdcdc;background:linear-gradient(currentColor 0 0),linear-gradient(currentColor 0 0),linear-gradient(currentColor 0 0),linear-gradient(currentColor 0 0);background-size:23.4px 23.4px;background-repeat:no-repeat;animation:block-loader 1.5s infinite cubic-bezier(0.3, 1, 0, 1)}.block-loader-small{width:19.2px;height:19.2px;color:#dcdcdc;background:linear-gradient(currentColor 0 0),linear-gradient(currentColor 0 0),linear-gradient(currentColor 0 0),linear-gradient(currentColor 0 0);background-size:10.6px 10.6px;background-repeat:no-repeat;animation:block-loader-small 1.5s infinite cubic-bezier(0.3, 1, 0, 1)}.flex-container{display:flex;flex-wrap:wrap;margin-left:-0.5rem;margin-right:-0.5rem}[class^=cell],[class*=" cell"]{padding-left:.5rem;padding-right:.5rem;box-sizing:border-box}.cell{flex:1 0 0%;max-width:100%}.cell-1{flex:0 0 8.3333%;max-width:8.3333%}.cell-2{flex:0 0 16.6667%;max-width:16.6667%}.cell-3{flex:0 0 25%;max-width:25%}.cell-4{flex:0 0 33.3333%;max-width:33.3333%}.cell-5{flex:0 0 41.6667%;max-width:41.6667%}.cell-6{flex:0 0 50%;max-width:50%}.cell-7{flex:0 0 58.3333%;max-width:58.3333%}.cell-8{flex:0 0 66.6667%;max-width:66.6667%}.cell-9{flex:0 0 75%;max-width:75%}.cell-10{flex:0 0 83.3333%;max-width:83.3333%}.cell-11{flex:0 0 91.6667%;max-width:91.6667%}.cell-12{flex:0 0 100%;max-width:100%}@media(min-width: 0px){.cell-xs{flex:1 0 0%;max-width:100%}.cell-xs-1{flex:0 0 8.3333%;max-width:8.3333%}.cell-xs-2{flex:0 0 16.6667%;max-width:16.6667%}.cell-xs-3{flex:0 0 25%;max-width:25%}.cell-xs-4{flex:0 0 33.3333%;max-width:33.3333%}.cell-xs-5{flex:0 0 41.6667%;max-width:41.6667%}.cell-xs-6{flex:0 0 50%;max-width:50%}.cell-xs-7{flex:0 0 58.3333%;max-width:58.3333%}.cell-xs-8{flex:0 0 66.6667%;max-width:66.6667%}.cell-xs-9{flex:0 0 75%;max-width:75%}.cell-xs-10{flex:0 0 83.3333%;max-width:83.3333%}.cell-xs-11{flex:0 0 91.6667%;max-width:91.6667%}.cell-xs-12{flex:0 0 100%;max-width:100%}}@media(min-width: 576px){.cell-sm{flex:1 0 0%;max-width:100%}.cell-sm-1{flex:0 0 8.3333%;max-width:8.3333%}.cell-sm-2{flex:0 0 16.6667%;max-width:16.6667%}.cell-sm-3{flex:0 0 25%;max-width:25%}.cell-sm-4{flex:0 0 33.3333%;max-width:33.3333%}.cell-sm-5{flex:0 0 41.6667%;max-width:41.6667%}.cell-sm-6{flex:0 0 50%;max-width:50%}.cell-sm-7{flex:0 0 58.3333%;max-width:58.3333%}.cell-sm-8{flex:0 0 66.6667%;max-width:66.6667%}.cell-sm-9{flex:0 0 75%;max-width:75%}.cell-sm-10{flex:0 0 83.3333%;max-width:83.3333%}.cell-sm-11{flex:0 0 91.6667%;max-width:91.6667%}.cell-sm-12{flex:0 0 100%;max-width:100%}}@media(min-width: 768px){.cell-md{flex:1 0 0%;max-width:100%}.cell-md-1{flex:0 0 8.3333%;max-width:8.3333%}.cell-md-2{flex:0 0 16.6667%;max-width:16.6667%}.cell-md-3{flex:0 0 25%;max-width:25%}.cell-md-4{flex:0 0 33.3333%;max-width:33.3333%}.cell-md-5{flex:0 0 41.6667%;max-width:41.6667%}.cell-md-6{flex:0 0 50%;max-width:50%}.cell-md-7{flex:0 0 58.3333%;max-width:58.3333%}.cell-md-8{flex:0 0 66.6667%;max-width:66.6667%}.cell-md-9{flex:0 0 75%;max-width:75%}.cell-md-10{flex:0 0 83.3333%;max-width:83.3333%}.cell-md-11{flex:0 0 91.6667%;max-width:91.6667%}.cell-md-12{flex:0 0 100%;max-width:100%}}@media(min-width: 992px){.cell-lg{flex:1 0 0%;max-width:100%}.cell-lg-1{flex:0 0 8.3333%;max-width:8.3333%}.cell-lg-2{flex:0 0 16.6667%;max-width:16.6667%}.cell-lg-3{flex:0 0 25%;max-width:25%}.cell-lg-4{flex:0 0 33.3333%;max-width:33.3333%}.cell-lg-5{flex:0 0 41.6667%;max-width:41.6667%}.cell-lg-6{flex:0 0 50%;max-width:50%}.cell-lg-7{flex:0 0 58.3333%;max-width:58.3333%}.cell-lg-8{flex:0 0 66.6667%;max-width:66.6667%}.cell-lg-9{flex:0 0 75%;max-width:75%}.cell-lg-10{flex:0 0 83.3333%;max-width:83.3333%}.cell-lg-11{flex:0 0 91.6667%;max-width:91.6667%}.cell-lg-12{flex:0 0 100%;max-width:100%}}@media(min-width: 1200px){.cell-xl{flex:1 0 0%;max-width:100%}.cell-xl-1{flex:0 0 8.3333%;max-width:8.3333%}.cell-xl-2{flex:0 0 16.6667%;max-width:16.6667%}.cell-xl-3{flex:0 0 25%;max-width:25%}.cell-xl-4{flex:0 0 33.3333%;max-width:33.3333%}.cell-xl-5{flex:0 0 41.6667%;max-width:41.6667%}.cell-xl-6{flex:0 0 50%;max-width:50%}.cell-xl-7{flex:0 0 58.3333%;max-width:58.3333%}.cell-xl-8{flex:0 0 66.6667%;max-width:66.6667%}.cell-xl-9{flex:0 0 75%;max-width:75%}.cell-xl-10{flex:0 0 83.3333%;max-width:83.3333%}.cell-xl-11{flex:0 0 91.6667%;max-width:91.6667%}.cell-xl-12{flex:0 0 100%;max-width:100%}}.grid-container{display:flex;flex-direction:initial !important;flex-wrap:wrap !important;margin:-8px}.grid{flex:1;min-width:0}.grid-1{flex:0 0 calc(8.33% - 16px);margin:8px}.grid-2{flex:0 0 calc(16.66% - 16px);margin:8px}.grid-3{flex:0 0 calc(25% - 16px);margin:8px}.grid-4{flex:0 0 calc(33.33% - 16px);margin:8px}.grid-5{flex:0 0 calc(41.66% - 16px);margin:8px}.grid-6{flex:0 0 calc(50% - 16px);margin:8px}.grid-7{flex:0 0 calc(58.33% - 16px);margin:8px}.grid-8{flex:0 0 calc(66.66% - 16px);margin:8px}.grid-9{flex:0 0 calc(75% - 16px);margin:8px}.grid-10{flex:0 0 calc(83.33% - 16px);margin:8px}.grid-11{flex:0 0 calc(91.66% - 16px);margin:8px}.grid-12{flex:0 0 calc(100% - 16px);margin:8px}@media(min-width: 768px){.grid-md-6{flex:0 0 calc(50% - 16px);margin:8px}.grid-md-4{flex:0 0 calc(33.33% - 16px);margin:8px}.grid-md-3{flex:0 0 calc(25% - 16px);margin:8px}}@media(min-width: 1024px){.grid-lg-6{flex:0 0 calc(50% - 16px);margin:8px}.grid-lg-5{flex:0 0 calc(41.66% - 16px);margin:8px}.grid-lg-4{flex:0 0 calc(33.33% - 16px);margin:8px}.grid-lg-3{flex:0 0 calc(25% - 16px);margin:8px}.grid-lg-7{flex:0 0 calc(58.33% - 16px);margin:8px}.grid-lg-8{flex:0 0 calc(66.66% - 16px);margin:8px}.grid-lg-10{flex:0 0 calc(83.33% - 16px);margin:8px}.grid-lg-12{flex:0 0 calc(100% - 16px);margin:8px}}.form-container{margin:1rem;display:flex;flex-direction:column}.form-group{display:inline-block;position:relative;margin-bottom:1rem;width:100%}.form-group label,.form-group small{display:block;margin-bottom:.5rem;cursor:pointer}.form-group button.btn-form,.form-group button.btn-submit{background:#2196f3;background-size:300% 100%;width:100%;display:flex;justify-content:center;align-items:center;height:2.8rem;font-size:1rem;padding:1rem;border:0;border-radius:.5rem;cursor:pointer;color:#fff;font-weight:600;font-size:1rem;transition:all .4s}.form-group button.btn-form:hover,.form-group button.btn-submit:hover{background-position:100% 0}.form-group .form-icon{position:relative}.form-group .form-icon .icon{position:absolute;left:12px;top:50%;transform:translateY(-50%)}.form-group .form-icon .icon svg{fill:#3f4141}.form-group .form-icon .form-input{padding-left:2.8rem}.form-group .form-icon-label{position:relative}.form-group .form-icon-label .icon{position:absolute;right:12px;top:50%;transform:translateY(-50%)}.form-group .form-icon-label .icon svg{fill:#3f4141}.form-group .form-icon-label .form-input{padding-right:2.8rem}.form-group.form-password .icon2{position:absolute;right:12px;top:50%;transform:translateY(-50%)}.form-group.form-password .icon2 svg{fill:#899494}.form-group .datepicker{width:100%}.form-group textarea{resize:vertical;min-height:125px}.form-group .upload-btn{background:#000;color:#fff;display:flex;align-items:center;justify-content:center;width:12rem;min-height:2.3rem;padding:.5rem 1rem;border-radius:.25rem;margin-left:1rem;cursor:pointer}.form-group .oauth{background:#fff;display:flex;align-items:center;justify-content:center;height:3rem;border:1px solid rgba(0,0,0,.1);padding:8px 16px;border-radius:2px;margin-bottom:.5rem;font-size:15px;cursor:pointer;margin-bottom:.5rem;transition:background .2s ease-in-out}.form-group .oauth img{width:24px;height:24px;margin-right:.5rem;background:#fff}.form-group .oauth:hover{background:#f9f9f9}.form-group .captcha{display:flex;flex-direction:column;justify-content:center;align-items:center}.file-upload-area{display:flex;flex-direction:column;align-items:center;text-align:center;border:2px dashed rgba(0,0,0,.1);padding:1rem;border-radius:1rem;cursor:pointer;min-height:17rem;overflow:hidden}.file-upload-area span{display:block}.file-upload-area .icon svg{width:32px;height:32px}.file-upload-area .info{font-size:.8rem;margin-top:1rem;color:rgba(0,0,0,.5)}.file-upload-area .btn{background:#000;color:#fff;margin-top:1rem}.file-upload-area.drag-over{background-color:rgba(0,123,255,.1);border-color:#0056b3}.file-upload-area .previewImage{width:100%;height:84px;margin:0 auto;-o-object-fit:contain;object-fit:contain}.form-input{background:rgba(255,255,255,.5);border-color:rgba(255,255,255,0);border-width:1px;border-radius:.5rem;border:1px solid rgba(0,0,0,.1);color:#3f4141;width:100%;padding:.75rem;outline:0;font-size:.875rem;font-family:inherit;transition:.2s border-color ease-in-out}.form-input:focus{border-color:var(--main-color) !important}.form-checkbox{display:flex !important;align-items:center;position:relative;cursor:pointer}.form-checkbox input{position:absolute;opacity:0;cursor:pointer}.form-checkbox .text{font-size:.9rem;color:#3f4141;margin-left:.5rem}.form-checkbox .checkmark{width:18px;height:18px;background-color:#fff;border:2px solid #e5e5e5;border-radius:4px;display:inline-block;position:relative;transition:all .3s ease}.form-checkbox input:checked+.checkmark{background-color:#2196f3;border:0}.form-checkbox input:checked+.checkmark::after{content:"";position:absolute;left:7px;top:4px;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.form-switch{position:relative;display:flex !important;padding:3px 0;padding-left:60px;height:100%}.form-switch .switch input{opacity:0;width:0;height:0}.form-switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;width:50px;height:26px;transition:.4s;border-radius:26px}.form-switch .slider:before{position:absolute;content:"";height:18px;width:18px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%}.form-switch input{position:fixed;left:-100%;visibility:hidden}.form-switch input:checked+.slider{background-color:#000}.form-switch input:checked+.slider:before{transform:translateX(24px)}.form-addition .list{display:flex;align-items:center}.form-addition label{display:flex;align-items:center}.form-addition button{width:auto;padding:0;height:1.5rem;font-size:.75rem;border-radius:.25rem;font-weight:400;margin:0;margin-left:.5rem}.form-addition .form-input{border-radius:0}.form-addition .addition-label{display:flex;align-items:center;margin:.5rem 0 1rem 0}.form-addition .addition-remove{display:flex;align-items:center;background:#f6f6f6;border:1px solid #e9e9e9;height:2.9rem;padding:.5rem .8rem;cursor:pointer}.custom-radio{display:inline-flex !important;align-items:center;cursor:pointer;font-size:15px;margin-right:24px;margin-bottom:16px !important;float:left}.custom-radio input[type=radio]{display:none}.custom-radio .radio-box{width:20px;height:20px;border:2px solid #000;border-radius:50%;display:inline-block;position:relative;margin-right:8px;transition:all .3s ease}.custom-radio input[type=radio]:checked+.radio-box::after{content:"";width:12px;height:12px;background:#000;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.custom-radio:hover .radio-box{border-color:#000}.menu-list{display:flex;flex-direction:column;list-style:none}.menu-list li{display:flex;flex-direction:column;margin-bottom:.5rem}.menu-list a{display:flex;align-items:center;color:var(--main-color)}.menu-list a:hover{text-decoration:underline}.menu-list .icon{margin-right:.5rem}.menu-list .icon svg{width:24px;height:24px}.btn-read-more{display:inline-block;background:var(--main-color);color:#fff;width:10rem;text-align:center;padding:5px;border-radius:3px;font-size:15px;margin:4rem 0 2rem;transition:.2s ease-in-out}.btn-read-more:hover{opacity:.85;color:#fff}.sticky-sidebar{position:sticky;top:0;height:-moz-fit-content;height:fit-content;align-self:flex-start}.sidebar-wrapper-a{margin-bottom:1rem}.sidebar-wrapper-a .sidebar-wrapper-connection{display:inline-block;width:100%;height:auto}.sidebar-wrapper-a h4{position:relative;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.2rem;line-height:1.75rem}.sidebar-wrapper-a h4 .text{position:relative;padding-bottom:.5rem}.sidebar-wrapper-a h4 .text::after{content:"";background:#000;display:block;position:absolute;bottom:0;left:0;width:50%;height:3px}.sidebar-wrapper-a ul{display:flex;flex-wrap:wrap;padding:0;margin:0;list-style:none;margin:-5px}.sidebar-wrapper-a ul li{width:50%}.sidebar-wrapper-a ul li a{display:flex;align-items:center;margin:5px;color:#fff;font-size:.9rem}.sidebar-wrapper-a ul li a .icon{display:flex;align-items:center;padding:8px}.sidebar-wrapper-a ul li a .text{padding:8px}.sidebar-wrapper-b h4{position:relative;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.2rem;line-height:1.75rem}.sidebar-wrapper-b h4 .text{position:relative;padding-bottom:.5rem}.sidebar-wrapper-b h4 .text::after{content:"";background:#000;display:block;position:absolute;bottom:0;left:0;width:50%;height:3px}.sidebar-wrapper-b .sidebar-content-featured{position:relative}.sidebar-wrapper-b .sidebar-content-featured .thumbnail{position:relative;display:flex;flex-direction:column;width:100%;height:210px;overflow:hidden}.sidebar-wrapper-b .sidebar-content-featured .thumbnail a{display:flex;flex-direction:column;width:100%;height:100%}.sidebar-wrapper-b .sidebar-content-featured .thumbnail img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sidebar-wrapper-b .sidebar-content-featured .thumbnail::after{background:rgba(0,0,0,0) linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.46) 50%, rgba(0, 0, 0, 0.8));bottom:0;content:"";height:70%;opacity:.9;position:absolute;transition:all .3s ease-in 0s;width:100%;will-change:opacity;left:0;z-index:0;pointer-events:none}.sidebar-wrapper-b .sidebar-content-featured .caption{position:absolute;bottom:10px;left:12px;padding-right:15px;pointer-events:none}.sidebar-wrapper-b .sidebar-content-featured .caption .category .text{position:relative;background:#1e90ff;display:inline-block;pointer-events:auto;padding:.15rem .85rem;font-size:13px;z-index:100;color:#fff}.sidebar-wrapper-b .sidebar-content-featured .caption .title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-weight:600;max-height:50px;overflow:hidden;margin:.5rem 0 .25rem;color:#fff;font-size:1rem;line-height:1.5rem}.sidebar-wrapper-b .sidebar-content-featured .caption .title a{color:#fff}.sidebar-wrapper-b .sidebar-content-featured .caption .info{display:inline-block;width:100%;font-size:.8rem;color:#fff}.sidebar-wrapper-b .sidebar-content-featured .caption .info a{color:#fff;pointer-events:auto}.sidebar-wrapper-b .sidebar-content-list{position:relative;display:flex;margin:1.5rem 0}.sidebar-wrapper-b .sidebar-content-list .thumbnail{display:flex;flex-direction:column;width:120px;height:80px}.sidebar-wrapper-b .sidebar-content-list .thumbnail img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sidebar-wrapper-b .sidebar-content-list .info{display:flex;flex-direction:column;flex:1;font-size:.8rem;margin-left:.8rem;color:#717171}.sidebar-wrapper-b .sidebar-content-list .info .title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-weight:700;max-height:-moz-max-content;max-height:max-content;overflow:hidden;font-size:.875rem;line-height:1.25rem}.sidebar-wrapper-b .sidebar-content-list .info .title a{color:#000}.sidebar-wrapper-b .sidebar-content-list .info .info-post{margin-top:.25rem;color:#6b7280}.sidebar-wrapper-b .sidebar-content-list .info .author{color:#414141}.sidebar-wrapper-c h4{position:relative;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.2rem;line-height:1.75rem}.sidebar-wrapper-c h4 .text{position:relative;padding-bottom:.5rem}.sidebar-wrapper-c h4 .text::after{content:"";background:#000;display:block;position:absolute;bottom:0;left:0;width:50%;height:3px}.sidebar-wrapper-c .sidebar-tags{padding:0;margin:0;list-style:none;display:inline-block;width:100%;margin:-5px -2.5px}.sidebar-wrapper-c .sidebar-tags li{display:inline-block}.sidebar-wrapper-c .sidebar-tags li a{display:inline-block;background:#e1e1e1;color:#676767;font-size:14px;padding:.25rem .5rem;border-radius:.15rem;margin:5px 2.5px;transition:all .15s ease-in-out}.sidebar-wrapper-c .sidebar-tags li a:hover{background:#000;color:#fff}.auth-inner{display:flex;flex-direction:column;width:450px;margin:5rem auto;box-shadow:0 0 11px rgba(0,0,0,.0509803922);border-radius:5px;padding:1rem}.auth-inner h1{text-align:center;margin:1rem;font-size:1.5rem}.auth-inner .form-container{margin:1rem}.auth-inner .forgot-password{display:block;font-size:14px;margin:10px 0}.settings-wrapper{display:flex;flex-direction:column;background:#f9f9f9;padding:1rem 0;min-height:750px}.settings-inner{position:relative;display:flex;align-items:start;width:100%;height:100%}.settings-menu{display:flex;flex-direction:column;background:#fff;border-radius:3px;width:calc(25% - .5rem);margin-right:.5rem}.settings-menu ul{display:flex;flex-direction:column;margin:0;padding:0;list-style:none}.settings-menu ul li{display:flex;flex-direction:column}.settings-menu ul li a{display:flex;align-items:center;color:#4a4a4a;padding:14px 24px;text-transform:uppercase;font-weight:600;font-size:14px;line-height:1;transition:background .15s ease-in-out}.settings-menu ul li a svg{margin-right:.85rem}.settings-menu ul li:hover a,.settings-menu ul li.active a{background:#f2f2f2}.settings-menu ul li:last-child{margin-bottom:0}.settings-content{display:flex;flex-direction:column;background:#fff;border-radius:3px;width:calc(75% - .5rem);margin-left:.5rem;padding:2rem}.settings-content .connection-account{padding:1rem;border:1px solid rgba(0,0,0,.1);border-radius:.25rem;text-align:center;height:100%}.settings-content .connection-account img{width:4rem;height:4rem}.settings-content .connection-account h3{margin:.5rem 0 1rem;font-weight:500;font-size:1rem}.settings-content .connection-account .btn-connect{background:#d9d9d9;border:0;height:2.4rem;padding:0 1rem;border-radius:.25rem;font-weight:500;cursor:pointer}.settings-content .connection-account .btn-disconnect{background:rgba(0,0,0,0);border:1px solid #d24a40;height:2.4rem;color:#d24a40;padding:0 1rem;border-radius:.25rem;font-weight:500;cursor:pointer}.settings-content .connection-account .account-name{display:block;margin-bottom:1.25rem;font-size:.8rem}.settings-content .avatar-upload{display:flex}.settings-content .avatar-upload .upload-btn-container{margin-left:.5rem}.settings-content .avatar-upload .upload-btn-wrapper{display:flex}.settings-content .avatar-upload .upload-info{margin-top:.5rem;margin-left:1rem}.profile-wrapper{display:flex;flex-direction:column;background:#f9f9f9;padding:2rem 0;min-height:750px}.profile-header{background:#fff;position:relative;display:flex;flex-direction:column;margin-bottom:1rem;box-shadow:0 0 0 1px rgba(0,0,0,.03)}.profile-header .profile-cover{position:relative;background:#eaeaea;display:flex;flex-direction:column;width:100%;height:200px;z-index:0;overflow:hidden}.profile-header .profile-cover img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.profile-header .profile-cover-menu{position:absolute;display:flex;justify-content:center;top:10rem;right:12px;min-width:2rem}.profile-header .profile-cover-menu .more-menu-btn{background:rgba(255,255,255,.3);display:flex;align-items:center;cursor:pointer;color:rgba(0,0,0,.5);padding:0 .5rem;border-radius:5px}.profile-header .profile-cover-menu .more-menu{padding:.5rem;right:0;top:2rem;left:-10rem;width:12rem}.profile-header .profile-cover-menu .more-menu ul{width:100%}.profile-header .profile-cover-menu .more-menu ul li{display:flex;align-items:center;white-space:nowrap;cursor:pointer;font-size:.9rem;padding:.5rem}.profile-header .profile-cover-menu .more-menu ul li label{display:flex;align-items:center;white-space:nowrap;cursor:pointer;font-size:.9rem}.profile-header .profile-cover-menu .more-menu ul li svg{margin-right:.5rem;width:20px;height:20px}.profile-header .profile-cover-menu .more-menu ul li:hover{background:#ececec}.profile-header .profile-cover-menu .more-menu ul li.delete{color:#ef6060}.profile-header .profile-cover-menu .cover-confirmation{position:relative;display:flex;align-items:center}.profile-header .profile-cover-menu .cover-confirmation .confirm,.profile-header .profile-cover-menu .cover-confirmation .cancel{display:flex;align-items:center;justify-content:center;padding:.2rem .4rem;border-radius:2px;width:3rem;height:2rem;cursor:pointer}.profile-header .profile-cover-menu .cover-confirmation .confirm svg,.profile-header .profile-cover-menu .cover-confirmation .cancel svg{width:24px;height:24px;pointer-events:none}.profile-header .profile-cover-menu .cover-confirmation .confirm{background:#e0fbe1;color:#4fd054;margin-right:.5rem}.profile-header .profile-cover-menu .cover-confirmation .cancel{background:#fbe0e0;color:#d04f4f}.profile-header .profile-cover-menu #deleteCover svg,.profile-header .profile-cover-menu #deleteCover span{pointer-events:none}.profile-header .profile-avatar{position:absolute;top:140px;left:40px;z-index:1;border:3px solid #fff;border-radius:50%}.profile-header .profile-avatar img{width:115px;height:115px;border-radius:50%}.profile-header .profile-menu{position:relative;display:flex;justify-content:space-between;height:auto;padding:1rem;padding-left:11rem}.profile-header .profile-menu .profile-menu-left h1{font-size:1.2rem;line-height:1;margin-bottom:.5rem}.profile-header .profile-menu .profile-menu-left h2{font-size:.9rem;color:#8d8d8d;line-height:1}.profile-header .profile-menu .profile-follow{display:flex;align-items:center;width:auto;height:2.2rem;background:#1e90ff;color:#fff;padding:.5rem 1rem;border-radius:2px;font-weight:600;font-size:15px;margin-left:1rem;cursor:pointer}.profile-header .profile-menu .profile-follow svg{width:18px;height:18px;margin-right:.5rem}.profile-header .profile-menu .profile-follow span,.profile-header .profile-menu .profile-follow svg{pointer-events:none}.profile-header .profile-menu .profile-follow.followed{background:#ddd;color:#6b6b6b}.profile-header .profile-menu .profile-menu-left{display:flex;flex-direction:column;align-items:start;justify-content:start;width:100%}.profile-header .profile-menu .profile-menu-right{position:relative;display:flex;align-items:center;justify-content:end;width:100%}.profile-header .profile-menu .profile-menu-right .connection{margin:0;padding:0;list-style:none;display:flex;align-items:center}.profile-header .profile-menu .profile-menu-right .connection li{display:inline-block;margin:4px}.profile-header .profile-menu .profile-menu-right .connection li a{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;padding:.25rem;width:2rem;height:2rem;border-radius:3px}.profile-content-wrapper{display:inline-block;position:relative;width:100%;height:100%}.profile-content-wrapper .profile-content-left{background:#fff;padding:1rem;width:30%;height:auto;float:left;box-shadow:0 0 0 1px rgba(0,0,0,.03)}.profile-content-wrapper .profile-content-left .profile-bio{display:flex;flex-direction:column;margin-bottom:1rem}.profile-content-wrapper .profile-content-left .profile-bio p{word-wrap:break-word;display:block}.profile-content-wrapper .profile-content-left .follower-info{display:flex;align-items:center;margin-bottom:1rem}.profile-content-wrapper .profile-content-left .follower-info .following,.profile-content-wrapper .profile-content-left .follower-info .follower{display:flex;align-items:center;color:#757575}.profile-content-wrapper .profile-content-left .follower-info .following span,.profile-content-wrapper .profile-content-left .follower-info .follower span{color:#000;font-weight:600;margin-right:.5rem}.profile-content-wrapper .profile-content-left .follower-info .following{margin-right:1rem}.profile-content-wrapper .profile-content-left .profile-info{display:flex;flex-direction:column}.profile-content-wrapper .profile-content-left .profile-info ul{padding:0;margin:0;list-style:none;display:flex;flex-direction:column}.profile-content-wrapper .profile-content-left .profile-info ul li{display:flex;align-items:center;padding:.5rem 0}.profile-content-wrapper .profile-content-left .profile-info ul li .icon{display:flex;align-items:center;margin-right:.5rem}.profile-content-wrapper .profile-content-left .profile-info ul li .text{font-size:15px}.profile-content-wrapper .profile-content-right{padding:0 1rem;padding-right:0;width:70%;height:10%;float:left}.profile-content-wrapper .profile-content-right .content-block{display:flex;flex-direction:column}.profile-content-wrapper .profile-content-right .content-block .content-list{background:#fff;display:flex;flex-direction:column;margin:0;margin-bottom:.5rem;padding:.85rem;box-shadow:0 0 0 1px rgba(0,0,0,.03);border-radius:3px}.profile-content-wrapper .profile-content-right .content-block .content-author{display:flex;align-items:center;margin-bottom:1rem}.profile-content-wrapper .profile-content-right .content-block .content-author .avatar{width:32px;height:32px}.profile-content-wrapper .profile-content-right .content-block .content-author .avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.profile-content-wrapper .profile-content-right .content-block .content-author .author-info{display:flex;flex-direction:column;margin-left:10px}.profile-content-wrapper .profile-content-right .content-block .content-author .author-info .username{font-weight:600;font-size:14px}.profile-content-wrapper .profile-content-right .content-block .content-author .author-info .date{font-size:12px}.profile-content-wrapper .profile-content-right .content-block .content-info{display:flex;align-items:start}.profile-content-wrapper .profile-content-right .content-block .content-info .thumbnail{position:relative;width:25%;height:9rem;overflow:hidden}.profile-content-wrapper .profile-content-right .content-block .content-info .thumbnail a{display:flex;flex-direction:column;align-items:center;width:100%;height:9rem}.profile-content-wrapper .profile-content-right .content-block .content-info .thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}.profile-content-wrapper .profile-content-right .content-block .content-info .info{display:flex;flex-direction:column;margin-left:1rem;width:75%;height:auto}.profile-content-wrapper .profile-content-right .content-block .content-info .info .title a{font-size:1.25rem;display:block;color:#000}.profile-content-wrapper .profile-content-right .content-block .content-info .info .title a:hover{color:#2196f3}.profile-content-wrapper .profile-content-right .content-block .content-info .info .tags{position:relative;display:inline-block;width:100%;margin:.25rem 0}.profile-content-wrapper .profile-content-right .content-block .content-info .info .tags .tag-list{display:block;padding:.1rem .5rem;float:left;font-size:14px;color:#5a5a5a;border:1px solid rgba(0,0,0,0);transition:.1s ease-in-out}.profile-content-wrapper .profile-content-right .content-block .content-info .info .tags .tag-list:hover{background:#eee;border:1px solid #5a5a5a;border-radius:3px;color:#5a5a5a}.profile-content-wrapper .profile-content-right .content-block .content-info .info .statistics{display:flex;align-items:center;margin:.5rem 0}.profile-content-wrapper .profile-content-right .content-block .content-info .info .statistics .reactions,.profile-content-wrapper .profile-content-right .content-block .content-info .info .statistics .comments{width:auto;height:2rem;padding:.3rem .5rem;border-radius:3px;display:flex;align-items:center;color:#5a5a5a;margin-right:1rem;font-size:14px;transition:background .2s ease-in-out;white-space:nowrap}.profile-content-wrapper .profile-content-right .content-block .content-info .info .statistics .reactions:hover,.profile-content-wrapper .profile-content-right .content-block .content-info .info .statistics .comments:hover{background:#f3f3f3}.profile-content-wrapper .profile-content-right .content-block .content-info .info .statistics .reactions .icon,.profile-content-wrapper .profile-content-right .content-block .content-info .info .statistics .comments .icon{display:flex;align-items:center;margin-right:.35rem}.profile-content-wrapper .profile-content-right .content-block .content-info .info .statistics .reactions .icon svg,.profile-content-wrapper .profile-content-right .content-block .content-info .info .statistics .comments .icon svg{width:18px;height:18px}.profile-content-wrapper .profile-content-right .content-block .content-info .info .statistics .reactions .reaction-list{display:flex;align-items:center;flex-direction:row-reverse}.profile-content-wrapper .profile-content-right .content-block .content-info .info .statistics .reactions .reaction-list .reaction-icon{position:relative;display:flex;align-items:center;justify-content:center;border:2px solid #fff;background:#f7f7f7;margin-left:-10px;padding:0;width:26px;height:26px;border-radius:50%;z-index:auto}.profile-content-wrapper .profile-content-right .content-block .content-info .info .statistics .reactions .reaction-list .reaction-icon img{width:18px;height:18px;-o-object-fit:cover;object-fit:cover}.profile-content-wrapper .profile-content-right .content-block .content-info .info .statistics .reactions .reaction-list .reaction-icon:last-child{margin-left:0}.profile-content-wrapper .profile-content-right .content-block .content-info .info .statistics .reactions .total-reactions{margin-left:.25rem}.profile-content-wrapper .profile-content-right .content-load-more .load-more{background:#fff;color:#3e3e3e;margin:1rem 0;padding:.85rem;width:100%;height:3.2rem;display:flex;justify-content:center;align-items:center;border:1px solid #f3f3f3;font-size:.9rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.contact-wrapper{display:flex;flex-direction:column;margin-bottom:4rem}.contact-wrapper .contact-description{font-size:1rem;margin:1rem 0 3rem}.contact-wrapper .contact-form{display:flex;flex-direction:column}.contact-wrapper .contact-form form{display:flex;flex-direction:column}.modal .modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);display:flex;justify-content:center;align-items:center;z-index:9999;opacity:0;transition:opacity .3s ease}.modal .modal-content{background:#fff;padding:1.5rem;border-radius:8px;width:300px;text-align:center;position:relative;transform:scale(0.8);opacity:0;transition:transform .3s ease,opacity .3s ease}.modal .modal-close{position:absolute;top:10px;right:15px;font-size:22px;cursor:pointer;color:#aaa}.modal .modal-close:hover{color:#000}.modal-alert-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);display:flex;justify-content:center;align-items:center;z-index:9999;opacity:0;animation:fadeIn .2s forwards}.modal-alert-overlay .modal-alert-popup{transform:scale(0.95);opacity:0;transition:all .2s ease;position:fixed;display:flex;justify-content:center;align-items:center;z-index:9999;opacity:0;animation:fadeIn .2s forwards}.modal-alert-overlay .modal-alert-popup.show{transform:scale(1);opacity:1}.modal-alert-overlay .modal-alert-box{background:#fff;padding:1.5rem;border-radius:5px;width:25rem;height:auto;text-align:center;box-shadow:0 8px 30px rgba(0,0,0,.2)}.modal-alert-overlay .modal-alert-box .modal-alert-icon{margin-bottom:1rem}.modal-alert-overlay .modal-alert-box .modal-alert-icon svg{width:100px;height:100px;color:#d4be6e}.modal-alert-overlay .modal-alert-box .modal-alert-buttons{margin-top:2rem;display:flex;justify-content:center}.modal-alert-overlay .modal-alert-box .modal-alert-buttons button.btn-yes{background:#4faf4c;color:#fff;padding:.4rem 1rem;border-radius:.25rem;cursor:pointer;margin-right:.5rem}.modal-alert-overlay .modal-alert-box .modal-alert-buttons button.btn-no{background:#d8392e;color:#fff;padding:.4rem 1rem;border-radius:.25rem;cursor:pointer;margin-right:.5rem}.modal-alert-overlay .modal-alert-box.modal-alert-success{display:flex;flex-direction:column;justify-content:center;align-items:center}.modal-alert-overlay .modal-alert-box.modal-alert-success .modal-alert-icon{display:flex;justify-content:center;align-items:center;background:#dff1df;width:6rem;height:6rem;border-radius:50%}.modal-alert-overlay .modal-alert-box.modal-alert-success .modal-alert-icon svg{width:80px;height:80px;color:#57c85b}.modal-alert-overlay .modal-alert-box.modal-alert-success .modal-alert-buttons{margin-top:1.5rem}.modal-alert-overlay .modal-alert-box.modal-alert-success strong,.modal-alert-overlay .modal-alert-box.modal-alert-success b{font-size:1.4rem;margin-bottom:.85rem}.modal-alert-overlay .modal-alert-box h3{margin-top:0;font-size:18px}.modal-alert-overlay .btn-done{background:#4f9edd;color:#fff;padding:.7rem 1.4rem;border-radius:2px;font-size:1.1rem;cursor:pointer}.modal-alert-overlay .btn-success{background:var(--main-color);color:#fff;padding:10px 20px;border:none;border-radius:2px;cursor:pointer;margin-right:10px}.modal-alert-overlay .btn-default{background:#d8d8d8;color:#000;padding:8px 16px;border:none;border-radius:2px;cursor:pointer;margin-right:5px}.imageView{cursor:pointer;transition:filter .2s}.imageView:hover{filter:brightness(0.9)}.imageView img{pointer-events:none}.image-modal{display:none;align-items:center;justify-content:center;position:fixed;z-index:1000;left:0;top:0;width:100vw;height:100vh;overflow:auto;background-color:rgba(0,0,0,.85)}.image-modal .modal-content{display:flex;flex-direction:column;margin:auto;width:500px;height:auto}.image-modal .close-btn{position:fixed;top:5px;left:24px;color:#fff;font-size:40px;font-weight:bold;cursor:pointer;z-index:1001}.image-modal .close-btn svg{width:24px;height:24px;pointer-events:none}.cookie-consent{position:fixed;width:100%;z-index:9999}.cookie-consent .cookie-content{position:relative;background:#fff;box-shadow:0 0 20px rgba(0,0,0,.15);color:#1d1d1d;display:flex;flex-direction:column;justify-content:space-between;flex-wrap:wrap;padding:14px 20px;font-size:14px;border-radius:.5rem}.cookie-consent .cookie-text p{margin:0;line-height:1.5rem;font-size:14px}.cookie-consent .cookie-actions{display:flex;gap:10px;align-items:center;margin-top:10px}.cookie-consent .cookie-actions button{background:var(--main-color);color:#fff;border:none;padding:.7rem;border-radius:4px;cursor:pointer;font-weight:bold}.cookie-consent .cookie-close{position:absolute;right:0;top:3px;background:rgba(0,0,0,0);border:none;padding:6px;color:#1d1d1d;cursor:pointer}.cookie-consent .cookie-close svg{width:22px;height:22px}.cookie-consent.cc-bottom-left{width:25rem;bottom:1rem;left:1rem}.cookie-consent.cc-bottom-left button{width:100%}.cookie-consent.cc-bottom-right{width:25rem;bottom:1rem;right:1rem}.cookie-consent.cc-bottom-right button{width:100%}.cookie-consent.cc-bottom-center{width:25rem;left:0;right:0;margin:0 auto;bottom:1rem}.cookie-consent.cc-bottom-center button{width:100%}.cookie-consent.cc-bottom-full{width:100%;bottom:0;border-radius:0}.pagination{display:flex;list-style:none;justify-content:end}.pagination .page-item{margin:0 .25rem}.pagination .page-link{background:#fff;display:flex;align-items:center;justify-content:center;border:1px solid #cecece;border-radius:.3rem;width:auto;padding:.85rem;font-size:14px;height:1.5rem;color:#444;cursor:pointer;transition:.2s background ease-in-out}.pagination .page-link:hover{background:#f0f0f0}.pagination .page-link svg{width:20px;height:auto;fill:#444}.pagination .active .page-link{background:#000;border:1px solid #cecece;color:#fff}.pagination .active .page-link:hover{background:#000}.btn{display:flex;justify-content:center;align-items:center;width:6rem;height:2.5rem;font-size:1rem;font-weight:600;text-align:center;border:none;border-radius:3px;cursor:pointer;transition:background-color .2s ease-in-out,color .2s ease-in-out,opacity .2s ease-in-out;text-decoration:none}.btn-primary{background-color:var(--main-color);color:#fff}.btn-primary:hover{opacity:.9}.btn-danger{background-color:#dc3545;color:#fff}.btn-danger:hover{background-color:#c82333}.btn-success{background-color:#28a745;color:#fff}.btn-success:hover{background-color:#218838}.btn-secondary{background-color:#6c757d;color:#fff}.btn-secondary:hover{background-color:#5a6268}.btn-outline{background-color:rgba(0,0,0,0);border:2px solid currentColor}.btn-outline.btn-primary{color:#007bff}.btn-outline.btn-primary:hover{background-color:#007bff;color:#fff}.btn-outline.btn-danger{color:#dc3545}.btn-outline.btn-danger:hover{background-color:#dc3545;color:#fff}.btn-outline.btn-success{color:#28a745}.btn-outline.btn-success:hover{background-color:#28a745;color:#fff}.btn-outline.btn-secondary{color:#6c757d}.btn-outline.btn-secondary:hover{background-color:#6c757d;color:#fff}.ads-section{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem}.ads-section a{display:flex;flex-direction:column;justify-content:center;align-items:center}.ads-section .ads-container{width:100%;height:auto;overflow:hidden}.ads-section .ads-content-label{border:1px solid rgba(13,13,22,.15);text-align:center;padding:5px 10px;border-radius:2px}.ads-section .ads-content-label .ads-label-text{font-size:12px;color:#868686;margin-bottom:5px}.header-wrapper{position:relative;z-index:auto}.header-wrapper .top-header{position:relative;flex-direction:column;align-items:center;justify-content:center;width:100%;background:var(--bg-top-header);padding:.5rem 0;height:2.2rem}.header-wrapper .top-header .top-header-menu{position:relative;display:flex;justify-content:space-between;align-items:center;font-size:.875rem;line-height:1.25rem;color:var(--text-top-header)}.header-wrapper .top-header .top-header-menu .menu-left{position:relative;display:flex;align-items:center}.header-wrapper .top-header .top-header-menu .menu-left ul.top-pages{margin:0 .5rem}.header-wrapper .top-header .top-header-menu .menu-left ul.top-pages a{color:#fff;margin:0 .5rem}.header-wrapper .top-header .top-header-menu .menu-left ul.top-pages a:hover{color:#2196f3 !important}.header-wrapper .top-header .top-header-menu .menu-right{position:relative;display:flex;align-items:center}.header-wrapper .top-header .top-header-menu .menu-right .theme-toggle{position:relative;margin-right:1rem;cursor:pointer}.header-wrapper .top-header .top-header-menu .menu-right .theme-toggle .theme-toggle-icon{display:flex;flex-direction:column;align-items:center;justify-content:center}.header-wrapper .top-header .top-header-menu .menu-right .theme-toggle .theme-toggle-icon svg{width:18px;height:18px;fill:var(--text-top-header)}.header-wrapper .top-header .top-header-menu .menu-right .language-toggle{position:relative;margin-right:1rem;cursor:pointer}.header-wrapper .top-header .top-header-menu .menu-right .language-toggle .language-toggle-active{display:flex;align-items:center;justify-content:center}.header-wrapper .top-header .top-header-menu .menu-right .language-toggle .language-toggle-active .lang-name{margin-left:.25rem;margin-right:.1rem}.header-wrapper .top-header .top-header-menu .menu-right .language-toggle .language-toggle-active svg{width:18px;height:18px;fill:var(--text-top-header)}.header-wrapper .top-header .top-header-menu .menu-right .top-header-social ul{display:flex;list-style:none;align-items:center}.header-wrapper .top-header .top-header-menu .menu-right .top-header-social ul li{margin:0 .25rem}.header-wrapper .top-header .top-header-menu .menu-right .top-header-social ul li a{display:flex;align-items:center;color:#fff}.header-wrapper .top-header .top-header-menu .menu-right .top-header-social ul li a svg{width:18px;height:18px}.header-wrapper .top-header .top-header-menu .menu-right .top-header-social ul li a:hover{color:#2196f3 !important}.header-wrapper .header{background:var(--bg-header);position:relative;display:flex;flex-direction:column}.header-wrapper .header .menu-responsive .menu-toggle{display:flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.header-wrapper .header .menu-responsive .menu-toggle .menu-toggle-icon{display:flex;align-items:center}.header-wrapper .header .top-menu-wrapper .top-menu{background:#fff;box-shadow:0 8px 13px rgba(0,0,0,.05)}.header-wrapper .header .top-menu-wrapper .top-menu .top-menu-list{position:relative;display:flex;align-items:center;justify-content:space-between}.header-wrapper .header .top-menu-wrapper .top-menu .top-menu-list ul.menu{display:flex;padding:0;margin:0;list-style:none}.header-wrapper .header .top-menu-wrapper .top-menu .top-menu-list ul.menu li{position:relative;display:flex;flex-direction:column;font-size:14px;text-transform:uppercase;color:var(--text-header)}.header-wrapper .header .top-menu-wrapper .top-menu .top-menu-list ul.menu li a{display:block;color:var(--text-header);font-weight:700;padding:1rem}.header-wrapper .header .top-menu-wrapper .top-menu .top-menu-list ul.menu li.active::after,.header-wrapper .header .top-menu-wrapper .top-menu .top-menu-list ul.menu li:hover::after{content:"";position:absolute;bottom:0;left:0;display:inline-block;background:var(--main-color);width:100%;height:3px;transition:.5s ease-in-out}.header-wrapper .header .header-legacy-block{position:relative;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0 1rem}.header-wrapper .header .header-legacy-block .header-logo{position:relative;display:flex;flex-direction:column;width:auto}.header-wrapper .header .header-legacy-block .header-logo a{display:flex;width:auto}.header-wrapper .header .header-legacy-block .header-logo a img{width:224px}.header-wrapper .header .header-legacy-block .header-top-ad .ad-wrapper{display:flex;flex-direction:column}.header-wrapper .header .header-modern-block{display:flex;flex-direction:column;align-items:center;border-bottom:1px solid #dfdfdf}.header-wrapper .header .header-modern-block .header-modern-wrapper{position:relative;width:100%;height:4rem;display:flex;align-items:center;justify-content:space-between;padding:0}.header-wrapper .header .header-modern-block .header-logo{display:flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.header-wrapper .header .header-modern-block .header-logo #header-logo{display:flex;align-items:center}.header-wrapper .header .header-modern-block .header-logo #header-logo img{width:155px}.header-wrapper .header .header-modern-block ul.menu-list{display:flex;flex-direction:row;padding:0;margin:0;list-style:none;margin-left:1rem;margin-right:1rem;overflow:hidden;overflow-x:auto}.header-wrapper .header .header-modern-block ul.menu-list li{display:flex;flex-direction:column;font-weight:500;color:var(--text-header);margin:0}.header-wrapper .header .header-modern-block ul.menu-list li a{display:flex;align-items:center;color:var(--text-header);font-weight:700;padding:0 .7rem}.header-wrapper .header .header-modern-block ul.menu-list li a svg{margin-left:2px;width:18px;height:18px}.header-wrapper .header .header-modern-block ul.menu-list li a:hover{color:var(--main-color) !important;text-decoration:none}.header-wrapper .header .header-modern-block ul.menu-list::-webkit-scrollbar{width:6px;height:6px}.header-wrapper .header .header-modern-block ul.menu-list::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.header-wrapper .header .header-modern-block ul.menu-list::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:3px}.header-wrapper .header .category_posts{position:absolute;background:#fff;display:none;left:0;top:65px;width:100%;height:17.2rem;z-index:100;box-shadow:0 0 3px rgba(0,0,0,.15)}.header-wrapper .header .category_posts .category_posts_inner{display:flex;width:100%;height:100%}.header-wrapper .header .category_posts .category_posts_inner .category_posts_menu{width:20%;padding:1rem;margin:0;border-right:1px solid rgba(0,0,0,.05)}.header-wrapper .header .category_posts .category_posts_inner .category_posts_menu li{font-size:13px !important}.header-wrapper .header .category_posts .category_posts_inner .category_posts_menu li a{padding:.5rem !important;font-weight:400 !important;padding:.5rem !important;text-transform:none}.header-wrapper .header .category_posts .category_posts_inner .category_posts_menu li a.active{color:#1e90ff}.header-wrapper .header .category_posts .category_posts_inner .category_posts_list{position:relative;width:80%;display:none;color:#101010;padding:1rem;overflow:hidden}.header-wrapper .header .category_posts .category_posts_inner .category_posts_list .category_post_item{display:flex;flex-direction:column;align-items:start;justify-content:start;width:25%;padding:0;margin-right:1rem}.header-wrapper .header .category_posts .category_posts_inner .category_posts_list .category_post_item .thumbnail{display:flex;flex-direction:column;width:100%;height:150px;padding:0}.header-wrapper .header .category_posts .category_posts_inner .category_posts_list .category_post_item .thumbnail img{display:flex;flex-direction:column;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.header-wrapper .header .category_posts .category_posts_inner .category_posts_list .category_post_item .info{margin-bottom:10px}.header-wrapper .header .category_posts .category_posts_inner .category_posts_list .category_post_item .info .title{margin:0;padding:.5rem 0}.header-wrapper .header .category_posts .category_posts_inner .category_posts_list .category_post_item .info .title a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;color:#101010;font-size:16px;font-weight:700;line-height:1.25rem;padding:0;text-transform:none}.header-wrapper .header .category_posts .category_posts_inner .category_posts_list .category_post_item .info .title a:hover{color:#2196f3 !important}.header-wrapper .header .category_posts .category_posts_inner .category_posts_list .category_post_item .info .date{display:block;text-transform:none;font-size:13px}.header-wrapper .header .category_posts .category_posts_inner .category_posts_list .category_post_item:nth-child(4n){margin-right:0}.header-wrapper .header .category_posts .category_posts_inner .category_posts_list.active{display:flex !important}.header-wrapper .header .category_posts .category_posts_inner a[data-dropdown=post-dropdown]:hover+.category_posts,.header-wrapper .header .category_posts .category_posts_inner .category_posts:hover{display:block}.header-wrapper .header .header-right-menu{display:flex;align-items:center}.header-wrapper .header .header-right-menu .search{position:relative;display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none}.header-wrapper .header .header-right-menu .search .search-toggle{position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer}.header-wrapper .header .header-right-menu .search .search-toggle .search-toggle-icon{background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#80858e;width:2.5rem;height:2.5rem;border-radius:100px}.header-wrapper .header .header-right-menu .search .search-toggle .search-toggle-icon svg{width:24px;height:24px}.header-wrapper .header .header-right-menu .search .search-form{z-index:2;border:1px solid rgba(0,0,0,0)}.header-wrapper .header .header-right-menu .search .search-form .input-search{background:#f3f4f6;color:#28292b;display:inline-block;width:16rem;padding:.5rem 1rem;border-radius:1000px}.header-wrapper .header .header-right-menu .search .search-form .input-search:focus{box-shadow:0 0 0 0px #fff,0 0 0 2px var(--main-color),0 0 rgba(0,0,0,0) !important}.header-wrapper .header .header-right-menu .search .search-form .search-form-input{position:relative;width:100%}.header-wrapper .header .header-right-menu .search .search-form .vexlink-form-btn{position:absolute;right:0;top:0}.header-wrapper .header .header-right-menu .search .search-form .search-btn{display:flex;justify-content:center;align-items:center;width:50px;height:auto;padding:.5rem 1rem;cursor:pointer}.header-wrapper .header .header-right-menu .search .search-form.show{display:flex;opacity:1}.header-wrapper .header .header-right-menu .auth{position:relative;display:flex;align-items:center;justify-content:center;margin-left:1rem;cursor:pointer}.header-wrapper .header .header-right-menu .auth .auth-link{background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#80858e;width:2.5rem;height:2.5rem;border-radius:100px}.header-wrapper .header .header-right-menu .auth .auth-link svg,.header-wrapper .header .header-right-menu .auth .auth-link img{width:24px;height:24px}.header-wrapper .header .header-right-menu .auth .avatar{display:flex;align-items:center;border-radius:100px}.header-wrapper .header .header-right-menu .auth .avatar img{display:flex;align-items:center;border-radius:100px;width:2.25rem;height:2.25rem}.sidebar-menu{position:fixed;z-index:999;top:0;left:-18rem;background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);transition:left .3s ease,right .3s ease}.sidebar-menu .menu-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem;border-radius:.5rem;font-weight:600;color:#4b5563;cursor:pointer}.sidebar-menu .menu-item:hover{color:#111827 !important}.sidebar-menu .menu-item .rotate-90{transform:rotate(90deg);transition:transform .3s ease}.sidebar-menu .menu-item-dropdown{display:none;padding:0 .5rem;padding-left:1.5rem}.sidebar-menu .menu-item-dropdown.active{display:block}.sidebar-menu .menu-item-dropdown a{padding:.25rem 0;display:block;width:100%;color:#4b5563}.sidebar-menu .menu-item-dropdown a:hover{color:#111827 !important}.sidebar-menu.active{left:0}.sidebar-menu .sidebar-menu-container{height:100vh;width:18rem;padding:1.25rem;overflow:hidden;overflow-y:auto}.sidebar-menu .sidebar-menu-auth{display:flex;flex-direction:column;padding-bottom:1rem;border-bottom:1px solid #c8c8c8}.sidebar-menu .sidebar-menu-auth .sidebar-user-profile{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.sidebar-menu .sidebar-menu-auth .sidebar-user-profile .avatar img{width:4rem;height:4rem;border-radius:100px}.sidebar-menu .sidebar-menu-auth .sidebar-user-profile .user-info .username{font-weight:800;font-size:1.1rem}.sidebar-menu .sidebar-menu-auth .sidebar-user-profile .user-info .email{font-size:.875rem}.sidebar-menu .sidebar-menu-auth ul.sidebar-user-menu{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;list-style:none}.sidebar-menu .sidebar-menu-auth ul.sidebar-user-menu li{width:48%}.sidebar-menu .sidebar-menu-auth ul.sidebar-user-menu li a{background:#000;font-size:14px;width:100%;padding:.35rem .5rem;display:flex;align-items:center;justify-content:center;color:#fff;border-radius:.5rem;font-weight:500;white-space:nowrap}.sidebar-menu .sidebar-menu-auth ul.sidebar-user-menu li a svg{width:20px;height:20px;margin-right:.5rem}.sidebar-menu .sidebar-menu-categories{display:flex;flex-direction:column;margin:1rem 0}.sidebar-menu .sidebar-menu-categories ul{list-style:none}.sidebar-menu .sidebar-menu-categories .menu-item-container.active a{color:#000}.sidebar-menu .sidebar-menu-footer{display:flex;align-items:start;gap:1rem}.sidebar-menu .sidebar-menu-footer .menu-item,.sidebar-menu .sidebar-menu-footer .theme-toggle{background:rgba(255,255,255,.5);padding:8px;min-width:3rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:5px;font-size:14px}.sidebar-menu .sidebar-menu-footer .menu-item svg,.sidebar-menu .sidebar-menu-footer .theme-toggle svg{width:16px;height:16px;margin-right:.25rem}.sidebar-menu .sidebar-menu-footer .menu-item .theme-toggle-icon,.sidebar-menu .sidebar-menu-footer .theme-toggle .theme-toggle-icon{display:flex;align-items:center;justify-content:center}.sidebar-menu .sidebar-menu-footer .menu-item{width:10rem}.sidebar-menu .sidebar-menu-footer .menu-item-dropdown{padding:8px;background:rgba(255,255,255,.5);font-size:14px;margin-top:.5rem}.sidebar-menu .sidebar-menu-footer .theme-toggle-icon svg{margin:0}.sidebar-menu .sidebar-close{background:rgba(255,255,255,.5);position:absolute;right:12px;top:12px;padding:4px;display:flex;align-items:center;border-radius:100px}.sidebar-menu .sidebar-close svg{width:20px;height:20px;pointer-events:none}.dropdown-menu{display:none;position:absolute;top:30px;right:-10px;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.1);z-index:100}.dropdown-menu ul{display:flex;flex-direction:column;padding:0;width:10rem;max-height:16rem;margin:0;list-style:none;overflow:hidden;overflow-y:auto}.dropdown-menu ul li a{display:block;padding:.5rem;color:#000;font-size:.85rem}.dropdown-menu ul li a.active,.dropdown-menu ul li a:hover{background:#f1f1f1 !important}.dropdown-menu ul::-webkit-scrollbar{width:3px}.dropdown-menu ul::-webkit-scrollbar-track{background:#fff}.dropdown-menu ul::-webkit-scrollbar-thumb{background-color:#c9c9c9;border-radius:5px}.dropdown.open .dropdown-menu{display:block}.dropdown2.dropdown-close{pointer-events:none}.dropdown2 .submenu-container{position:absolute;top:40px;z-index:1}.dropdown2 .submenu{background-color:#fff;box-shadow:0 0 3px rgba(0,0,0,.15);min-width:200px;padding:.25rem;margin-top:25px;display:none}.dropdown2:hover .submenu{display:block}.dropdown2:hover .submenu,.dropdown2.force-open .submenu{display:block}.dropdown2 .submenu li{position:relative}.dropdown2 .submenu li a{display:flex;justify-content:space-between;padding:.5rem !important;font-size:14px;text-transform:none;font-weight:400 !important}.dropdown2 .submenu a:hover{background-color:#f5f5f5;color:#000 !important}.dropdown2 .submenu li:hover .submenu-2,.dropdown2 .submenu li.touch-active .submenu-2{display:block}.dropdown2 .submenu-2{position:absolute;left:100%;top:0;background-color:#fff;min-width:200px;display:none;box-shadow:0 0 3px rgba(0,0,0,.15)}.dropdown2 .submenu li:hover .submenu-2{display:block}.auth-menu ul{width:11rem}.auth-menu ul li{display:flex;align-items:center;width:100%}.auth-menu ul li a{display:flex;align-items:center;width:100%;color:#4b5563;font-size:.875rem;padding:.6rem .8rem}.auth-menu ul li a svg{margin-right:.5rem;width:22px;height:22px}.auth-menu ul li:last-child{border-top:1px solid #dfdfdf}.featured-content-wrapper .featured-content{display:flex;gap:.25rem}.featured-content-wrapper .featured-content .featured-content-left{position:relative;display:inline-block;height:auto}.featured-content-wrapper .featured-content .featured-content-left .featured-box{position:relative;display:flex;flex-direction:column;width:100%;height:100%;-moz-user-select:none;user-select:none;-webkit-user-select:none;overflow:hidden}.featured-content-wrapper .featured-content .featured-content-left .featured-box .thumbnail{position:relative;display:flex;flex-direction:column}.featured-content-wrapper .featured-content .featured-content-left .featured-box .thumbnail img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;scale:1.01;transition:scale .35s ease-in-out}.featured-content-wrapper .featured-content .featured-content-left .featured-box .thumbnail::after{background:rgba(0,0,0,0) linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.46) 50%, rgba(0, 0, 0, 0.8));bottom:0;content:"";height:70%;opacity:.9;position:absolute;transition:all .3s ease-in 0s;width:100%;will-change:opacity;left:0;z-index:0}.featured-content-wrapper .featured-content .featured-content-left .featured-box:hover .thumbnail img{scale:1.1}.featured-content-wrapper .featured-content .featured-content-left .featured-caption{display:block;position:absolute;bottom:0;pointer-events:none}.featured-content-wrapper .featured-content .featured-content-left .featured-caption .category{position:relative;left:1rem;color:#fff;padding:.1rem .8rem;font-size:13px;pointer-events:auto}.featured-content-wrapper .featured-content .featured-content-left .featured-caption .info{display:block;color:#fff;padding:1rem}.featured-content-wrapper .featured-content .featured-content-left .featured-caption .info .title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-height:-moz-max-content;max-height:max-content;color:#fff;font-size:1.75rem;line-height:2.5rem}.featured-content-wrapper .featured-content .featured-content-left .featured-caption .info .date{display:block;margin-top:.7rem;font-size:14px}.featured-content-wrapper .featured-content .featured-content-right{position:relative;display:flex;flex-direction:column;height:auto}.featured-content-wrapper .featured-content .featured-content-right .featured-box-top .featured-box{padding-bottom:2px}.featured-content-wrapper .featured-content .featured-content-right .featured-box-bottom .featured-box{padding-top:2px}.featured-content-wrapper .featured-content .featured-content-right .featured-box-top,.featured-content-wrapper .featured-content .featured-content-right .featured-box-bottom{display:flex;align-items:center;gap:.25rem;height:100%;overflow:hidden}.featured-content-wrapper .featured-content .featured-content-right .featured-box-top .featured-box,.featured-content-wrapper .featured-content .featured-content-right .featured-box-bottom .featured-box{position:relative;display:flex;flex-direction:column;width:100%;height:100%;-moz-user-select:none;user-select:none;-webkit-user-select:none}.featured-content-wrapper .featured-content .featured-content-right .featured-box-top .featured-box .thumbnail,.featured-content-wrapper .featured-content .featured-content-right .featured-box-bottom .featured-box .thumbnail{position:relative;display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden}.featured-content-wrapper .featured-content .featured-content-right .featured-box-top .featured-box .thumbnail img,.featured-content-wrapper .featured-content .featured-content-right .featured-box-bottom .featured-box .thumbnail img{display:block;width:100%;height:100%;text-align:center;margin:0 auto;-o-object-fit:cover;object-fit:cover;scale:1.01;transition:scale .35s ease-in-out}.featured-content-wrapper .featured-content .featured-content-right .featured-box-top .featured-box .thumbnail::after,.featured-content-wrapper .featured-content .featured-content-right .featured-box-bottom .featured-box .thumbnail::after{background:rgba(0,0,0,0) linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.46) 50%, rgba(0, 0, 0, 0.8));bottom:0;content:"";height:70%;opacity:.9;position:absolute;transition:all .3s ease-in 0s;width:100%;will-change:opacity;left:0;z-index:0}.featured-content-wrapper .featured-content .featured-content-right .featured-box-top .featured-box:last-child,.featured-content-wrapper .featured-content .featured-content-right .featured-box-bottom .featured-box:last-child{padding-right:0}.featured-content-wrapper .featured-content .featured-content-right .featured-box-top .featured-box:hover .thumbnail img,.featured-content-wrapper .featured-content .featured-content-right .featured-box-bottom .featured-box:hover .thumbnail img{scale:1.1}.featured-content-wrapper .featured-content .featured-content-right .featured-box-top .featured-caption,.featured-content-wrapper .featured-content .featured-content-right .featured-box-bottom .featured-caption{display:block;position:absolute;bottom:0;pointer-events:none}.featured-content-wrapper .featured-content .featured-content-right .featured-box-top .featured-caption .category,.featured-content-wrapper .featured-content .featured-content-right .featured-box-bottom .featured-caption .category{position:relative;left:14px;bottom:-5px;color:#fff;padding:.1rem .8rem;font-size:13px;pointer-events:auto}.featured-content-wrapper .featured-content .featured-content-right .featured-box-top .featured-caption .info,.featured-content-wrapper .featured-content .featured-content-right .featured-box-bottom .featured-caption .info{display:block;color:#fff;padding:.7rem .85rem}.featured-content-wrapper .featured-content .featured-content-right .featured-box-top .featured-caption .info .title,.featured-content-wrapper .featured-content .featured-content-right .featured-box-bottom .featured-caption .info .title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:1rem;line-height:1.5rem;color:#fff}.featured-content-wrapper .featured-content .featured-content-right .featured-box-top .featured-caption .info .date,.featured-content-wrapper .featured-content .featured-content-right .featured-box-bottom .featured-caption .info .date{display:block;margin-top:.5rem;font-size:12px}.dynamic-block{position:relative;display:flex;flex-direction:column}.dynamic-block .ad-block{width:100%}.dynamic-block .ad-block img{width:100%}.breaking-news{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;width:100%;height:60px}.breaking-news .breaking-news-content{display:flex;align-items:center;overflow:hidden}.breaking-news .breaking-news-content .title{background:var(--main-color);color:#fff;margin-right:1rem;text-transform:uppercase;font-size:12px;padding:.4rem 1rem;white-space:nowrap}.breaking-news .breaking-news-content .breaking-news-link{height:30px;overflow:hidden;position:relative}.breaking-news .breaking-news-content .breaking-news-link .ticker-wrapper{display:flex;flex-direction:column;transition:transform .4s ease-in-out}.breaking-news .breaking-news-content .breaking-news-link .link{display:block;height:30px;line-height:30px;font-size:14px;color:#000;white-space:nowrap}.breaking-news .breaking-news-pagination{display:flex;align-items:center}.breaking-news .breaking-news-pagination .prev,.breaking-news .breaking-news-pagination .next{display:flex;align-items:center;justify-content:center;flex-direction:column;border:1px solid #d2d2d2;padding:2px;cursor:pointer}.breaking-news .breaking-news-pagination .prev{margin-right:.6rem}.home-content-wrapper{display:inline-block;width:100%;margin:2rem 0}.home-content{position:relative;display:flex;gap:2rem;width:100%;height:100%}.home-content-left{position:relative;display:flex;flex-direction:column;width:66.66%}.home-content-right{position:relative;display:flex;flex-direction:column;width:33.33%}.home-content-block{position:relative;display:flex;width:100%;flex-direction:column}.home-content-block .block-header{position:relative;display:flex;justify-content:space-between}.home-content-block .block-header .block-label{color:#000;padding-bottom:.7rem;font-size:20px;font-weight:800;border-bottom:2px solid;white-space:nowrap}.home-content-block .block-header .block-menu{display:flex;justify-content:end;width:100%;margin:0;padding-top:.5rem;list-style:none;border-bottom:1px solid #dfdfdf}.home-content-block .block-header .block-menu li{margin:0 .5rem}.home-content-block .block-header .block-menu li a{display:block;color:#838383;font-size:14px;transition:color .2s ease-in-out}.home-content-block .block-header .block-menu li a:hover{color:var(--main-color)}.home-content-block .block-header .block-menu li.menu-more{position:relative}.home-content-block .block-header .block-menu li.menu-more a{display:flex;align-items:center}.home-content-block .block-header .block-menu li.menu-more a svg{margin-left:.25rem;width:18px;height:18px}.home-content-block .block-header .block-menu li.menu-more .dropdown-menu{background:rgba(255,255,255,.95);top:25px;right:0;border:1px solid #e7e7e7;padding:.5rem}.home-content-block .block-header .block-menu li.menu-more .dropdown-menu ul{width:100%;min-width:6rem}.home-content-block .block-header .block-menu li.menu-more .dropdown-menu ul li{display:flex;flex-direction:column;margin:0}.home-content-block .block-header .block-menu li.menu-more .dropdown-menu ul li a{font-size:13px;padding:.25rem}.home-content-block .block-header .block-menu li.menu-more .dropdown-menu ul li a:hover{background:none}.content-list{display:flex;flex-wrap:wrap;margin:1rem -8px}.content-list .content-left,.content-list .content-right{display:flex;flex-direction:column;flex:0 0 calc(100% - 2px);margin:8px}.content-list .content-left .content-block,.content-list .content-right .content-block{position:relative;display:flex;flex-wrap:wrap;margin:-8px;width:100%;margin-bottom:1.5rem}.content-list .content-left-a,.content-list .content-right-a{flex:0 0 calc(50% - 16px)}.content-list .content-left::after,.content-list .content-right::before{content:"";display:inline-block;width:2rem}.content-list .content-block-a{position:relative;display:flex;flex-direction:column;flex:0 0 calc(100% - 16px);margin:8px 0}.content-list .content-block-a .thumbnail{width:100%;height:250px;margin-bottom:.5rem}.content-list .content-block-a .thumbnail img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.content-list .content-block-a .title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:1.125rem;line-height:1.75rem;font-weight:700;margin-bottom:.5rem}.content-list .content-block-a .title a{color:#101010;display:block}.content-list .content-block-a .info{font-size:.8rem;margin-bottom:.5rem;color:#6b7280}.content-list .content-block-a .info a{color:#414141;display:inline}.content-list .content-block-a .description{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-size:.875rem;line-height:1.25rem;color:#6b7280}.content-list .content-block-b{position:relative;display:flex;flex:0 0 calc(100% - 16px);margin:8px}.content-list .content-block-b .thumbnail{display:flex;flex-direction:column;width:120px;height:80px}.content-list .content-block-b .thumbnail img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.content-list .content-block-b .info{display:flex;flex-direction:column;flex:1;font-size:.8rem;margin-left:.8rem;color:#717171}.content-list .content-block-b .info .title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-weight:700;max-height:auto;overflow:hidden;font-size:.875rem;line-height:1.25rem}.content-list .content-block-b .info .title a{color:#101010;display:inline}.content-list .content-block-b .info .info-post{font-size:.76rem;margin-top:.25rem}.content-list .content-block-b .info .author{color:#6b7280}.content-list .content-block-c{position:relative;width:33.33%;flex:0 0 calc(33.33% - 16px);margin:8px}.content-list .content-block-c .thumbnail{display:flex;flex-direction:column;width:100%;height:auto;margin-bottom:.75rem}.content-list .content-block-c .thumbnail img{display:flex;flex-direction:column;-o-object-fit:cover;object-fit:cover;width:100%;height:150px}.content-list .content-block-c .title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-weight:700;margin-bottom:.5rem;max-height:auto;overflow:hidden;font-size:1.125rem;line-height:1.75rem}.content-list .content-block-c .title a{color:#101010;display:block}.content-list .content-block-c .info{font-size:14px;margin-bottom:.5rem;color:#717171}.content-list .content-block-c .info .author{color:#414141}.content-list .content-block-c .description{font-size:.76rem;color:#717171}.content-list .content-block-c:nth-child(3n){padding-right:0}.content-list .content-block-d{width:33.3%;flex:0 0 calc(33.33% - 16px);margin:8px;position:relative;color:#101010}.content-list .content-block-d .thumbnail{display:flex;flex-direction:column;width:100%;height:auto}.content-list .content-block-d .thumbnail img{display:flex;flex-direction:column;-o-object-fit:cover;object-fit:cover;width:100%;height:150px}.content-list .content-block-d:first-child{width:100%;flex:0 0 calc(100% - 16px);padding-right:0}.content-list .content-block-d:first-child .thumbnail{display:flex;flex-direction:column;width:100%;height:350px;overflow:hidden}.content-list .content-block-d:first-child .thumbnail img{display:flex;flex-direction:column;-o-object-fit:cover;object-fit:cover;width:100%;height:350px}.content-list .content-block-d:first-child .thumbnail::after{background:rgba(0,0,0,0) linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.46) 50%, rgba(0, 0, 0, 0.8));bottom:0;content:"";height:70%;opacity:.9;position:absolute;transition:all .3s ease-in 0s;width:100%;will-change:opacity;left:0;z-index:0}.content-list .content-block-d:first-child .info{position:absolute;bottom:0;margin:0 1rem;z-index:1;padding:1.5rem 0}.content-list .content-block-d:first-child .info .title,.content-list .content-block-d:first-child .info .date{color:#fff}.content-list .content-block-d:first-child .info .title{max-height:100%;font-size:2rem;line-height:2.5rem}.content-list .content-block-d:first-child .info a{color:#474747}.content-list .content-block-d:nth-child(4n){padding-right:0}.content-list .content-block-d .title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-weight:700;margin:.5rem 0 .25rem;max-height:auto;overflow:hidden;font-size:1.125rem;line-height:1.75rem}.content-list .content-block-d .title a{color:#101010;display:block}.content-list .content-block-d .info{font-size:14px;margin-bottom:10px;color:#717171}.content-list .content-block-d .info .author{color:#414141}.content-list .content-block-d .description{font-size:14px;color:#717171}.content-list .content-block-e{position:relative;display:flex;width:100%;height:auto;margin:8px;margin-bottom:1.5rem}.content-list .content-block-e .thumbnail{display:flex;flex-direction:column;width:200px;height:140px}.content-list .content-block-e .thumbnail img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.content-list .content-block-e .info{display:flex;flex-direction:column;flex:1;font-size:.8rem;margin-left:.8rem;color:#717171}.content-list .content-block-e .info .title{font-size:1.125rem;line-height:1.75rem;font-weight:700}.content-list .content-block-e .info .title a{color:#101010;display:block}.content-list .content-block-e .info .date{font-size:.875rem;line-height:1rem;margin:.5rem 0;color:#6b7280}.content-list .content-block-e .info .date a{color:#474747}.content-list .content-block-e .info .description{color:#6b7280;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;max-height:auto;font-size:1rem;line-height:1.5rem}.content-list .content-block-e .info .author{color:#414141}.latest-load-more{display:flex;flex-direction:column}.latest-load-more .load-more-btn{background:#fafafa;color:#505050;margin:1rem 0;padding:.85rem;width:100%;height:3.2rem;display:flex;justify-content:center;align-items:center;border:1px solid #f3f3f3;font-size:.9rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .2s ease-in-out}.latest-load-more .load-more-btn:hover{background:#f0f0f0}.latest-load-more .load-more-btn svg{width:18px;height:18px;margin-right:.5rem;pointer-events:none}footer{background:var(--bg-footer);color:var(--text-footer);text-align:center;margin-top:2rem}.footer-wrapper{position:relative;display:flex;flex-direction:column;padding:3rem 0}.footer-bottom{background:var(--bg-footer);filter:brightness(0.9);display:flex;flex-direction:column}.footer-bottom .footer-bottom-wrapper{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.footer-bottom .footer-copyright{font-size:.9rem}.footer-bottom .footer-menu{padding:0;margin:0;list-style:none;display:flex;align-items:center}.footer-bottom .footer-menu li{margin-right:.8rem}.footer-bottom .footer-menu li a{font-size:.85rem;color:#fff}.footer-bottom .footer-menu li a:hover{color:#1e90ff}.footer-bottom .footer-menu li:last-child{margin-right:0}.footer-content{display:flex;flex-wrap:wrap;margin:-8px}.footer-content h4{position:relative;font-weight:700;margin-bottom:1rem;font-size:1.2rem;line-height:1.75rem;width:100%;text-transform:uppercase;text-align:left}.footer-block-a,.footer-block-b{display:flex;flex-direction:column;align-items:start;justify-content:start;width:33.3%;padding:8px}.footer-block-a .footer-block-content,.footer-block-b .footer-block-content{position:relative;display:flex;margin-bottom:1.5rem}.footer-block-a .footer-block-content .thumbnail,.footer-block-b .footer-block-content .thumbnail{display:flex;flex-direction:column;width:200px;height:70px}.footer-block-a .footer-block-content .thumbnail img,.footer-block-b .footer-block-content .thumbnail img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.footer-block-a .footer-block-content .info,.footer-block-b .footer-block-content .info{display:flex;flex-direction:column;align-items:start;justify-content:start;width:100%;height:100%;font-size:.8rem;margin-left:.8rem}.footer-block-a .footer-block-content .info .title,.footer-block-b .footer-block-content .info .title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.85rem;font-weight:600;max-height:45px;overflow:hidden;line-height:1.25rem}.footer-block-a .footer-block-content .info .title a,.footer-block-b .footer-block-content .info .title a{color:#fff;display:block;text-align:left}.footer-block-a .footer-block-content .info .title a:hover,.footer-block-b .footer-block-content .info .title a:hover{color:#1e90ff}.footer-block-a .footer-block-content .info .date,.footer-block-b .footer-block-content .info .date{font-size:.76rem;margin-top:.5rem}.footer-block-a{padding-right:4rem}.footer-block-b{padding-right:2rem}.footer-block-c{display:flex;flex-direction:column;align-items:start;justify-content:start;padding:8px;padding-left:2rem;width:33.3%}.footer-block-c ul{margin:0;padding:0;list-style:none;width:100%;text-align:left}.footer-block-c ul li{padding:.5rem 0}.footer-block-c ul li a{display:flex;justify-content:space-between;width:100%;color:#fff;font-size:16px}.footer-block-c ul li a:hover{color:#3498db}.footer-info{display:flex;justify-content:start;gap:2rem;margin:-8px;border-top:1px solid rgba(45,45,45,.15);margin-top:1rem;padding-top:2rem}.footer-info .footer-info-a{display:flex;flex-direction:column;justify-content:start;align-items:start;text-align:left;padding:8px;width:33.3%}.footer-info .footer-info-a .footer-logo{padding:1rem 0}.footer-info .footer-info-a .footer-logo a img{display:block;width:100%;height:82px}.footer-info .footer-info-b{display:flex;flex-direction:column;justify-content:start;text-align:left;padding:8px;width:33.3%}.footer-info .footer-info-b h4{margin-bottom:1rem}.footer-info .footer-info-b ul{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:0}.footer-info .footer-info-b ul li{display:flex;flex-direction:column;margin-right:.7rem;margin-bottom:.7rem}.footer-info .footer-info-b ul li a{display:flex;justify-content:center;align-items:center;width:36px;height:36px;background:rgba(34,34,34,.5);border-radius:.1rem}.footer-info .footer-info-b ul li a svg{fill:#8c8c8c;width:20px;height:20px}.footer-info .footer-info-c{display:flex;flex-direction:column;justify-content:start;width:33.3%;padding:8px;text-align:left}.footer-info .footer-info-c h4{margin-bottom:1rem}.footer-info .footer-info-c .footer-newsletter .form-group{display:flex;align-items:center}.footer-info .footer-info-c .footer-newsletter input{width:100%;background:rgba(48,48,48,.5);height:2.5rem;font-size:.85rem;padding:.7rem .85rem;color:#bebebe;border:0;box-shadow:none}.footer-info .footer-info-c .footer-newsletter button{display:flex;align-items:center;justify-content:center;height:2.5rem;width:50%;color:#fff;cursor:pointer;border:1px solid rgba(255,255,255,.15)}.footer-info .footer-info-c .footer-newsletter button:hover{opacity:.9}.page-inner{display:flex;justify-content:start;width:100%;height:100%}.page-content{display:flex;flex-direction:column;width:65%;height:100%;margin-right:2rem}.page-content h1,.page-content .page-title{margin-top:1rem;margin-bottom:.5rem}.page-container{margin-top:1rem}.post-inner{display:flex;justify-content:start;width:100%;height:100%}.breadcrumb{display:flex;flex-direction:column;padding:1.5rem 0}.breadcrumb ul{padding:0;margin:0;list-style:none;display:block;width:100%}.breadcrumb ul li{position:relative;display:flex;float:left;color:#6a6a6a;font-size:.875rem;line-height:1.25rem}.breadcrumb ul li a{display:inline-block;color:#6a6a6a;font-size:.875rem;line-height:1.25rem}.breadcrumb ul li a:hover{color:#2196f3 !important}.breadcrumb ul li svg{width:20px;height:20px}.breadcrumb ul li:last-child{display:contents}.breadcrumb ul li:last-child .text{display:block}.post-content{display:flex;flex-direction:column;width:65%;height:100%;margin-right:2rem}.post-content .category{display:flex;flex-direction:column;padding-bottom:1.5rem}.post-content .category ul{padding:0;margin:0;list-style:none;display:inline-block;width:100%}.post-content .category ul li{display:inline-block;position:relative}.post-content .category ul li a{display:inline-block;font-size:.875rem;font-weight:500;color:#fff;padding:.2rem .5rem;border:1px solid rgba(0,0,0,0)}.post-content .title{display:flex;flex-direction:column;font-size:2.25rem;line-height:2.5rem;margin-bottom:1.5rem}.post-content .summary{font-size:16px;margin-bottom:1.5rem;font-style:italic;color:#878787;font-weight:400;font-family:var(--vex-font-titles)}.post-content .post-info{position:relative;display:flex;flex-direction:column;margin-bottom:1.5rem;width:100%}.post-content .post-info .info-top ul{list-style:none;display:flex;align-items:center;gap:1.5rem}.post-content .post-info .info-top ul li{display:flex;align-items:center;font-size:.875rem;line-height:1.25rem;color:#4b5563}.post-content .post-info .info-top ul li svg{margin-right:.25rem;width:18px;height:18px}.post-content .post-info .info-bottom{display:flex;align-items:center;justify-content:space-between;margin:1.5rem 0 .5rem}.post-content .post-info .info-bottom .author-info-top{display:flex;align-items:center}.post-content .post-info .info-bottom .author-info-top a{display:flex;margin-right:.5rem;color:#000;font-weight:500}.post-content .post-info .info-bottom .author-info-top a img{width:40px;height:40px;border-radius:100px}.post-content .post-info .info-bottom .author-info-top .author-username{display:flex;align-items:center}.post-content .post-info .info-bottom .author-info-top .author-username a{margin-left:.25rem}.post-content .post-info .info-bottom ul{list-style:none;display:flex;align-items:center;gap:.85rem}.post-content .post-info .info-bottom ul li{background:#f3f4f6;color:#4b5563;display:flex;align-items:center;font-size:.875rem;line-height:1.25rem;padding:8px 16px;border-radius:8px;cursor:pointer;transition:background .2s ease-in-out}.post-content .post-info .info-bottom ul li svg{margin-right:.25rem;width:18px;height:18px}.post-content .post-info .info-bottom ul li:hover{background:#eaebed}.post-content .post-info .info-bottom ul li.dropdown .dropdown-btn{display:flex;align-items:center}.post-content .post-info .info-bottom ul li.dropdown .dropdown-menu ul{align-items:start;justify-content:start;gap:0}.post-content .post-info .info-bottom ul li.dropdown .dropdown-menu ul li{padding:0;background:rgba(0,0,0,0);color:inherit;line-height:inherit;font-size:inherit;width:100%}.post-content .post-info .info-bottom ul li.dropdown .dropdown-menu ul li a{width:100%;display:flex;align-items:center}.post-content .post-info .info-bottom ul li.dropdown .dropdown-menu ul li a .icon{display:flex;align-items:center}.post-content .post-info .info-bottom ul li.dropdown .dropdown-menu ul li a.facebook .icon svg{fill:#2196f3}.post-content .post-info .info-bottom ul li.dropdown .dropdown-menu ul li a.twitter .icon svg{fill:#000}.post-content .post-info .info-bottom ul li.dropdown .dropdown-menu ul li a.whatsapp .icon svg{fill:#25d366}.post-content .post-info .info-bottom ul li.dropdown .dropdown-menu ul li a.linkedin .icon svg{fill:#0077b5}.post-content .post-info .info-bottom ul li.dropdown .dropdown-menu ul li a.reddit .icon svg{fill:#ff4500}.post-content .post-info .info-bottom ul li.dropdown .dropdown-menu ul li a.telegram .icon svg{fill:#08c}.post-content .post-info .info-bottom ul li.dropdown .dropdown-menu ul li a.pinterest .icon svg{fill:#e60023}.post-content .post-info .info-left,.post-content .post-info .info-right{display:flex;align-items:center}.post-content .post-info .author{position:relative;display:flex;align-items:start}.post-content .post-info .author .avatar{display:flex;flex-direction:column;overflow:hidden}.post-content .post-info .author .avatar img{width:32px;height:32px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.post-content .post-info .author .username{font-size:14px;margin:.3rem .5rem}.post-content .post-info .author .username a{font-weight:600;color:#000}.post-content .post-info .date{display:flex;flex-direction:column;font-size:14px;color:#7c7c7c;margin:0 .5rem}.post-content .post-info .date span{display:block;margin-top:-2px}.post-content .post-info .views{display:flex;align-items:center;margin-right:1rem}.post-content .post-info .views .icon{display:flex;flex-direction:column;margin-right:.25rem}.post-content .post-info .views .icon svg{width:16px;height:16px}.post-content .post-info .views .text{display:flex;flex-direction:column;font-size:14px}.post-content .post-info .comments{display:flex;align-items:center}.post-content .post-info .comments .icon{display:flex;flex-direction:column;margin-right:.25rem}.post-content .post-info .comments .icon svg{width:16px;height:16px}.post-content .post-info .comments .text{display:flex;flex-direction:column;font-size:14px}.post-content .article-thumbnail{display:flex;flex-direction:column;width:100%;height:auto;margin-bottom:.5rem}.post-content .article-thumbnail img{display:block;width:100%;height:auto;-o-object-fit:cover;object-fit:cover;margin:0 auto;text-align:center;border-radius:.75rem}.post-content .article-thumbnail .img-description{font-size:14px;margin:.5rem 0;color:#676767}.main-content{position:relative;display:flex;flex-direction:column;margin-top:.5rem;font-family:var(--vex-font-posts)}.main-content p{overflow-wrap:break-word;margin:0 0 10px;line-height:1.8;font-size:17px;font-family:var(--vex-font-posts);color:#101010}.main-content h2{width:100%;display:block;position:relative;line-height:36px;font-weight:600;float:left;margin-top:0;margin-bottom:15px}.main-content img{max-width:100%;max-height:-moz-max-content;max-height:max-content}.article-reactions{display:flex;flex-direction:column;width:100%;margin-bottom:1rem;margin-top:1rem}.article-reactions h4{margin-bottom:1rem}.article-reactions ul.reaction-list{display:inline-block;width:100%;padding:0;margin:0}.article-reactions ul.reaction-list li{display:flex;flex-direction:column;float:left}.article-reactions ul.reaction-list .reaction-item{display:flex;align-items:center;cursor:pointer;border:1px solid rgba(0,0,0,0);padding:.25rem .5rem;margin:.25rem;transition:all .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}.article-reactions ul.reaction-list .reaction-item .reaction-icon{display:flex;align-items:center;margin-right:.5rem;pointer-events:none}.article-reactions ul.reaction-list .reaction-item .reaction-icon svg,.article-reactions ul.reaction-list .reaction-item .reaction-icon img{width:26px;height:26px;transition:all .15s ease-in-out}.article-reactions ul.reaction-list .reaction-item .reaction-count{pointer-events:none;font-size:15px}.article-reactions ul.reaction-list .reaction-item.reacted,.article-reactions ul.reaction-list .reaction-item:hover{background:#ededed;border-color:#e2e2e2;border-radius:10px}.article-reactions ul.reaction-list .reaction-item.reacting svg,.article-reactions ul.reaction-list .reaction-item.reacting img{scale:1.2}.article-tags{position:relative;display:flex;align-items:start;margin:2rem 0}.article-tags .text{font-weight:600;margin-right:.85rem}.article-tags ul{display:inline-block;width:100%;padding:0;margin:-6px -3px;list-style:none}.article-tags ul li{display:inline-block;margin:6px 3px}.article-tags ul li a{font-size:13px;background:#fff;border:2px solid #dcdcdc;color:#626262;padding:4px 10px;border-radius:2px}.article-share{display:flex;align-items:center;width:100%;margin:1rem 0;padding:1.5rem 0;border-top:1px solid #ececec;border-bottom:1px solid #ececec}.article-share .text{display:inline-block;font-weight:600;margin-right:.75rem}.article-share ul{padding:0;margin:0;list-style:none;margin-left:.5rem;margin:-6px -3px}.article-share ul li{display:inline-block;margin:6px 3px}.article-share ul li a{display:flex;align-items:center;flex-direction:column;border:1px solid #dcdcdc;padding:.4rem;border-radius:50%}.article-share ul li a .icon{display:flex;align-items:center}.article-share ul li a .icon svg{width:24px;fill:#757575;height:24px}.article-share ul li a.facebook:hover .icon svg{fill:#2196f3}.article-share ul li a.twitter:hover .icon svg{fill:#000}.article-share ul li a.whatsapp:hover .icon svg{fill:#25d366}.article-share ul li a.linkedin:hover .icon svg{fill:#0077b5}.article-share ul li a.reddit:hover .icon svg{fill:#ff4500}.article-share ul li a.telegram:hover .icon svg{fill:#08c}.article-share ul li a.pinterest:hover .icon svg{fill:#e60023}.article-pagination{position:relative;display:flex;flex-direction:column;margin:1rem 0}.article-pagination .pagination-label{display:flex;align-items:center;font-size:15px;color:#646464}.article-pagination ul{position:relative;margin:0;padding:0;list-style:none;display:flex;align-items:start;width:100%}.article-pagination ul li{height:100%}.article-pagination ul li:first-child{position:relative;display:flex;flex-direction:column;text-align:right;padding-right:1rem;width:50%}.article-pagination ul li:first-child .pagination-label{justify-content:end}.article-pagination ul li:first-child::after{content:"";position:absolute;right:0;display:block;background:#ececec;width:1px;height:100%}.article-pagination ul li:last-child{position:relative;display:flex;flex-direction:column;text-align:left;padding-left:1rem;width:50%}.article-pagination ul li:last-child .pagination-label{justify-content:start}.article-pagination ul li:last-child::before{content:"";position:absolute;left:0;display:block;background:rgba(0,0,0,0);width:1px;height:100%}.article-pagination ul li a{color:#383838;margin-top:.5rem}.article-pagination ul li a:hover{color:#2196f3 !important}.article-author{position:relative;display:flex;margin:2rem 0;border:1px solid #ececec;padding:1rem;border-radius:2px}.article-author .avatar{display:flex;flex-direction:column}.article-author .avatar a{display:flex;flex-direction:column}.article-author .avatar a img{width:100px;height:100px;-o-object-fit:cover;object-fit:cover}.article-author .author-info{display:flex;flex-direction:column;padding:0 1.5rem;width:100%}.article-author .author-info .username{display:flex;flex-direction:column;color:#000;font-weight:600;margin-bottom:.5rem}.article-author .author-info .bio{display:flex;flex-direction:column;font-size:15px;margin-bottom:.5rem;white-space:break-spaces}.article-author .author-info .connection{margin:0;padding:0;list-style:none;display:inline-block;width:100%;margin:-4px -2px}.article-author .author-info .connection li{display:inline-block;margin:4px 2px}.article-author .author-info .connection li a{display:flex;flex-direction:column;color:#fff;padding:.25rem;width:28px;height:26px;border-radius:3px}.related-articles{position:relative;display:flex;flex-direction:column;margin:1.5rem 0}.related-articles h4{position:relative;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.25rem;line-height:1.75rem}.related-articles h4 .text{position:relative;padding-bottom:.5rem}.related-articles h4 .text::after{content:"";background:#000;display:block;position:absolute;bottom:0;left:0;width:50%;height:3px}.related-articles .content-block-wrapper{position:relative;display:flex;flex-wrap:wrap;margin:-8px;width:100%}.related-articles .content-block-wrapper .content-block{position:relative;width:33.3%;flex:0 0 calc(33.3% - 16px);margin:8px}.related-articles .content-block-wrapper .content-block .thumbnail{display:flex;flex-direction:column;width:100%;height:auto}.related-articles .content-block-wrapper .content-block .thumbnail a{display:flex;flex-direction:column}.related-articles .content-block-wrapper .content-block .thumbnail a img{display:flex;flex-direction:column;-o-object-fit:cover;object-fit:cover;width:100%;height:150px}.related-articles .content-block-wrapper .content-block .info .title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:1rem;font-weight:600;margin:10px 0;padding:0;max-height:45px;overflow:hidden;line-height:1.5rem}.related-articles .content-block-wrapper .content-block .info .title a{color:#0b0b0b}.related-articles .content-block-wrapper .content-block .info .list-info{font-size:13px;margin-bottom:10px}.related-articles .content-block-wrapper .content-block .info .list-info a{color:#000}.related-articles .content-block-wrapper .content-block:nth-child(3n){padding-right:0}.article-comment{position:relative;display:flex;flex-direction:column;margin-bottom:4rem}.article-comment h4{position:relative;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.25rem;line-height:1.75rem}.article-comment h4 .text{position:relative;padding-bottom:.5rem}.article-comment h4 .text::after{content:"";background:#000;display:block;position:absolute;bottom:0;left:0;width:50%;height:3px}.article-comment .comment-form .comment-form-wrapper{display:flex;flex-wrap:wrap;margin:-8px;width:100%}.article-comment .comment-form .comment-form-wrapper input[type=text],.article-comment .comment-form .comment-form-wrapper input[type=email]{flex:0 0 calc(50% - 16px);margin:8px}.article-comment .comment-form .comment-form-wrapper textarea{flex:0 0 calc(100% - 16px);margin:8px}.article-comment .comment-form textarea{height:150px;resize:none}.article-comment .comment-list{position:relative;display:flex;flex-direction:column;width:100%;min-height:10rem;margin-top:1rem}.article-comment .comment-list .comment-info{position:relative;display:flex;align-items:start;width:100%;padding:0}.article-comment .comment-list .comment-info .avatar{margin-right:.75rem}.article-comment .comment-list .comment-info .avatar a{display:flex;flex-direction:column}.article-comment .comment-list .comment-info .avatar a img{width:2.5rem;height:2.5rem;-o-object-fit:cover;object-fit:cover;border-radius:100px}.article-comment .comment-list .comment-info .info{display:flex;flex-direction:column;width:100%}.article-comment .comment-list .comment-info .info .comment-msg{border-radius:2px;padding:0}.article-comment .comment-list .comment-info .info .username{display:inline-block;font-weight:700;font-size:1rem;color:#000}.article-comment .comment-list .comment-info .info .date{display:inline-block;font-size:12px;margin-bottom:.5rem;color:#767676}.article-comment .comment-list .comment-info .info p{color:#374151;margin:0}.article-comment .comment-list .comment-info .comment-tools{display:flex;align-items:center;flex-wrap:wrap;width:100%;font-size:.875rem;margin:.875rem -8px .875rem}.article-comment .comment-list .comment-info .comment-tools .reply,.article-comment .comment-list .comment-info .comment-tools .like,.article-comment .comment-list .comment-info .comment-tools .delete{display:flex;align-items:center;margin:0 8px;cursor:pointer;color:#707070}.article-comment .comment-list .comment-info .comment-tools .reply svg,.article-comment .comment-list .comment-info .comment-tools .like svg,.article-comment .comment-list .comment-info .comment-tools .delete svg{margin-right:.25rem;width:1rem;height:1rem;pointer-events:none}.article-comment .comment-list .comment-info .comment-tools .reply:hover,.article-comment .comment-list .comment-info .comment-tools .like:hover,.article-comment .comment-list .comment-info .comment-tools .delete:hover{color:var(--main-color) !important}.article-comment .comment-list .comment-info .comment-tools .liked{color:#2196f3 !important}.article-comment .comment-list .comment-info .comment-tools .likes-count{pointer-events:none}.article-comment .comment-list .comment-info:first-child{border:0}.article-comment .comment-list .comment-parent{padding:1.5rem;margin-top:1.5rem;font-size:1rem;line-height:1.5;border-radius:.75rem;border:1px solid #f6f6f6}.article-comment .comment-list .comment-reply{border-top:1px solid #f6f6f6}.article-comment .comment-list .loader-container{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.article-comment .comment-list .post-author-label{background:#fee2e2;color:#991b1b;font-size:.75rem;padding-top:.125rem;padding-bottom:.125rem;margin-left:.25rem;line-height:1rem;padding-left:.5rem;padding-right:.5rem;border-radius:.25rem}.article-comment .comment-sort{display:flex;align-items:center;position:relative;margin-bottom:1.5rem}.article-comment .comment-sort .comment-sort-title{margin-right:.5rem;font-weight:600;font-size:1.2rem}.article-comment .comment-sort-active{display:flex;align-items:center;cursor:pointer;padding:.25rem .5rem;border-radius:.25rem}.article-comment .comment-sort-active:hover{background:#ececec}.article-comment .comment-sort-menu{position:absolute;flex-direction:column;width:17rem;padding:1rem;left:0;top:2rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.article-comment .comment-sort-menu .comment-sort-title{display:block;font-size:1rem;margin-bottom:.5rem}.article-comment .comment-sort-menu ul{width:100%;max-height:15rem}.article-comment .comment-sort-menu ul li a{display:flex;flex-direction:column;padding:.5rem 1rem}.article-comment .comment-sort-menu ul li a span{font-size:12px}.article-comment .reply-form{display:flex;flex-direction:column;width:100%;padding-left:4rem}.article-comment .reply-form .comment-form-wrapper{display:flex;flex-wrap:wrap;margin:-8px;width:100%}.article-comment .reply-form .comment-form-wrapper input[type=text],.article-comment .reply-form .comment-form-wrapper input[type=email]{flex:0 0 calc(50% - 16px);margin:8px}.article-comment .reply-form .comment-form-wrapper textarea{flex:0 0 calc(100% - 16px);margin:8px}.article-comment .reply-form textarea{height:150px;resize:none}.article-comment .submit-comment-container{display:flex;justify-content:end;flex:0 0 calc(100% - 16px)}.article-comment .submit-comment{display:flex;justify-content:center;align-items:center;width:150px;height:2.25rem;color:#fff;background:var(--main-color);padding:.7rem 1rem;font-size:15px;margin:1rem 8px 2rem;border-radius:3px;cursor:pointer}.article-comment .load-more{margin:1.5rem 0;padding:.85rem;width:100%;height:3.2rem;display:flex;justify-content:center;align-items:center;border:1px solid #d1d5db;font-size:1rem;padding-top:.75rem;padding-bottom:.75rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:.5rem}.article-comment .load-more:hover{background:#f9fafb}.article-comment .comment-reply{padding-left:4rem !important;padding-top:1rem !important;font-size:.875rem;line-height:1.25rem}.article-comment .comment-reply .info .username{font-size:.875rem !important;line-height:1.25rem}.article-comment .comment-reply .comment-tools{font-size:.75rem !important;line-height:1rem}.article-comment .comment-reply .avatar a img{width:2rem !important;height:2rem !important}.article-comment .comment-login-prompt{background-color:#f1f3f5;border:1px solid #d0d6dc;padding:10px 14px;border-radius:6px;text-align:center;font-size:15px;color:#333;margin-top:20px;width:100%;margin:1rem 8px;margin-right:0}.article-comment .comment-login-prompt a{color:#0069d9;font-weight:500}.article-comment .captcha-container{flex:0 0 calc(100% - 16px);width:100%;margin:8px}.post-sidebar,.page-sidebar{display:flex;flex-direction:column;width:35%;height:auto}.post-sidebar-a{margin-bottom:1.5rem}.post-sidebar-a .home-sidebar-connection{display:inline-block;width:100%;height:auto}.post-sidebar-a h4{position:relative;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.2rem;line-height:1.75rem}.post-sidebar-a h4 .text{position:relative;padding-bottom:.5rem}.post-sidebar-a h4 .text::after{content:"";background:#000;display:block;position:absolute;bottom:0;left:0;width:50%;height:3px}.post-sidebar-a ul{display:flex;flex-wrap:wrap;padding:0;margin:0;list-style:none;margin:-5px}.post-sidebar-a ul li{width:50%}.post-sidebar-a ul li a{display:flex;align-items:center;margin:5px;color:#fff;font-size:.9rem}.post-sidebar-a ul li a .icon{display:flex;align-items:center;padding:8px}.post-sidebar-a ul li a .text{padding:8px}.post-sidebar-b{padding-top:.6rem}.post-sidebar-b h4{position:relative;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.2rem;line-height:1.75rem}.post-sidebar-b h4 .text{position:relative;padding-bottom:.5rem}.post-sidebar-b h4 .text::after{content:"";background:#000;display:block;position:absolute;bottom:0;left:0;width:50%;height:3px}.post-sidebar-b .sidebar-content-featured{position:relative}.post-sidebar-b .sidebar-content-featured .thumbnail{position:relative;display:flex;flex-direction:column;width:100%;height:250px;overflow:hidden;border-radius:.5rem}.post-sidebar-b .sidebar-content-featured .thumbnail a{display:flex;flex-direction:column;width:100%;height:100%}.post-sidebar-b .sidebar-content-featured .thumbnail img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:.5rem}.post-sidebar-b .sidebar-content-featured .thumbnail::after{background:rgba(0,0,0,0) linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.46) 50%, rgba(0, 0, 0, 0.8));bottom:0;content:"";height:70%;opacity:.9;position:absolute;transition:all .3s ease-in 0s;width:100%;will-change:opacity;left:0;z-index:0;pointer-events:none}.post-sidebar-b .sidebar-content-featured .caption{position:absolute;bottom:10px;left:12px;padding-right:15px;pointer-events:none}.post-sidebar-b .sidebar-content-featured .caption .category .text{position:relative;background:#1e90ff;display:inline-block;pointer-events:auto;padding:.15rem .85rem;font-size:12px;z-index:100;color:#fff}.post-sidebar-b .sidebar-content-featured .caption .title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:17px;font-weight:600;max-height:50px;overflow:hidden;line-height:1.5rem;margin:.5rem 0;color:#fff}.post-sidebar-b .sidebar-content-featured .caption .title a{color:#fff}.post-sidebar-b .sidebar-content-featured .caption .info{display:inline-block;width:100%;font-size:.8rem;color:#fff}.post-sidebar-b .sidebar-content-featured .caption .info a{color:#fff;pointer-events:auto}.post-sidebar-b .sidebar-content-list{position:relative;display:flex;margin:1.5rem 0}.post-sidebar-b .sidebar-content-list .thumbnail{display:flex;flex-direction:column;width:120px;height:80px;border-radius:.25rem}.post-sidebar-b .sidebar-content-list .thumbnail img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:.25rem}.post-sidebar-b .sidebar-content-list .info{display:flex;flex-direction:column;flex:1;font-size:.8rem;margin-left:.8rem}.post-sidebar-b .sidebar-content-list .info .title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:14px;font-weight:600;max-height:40px;overflow:hidden;line-height:1.25rem}.post-sidebar-b .sidebar-content-list .info .title a{color:#000}.post-sidebar-b .sidebar-content-list .info .info-post{margin-top:.5rem}.post-sidebar-c h4{position:relative;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.2rem;line-height:1.75rem}.post-sidebar-c h4 .text{position:relative;padding-bottom:.5rem}.post-sidebar-c h4 .text::after{content:"";background:#000;display:block;position:absolute;bottom:0;left:0;width:50%;height:3px}.post-sidebar-c .sidebar-tags{padding:0;margin:0;list-style:none;display:inline-block;width:100%;margin:-5px -2.5px}.post-sidebar-c .sidebar-tags li{display:inline-block}.post-sidebar-c .sidebar-tags li a{display:inline-block;background:#e1e1e1;color:#676767;font-size:14px;padding:.25rem .5rem;border-radius:.15rem;margin:5px 2.5px;transition:all .15s ease-in-out}.post-sidebar-c .sidebar-tags li a:hover{background:#000;color:#fff}.post-list-content-wrapper{display:flex;justify-content:start;width:100%;max-width:100%}.post-list-content-wrapper .post-list-content-left{display:flex;flex-direction:column;width:70%;margin-bottom:2rem;margin-right:2rem}.post-list-content-wrapper .post-list-content-right{display:flex;flex-direction:column;width:30%}.post-list-title{font-weight:700;font-size:24px;margin-bottom:2rem;text-transform:UPPERCASE}.post-list-content{position:relative;display:flex;flex-wrap:wrap;width:100%;max-width:100%}.post-list-content .content-block{display:flex;flex-direction:column;align-items:start;width:33.33333%;margin-bottom:2rem}.post-list-content .content-block .thumbnail{width:100%;height:224px;overflow:hidden;margin:0 auto;text-align:center}.post-list-content .content-block .thumbnail a{display:flex;flex-direction:column;width:100%;height:100%}.post-list-content .content-block .thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;margin:0 auto;text-align:center}.post-list-content .content-block .info{display:flex;flex-direction:column;justify-content:start;align-items:start;margin-top:.5rem;padding:0;width:100%;height:auto}.post-list-content .content-block .info h3{font-weight:700}.post-list-content .content-block .info h3 a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:20px;line-height:26px;color:#0e0e0e}.post-list-content .content-block .info h3 a:hover{color:#2196f3}.post-list-content .content-block .info .list-info{display:inline-block;width:100%;font-size:13px;margin:.75rem 0}.post-list-content .content-block .info .list-info a{color:#5e5e5e;font-weight:600}.post-list-content .content-block .info .list-info a:hover{color:#2196f3}.search-content-wrapper{display:flex;justify-content:start;flex-wrap:wrap;width:100%}.search-content-wrapper .search-content-left{display:flex;flex-direction:column;width:70%}.search-content-wrapper .search-content-right{display:flex;flex-direction:column;width:30%;padding-left:2rem}.search-title{font-weight:400;font-size:24px;margin:1rem 0 2rem;text-transform:uppercase}.search-content{position:relative;display:flex;flex-direction:column}.search-content .content-block{display:flex;align-items:start;margin-bottom:2rem}.search-content .content-block .thumbnail{width:300px;height:150px;overflow:hidden;margin:0 auto;text-align:center}.search-content .content-block .thumbnail a{display:flex;flex-direction:column;width:100%;height:100%}.search-content .content-block .thumbnail img{width:100%;height:150px;-o-object-fit:cover;object-fit:cover;margin:0 auto;text-align:center}.search-content .content-block .info{display:flex;flex-direction:column;justify-content:start;align-items:start;padding:0 1rem;width:100%;height:100%}.search-content .content-block .info h3{font-weight:500}.search-content .content-block .info h3 a{font-size:20px;color:#0e0e0e}.search-content .content-block .info h3 a:hover{color:#2196f3}.search-content .content-block .info .list-info{display:inline-block;width:100%;font-size:14px;margin:.75rem 0}.search-content .content-block .info .list-info a{color:#000;font-weight:600}.search-content .content-block .info .list-info a:hover{color:#2196f3}@media(min-width: 0){.container{max-width:100%}}@media(min-width: 960px){.top-header{display:flex}.menu-responsive{display:none}.header-wrapper .header .header-modern-block ul.menu-list{display:flex}.container{max-width:924px}}@media(max-width: 960px){.top-header{display:none}.menu-responsive{display:flex;flex-direction:column}.header-wrapper .header .header-modern-block{padding:0 1rem}.header-wrapper .header .header-modern-block .header-modern-wrapper{height:3.5rem}.header-wrapper .header .header-modern-block ul.menu-list{display:none}.header-wrapper .header .header-modern-block .header-right-menu .search .search-form{position:fixed;right:0;top:55px;width:100%;box-shadow:none;border:1px solid #dfdfdf}.header-wrapper .header .header-modern-block .header-right-menu .search .search-toggle .search-toggle-icon{background:rgba(0,0,0,0);color:#000}.header-wrapper .header .header-modern-block .header-right-menu .search .search-toggle .search-toggle-icon svg{width:22px;height:22px}.header-wrapper .header .header-modern-block .header-right-menu .auth{display:none}.post-inner,.page-inner{display:inline-block;width:100%}.page-content{width:100%}.post-content{width:100%}.post-content .article-thumbnail img{border-radius:0}.post-content .category,.post-content .title,.post-content .post-info,.post-content .main-content,.post-content .article-tags,.post-content .article-reactions,.post-content .article-share,.post-content .article-pagination,.post-content .article-author,.post-content .related-articles,.post-content .article-comment{padding-right:1rem;padding-left:1rem}.post-sidebar,.page-sidebar{width:100%;padding:0 1rem}.footer-wrapper{padding-right:1rem;padding-left:1rem}.footer-block-a,.footer-block-b{width:50%}.footer-info{width:100%;flex-wrap:wrap}.footer-info .footer-info-a,.footer-info .footer-info-b{width:50%}}@media(min-width: 1060px){.container{max-width:1024px}}@media(min-width: 1350px){.search-responsive{display:none}.search-form{display:flex !important;align-items:center;border:0 !important}.search-form .search-btn{color:#a1a8b3}.container{max-width:1280px}}@media(max-width: 1350px){.search-responsive{display:block}.header-wrapper .header .category_posts .category_posts_inner .category_posts_list .category_post_item .thumbnail{height:130px}.header-wrapper .header .header-right-menu .auth .auth-link svg{width:20px;height:20px}.header-wrapper .header .header-right-menu .search .search-toggle .search-toggle-icon svg{width:20px;height:20px}.header-wrapper .header .header-right-menu .search .search-form{display:none;background:#fff;box-shadow:0 8px 16px rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.05);padding:10px;position:absolute;right:-58px;top:53px;width:22rem;transition:opacity .2s ease-in-out}.header-wrapper .header .header-right-menu .search .search-form .input-search{width:100%;border-radius:0}.header-wrapper .header .header-right-menu .search .search-form .input-search:focus{box-shadow:none}.header-wrapper .header .header-right-menu .search .search-form .vexlink-form-btn{position:relative}.header-wrapper .header .header-right-menu .search .search-form .vexlink-form-btn .search-btn{height:2.5rem;padding:2px;background:var(--main-color);color:#fff}.header-wrapper .header .header-right-menu .search .search-form .search-form-input{display:flex;align-items:center}}@media(max-width: 1060px){.header-wrapper .header .category_posts .category_posts_inner .category_posts_list .category_post_item .info .title a{font-size:15px}.header-wrapper .header .category_posts .category_posts_inner .category_posts_list .category_post_item .thumbnail{height:120px}}@media(min-width: 1600px){.container{max-width:1280px}}@media(min-width: 1060px){.home-content-block .block-header ul.block-menu li.menu-more{display:none}}@media(min-width: 1350px){.content-list .content-block-b .info .title{font-size:1rem;line-height:1.5rem}}@media(max-width: 1060px){.home-content-block .block-header ul.block-menu li{display:none}.home-content-block .block-header ul.block-menu li:first-child,.home-content-block .block-header ul.block-menu li.menu-more{display:block}}@media(max-width: 960px){.breaking-news{justify-content:center;padding:0 .5rem;margin:.5rem 0}.breaking-news .breaking-news-content{flex-direction:column}.breaking-news .breaking-news-content .title{padding:.25rem .5rem;margin:0}.breaking-news .breaking-news-content .breaking-news-link{text-align:center;margin:.25rem 0;height:20px}.breaking-news .breaking-news-content .breaking-news-link .link{height:28px}.breaking-news .breaking-news-pagination{display:none}.home-content-wrapper{padding:0 1rem}.home-content{flex-direction:column}.home-content .home-content-left,.home-content .home-content-right{width:100%}.content-list .content-block-d:first-child .thumbnail{height:380px}.content-list .content-block-d:first-child .thumbnail img{height:380px}}@media(max-width: 724px){.content-list .content-block-a .thumbnail{height:350px}.content-list .content-block-b .info .title{font-size:1rem}.content-list .content-block-b .thumbnail{width:200px;height:125px}.content-list .content-left-a,.content-list .content-right-a{flex:0 0 calc(100% - 16px)}.content-list .content-block-c .thumbnail img{height:120px}.content-list .content-block-c .title{font-size:.875rem;line-height:1.25rem}.content-list .content-block-c .info{font-size:13px}.content-list .content-block-c .description{font-size:12px}}@media(max-width: 540px){.content-list .content-left .content-block,.content-list .content-right .content-block{margin:0}.content-list{flex-direction:column;margin:2rem 0}.content-list .content-left,.content-list .content-right{margin:0}.content-list .content-block-a .thumbnail{height:250px}.content-list .content-block-b .info .title{font-size:.85rem}.content-list .content-block-b .thumbnail{width:120px;height:80px}.content-list .content-block-c{width:47%}.content-list .content-block-c .thumbnail img{height:250px}.content-list .content-block-d{width:50%;flex:0 0 calc(50% - 16px)}.content-list .content-block-d:first-child .info .title{font-size:1.5rem;line-height:2rem}.content-list .content-block-d:first-child .info .date{font-size:13px}.content-list .content-block-d:last-child{display:none}.content-list .content-block-a,.content-list .content-block-b,.content-list .content-block-c,.content-list .content-block-d,.content-list .content-block-e{flex:auto;margin:0 !important;margin-bottom:1rem !important}.content-list .content-block-a,.content-list .content-block-e{margin-bottom:1.5rem !important}.content-list{margin:1rem 0}.content-list .content-block-c{width:100%}.content-list .content-block-c .title{font-size:1rem;line-height:1.5rem}.content-list .content-block-d{width:100%}.content-list .content-block-d:first-child{display:none}.content-list .content-block-d:last-child{display:block}.content-list .content-block-d .thumbnail img{height:250px}.content-list .content-block-d .info{font-size:13px}.content-list .content-block-d .info .title{font-size:1rem;line-height:1.5rem}.content-list .content-block-e{flex-direction:column}.content-list .content-block-e .thumbnail{width:100%;height:250px}.content-list .content-block-e .info{margin:0;margin-top:.5rem}.content-list .content-block-e .info .title{font-size:1rem;line-height:1.5rem}.content-list .content-block-e .info .date,.content-list .content-block-e .info .description{font-size:13px;line-height:1.25rem}}@media(max-width: 424px){.home-content-block .block-header .block-label{font-size:18px}.home-content-block .block-header ul.block-menu li a{font-size:13px}.content-list .content-block-a .thumbnail{height:185px}.content-list .content-block-c .thumbnail img{height:180px}.content-list .content-block-d .thumbnail img{height:180px}.content-list .content-block-e .thumbnail{height:160px}}@media(min-width: 1350px){.featured-content-wrapper .featured-content .featured-content-left{height:450px;width:45%}.featured-content-wrapper .featured-content .featured-content-left .featured-box .thumbnail{height:450px}.featured-content-wrapper .featured-content .featured-content-right{width:55%;height:450px}.featured-content-wrapper .featured-content .featured-content-right .featured-box-top .featured-box:last-child,.featured-content-wrapper .featured-content .featured-content-right .featured-box-bottom .featured-box:last-child{display:block}}@media(max-width: 1350px){.featured-content-wrapper .featured-content .featured-content-left{width:45%;height:400px}.featured-content-wrapper .featured-content .featured-content-left .featured-box .thumbnail{height:400px}.featured-content-wrapper .featured-content .featured-content-right{width:55%;height:400px}.featured-content-wrapper .featured-content .featured-content-right .featured-box-top .featured-box:last-child,.featured-content-wrapper .featured-content .featured-content-right .featured-box-bottom .featured-box:last-child{display:none}}@media(max-width: 1060px){.featured-content-wrapper .featured-content .featured-content-left{height:350px}.featured-content-wrapper .featured-content .featured-content-left .featured-box .thumbnail{height:350px}.featured-content-wrapper .featured-content .featured-content-right{height:350px}}@media(max-width: 724px){.featured-content-wrapper .featured-content{flex-direction:column}.featured-content-wrapper .featured-content .featured-content-left{width:100%;height:350px}.featured-content-wrapper .featured-content .featured-content-left .featured-box .thumbnail{height:350px}.featured-content-wrapper .featured-content .featured-content-left .featured-box:hover .thumbnail img{scale:1.05}.featured-content-wrapper .featured-content .featured-content-right{width:100%;height:350px}.featured-content-wrapper .featured-content .featured-content-right .featured-box-top .featured-box:hover .thumbnail img{scale:1.05}.featured-content-wrapper .featured-content .featured-content-right .featured-box-bottom{display:none}}@media(max-width: 540px){.featured-content-wrapper .featured-content .featured-content-left{height:350px}.featured-content-wrapper .featured-content .featured-content-left .featured-box .thumbnail{height:350px}.featured-content-wrapper .featured-content .featured-content-left .featured-box .featured-caption .info{padding:.5rem .85rem .85rem}.featured-content-wrapper .featured-content .featured-content-left .featured-box .featured-caption .info .title{font-size:1.5rem}.featured-content-wrapper .featured-content .featured-content-right{overflow:hidden;overflow-x:scroll;height:350px}.featured-content-wrapper .featured-content .featured-content-right .featured-box-top{width:724px}.featured-content-wrapper .featured-content .featured-content-right .featured-box-top .featured-box:last-child{display:block}}@media(max-width: 400px){.featured-content-wrapper .featured-content .featured-content-left{height:320px}.featured-content-wrapper .featured-content .featured-content-left .featured-box .thumbnail{height:320px}.featured-content-wrapper .featured-content .featured-content-left .featured-box .featured-caption .info .title{font-size:1.25rem;line-height:2rem}.featured-content-wrapper .featured-content .featured-content-right{height:320px}}@media(max-width: 724px){.footer-wrapper,.footer-bottom{padding:1rem}.footer-content,.footer-info{flex-direction:column}.footer-content .footer-block-a,.footer-content .footer-block-b,.footer-content .footer-block-c,.footer-content .footer-info-a,.footer-content .footer-info-b,.footer-content .footer-info-c,.footer-info .footer-block-a,.footer-info .footer-block-b,.footer-info .footer-block-c,.footer-info .footer-info-a,.footer-info .footer-info-b,.footer-info .footer-info-c{width:100%;padding:0}[dir=rtl] .footer-content .footer-block-a,[dir=rtl] .footer-content .footer-block-b,[dir=rtl] .footer-content .footer-block-c,[dir=rtl] .footer-content .footer-info-a,[dir=rtl] .footer-content .footer-info-b,[dir=rtl] .footer-content .footer-info-c,[dir=rtl] .footer-info .footer-block-a,[dir=rtl] .footer-info .footer-block-b,[dir=rtl] .footer-info .footer-block-c,[dir=rtl] .footer-info .footer-info-a,[dir=rtl] .footer-info .footer-info-b,[dir=rtl] .footer-info .footer-info-c{padding:0}.footer-content,.footer-info{margin:0}.footer-content h4{font-size:1rem}.footer-block-a .footer-block-content .thumbnail,.footer-block-b .footer-block-content .thumbnail{width:125px;height:80px;flex:none}.footer-about{font-size:15px}}@media(max-width: 1360px){.post-sidebar-b .sidebar-content-featured .thumbnail{height:224px}}@media(max-width: 1060px){.post-sidebar-b .sidebar-content-featured .thumbnail{height:200px}}@media(max-width: 960px){.post-sidebar-b .sidebar-content-featured .thumbnail{height:400px}.post-content,.page-sidebar{margin-right:0}}@media(max-width: 724px){.article-comment .comment-sort-menu{left:unset;right:-30px}}@media(max-width: 540px){.post-sidebar-b .sidebar-content-featured .thumbnail{height:250px}.breadcrumb ul li{font-size:13px}.breadcrumb ul li a{font-size:13px}.post-content .title{font-size:1.85rem}.post-content .category ul li a{font-size:13px}.post-content .post-info .info-top ul{width:100%;display:inline-block}.post-content .post-info .info-top ul li{font-size:13px;float:left;margin-right:.85rem;margin-bottom:.75rem}.post-content .post-info .info-bottom{margin:1.2rem 0 0}.post-content .post-info .info-bottom ul li{font-size:13px;padding:5px 10px;border-radius:5px}.post-content .post-info .info-bottom ul li svg{width:16px;height:16px}.post-content .post-info .info-bottom .author-info-top a img{width:36px;height:36px}.post-content .post-info .info-bottom .author-info-top .author-username{display:flex;align-items:center;font-size:15px}.related-articles .content-block-wrapper{margin:0}.related-articles .content-block-wrapper .content-block{width:50%;flex:0 0 calc(50% - 4px)}.related-articles .content-block-wrapper .content-block:nth-child(1n){margin-left:0}.related-articles .content-block-wrapper .content-block:nth-child(2n){margin-right:0}.article-comment .comment-form .comment-form-wrapper{margin:0;flex:none}.article-comment .comment-form .comment-form-wrapper textarea{margin:0;flex:none}.article-comment .comment-reply{padding-left:3rem !important}.article-comment .comment-list .comment-parent{padding:1rem}.article-comment .comment-list .comment-info{display:inline-block;width:100%}.article-comment .comment-list .comment-info .info{position:relative;top:-30px}.article-comment .comment-list .comment-info .info .info-user{padding-left:3rem}.article-comment .comment-list .comment-info .info p{font-size:15px}.article-comment .comment-list .comment-info .info .comment-msg{margin-top:.85rem}.article-comment .reply-form{align-items:end;padding-left:3rem;padding-bottom:1.5rem}.article-comment .reply-form .comment-form-wrapper textarea{flex:none;margin:0}.article-comment .submit-comment-container{flex:none;justify-content:end;width:100%}.article-comment .submit-comment{margin:.5rem 0 0rem}.article-comment .comment-sort .comment-sort-title{font-size:1.1rem}[dir=rtl] .related-articles .content-block-wrapper .content-block:nth-child(1n){margin-left:0;margin-right:0}[dir=rtl] .related-articles .content-block-wrapper .content-block:nth-child(2n){margin-left:0;margin-right:0}[dir=rtl] .article-comment .comment-reply{padding-left:0 !important;padding-right:3rem !important}[dir=rtl] .article-comment .comment-list .comment-info .info .info-user{padding-left:0;padding-right:3rem}[dir=rtl] .article-comment .reply-form{padding-left:0;padding-right:0}}@media(max-width: 450px){.post-sidebar-b .sidebar-content-featured .thumbnail{height:224px}.post-content .post-info .info-bottom{flex-wrap:wrap;margin:0;flex-direction:column-reverse;justify-content:start;align-items:start}.post-content .post-info .info-bottom .author-info-top{margin-top:1rem}.post-content .article-author{flex-direction:column;justify-content:center;align-items:center}.post-content .article-author .avatar a img{width:64px;height:64px}.post-content .article-author .author-info{align-items:center;padding:0}.related-articles .content-block-wrapper .content-block{width:100%;flex:0 0 calc(100% - 0px)}}@media(max-width: 400px){.breadcrumb{padding:1rem}.post-content .title,.post-content .post-info,.post-content .main-content,.post-content .article-tags,.post-content .article-reactions,.post-content .article-share,.post-content .article-pagination,.post-content .article-author,.post-content .related-articles,.post-content .article-comment{margin-bottom:1rem}.post-content .article-share{align-items:start}.post-content .title{font-size:1.75rem}.post-content .category ul li a{font-size:13px}.post-content .post-info .info-top ul{width:100%;display:inline-block}.post-content .post-info .info-top ul li{font-size:13px;float:left;margin-right:.85rem;margin-bottom:.5rem}.post-content .post-info .info-top ul li svg{width:14px;height:14px}.post-content .post-info .info-bottom ul li{font-size:13px;padding:5px 10px;border-radius:5px}.post-content .post-info .info-bottom ul li svg{width:14px;height:14px}.post-content .post-info .info-bottom .author-info-top a img{width:36px;height:36px}.post-content .post-info .info-bottom .author-info-top .author-username{display:flex;align-items:center;font-size:15px}.post-content .article-pagination ul li a{font-size:14px}.main-content p{font-size:15px}.main-content h2{font-size:1.2rem;line-height:32px}.main-content h3{font-size:1rem;line-height:30px}.main-content h4,.main-content h5,.main-content h6{font-size:.85rem;line-height:28px}[dir=rtl] .post-content .post-info .info-top ul li{float:right}}@media(max-width: 374px){.breadcrumb ul li{font-size:12px}.breadcrumb ul li a{font-size:12px}.post-content .title{font-size:1.25rem;line-height:1.75rem}.post-content .category ul li a{font-size:12px}.post-content .post-info .info-top ul li{font-size:12px}.post-content .post-info .info-bottom ul li{font-size:12px}.post-content .post-info .info-bottom .author-info-top a img{width:32px;height:32px}.post-content .post-info .info-bottom .author-info-top .author-username{font-size:13px}.main-content p{font-size:14px}.main-content h2{font-size:1rem;line-height:30px}.main-content h3{font-size:.85rem;line-height:28px}.main-content h4,.main-content h5,.main-content h6{font-size:.85rem;line-height:28px}}@media(min-width: 1350px){.post-list-content .content-block{width:calc(33.3333% - 11px)}.post-list-content .content-block .thumbnail{height:200px}.post-list-content .content-block:nth-child(1n){margin-right:1rem}.post-list-content .content-block:nth-child(2n){margin-right:1rem}.post-list-content .content-block:nth-child(3n){margin-right:0}[dir=rtl] .post-list-content .content-block:nth-child(1n){margin-right:0;margin-left:1rem}[dir=rtl] .post-list-content .content-block:nth-child(2n){margin-right:0;margin-left:1rem}[dir=rtl] .post-list-content .content-block:nth-child(3n){margin-right:0;margin-left:0}}@media(max-width: 1350px){.post-list-content .content-block{width:calc(50% - 8px)}.post-list-content .content-block .thumbnail{height:200px}.post-list-content .content-block:nth-child(1n){margin-right:1rem}.post-list-content .content-block:nth-child(2n){margin-right:0}[dir=rtl] .post-list-content .content-block:nth-child(1n){margin-right:0;margin-left:1rem}[dir=rtl] .post-list-content .content-block:nth-child(2n){margin-right:0;margin-left:0}}@media(max-width: 1060px){.post-list-content-wrapper .post-list-content-left{width:65%}.post-list-content-wrapper .post-list-content-right{width:35%}}@media(max-width: 960px){.post-list-content-wrapper{display:block}.post-list-content-wrapper .post-list-content-left{width:100%;margin-right:0}.post-list-content-wrapper .post-list-content-right{width:100%}.post-list-content .content-block{width:calc(33.33333% - 11px)}.post-list-content .content-block .thumbnail{height:200px}.post-list-content .content-block:nth-child(1n){margin-right:1rem}.post-list-content .content-block:nth-child(2n){margin-right:1rem}.post-list-content .content-block:nth-child(3n){margin-right:0}.post-list-title,.post-list-content-wrapper{padding:0 1rem}[dir=rtl] .post-list-content .content-block:nth-child(1n){margin-right:0;margin-left:1rem}[dir=rtl] .post-list-content .content-block:nth-child(2n){margin-right:0;margin-left:1rem}[dir=rtl] .post-list-content .content-block:nth-child(3n){margin-right:0;margin-left:0}}@media(max-width: 824px){.post-list-content .content-block{width:calc(50% - 11px)}.post-list-content .content-block .thumbnail{height:200px}.post-list-content .content-block:nth-child(1n){margin-right:1rem}.post-list-content .content-block:nth-child(2n){margin-right:0}[dir=rtl] .post-list-content .content-block:nth-child(1n){margin-right:0;margin-left:1rem}[dir=rtl] .post-list-content .content-block:nth-child(2n){margin-right:0;margin-left:0}}@media(max-width: 724px){.post-list-content .content-block .thumbnail{height:180px}}@media(max-width: 540px){.post-list-content .content-block{width:100%}.post-list-content .content-block .thumbnail{height:200px}.post-list-content .content-block:nth-child(1n),.post-list-content .content-block:nth-child(2n),.post-list-content .content-block:nth-child(3n){margin-right:0}[dir=rtl] .post-list-content .content-block:nth-child(1n),[dir=rtl] .post-list-content .content-block:nth-child(2n),[dir=rtl] .post-list-content .content-block:nth-child(3n){margin-right:0;margin-left:0}}@media(max-width: 424px){.post-list-content .content-block .thumbnail{height:200px}.post-list-content .content-block .info h3 a{font-size:18px}}@media(max-width: 1350px){.profile-content-wrapper .profile-content-right .content-block .content-info .info .title a{font-size:1.1rem}.profile-content-wrapper .profile-content-right .content-block .content-info .thumbnail{height:7rem}.profile-content-wrapper .profile-content-right .content-block .content-info .thumbnail a{height:7rem}}@media(max-width: 960px){.breadcrumb,.page-title,.contact-wrapper,.page-container,.profile-inner{padding-right:1rem;padding-left:1rem}.profile-wrapper{padding:1rem 0}.sidebar-wrapper-b .sidebar-content-featured .thumbnail{height:350px}.sidebar-wrapper-b .sidebar-content-list .thumbnail{width:200px;height:140px}.sidebar-wrapper-b .sidebar-content-list .info .title{font-size:1.125rem;line-height:1.75rem}.profile-header .profile-menu{display:block}.profile-header .profile-menu .profile-menu-right{display:block;margin-top:.5rem}.profile-header .profile-menu .profile-menu-right .connection{display:inline-block;width:100%}.profile-header .profile-menu .profile-follow{margin-left:0;margin-top:.5rem}.profile-content-wrapper .profile-content-left,.profile-content-wrapper .profile-content-right{width:100%}.profile-content-wrapper .profile-content-left{margin-bottom:1rem}.profile-content-wrapper .profile-content-right{padding-left:0}.profile-content-wrapper .profile-content-right .content-block .content-info .thumbnail{height:9rem}.profile-content-wrapper .profile-content-right .content-block .content-info .thumbnail a{height:9rem}.settings-wrapper{padding:1rem}.settings-inner{display:block;width:100%;margin:0}.settings-menu{width:100%;margin:0;margin-bottom:1rem}.settings-content{width:100%;margin:0}.ads-section .ads-content-label{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;overflow:hidden}.ads-container{width:100% !important;height:auto !important}.ads-container img{width:100% !important;height:auto !important}}@media(max-width: 724px){.profile-content-wrapper .profile-content-right .content-block .content-info .info .title a{font-size:1rem}.profile-content-wrapper .profile-content-right .content-block .content-info .thumbnail{height:7rem}.profile-content-wrapper .profile-content-right .content-block .content-info .thumbnail a{height:7rem}}@media(max-width: 540px){.sidebar-wrapper-b .sidebar-content-featured .thumbnail{height:250px}.sidebar-wrapper-b .sidebar-content-list .thumbnail{width:120px;height:80px}.sidebar-wrapper-b .sidebar-content-list .info .title{font-size:.875rem;line-height:1.25rem}.profile-header .profile-cover{height:125px}.profile-header .profile-cover-menu{top:5.7rem}.profile-header .profile-avatar{width:96px;height:96px;top:42px;left:0;right:0;margin:0 auto}.profile-header .profile-avatar img{width:90px;height:90px}.profile-header .profile-menu{padding-left:1rem}.profile-header .profile-menu .profile-menu-right .connection li{margin:2px}.profile-header .profile-menu .profile-menu-right .connection li a{width:1.5rem;height:1.5rem}.profile-content-wrapper .profile-content-left .profile-bio p{word-wrap:break-word;display:block;font-size:14px}.profile-content-wrapper .profile-content-left .follower-info{font-size:15px}.profile-content-wrapper .profile-content-left .profile-info ul li .text{font-size:14px}.profile-content-wrapper .profile-content-right .content-block .content-info{display:inline-block;width:100%}.profile-content-wrapper .profile-content-right .content-block .content-info .thumbnail{width:100%;height:18rem}.profile-content-wrapper .profile-content-right .content-block .content-info .thumbnail a{height:18rem}.profile-content-wrapper .profile-content-right .content-block .content-info .info{width:100%;margin:0;margin-top:.5rem}.profile-content-wrapper .profile-content-right .content-block .content-info .info .statistics{display:inline-block}.profile-content-wrapper .profile-content-right .content-block .content-info .info .statistics .reactions,.profile-content-wrapper .profile-content-right .content-block .content-info .info .statistics .comments{padding-left:0;float:left}.profile-content-wrapper .profile-content-right .content-block .content-info .info .title a{font-size:1.1rem}.settings-content .avatar-upload{display:block}.settings-content .avatar-upload .upload-btn-container{margin-left:0}.settings-content .avatar-upload .upload-btn-container .upload-btn{margin:0}.settings-content .avatar-upload .upload-btn-wrapper{display:block}.settings-content .avatar-upload .upload-info{margin-left:0}.auth-inner{width:100%;margin:0;box-shadow:none}.cookie-consent{width:100% !important;height:100% !important;left:0 !important;right:unset !important;padding:0 1rem;display:flex;flex-direction:column;justify-content:end}.cookie-consent .cookie-text p{line-height:1.35rem;font-size:13px}[dir=rtl] .profile-header .profile-menu{padding-right:1rem !important}[dir=rtl] .profile-content-wrapper .profile-content-right{padding-right:0 !important}}@media(max-width: 430px){.profile-content-wrapper .profile-content-right .content-block .content-info .thumbnail{height:14rem}.profile-content-wrapper .profile-content-right .content-block .content-info .thumbnail a{height:14rem}}@media(max-width: 340px){.profile-content-wrapper .profile-content-right .content-block .content-info .thumbnail{height:10rem}.profile-content-wrapper .profile-content-right .content-block .content-info .thumbnail a{height:10rem}}[data-theme=dark] body{background:var(--body-color2);color:var(--text-body2)}[data-theme=dark] .bg-primary{background-color:var(--main-color2)}[data-theme=dark] #progress-bar{box-shadow:0 0 10px var(--main-color2);background-color:var(--main-color2)}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6,[data-theme=dark] .menu li{color:#e8edf0}[data-theme=dark] .modal-alert-overlay .modal-alert-box{background:#212225}[data-theme=dark] .form-input{background:rgba(0,0,0,0);border:1px solid #313537;color:#c1c3c6}[data-theme=dark] .form-group .oauth{background:#313537}[data-theme=dark] .form-group .oauth:hover{background:#3c4043}[data-theme=dark] .form-checkbox .text{color:#e1e4e5}[data-theme=dark] .hr-divider::before,[data-theme=dark] .hr-divider::after{border-bottom:1px solid #313537}[data-theme=dark] .custom-radio .radio-box{border:2px solid #2196f3}[data-theme=dark] .custom-radio input[type=radio]:checked+.radio-box::after{background:#2196f3}[data-theme=dark] .dropdown-menu{background:#000;border:1px solid #313537}[data-theme=dark] .dropdown-menu ul li a{color:#c1c3c6}[data-theme=dark] .dropdown-menu ul li a.active,[data-theme=dark] .dropdown-menu ul li a:hover{background:#191919 !important}[data-theme=dark] .dropdown2 .submenu{background-color:#000;box-shadow:none;border:1px solid #313537}[data-theme=dark] .dropdown2 .submenu a:hover{background-color:#000}[data-theme=dark] .dropdown2 .submenu-2{background-color:#000}[data-theme=dark] .dropdown2 .submenu-2 a:hover{background-color:#000}[data-theme=dark] .auth-menu ul li a{color:#c1c3c6}[data-theme=dark] .auth-menu ul li:last-child{border-top:1px solid #313537}[data-theme=dark] .header-wrapper .top-header{background:var(--bg-top-header2)}[data-theme=dark] .header-wrapper .top-header .top-header-menu{color:var(--text-top-header2)}[data-theme=dark] .header-wrapper .top-header .menu-right .theme-toggle .theme-toggle-icon svg{fill:var(--text-top-header2)}[data-theme=dark] .header-wrapper .top-header .menu-right .language-toggle .language-toggle-active svg{fill:var(--text-top-header2)}[data-theme=dark] .header-wrapper .top-header .menu-right .top-header-social ul li a:hover{color:var(--main-color2) !important}[data-theme=dark] .header-wrapper .header{background:var(--bg-header2)}[data-theme=dark] .header-wrapper .header .category_posts{background:var(--bg-header2)}[data-theme=dark] .header-wrapper .header .category_posts .category_posts_inner .category_posts_menu{border-right:1px solid #313537}[data-theme=dark] .header-wrapper .header .category_posts .category_posts_inner .category_posts_list{color:#b2b6bb}[data-theme=dark] .header-wrapper .header .category_posts .category_posts_inner .category_posts_list .category_post_item .info .title a{color:#e7e7e7}[data-theme=dark] .header-wrapper .header .header-modern-block{border-bottom:1px solid #313537}[data-theme=dark] .header-wrapper .header .header-modern-block ul.menu-list li a{color:#e7e7e7}[data-theme=dark] .header-wrapper .header .header-modern-block ul.menu-list li a:hover{color:var(--main-color2)}[data-theme=dark] .header-wrapper .header .header-right-menu .search .search-form{background:#000;color:#c1c3c6;border-color:#313537}[data-theme=dark] .header-wrapper .header .header-right-menu .search .search-form .input-search{background:#000;border:1px solid #313537;color:#c1c3c6}[data-theme=dark] .header-wrapper .header .header-right-menu .search .search-form .input-search:focus{box-shadow:0 0 0 0px #fff,0 0 0 2px var(--main-color2),0 0 rgba(0,0,0,0) !important}[data-theme=dark] .header-wrapper .header .header-right-menu .search .search-toggle .search-toggle-icon{background:#212225;color:#c1c3c6}[data-theme=dark] .header-wrapper .header .top-menu-wrapper .top-menu .top-menu-list ul.menu li{color:var(--text-header2)}[data-theme=dark] .header-wrapper .header .top-menu-wrapper .top-menu .top-menu-list ul.menu li a{color:var(--text-header2)}[data-theme=dark] .header-wrapper .header .top-menu-wrapper .top-menu .top-menu-list ul.menu li.active::after,[data-theme=dark] .header-wrapper .header .top-menu-wrapper .top-menu .top-menu-list ul.menu li:hover::after{background:var(--main-color2)}[data-theme=dark] .header-wrapper .header .header-modern-block ul.menu-list li{color:var(--text-header2)}[data-theme=dark] .header-wrapper .header .header-modern-block ul.menu-list li a{color:var(--text-header2)}[data-theme=dark] .header-wrapper .header .header-modern-block ul.menu-list li a:hover{color:var(--main-color2) !important}[data-theme=dark] .sidebar-menu{background:rgba(0,0,0,.8)}[data-theme=dark] .sidebar-menu .sidebar-menu-footer .menu-item,[data-theme=dark] .sidebar-menu .sidebar-menu-footer .theme-toggle{background:rgba(46,46,46,.5)}[data-theme=dark] .sidebar-menu .menu-item{color:#c1c3c6}[data-theme=dark] .sidebar-menu .menu-item:hover{color:#c1c3c6 !important}[data-theme=dark] .sidebar-menu .menu-item-dropdown a{color:#a1a1a1}[data-theme=dark] .sidebar-menu .menu-item-dropdown a:hover{color:#a1a1a1 !important}[data-theme=dark] .sidebar-menu .sidebar-menu-auth ul.sidebar-user-menu li a{background:rgba(46,46,46,.5);color:#c1c3c6}[data-theme=dark] .sidebar-menu .sidebar-menu-footer .menu-item-dropdown{background:rgba(41,41,41,.5)}[data-theme=dark] .sidebar-menu .sidebar-close{background:rgba(55,55,55,.5)}[data-theme=dark] .sidebar-wrapper-b .sidebar-content-list .info .author{color:#a1a1a1}[data-theme=dark] .sidebar-wrapper-b .sidebar-content-list .info .title a{color:#c1c3c6}[data-theme=dark] .breaking-news .breaking-news-content .title{border:1px solid #313537}[data-theme=dark] .breaking-news .breaking-news-content .breaking-news-link .link{color:#c1c3c6}[data-theme=dark] .breaking-news .breaking-news-pagination .prev,[data-theme=dark] .breaking-news .breaking-news-pagination .next{border:1px solid #313537}[data-theme=dark] .home-content-block .block-header .block-label{color:#c1c3c6}[data-theme=dark] .home-content-block .block-header .block-menu{border-bottom:1px solid #313537}[data-theme=dark] .home-content-block .block-header .block-menu li a{color:#8d9298}[data-theme=dark] .home-content-block .block-header .block-menu li a:hover{color:var(--main-color2)}[data-theme=dark] .content-list .content-block-a .info a{color:#a1a1a1}[data-theme=dark] .content-list .content-block-d .info .author{color:#a1a1a1}[data-theme=dark] .content-list .content-block-a .title a,[data-theme=dark] .content-list .content-block-b .info .title a,[data-theme=dark] .content-list .content-block-d .title a,[data-theme=dark] .content-list .content-block-e .info .title a{color:#c1c3c6}[data-theme=dark] .content-list .content-block-e .info .date a{color:#a1a1a1}[data-theme=dark] .latest-load-more .load-more-btn{background:#131414;color:#bbb;border:1px solid #1c1e1e}[data-theme=dark] .home-content-block .block-header .block-menu li.menu-more .dropdown-menu{background:rgba(25,25,25,.95);border:1px solid #1d1d1d}[data-theme=dark] .home-content-block .block-header .block-menu li.menu-more .dropdown-menu ul li a:hover{color:#e8edf0}[data-theme=dark] .breadcrumb ul li{color:#9598a0}[data-theme=dark] .breadcrumb ul li a{color:#9598a0}[data-theme=dark] .post-content .category ul li a{border:1px solid #1a1a1a}[data-theme=dark] .post-content .post-info .info-top ul li{color:#9598a0}[data-theme=dark] .post-content .post-info .info-bottom ul li{background:#212224;color:#989898}[data-theme=dark] .post-content .post-info .info-bottom .author-info-top a{color:#e8edf0}[data-theme=dark] .post-content .main-content p{color:var(--text-body2)}[data-theme=dark] .post-content .main-content p h2,[data-theme=dark] .post-content .main-content p h3,[data-theme=dark] .post-content .main-content p h4,[data-theme=dark] .post-content .main-content p h5,[data-theme=dark] .post-content .main-content p h6{color:var(--text-body2) !important}[data-theme=dark] .post-list-content .content-block .info h3 a{color:#e8edf0}[data-theme=dark] .pagination .page-item,[data-theme=dark] .pagination .page-link{color:#e1edf0}[data-theme=dark] .pagination .page-link{background:#212225;border:1px solid #212225}[data-theme=dark] .pagination .page-link:hover{background:#37393e}[data-theme=dark] .pagination .active .page-link{background:#37393e;border:1px solid #35363b;color:#e1edf0}[data-theme=dark] .article-tags ul li a{background:#212224;border:2px solid #232426;color:#e8edf0}[data-theme=dark] .article-reactions ul.reaction-list .reaction-item.reacted,[data-theme=dark] .article-reactions ul.reaction-list .reaction-item:hover{background:#212224;border-color:#27282b}[data-theme=dark] .article-share{border-top:1px solid #313537;border-bottom:1px solid #313537}[data-theme=dark] .article-share ul li a{border:1px solid #313537}[data-theme=dark] .article-pagination ul li a{color:#e8edf0}[data-theme=dark] .article-pagination ul li:first-child::after{background:#313537}[data-theme=dark] .article-author{border:1px solid #313537}[data-theme=dark] .article-author .author-info .username{color:#e8edf0}[data-theme=dark] .related-articles .content-block-wrapper .content-block .info .list-info a{color:#e8edf0}[data-theme=dark] .related-articles .content-block-wrapper .content-block .info .title a{color:#e8edf0}[data-theme=dark] .article-comment .comment-list .comment-info .info .username{color:#e8edf0}[data-theme=dark] .article-comment .comment-list .comment-parent{border:1px solid #313537}[data-theme=dark] .article-comment .comment-list .comment-reply{border-top:1px solid #313537}[data-theme=dark] .article-comment .comment-list .comment-info .info p{color:#e8edf0}[data-theme=dark] .article-comment .comment-sort-active:hover{background:#212224}[data-theme=dark] .article-comment .load-more{background:#212225;color:#e8edf0;border:1px solid #313537}[data-theme=dark] .sidebar-wrapper-c .sidebar-tags a,[data-theme=dark] .post-sidebar-c .sidebar-tags li a{background:#212225;color:#e8edf0}[data-theme=dark] .sidebar-wrapper-c .sidebar-tags a:hover,[data-theme=dark] .post-sidebar-c .sidebar-tags li a:hover{background:#2a2b2f}[data-theme=dark] .post-sidebar-b .sidebar-content-list .info .title a{color:#e8edf0}[data-theme=dark] .profile-wrapper{background:#000}[data-theme=dark] .profile-header{background:#000;box-shadow:none;border-bottom:1px solid #232426}[data-theme=dark] .profile-header .profile-avatar{border:3px solid #000}[data-theme=dark] .profile-header .profile-cover{background:#212225}[data-theme=dark] .profile-header .profile-cover-menu .more-menu ul li:hover{background:#212225}[data-theme=dark] .profile-content-wrapper .profile-content-left,[data-theme=dark] .profile-content-wrapper .profile-content-right .content-block .content-list{background:#000;box-shadow:none;border:1px solid #232426}[data-theme=dark] .profile-content-wrapper .profile-content-left .follower-info .following span,[data-theme=dark] .profile-content-wrapper .profile-content-left .follower-info .follower span,[data-theme=dark] .profile-content-wrapper .profile-content-right .content-block .content-list .follower-info .following span,[data-theme=dark] .profile-content-wrapper .profile-content-right .content-block .content-list .follower-info .follower span{color:#e8edf0;font-weight:600;margin-right:.5rem}[data-theme=dark] .profile-content-wrapper .profile-content-right .content-block .content-info .info .title a{color:#e8edf0}[data-theme=dark] .profile-content-wrapper .profile-content-right .content-block .content-info .info .tags .tag-list{color:#a2a7b0}[data-theme=dark] .profile-content-wrapper .profile-content-right .content-block .content-info .info .tags .tag-list:hover{border:1px solid #212225;background:#212225}[data-theme=dark] .profile-content-wrapper .profile-content-right .content-block .content-info .info .statistics .reactions,[data-theme=dark] .profile-content-wrapper .profile-content-right .content-block .content-info .info .statistics .comments{color:#a2a7b0}[data-theme=dark] .profile-content-wrapper .profile-content-right .content-block .content-info .info .statistics .reactions:hover,[data-theme=dark] .profile-content-wrapper .profile-content-right .content-block .content-info .info .statistics .comments:hover{background:#212225}[data-theme=dark] .profile-content-wrapper .profile-content-right .content-block .content-info .info .statistics .reactions .reaction-list .reaction-icon{border:2px solid #212225;background:#212225}[data-theme=dark] .profile-content-wrapper .profile-content-right .content-load-more .load-more{background:#131414;color:#bbb;border:1px solid #1c1e1e}[data-theme=dark] .settings-wrapper,[data-theme=dark] .settings-content,[data-theme=dark] .settings-menu{background:#000}[data-theme=dark] .settings-content,[data-theme=dark] .settings-menu{background:#000;border:1px solid #212225}[data-theme=dark] .settings-content ul li a,[data-theme=dark] .settings-menu ul li a{color:#a9adb1}[data-theme=dark] .settings-content ul li:hover a,[data-theme=dark] .settings-content ul li.active a,[data-theme=dark] .settings-menu ul li:hover a,[data-theme=dark] .settings-menu ul li.active a{background:#181819}[data-theme=dark] .cookie-consent .cookie-content{background:#212324;color:#fff}[data-theme=dark] footer{background:var(--bg-footer2);color:var(--text-footer2);border-top:1px solid rgba(255,255,255,.1)}:root{--space-0: 0;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px}.m-0{margin:var(--space-0) !important}.m-1{margin:var(--space-1) !important}.m-2{margin:var(--space-2) !important}.m-3{margin:var(--space-3) !important}.m-4{margin:var(--space-4) !important}.m-5{margin:var(--space-5) !important}.m-6{margin:var(--space-6) !important}.mt-0{margin-top:var(--space-0) !important}.mt-1{margin-top:var(--space-1) !important}.mt-2{margin-top:var(--space-2) !important}.mt-3{margin-top:var(--space-3) !important}.mt-4{margin-top:var(--space-4) !important}.mt-5{margin-top:var(--space-5) !important}.mt-6{margin-top:var(--space-6) !important}.mr-0{margin-right:var(--space-0) !important}.mr-1{margin-right:var(--space-1) !important}.mr-2{margin-right:var(--space-2) !important}.mr-3{margin-right:var(--space-3) !important}.mr-4{margin-right:var(--space-4) !important}.mr-5{margin-right:var(--space-5) !important}.mr-6{margin-right:var(--space-6) !important}.mb-0{margin-bottom:var(--space-0) !important}.mb-1{margin-bottom:var(--space-1) !important}.mb-2{margin-bottom:var(--space-2) !important}.mb-3{margin-bottom:var(--space-3) !important}.mb-4{margin-bottom:var(--space-4) !important}.mb-5{margin-bottom:var(--space-5) !important}.mb-6{margin-bottom:var(--space-6) !important}.ml-0{margin-left:var(--space-0) !important}.ml-1{margin-left:var(--space-1) !important}.ml-2{margin-left:var(--space-2) !important}.ml-3{margin-left:var(--space-3) !important}.ml-4{margin-left:var(--space-4) !important}.ml-5{margin-left:var(--space-5) !important}.ml-6{margin-left:var(--space-6) !important}.mx-0{margin-left:var(--space-0) !important;margin-right:var(--space-0) !important}.mx-1{margin-left:var(--space-1) !important;margin-right:var(--space-1) !important}.mx-2{margin-left:var(--space-2) !important;margin-right:var(--space-2) !important}.mx-3{margin-left:var(--space-3) !important;margin-right:var(--space-3) !important}.mx-4{margin-left:var(--space-4) !important;margin-right:var(--space-4) !important}.mx-5{margin-left:var(--space-5) !important;margin-right:var(--space-5) !important}.mx-6{margin-left:var(--space-6) !important;margin-right:var(--space-6) !important}.my-0{margin-top:var(--space-0) !important;margin-bottom:var(--space-0) !important}.my-1{margin-top:var(--space-1) !important;margin-bottom:var(--space-1) !important}.my-2{margin-top:var(--space-2) !important;margin-bottom:var(--space-2) !important}.my-3{margin-top:var(--space-3) !important;margin-bottom:var(--space-3) !important}.my-4{margin-top:var(--space-4) !important;margin-bottom:var(--space-4) !important}.my-5{margin-top:var(--space-5) !important;margin-bottom:var(--space-5) !important}.my-6{margin-top:var(--space-6) !important;margin-bottom:var(--space-6) !important}.p-0{padding:var(--space-0) !important}.p-1{padding:var(--space-1) !important}.p-2{padding:var(--space-2) !important}.p-3{padding:var(--space-3) !important}.p-4{padding:var(--space-4) !important}.p-5{padding:var(--space-5) !important}.p-6{padding:var(--space-6) !important}.pt-0{padding-top:var(--space-0) !important}.pt-1{padding-top:var(--space-1) !important}.pt-2{padding-top:var(--space-2) !important}.pt-3{padding-top:var(--space-3) !important}.pt-4{padding-top:var(--space-4) !important}.pt-5{padding-top:var(--space-5) !important}.pt-6{padding-top:var(--space-6) !important}.pr-0{padding-right:var(--space-0) !important}.pr-1{padding-right:var(--space-1) !important}.pr-2{padding-right:var(--space-2) !important}.pr-3{padding-right:var(--space-3) !important}.pr-4{padding-right:var(--space-4) !important}.pr-5{padding-right:var(--space-5) !important}.pr-6{padding-right:var(--space-6) !important}.pb-0{padding-bottom:var(--space-0) !important}.pb-1{padding-bottom:var(--space-1) !important}.pb-2{padding-bottom:var(--space-2) !important}.pb-3{padding-bottom:var(--space-3) !important}.pb-4{padding-bottom:var(--space-4) !important}.pb-5{padding-bottom:var(--space-5) !important}.pb-6{padding-bottom:var(--space-6) !important}.pl-0{padding-left:var(--space-0) !important}.pl-1{padding-left:var(--space-1) !important}.pl-2{padding-left:var(--space-2) !important}.pl-3{padding-left:var(--space-3) !important}.pl-4{padding-left:var(--space-4) !important}.pl-5{padding-left:var(--space-5) !important}.pl-6{padding-left:var(--space-6) !important}.px-0{padding-left:var(--space-0);padding-right:var(--space-0) !important}.px-1{padding-left:var(--space-1);padding-right:var(--space-1) !important}.px-2{padding-left:var(--space-2);padding-right:var(--space-2) !important}.px-3{padding-left:var(--space-3);padding-right:var(--space-3) !important}.px-4{padding-left:var(--space-4);padding-right:var(--space-4) !important}.px-5{padding-left:var(--space-5);padding-right:var(--space-5) !important}.px-6{padding-left:var(--space-6);padding-right:var(--space-6) !important}.py-0{padding-top:var(--space-0);padding-bottom:var(--space-0) !important}.py-1{padding-top:var(--space-1);padding-bottom:var(--space-1) !important}.py-2{padding-top:var(--space-2);padding-bottom:var(--space-2) !important}.py-3{padding-top:var(--space-3);padding-bottom:var(--space-3) !important}.py-4{padding-top:var(--space-4);padding-bottom:var(--space-4) !important}.py-5{padding-top:var(--space-5);padding-bottom:var(--space-5) !important}.py-6{padding-top:var(--space-6);padding-bottom:var(--space-6) !important}[dir=rtl] .alert span{margin-left:0;margin-right:.4rem}[dir=rtl] .alert .alert-close{left:10px;right:unset}[dir=rtl] .dropdown-menu{right:unset;left:-10px}[dir=rtl] .header-wrapper .top-header .top-header-menu .menu-right .theme-toggle,[dir=rtl] .header-wrapper .top-header .top-header-menu .menu-right .language-toggle{margin-right:0;margin-left:1rem}[dir=rtl] .header-wrapper .header .category_posts .category_posts_inner .category_posts_menu{border-right:0;border-left:1px solid rgba(0,0,0,.05)}[dir=rtl] .header-wrapper .header .category_posts .category_posts_inner .category_posts_list .category_post_item{margin-right:0;margin-left:1rem}[dir=rtl] .header-wrapper .header .header-right-menu .search .search-form .vexlink-form-btn{right:unset;left:0}[dir=rtl] .header-wrapper .header .header-right-menu .auth{margin-right:1rem;margin-left:0}[dir=rtl] .settings-menu ul li a svg{margin-right:0;margin-left:.85rem}[dir=rtl] .form-group .oauth img{margin-right:0;margin-left:.5rem}[dir=rtl] .form-checkbox .text{margin-left:0;margin-right:.5rem}[dir=rtl] .custom-radio{float:right}[dir=rtl] .custom-radio .radio-box{margin-right:0;margin-left:8px}[dir=rtl] .auth-menu ul li a svg{margin-right:0;margin-left:.5rem}[dir=rtl] .sidebar-menu .sidebar-menu-footer .menu-item svg{margin-right:0;margin-left:.5rem}[dir=rtl] .sidebar-menu{left:unset;right:-18rem}[dir=rtl] .sidebar-menu.active{right:0}[dir=rtl] .sidebar-menu .sidebar-close{right:unset;left:12px}[dir=rtl] .sidebar-menu .sidebar-menu-auth ul.sidebar-user-menu li a svg{margin-right:0;margin-left:.5rem}[dir=rtl] .breaking-news .breaking-news-content .title{margin-right:0;margin-left:1rem}[dir=rtl] .breaking-news .breaking-news-pagination .prev{transform:rotate(180deg)}[dir=rtl] .breaking-news .breaking-news-pagination .next{transform:rotate(180deg)}[dir=rtl] .featured-content-wrapper .featured-content .featured-content-left .featured-caption .category{left:unset;right:1rem}[dir=rtl] .featured-content-wrapper .featured-content .featured-content-right .featured-box-top .featured-caption .category,[dir=rtl] .featured-content-wrapper .featured-content .featured-content-right .featured-box-bottom .featured-caption .category{left:unset;right:14px}[dir=rtl] .sidebar-wrapper-b .sidebar-content-list .info{margin-left:0;margin-right:.8rem}[dir=rtl] .sidebar-wrapper-b .sidebar-content-featured .caption{left:unset;right:12px}[dir=rtl] .content-list .content-block-b .info{margin-left:0;margin-right:.8rem}[dir=rtl] .content-list .content-block-e .info{margin-left:0;margin-right:.8rem}[dir=rtl] .latest-load-more .load-more-btn svg{margin-right:0;margin-left:.5rem}[dir=rtl] .post-list-content-wrapper .post-list-content-left{margin-right:0;margin-left:2rem}[dir=rtl] .breadcrumb ul li{float:right}[dir=rtl] .post-content{margin-right:0;margin-left:2rem}[dir=rtl] .post-content .post-info .info-top ul li svg{margin-right:0;margin-left:.25rem}[dir=rtl] .post-content .post-info .info-bottom ul li svg{margin-right:0;margin-left:.25rem}[dir=rtl] .post-content .post-info .info-bottom .author-info-top a{margin-right:0;margin-left:.5rem}[dir=rtl] .post-content .post-info .info-bottom .author-info-top .author-username a{margin-left:0;margin-right:.25rem}[dir=rtl] .article-reactions ul.reaction-list li{float:right}[dir=rtl] .article-reactions ul.reaction-list .reaction-item .reaction-icon{margin-right:0;margin-left:.5rem}[dir=rtl] .article-share .text{margin-right:0;margin-left:.75rem}[dir=rtl] .article-pagination ul li:first-child{padding-right:0;padding-left:1rem;text-align:left}[dir=rtl] .article-pagination ul li:first-child::after{right:unset;left:8px}[dir=rtl] .article-pagination ul li:last-child{padding-left:1rem;padding-left:0;text-align:right}[dir=rtl] .article-pagination ul li .pagination-label svg{transform:rotate(180deg)}[dir=rtl] .related-articles h4 .text::after,[dir=rtl] .post-sidebar-a h4 .text::after,[dir=rtl] .post-sidebar-b h4 .text::after,[dir=rtl] .post-sidebar-c h4 .text::after{left:unset;right:0}[dir=rtl] .post-sidebar-b .sidebar-content-featured .caption{left:unset;right:12px}[dir=rtl] .post-sidebar-b .sidebar-content-list .info{margin-left:0;margin-right:.8rem}[dir=rtl] .article-comment .comment-list .comment-info .avatar{margin-right:0;margin-left:.75rem}[dir=rtl] .article-comment .comment-list .comment-info .comment-tools .reply svg,[dir=rtl] .article-comment .comment-list .comment-info .comment-tools .like svg,[dir=rtl] .article-comment .comment-list .comment-info .comment-tools .delete svg{margin-right:0;margin-left:.25rem}[dir=rtl] .article-comment .comment-reply{padding-left:0 !important;padding-right:4rem !important}[dir=rtl] .profile-header .profile-menu{padding-left:0;padding-right:11rem}[dir=rtl] .profile-header .profile-menu .profile-menu-right{justify-content:start}[dir=rtl] .profile-header .profile-avatar{left:unset;right:40px}[dir=rtl] .profile-header .profile-cover-menu{right:unset;left:12px}[dir=rtl] .profile-content-wrapper .profile-content-left{float:right}[dir=rtl] .profile-content-wrapper .profile-content-left .follower-info .following{margin-right:0;margin-left:1rem}[dir=rtl] .profile-content-wrapper .profile-content-left .follower-info .following span,[dir=rtl] .profile-content-wrapper .profile-content-left .follower-info .follower span{margin-right:0;margin-left:.5rem}[dir=rtl] .profile-content-wrapper .profile-content-left .profile-info ul li .icon{margin-right:0;margin-left:.5rem}[dir=rtl] .profile-content-wrapper .profile-content-right{float:right;padding-left:0;padding-right:1rem}[dir=rtl] .profile-content-wrapper .profile-content-right .content-block .content-info .info{margin-left:0;margin-right:1rem}[dir=rtl] .profile-content-wrapper .profile-content-right .content-block .content-info .info .tags .tag-list{float:right}[dir=rtl] .profile-content-wrapper .profile-content-right .content-block .content-info .info .statistics .reactions,[dir=rtl] .profile-content-wrapper .profile-content-right .content-block .content-info .info .statistics .comments{margin-right:0;margin-left:1rem;float:right}[dir=rtl] .profile-content-wrapper .profile-content-right .content-block .content-info .info .statistics .reactions .icon,[dir=rtl] .profile-content-wrapper .profile-content-right .content-block .content-info .info .statistics .comments .icon{margin-right:0;margin-left:.35rem}[dir=rtl] .profile-content-wrapper .profile-content-right .content-block .content-author .author-info{margin-left:0;margin-right:10px}[dir=rtl] .settings-menu{margin-right:0;margin-left:.5rem}[dir=rtl] .settings-content .avatar-upload .upload-btn-container{margin-left:0;margin-right:.5rem}[dir=rtl] .footer-block-a .footer-block-content .info,[dir=rtl] .footer-block-b .footer-block-content .info{margin-left:0;margin-right:.8rem}[dir=rtl] .footer-block-a{padding-right:0;padding-left:4rem}[dir=rtl] .footer-block-b{padding-right:0;padding-left:2rem}[dir=rtl] .footer-block-c{padding-left:0;padding-right:2rem}[dir=rtl] .footer-content h4{text-align:right}[dir=rtl] .footer-info .footer-info-b ul li{margin-right:0;margin-left:.7rem}[dir=rtl] .footer-block-a .footer-block-content .info .title a,[dir=rtl] .footer-block-b .footer-block-content .info .title a{text-align:right}[dir=rtl] .sidebar-wrapper-a h4 .text::after,[dir=rtl] .sidebar-wrapper-b h4 .text::after,[dir=rtl] .sidebar-wrapper-c h4 .text::after{left:unset;right:0}/*# sourceMappingURL=prismag-news.css.map */