@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Anton+SC&family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap";.auth-wrapper{padding:48px;min-height:100dvh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.auth-wrapper__inner{width:540px;display:flex;align-items:center;flex-direction:column;gap:28px}.auth-wrapper__logo img{height:52px;width:auto}.auth-wrapper__policy{color:#868686;transition:.2s}.auth-wrapper__policy:hover{color:var(--Black-gray, #4B4951);text-decoration:underline;text-underline-offset:4px}.header{grid-column-start:1;grid-column-end:3;padding:16px 24px;border-radius:12px;background:#fff;box-shadow:0 1px 20px #211b761a;display:flex;align-items:center;justify-content:space-between}.header__info{display:flex;align-items:center;gap:32px}.header__logo img{height:24px}.header__breadcrumbs,.header__breadcrumbs-item{display:flex;align-items:center;gap:8px}.header__breadcrumbs-item span{font-size:18px;font-weight:500}.header__breadcrumbs-item:after{content:"";display:block;width:24px;height:24px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20d='M8.29289%204.29289C7.90237%204.68342%207.90237%205.31658%208.29289%205.70711L14.5858%2012L8.29289%2018.2929C7.90237%2018.6834%207.90237%2019.3166%208.29289%2019.7071C8.68342%2020.0976%209.31658%2020.0976%209.70711%2019.7071L16.7071%2012.7071C17.0976%2012.3166%2017.0976%2011.6834%2016.7071%2011.2929L9.70711%204.29289C9.31658%203.90237%208.68342%203.90237%208.29289%204.29289Z'%20fill='%23474747'/%3e%3c/svg%3e");background-size:cover}.header__breadcrumbs-item:last-child span{color:#551abb}.header__actions{display:flex;align-items:center;gap:16px}.header__settings{width:48px;height:48px;border-radius:100px;border:1px solid #CACACA;background:#f4f6f8;display:flex;align-items:center;justify-content:center;transition:.2s}.header__settings:hover{transition:.2s;background:#dfdef2}.limit{position:relative;display:flex;align-items:center;gap:4px;cursor:default}.limit:hover .limit__tooltipe{display:block}.limit__text{letter-spacing:.5px}.limit svg{height:16px;width:16px}.limit__tooltipe{display:none;position:absolute;width:200px;right:0;top:100%;padding-top:8px}.limit__tooltipe-inner{padding:4px 8px;background-color:#4b4951;border-radius:6px}.limit__tooltipe-inner span{color:#fff}.limit__tooltipe-inner:before{content:"";position:absolute;right:50%;top:2px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #4B4951}.btn *{transition:.2s}.btn{padding:20px 4px 4px 8px;min-width:140px;border-radius:5px;display:flex;align-items:flex-end;justify-content:space-between;gap:8px;transition:.2s}.btn--primary{color:#fff;background-color:#551abb;border:1px solid #390E84}.btn--primary .btn__icon{background-color:#fefefb}.btn--primary:hover{border-color:transparent;background-color:#5e5ce61a}.btn--primary:hover span{color:#551abb}.btn--primary:hover .btn__icon{background-color:#551abb}.btn--primary:hover .btn__icon svg path{fill:#fff;stroke:#fff}.btn--secondary{color:#551abb;border:1px solid #CACACA;background:#dfdef2}.btn--secondary .btn__icon{background-color:#551abb}.btn--delete{background-color:#d92d20}.btn--delete .btn__icon{background-color:#eee}.btn--delete span{color:#fff}.btn--cancel{border:1px solid #CFCFCF;background:#fff}.btn--cancel .btn__icon{background:var(--Font-gray, #888)}.btn--cancel span{color:var(--Font-gray, #888)}.btn__icon{height:20px;width:20px;border-radius:24px;display:flex;justify-content:center;align-items:center}.btn:disabled{opacity:.4;pointer-events:none}.aside{padding:48px 16px 32px;height:100%;width:192px;border-radius:12px;border:1px solid #E2E2E2;background:#fff;box-shadow:0 2px 12px #211b761a;display:flex;justify-content:space-between;flex-direction:column;position:relative}.aside--hidden{width:87px}.aside--hidden .aside__btn{transform:rotate(180deg)}.aside--hidden .aside__author{display:flex;justify-content:center}.aside--hidden .aside__author-name,.aside--hidden .aside__nav-link span,.aside--hidden .aside__bottom-title,.aside--hidden .aside__bottom-subtitle{display:none}.aside--hidden .aside__bottom-link{display:flex}.aside--hidden .aside__bottom .btn{display:none}.aside__btn{position:absolute;right:-16px;top:100px;width:32px;height:32px;border-radius:100px;border:1px solid #B2B2B2;background:#f4f6f8;display:flex;align-items:center;justify-content:center;transition:.2s}.aside__btn:hover{background:#dfdef2;transition:.2s}.aside__top{display:flex;flex-direction:column;gap:24px}.aside__author{display:flex;align-items:center;gap:8px}.aside__author-photo{width:36px;height:36px;border-radius:100px;background:#4b4951;flex-shrink:0;overflow:hidden}.aside__author-photo img{width:100%;height:100%}.aside__author-name{overflow:hidden;text-overflow:ellipsis;font-size:14px;font-weight:500}.aside__nav-link{width:100%;padding:12px 16px;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;border-radius:5px;position:relative;transition:.2s}.aside__nav-link span{white-space:nowrap}.aside__nav-link:hover{background-color:#dfdef250}.aside__nav-link.active{background-color:#dfdef2}.aside__nav-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.aside__bottom-title{font-size:18px;font-weight:500;text-align:center}.aside__bottom-subtitle{font-size:12px;font-weight:500;line-height:20px;color:#888;text-align:center;margin-top:4px}.aside__bottom-link{display:none;width:48px;height:48px;align-items:center;justify-content:center;border-radius:4px;border:1px solid #390E84;background:#551abb}.aside__bottom .btn{margin:16px auto 0}.profile{padding:16px;display:flex;flex-direction:column;gap:16px;height:100vh}.profile__main{display:flex;gap:16px;flex-grow:1;overflow:auto}.modal{padding:24px;z-index:99;position:fixed;inset:0;overflow:auto;width:100%;height:100%;background:#45454573;display:grid;align-items:center;justify-content:center}.modal--xxl .modal__inner{width:680px}.modal__header{display:flex;align-items:center;gap:16px}.modal__header-back{height:24px;width:24px;display:flex;align-items:center;justify-content:center;border:1px solid #CACACA;border-radius:4px}.modal__inner{position:relative;border-radius:5px;border:1px solid #CACACA;background:#fff;display:flex;width:556px;padding:24px;flex-direction:column;align-items:flex-start;gap:24px}.modal__close{padding:8px;position:absolute;top:16px;right:16px}.modal__icon{width:48px;height:48px;display:flex;justify-content:center;align-items:center;border-radius:100px;border:1px solid #E27C75;background:#ffd0cd}.modal__icon svg{width:24px;height:24px}.modal__icon--info{border:1px solid var(--Stroke-dark-grey, #B2B2B2);background:var(--Lavender, #DFDEF2)}.modal__content{width:100%;display:flex;flex-direction:column;gap:12px}.modal__content h2{color:#4b4951}.modal__content p{color:#888}.modal-item{width:100%;display:flex;flex-direction:column;gap:8px}.modal-item__title{color:var(--Font-gray, #888)}.modal__btns{margin-left:auto;display:flex;justify-content:end;gap:16px}.form-field{width:100%;display:flex;flex-direction:column;gap:6px}.form-field--error .form-field__label{color:#d92d20}.form-field--error .form-field__inner input{border-color:#d92d20}.form-field--error .message-block .text-sm-medium{font-size:12px}.form-field--error .form-media{border-color:#d92d20}.form-field--disabled{pointer-events:none;opacity:.4}.form-field__header{display:flex;align-items:center;gap:6px}.form-field__header-btn{height:18px;width:18px;border-radius:4px;background-color:#551abb;border:1px solid transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath d='M8.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L2.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093L8.95 4.992zm-.92 5.14.92.92a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 1 0-1.091-1.028L9.477 9.417l-.485-.486z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.form-field__header-btn.disabled{border:1px solid #CACACA;background-color:transparent;background-image:none}.form-field__inner{position:relative}.form-field__inner input{padding:12px 16px;border-radius:5px;border:1px solid #CACACA;background:#fff;display:flex;width:100%;transition:.2s}.form-field__inner input:hover{background-color:#f4f6f8;transition:.2s}.form-field__inner input:focus{border-color:#551abb}.form-field__btn{cursor:pointer;position:absolute;top:50%;right:16px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;background-color:#5e5ce61a;border-radius:2px;width:24px;height:24px}.form-field__btn svg{transition:.2s}.form-field__btn:hover svg{fill:#551abb;transition:.2s}.message-block{display:flex;align-items:center;gap:6px}.message-block svg{width:14px;height:14px}.message-block--error svg{fill:#d92d20}.message-block--error span{color:#d92d20}.radio-list{display:flex;flex-wrap:wrap;flex-direction:row;column-gap:24px;row-gap:8px}.radio-item{width:fit-content;cursor:pointer}.radio-item input[type=checkbox]{display:none}.radio-item input[type=checkbox]:checked+.radio-item__inner .radio-item__control{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%3e%3cpath%20d='M10%203L4.5%208.5L2%206'%20stroke='%23551ABB'%20strokeWidth='1.6666'%20strokeLinecap='round'%20strokeLinejoin='round'/%3e%3c/svg%3e");background-size:cover;background-position:center}.radio-item__inner{display:flex;align-items:center;gap:8px}.radio-item__control{border-radius:4px;border:1px solid #551ABB;background:#fff;width:24px;height:24px}.range{display:flex;align-items:center;gap:8px}.range-btn{height:24px;width:24px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='56'%20height='56'%20fill='%23efeefd'%20className='bi%20bi-star-fill'%20viewBox='0%200%2016%2016'%3e%3cpath%20d='M3.612%2015.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173%206.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927%200l2.184%204.327%204.898.696c.441.062.612.636.282.95l-3.522%203.356.83%204.73c.078.443-.36.79-.746.592L8%2013.187l-4.389%202.256z'%20/%3e%3c/svg%3e");background-position:center;background-repeat:no-repeat;background-size:contain}.range-btn--active{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='56'%20height='56'%20fill='%23392db1'%20className='bi%20bi-star-fill'%20viewBox='0%200%2016%2016'%3e%3cpath%20d='M3.612%2015.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173%206.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927%200l2.184%204.327%204.898.696c.441.062.612.636.282.95l-3.522%203.356.83%204.73c.078.443-.36.79-.746.592L8%2013.187l-4.389%202.256z'%20/%3e%3c/svg%3e")}.form-media__img{max-height:180px}.loading{display:flex;align-items:center;justify-content:center}.loading__img{width:56px;height:56px;animation:spin 1s linear infinite}.loading--medium{width:100%;min-height:200px}.loading--large{position:fixed;inset:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.feedback-form{width:100%;display:flex;flex-direction:column;gap:16px}.thanks{height:240px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.top-bar{display:flex;align-items:center;justify-content:center}.top-bar__text button{text-decoration:underline;text-underline-offset:4px}.top-bar__text button:hover{color:#7e5cb8}.feedback-category{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.feedback-category__item{border:2px solid #e4e5e9;border-radius:8px;padding:16px;display:flex;flex-direction:column;align-items:start;transition:.2s}.feedback-category__item:hover{border-color:#382db1;transition:.2s;background-color:var(--blue-5, rgba(222, 222, 235, .25))}.feedback-category__item:hover .feedback__category-icon{transform:scale(1.15);transition:.2s}.feedback-category__icon{width:28px;height:28px;background-size:cover}.feedback-category__icon--problem{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='48'%20height='48'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23e7000a'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20%3e%3ccircle%20cx='12'%20cy='12'%20r='10'%3e%3c/circle%3e%3cline%20x1='12'%20x2='12'%20y1='8'%20y2='12'%3e%3c/line%3e%3cline%20x1='12'%20x2='12.01'%20y1='16'%20y2='16'%3e%3c/line%3e%3c/svg%3e")}.feedback-category__icon--suggestion{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='48'%20height='48'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23fb9b08'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M15%2014c.2-1%20.7-1.7%201.5-2.5%201-.9%201.5-2.2%201.5-3.5A6%206%200%200%200%206%208c0%201%20.2%202.2%201.5%203.5.7.7%201.3%201.5%201.5%202.5'%3e%3c/path%3e%3cpath%20d='M9%2018h6'%3e%3c/path%3e%3cpath%20d='M10%2022h4'%3e%3c/path%3e%3c/svg%3e")}.feedback-category__icon--feedback{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%231549e5'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M21%2015a2%202%200%200%201-2%202H7l-4%204V5a2%202%200%200%201%202-2h14a2%202%200%200%201%202%202z'%3e%3c/path%3e%3c/svg%3e")}.feedback-category__icon--question{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23229789'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3ccircle%20cx='12'%20cy='12'%20r='10'%3e%3c/circle%3e%3cpath%20d='M9.09%209a3%203%200%200%201%205.83%201c0%202-3%203-3%203'%3e%3c/path%3e%3cpath%20d='M12%2017h.01'%3e%3c/path%3e%3c/svg%3e")}.feedback-category__title{margin-top:8px;text-transform:uppercase;letter-spacing:.4px;font-weight:600;font-size:16px}.feedback-category__description{margin-top:4px;font-size:14px;color:#03041999;font-weight:500}.auth-form__or{margin-top:16px;display:flex;align-items:center;justify-content:center;gap:8px;position:relative}.auth-form__or span{text-transform:uppercase}.auth-form__or:before,.auth-form__or:after{background:#030419;content:"";height:1px;opacity:.1;width:100%}.auth-form__social{margin-top:16px;display:flex;flex-direction:column;gap:12px}.auth-form__social-btn{background:#fffc;height:52px;width:100%;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:5px;transition:.2s}.auth-form__social-btn span{font-weight:500}.auth-form__social-btn:hover{background-color:#5e5ce61a;transition:.2s}.auth-form{padding:28px;width:100%;background:#5e5ce617;border-radius:12px}.auth-form__title{text-align:center;padding-bottom:28px;border-bottom:1px solid rgba(3,4,25,.1019607843);text-transform:uppercase;letter-spacing:1px}.auth-form__form{padding:28px 0;display:flex;flex-direction:column;gap:16px}.auth-form__links{display:flex;flex-direction:column;gap:8px}.auth-form__links p{text-align:center;font-weight:500;font-size:14px}.auth-form__links p a{text-decoration:underline;text-underline-offset:4px;color:#551abb}.auth-form__links--right p{text-align:right}.empty-wrapper{display:flex;align-items:center;justify-content:space-between}.empty-wrapper__text{margin-top:8px}.empty-wrapper .btn{margin-top:24px}.page-section__search{position:relative}.page-section__search input{width:324px;height:48px;border-radius:5px;border:1px solid #CACACA;background:#fff;padding:0 16px;font-size:14px}.page-section__search input::placeholder{color:#4b4951bf}.page-section__search button{position:absolute;right:16px;top:50%;transform:translateY(-50%)}.statistic-list{display:flex;align-items:center;gap:20px}.statistic-item{padding:12px 20px;border-radius:12px;display:flex;align-items:center;gap:16px;border:1px solid transparent;box-shadow:0 1px 2px #0000000d;transition:.2s;cursor:pointer}.statistic-item--active{border-color:#a7f3d0}.statistic-item--active .statistic-item__media{background-color:#ecfdf5}.statistic-item--active .statistic-item__media svg{color:#059669}.statistic-item--active:hover{background-color:#ecfdf5}.statistic-item--draft{border-color:#fde68a}.statistic-item--draft .statistic-item__media{background-color:#fffbeb}.statistic-item--draft .statistic-item__media svg{color:#d97706}.statistic-item--draft:hover{background-color:#fffbeb}.statistic-item__media{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:8px}.statistic-item__content{display:flex;flex-direction:column}.statistic-item__count{letter-spacing:1px;font-weight:600}.statistic-item__label{color:#888}.step-pagination{padding:0 48px;margin-bottom:32px;display:flex;align-items:center;justify-content:space-between}.step-pagination__item{display:flex;align-items:center;gap:8px}.step-pagination__item--active .step-pagination__step{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:100px;border:1px solid #B2B2B2;background-color:var(--Lavender, #DFDEF2);box-shadow:0 0 6.7px #6400a759;color:#551abb}.step-pagination__item--active .step-pagination__text{color:#551abb}.step-pagination__item--inactive{cursor:pointer}.step-pagination__item--inactive .step-pagination__step{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:100px;border:1px solid var(--Font-gray, #888);background-color:#a4a4a4;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="12" viewBox="0 0 16 12" fill="none"><path d="M5.28846 8.775L13.7635 0.3C13.9635 0.1 14.1968 0 14.4635 0C14.7301 0 14.9635 0.1 15.1635 0.3C15.3635 0.5 15.4635 0.737667 15.4635 1.013C15.4635 1.28833 15.3635 1.52567 15.1635 1.725L5.98846 10.925C5.78846 11.125 5.55513 11.225 5.28846 11.225C5.02179 11.225 4.78846 11.125 4.58846 10.925L0.288462 6.625C0.0884617 6.425 -0.00753846 6.18767 0.000461538 5.913C0.00846154 5.63833 0.112795 5.40067 0.313461 5.2C0.514128 4.99933 0.751795 4.89933 1.02646 4.9C1.30113 4.90067 1.53846 5.00067 1.73846 5.2L5.28846 8.775Z" fill="%23EEEEEE"/></svg>');background-repeat:no-repeat;background-size:15px 11px;background-position:center}.step-pagination__item--inactive .step-pagination__text{color:var(--Black-gray, #4B4951)}.step-pagination__item--inactive:hover .step-pagination__text{text-decoration:underline;text-underline-offset:4px}.step-pagination__divider{height:40px;width:1px;background-color:#888;transform:rotate(30deg)}.step-pagination__step{padding:0 4px}@container (max-width: 660px){.step-pagination{padding:0}}@container (max-width: 586px){.step-pagination .step-pagination__item{flex-direction:column}.step-pagination .step-pagination__divider{height:60px}}.page-section{border-radius:12px;overflow:auto;width:100%;container-type:inline-size}.page-section::-webkit-scrollbar{display:none}.page-section__inner{padding:48px 24px;background:#fff;min-height:100%}.page-section__header{padding-bottom:32px;margin-bottom:32px;border-bottom:1px solid #D9D9D9;display:flex;align-items:center;justify-content:space-between}.page-section__left{display:flex;flex-direction:column;gap:16px}.page-section__left p{color:#888}.copy-url{display:flex;align-items:center;gap:16px}.copy-url__value{flex:1 0 0;padding:0 16px;height:46px;display:flex;align-items:center;border-radius:5px;border:1px solid var(--Stroke-grey, #CACACA);background:#fff;min-width:0}.copy-url__input{width:100%;color:#4b4951bf}.table__action{display:flex;align-items:center;justify-content:end;gap:8px}.table__action-item{position:relative}.table__action-btn{width:48px;height:48px;border-radius:4px;border:1px solid #CACACA;background:#f4f6f8;display:flex;align-items:center;justify-content:center;transition:.2s}.table__action-btn:hover{transition:.2s;border:1px solid var(--Stroke-grey, #CACACA);background:var(--Lavender, #DFDEF2)}.table__action-btn.active{border:1px solid var(--Stroke-grey, #CACACA);background:var(--Lavender, #DFDEF2)}.table__action-submenu{width:240px;padding:8px 4px;position:absolute;right:0;top:calc(100% + 12px);z-index:9;border-radius:12px;border:1px solid var(--Stroke-grey, #CACACA);background:#fff}.submenu__list-item--disabled{display:flex;align-items:center}.submenu__list-item--disabled a{opacity:.4;pointer-events:none}.submenu__list-item button{width:100%}.submenu__list-in-soon{padding:2px 4px;border-radius:4px;letter-spacing:.4px;background-color:#551abb;color:#fff}.table-link{display:flex;align-items:center;gap:8px}.table-link__value{transition:.2s;flex-grow:1;width:1px}.table-link__value:hover{color:#7e5cb8;text-decoration:underline;text-underline-offset:4px}.table-link__icon{display:block;width:16px;height:16px;background-image:url(../icon/link.svg);background-size:cover}.table-link__copy{flex-shrink:0;position:relative}.table-link__copy:hover .table-link__tooltipe{display:block}.table-link__copy img{width:24px;height:24px}.table-link__tooltipe{display:none;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.table-link__tooltipe-inner{padding:4px;border-radius:4px;background-color:#4b4951;margin-bottom:8px;width:80px}.table-link__tooltipe-inner span{color:#fff}.table-link__tooltipe-inner:after{content:"";position:absolute;top:calc(100% - 8px);left:50%;transform:translate(-50%);border-width:6px;border-style:solid;border-color:#4b4951 transparent transparent transparent}.table-col--preview img{width:82px;height:82px;border-radius:8px;object-fit:cover}.table-col--placement{display:flex;align-items:center;justify-content:center;gap:12px}.table-col--link{overflow:unset}.table--truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ad-placement__platform{width:18px;height:auto}.ad-placement__icon{width:24px;height:24px}.table{border:1px solid #CACACA;border-radius:8px;text-align:center}.table-row{padding:16px;display:grid;align-items:center;grid-template-columns:82px .6fr .6fr 1fr .5fr 1fr 54px;gap:48px;transition:.2s}.table-row:first-child{background-color:#f4f6f8;border-bottom:1px solid #CACACA;color:#7e5cb8;border-radius:8px 8px 0 0;font-size:16px;font-weight:500}.table-row:not(:first-child):hover{background-color:#f4f6f8;cursor:pointer}.table-col{position:relative}.table-col:first-child{display:flex;justify-content:start}.table-col:last-child{display:flex;justify-content:end}@media(max-width:1560px){.table-row{grid-template-columns:82px .6fr .6fr 1.4fr .5fr 1fr 54px}.table-row:first-child{font-size:14px}}@media(max-width:1380px){.table-row{grid-template-columns:82px .6fr .6fr 1.2fr .3fr 1fr 54px}}.submenu__list{display:flex;flex-direction:column;gap:8px}.submenu__list-item a,.submenu__list-item button{padding:10px 16px;display:flex;align-items:center;gap:12px}.submenu__list-item a:hover span,.submenu__list-item button:hover span{text-decoration:underline;text-underline-offset:4px}.dashboard-item{display:flex;flex-direction:column;gap:24px}.dashboard-list{display:flex;flex-direction:column;gap:48px}.dashboard-table{display:flex;align-items:center;justify-content:space-between}.dashboard-table span{color:#0000008c}.settings__author{display:flex;align-items:center;gap:16px}.settings__author *{transition:.2s}.settings__author-media{overflow:hidden;flex-shrink:0;width:72px;height:72px;border-radius:100px;border:1px solid #CACACA;background:#e0e0e0;display:flex;align-items:center;justify-content:center;flex-direction:column}.settings__author-media.error{border:1px solid #E74C3C}.settings__author-media.error span{color:#e74c3c}.settings__author-media{cursor:pointer}.settings__author-media input[type=file]{display:none}.settings__author-media:hover{border:1px solid #7E5CB8;background:#dfdef2}.settings__author-media:hover span{color:#551abb}.settings__author-media:hover svg path{stroke:#551abb}.settings__author-media span{color:#888;font-size:10px;font-weight:500;line-height:16px}.settings__author-image{object-fit:cover}.settings__inner{margin:auto;padding:24px 16px;max-width:688px;width:100%;border-radius:8px;border:1px solid #D7C5FF;background:#eceafb40;box-shadow:0 2px 12px #8178ff26;display:flex;flex-direction:column;gap:24px}.settings__inner .btn{width:fit-content}.settings__header{display:flex;align-items:center;gap:8px}.settings__list{display:flex;flex-direction:column;gap:16px}.settings-message{display:flex;flex-direction:column;gap:24px}.settings-message__item{display:flex;flex-direction:column;gap:4px}.mockup-bilder{display:flex;flex-direction:column;gap:32px}.mockup-bilder__navigate{display:flex;align-items:center;gap:16px}.options-group{display:grid;flex-direction:column;gap:24px}.options-group__inner{display:flex;align-items:start;gap:24px}.options-group__inner .form-field{width:240px}.tab-item{position:relative;flex:1}.tab-item__inner{height:40px;border-radius:5px;display:flex;align-items:center;justify-content:center;gap:4px;transition:.2s}.tab-item__inner span{display:none}.tab-item input[type=radio]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.tab-item input[type=radio]:checked+.tab-item__inner{border:1px solid #E2E2E2;background:#fff;box-shadow:0 2px 12px #211b761a}.tab-item input[type=radio]:checked+.tab-item__inner span{display:block}.tab-item:hover{transition:.2s;box-shadow:0 2px 12px #211b761a}.tab-divider{height:32px;width:1px;background-color:#e2e2e2}.options-group__cards{padding:0 16px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.options-group__card{flex:1}.option-card{position:relative}.option-card input{cursor:pointer;position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.option-card input:checked+.option-card__inner{background-color:#eaf6fd}.option-card input:checked+.option-card__inner .option-card__media{background:linear-gradient(180deg,#b6a4e5b3,#56baf266)}.option-card__inner{padding:8px 8px 16px;display:flex;flex-direction:column;gap:16px;border-radius:5px;border:1px solid var(--Stroke-light-gray, #E2E2E2);box-shadow:0 2px 12px #211b761a;transition:.2s;background-color:#fff}.option-card__media{height:260px;display:flex;align-items:center;justify-content:center;background-color:#dedeeb40;border-radius:5px;transition:.2s}.option-card__label{text-align:center}.option-card:hover .option-card__inner{background-color:#d7d7f4;transition:.2s}.option-card:hover .option-card__media{background-color:#e6e7f6;transition:.2s}.select{position:relative}.select--fit-content{min-width:170px;width:fit-content}.select--full-content .select__btn svg{transform:rotate(90deg)}.select--active .select__btn{border-color:#7e5cb8;border-radius:5px 5px 0 0}.select--active .select__btn svg{transform:rotate(-90deg);transition:.2s}.select--active .select__dropdown{display:block;position:absolute;top:100%;left:0;width:100%;max-height:152px;overflow:auto;border-radius:0 0 5px 5px;border-right:1px solid #7E5CB8;border-bottom:1px solid #7E5CB8;border-left:1px solid #7E5CB8;background:#fff;padding:8px 4px;z-index:1}.select--active .select__dropdown-item{padding:10px 16px;border-radius:5px;cursor:pointer;transition:.2s;display:flex;align-items:center;justify-content:space-between}.select--active .select__dropdown-item--disabled{pointer-events:none;cursor:not-allowed;opacity:.5}.select--active .select__dropdown-item:hover{background-color:#f4f6f8;transition:.2s}.select__btn{cursor:pointer;padding:12px 8px 12px 16px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-radius:5px;border:1px solid #CACACA;background:#fff;transition:.2s}.select__btn svg{transition:.2s}.select__btn:hover{background-color:#f4f6f8;transition:.2s}.select__dropdown{display:none}.locked{display:flex;align-items:center;gap:8px}.locked svg{height:14px;width:16px}.environment__list .options-group{padding:32px 0;border-bottom:1px solid #E2E2E2}.environment__list .options-group:first-child{padding-top:0}.environment__list .options-group:last-child{border-bottom:none;padding-bottom:0}.file-cards{padding:24px 16px;overflow:auto;display:flex;align-items:center;gap:16px;border:1px dashed #7E5CB8;background-color:#fff;border-radius:5px}.file-card{position:relative;flex-shrink:0;width:224px;background-color:#fff;border-radius:5px;transition:.2s}.file-card.drag-over{background-color:#dfdef2}.file-card.dragging{opacity:.5}.file-card__btn{z-index:9;position:absolute;left:-11px;top:-11px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:100%;border:1px solid var(--Stroke-grey, #CACACA);background:var(--Light-gray, #F4F6F8);transition:.2s}.file-card__btn--right{left:auto;right:-11px}.file-card__btn:hover{border-color:#7e5cb8;background-color:#dfdef2;transition:.2s}.file-card__media{border-radius:5px 5px 0 0;height:152px;background-color:#888}.file-card__media img,.file-card__media video{height:100%;width:100%;object-fit:contain}.file-card__media img{pointer-events:none}.file-card__bottom{border-radius:0 0 5px 5px;border:1px solid var(--Stroke-grey, #CACACA);padding:16px 13px 16px 16px;display:flex;align-items:start}.file-card__info{min-width:0;display:flex;flex-direction:column;color:#4b4951;flex-grow:1;margin:0 4px 0 8px}.file-card__icon{flex-shrink:0;display:block;margin-top:4px;width:15px}.file-card__icon--video{height:13px;background:url("data:image/svg+xml,%3csvg%20width='17'%20height='15'%20viewBox='0%200%2017%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.125%200.625H3.54167C1.93084%200.625%200.625%201.93084%200.625%203.54167V10.625C0.625%2012.2358%201.93084%2013.5417%203.54167%2013.5417H13.125C14.7358%2013.5417%2016.0417%2012.2358%2016.0417%2010.625V3.54167C16.0417%201.93084%2014.7358%200.625%2013.125%200.625Z'%20stroke='%237E5CB8'%20stroke-width='1.25'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5.69165%208.15803C5.69165%209.07303%205.69165%209.5297%205.88332%209.7947C6.05082%2010.0255%206.30832%2010.1747%206.59165%2010.2047C6.91748%2010.2389%207.31415%2010.0114%208.10665%209.55553L9.97665%208.48053C10.7733%208.0222%2011.1725%207.79303%2011.3058%207.49303C11.3638%207.36411%2011.3937%207.22437%2011.3937%207.08303C11.3937%206.94169%2011.3638%206.80195%2011.3058%206.67303C11.1725%206.37303%2010.7733%206.14386%209.97665%205.68636L8.10665%204.61053C7.31415%204.1547%206.91748%203.9272%206.59248%203.96136C6.30915%203.99136%206.05082%204.14053%205.88415%204.37136C5.69165%204.63636%205.69165%205.09303%205.69165%206.0072V8.15803Z'%20stroke='%237E5CB8'%20stroke-width='1.25'/%3e%3c/svg%3e") center/contain no-repeat}.file-card__icon--image{height:15px;background:url("data:image/svg+xml,%3csvg%20width='17'%20height='17'%20viewBox='0%200%2017%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.8333%204.99967H10.8416M0.833252%203.33301C0.833252%202.66997%201.09664%202.03408%201.56549%201.56524C2.03433%201.0964%202.67021%200.833008%203.33325%200.833008H13.3333C13.9963%200.833008%2014.6322%201.0964%2015.101%201.56524C15.5699%202.03408%2015.8333%202.66997%2015.8333%203.33301V13.333C15.8333%2013.996%2015.5699%2014.6319%2015.101%2015.1008C14.6322%2015.5696%2013.9963%2015.833%2013.3333%2015.833H3.33325C2.67021%2015.833%202.03433%2015.5696%201.56549%2015.1008C1.09664%2014.6319%200.833252%2013.996%200.833252%2013.333V3.33301Z'%20stroke='%237E5CB8'%20stroke-width='1.66667'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M0.833252%2011.6662L4.99992%207.49953C5.77325%206.75536%206.72659%206.75536%207.49992%207.49953L11.6666%2011.6662'%20stroke='%237E5CB8'%20stroke-width='1.66667'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M10%209.99986L10.8333%209.16652C11.6067%208.42236%2012.56%208.42236%2013.3333%209.16652L15.8333%2011.6665'%20stroke='%237E5CB8'%20stroke-width='1.66667'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center/contain no-repeat}.file-card__name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-card__success{flex-shrink:0;display:block;width:16px;height:16px;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='15'%20height='15'%20rx='3.5'%20fill='%23F9F5FF'/%3e%3crect%20x='0.5'%20y='0.5'%20width='15'%20height='15'%20rx='3.5'%20stroke='%237F56D9'/%3e%3cpath%20d='M12%205L6.5%2010.5L4%208'%20stroke='%237F56D9'%20stroke-width='1.6666'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center/cover no-repeat}.form-field__inner input[type=file]{display:none}.form-field__inner:hover .form-media:hover{border-color:#7e5cb8;transition:.2s}.form-field__inner.disabled{opacity:.4;pointer-events:none}.form-media{background-color:#fff;padding:16px 24px;border-radius:5px;border:1px dashed #CACACA;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:160px;cursor:pointer;transition:.2s}.form-media.drag{background:#5e5ce61a;transition:.2s}.form-media__icon{padding:8px;margin-bottom:12px;border-radius:5px;border:1px solid #CACACA;background:#f4f6f8}.form-media p+p{margin-top:2px}.form-media p span{color:#551abb}.media-wrapper{display:flex;flex-direction:column;gap:16px}.tooltipe{display:flex;position:relative}.tooltipe:hover .tooltipe__content{display:block}.tooltipe__btn svg{width:14px;height:14px}.tooltipe__content{display:none;position:absolute;left:100%;top:50%;transform:translateY(-50%);z-index:2}.tooltipe__content-inner{padding:4px 8px;background-color:#4b4951;border-radius:6px;width:max-content;max-width:260px;margin-left:12px}.tooltipe__content-inner span{color:#fff}.tooltipe__content-inner:before{content:"";position:absolute;right:calc(100% - 12px);top:50%;transform:translateY(-50%);width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #4B4951}.ad-configuration{border-radius:8px;border:1px solid #D7C5FF;background:#fafafe;box-shadow:0 2px 12px #8178ff26}.ad-configuration--hidden .ad-configuration__toggle{transform:rotate(180deg);transition:.2s}.ad-configuration--hidden .ad-configuration__inner{display:none}.ad-configuration__header{padding:24px 16px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.ad-configuration__icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;background-color:#dfdef2;background-position:center;background-repeat:no-repeat}.ad-configuration__icon--languages{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20aria-hidden='true'%3e%3ccircle%20cx='12'%20cy='12'%20r='10'%3e%3c/circle%3e%3cpath%20d='M12%202a14.5%2014.5%200%200%200%200%2020%2014.5%2014.5%200%200%200%200-20'%3e%3c/path%3e%3cpath%20d='M2%2012h20'%3e%3c/path%3e%3c/svg%3e")}.ad-configuration__toggle{transition:.2s}.ad-configuration__title{display:flex;align-items:center;gap:16px}.ad-configuration__inner{padding:0 16px 24px;display:flex;flex-direction:column;gap:16px}.content-box{padding:24px 16px;display:flex;flex-direction:column;gap:16px;border-radius:8px;border:1px solid #D7C5FF;background:#fff}.content-box__header{display:flex;align-items:center;justify-content:space-between}.content-box__title{font-size:28px;line-height:32px}.content-box__btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.btn-underline{display:flex;align-items:center;gap:8px}.btn-underline span{text-decoration:underline;text-underline-offset:4px}.btn-underline svg{height:10px}@font-face{font-family:Youtube Sans;src:url(/assets/YoutubeSans-BZIM0LT3.woff2) format("woff2")}.youtube{font-family:Youtube Sans,sans-serif}.youtube .post-item__author{margin:0 20px 0 8px}.youtube .post-item__author-img{width:32px;height:32px;flex-shrink:0}.youtube .post-item__author-sponsored,.youtube .post-item__author-divider,.youtube .mobile-data{display:none}.youtube .player-controls{height:48px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:5;fill:#fff}.youtube .player-controls svg{width:18px;height:18px;position:relative;z-index:1;filter:drop-shadow(0 0 1px rgba(0,0,0,.8))}.youtube .player-controls__left,.youtube .player-controls__right{display:flex;align-items:center;justify-content:space-between}.youtube .player-controls__left{gap:12px}.youtube .player-controls__right{background:#0000004d;border-radius:40px;padding:0 4px}.youtube .player-btn-round{width:32px;height:32px;background:#0000004d;border-radius:40px}.youtube .player-btn-round:before{width:calc(100% - 8px)}.youtube .player-time{width:auto;display:flex;align-items:center;gap:4px;font-size:13px;color:#fff;padding:0 16px;font-family:sans-serif}.youtube .player-btn{display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer}.youtube .player-btn-wide{width:40px;height:32px}.youtube__inner{width:100%}.youtube-top{height:56px;display:none;align-items:center}.youtube-search{border:1px solid #ccc;border-radius:40px;width:100%;height:40px;margin-left:1rem;overflow:hidden;position:relative}.youtube-search span{background-color:#ddd;bottom:0;content:"";position:absolute;right:0;top:0;width:64px}.youtube-burger{width:16px;height:16px;margin-right:16px}.youtube-burger svg{width:100%;height:100%}.youtube-main{display:flex;flex-direction:column}.youtube-video-container{display:flex;width:100%;align-items:center;justify-content:center;aspect-ratio:16/9;border-radius:12px;position:relative;background:#000;overflow:hidden;color:#fff}.youtube-video-container video{height:100%;width:100%;position:relative;z-index:1;-o-object-fit:contain;object-fit:contain}.youtube-video-container.cover video{object-fit:cover}.youtube-video-container__bottom{width:100%;position:absolute;bottom:0}.youtube-video-container__banner{position:relative;z-index:13;margin:0 16px;width:-moz-fit-content;width:fit-content;display:flex;align-items:center;justify-content:space-between;padding:12px;border-radius:8px;background-color:#fff;max-width:280px}.youtube-video-container__banner h3{word-break:break-all;color:#0f0f0f;font-size:14px;font-weight:500;color:#333;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:1}.youtube-video-container__banner p{color:#606060;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.youtube-video-container__banner img{border-radius:50%;width:100%;height:100%}.youtube-video-container__banner .post-item__inner p{max-width:150px;height:32px;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:32px;background-color:#000;border-radius:18px;padding:0 10px;font-size:12px;color:#fff;font-weight:600}.youtube-video-container__info{position:relative;z-index:13;height:12px;display:flex;align-items:center;gap:5px;height:28px;margin:0 16px}.youtube-video-container__info span{font-size:12px}.youtube-video-container__controls{position:relative;z-index:13;margin:6px 0 0;padding:0 10px;background-repeat:repeat-x}.youtube-video-container__progress{background-color:#fff;width:100%}.youtube-video-container__progress-inner{height:3px;background:#fc0}.youtube-video-container__top{display:flex;align-items:center;justify-content:space-between;font-size:18px;position:absolute;top:0;left:0;right:0;z-index:13;padding:6px 16px 0;background-repeat:repeat-x}.youtube-video-container__top p{outline:none}.youtube-video-container__top-mobile{display:none}.youtube-video-container__drop{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:absolute;line-height:20px;top:50%;left:50%;z-index:10;transform:translate(-50%,-50%);font-size:18px;opacity:.5;transition:opacity .15s linear;cursor:pointer}.youtube-video-container__drop:hover{opacity:1}.youtube-video-container__drop svg{width:80px;fill:#fff}.youtube .controls__inner{display:flex;align-items:center;gap:16px}.youtube .controls__item{color:#ddd;font-size:13px;letter-spacing:1px}.youtube .controls__item:first-child,.youtube .controls__item:nth-child(2){cursor:pointer}.watch-banner{display:none}.banner-inner{display:flex;align-items:center;min-width:0}.yt-skeleton{padding:16px 0;display:flex;flex-direction:column;gap:12px}.yt-skeleton__title{display:flex;flex-direction:column;gap:4px}.yt-skeleton__title div{height:18px;border-radius:18px;width:100%;background-color:#eaeaea}.yt-skeleton__title div:last-child{width:80%}.yt-skeleton__statisic{display:flex;align-items:center;gap:4px}.yt-skeleton__statisic-item{width:30%;height:14px;border-radius:14px;background-color:#eaeaea}.yt-skeleton__actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.yt-skeleton__author{display:flex;align-items:center;gap:8px}.yt-skeleton__author-wrapper{display:flex;align-items:center;justify-content:space-between;gap:16px}.yt-skeleton__author-avatar{width:32px;height:32px;border-radius:100%;background-color:#eaeaea}.yt-skeleton__author-name{width:60px;height:14px;border-radius:14px;background-color:#eaeaea}.yt-skeleton__author-btn{height:24px;width:80px;border-radius:24px;background-color:#eaeaea}.yt-skeleton__btns{min-width:220px;display:flex;align-items:center;gap:8px}.yt-skeleton__btn{height:24px;flex:1;border-radius:24px;background-color:#eaeaea}.yt-skeleton__comments{height:80px;width:100%;border-radius:16px;background-color:#eaeaea}.yt-skeleton__posts{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.yt-skeleton__post{width:100%;height:160px;background-color:#eaeaea;border-radius:16px}@container (max-width: 430px){.youtube .banner-inner{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis}.youtube-main-descr{margin-bottom:8px}.youtube-profile{gap:8px}.youtube .watch-banner__dots{transform:rotate(90deg);color:#0f0f0f;font-size:16px}.youtube .post-item__author{margin:0 6px;flex:1;min-width:0}.youtube .post-item__author-img{width:32px;height:32px;flex-shrink:0}.youtube .post-item__author-bottom{display:flex;align-items:center;gap:3px;font-size:12px;color:#000}.youtube .post-item__author-sponsored,.youtube .post-item__author-divider{display:block}.youtube .post-item__author-sponsored{font-weight:600}.youtube-main-descr{width:100%}.youtube-profile__line:nth-child(1),.youtube-profile__line:nth-child(2){width:100%}.youtube .player-controls{display:none}.youtube .dots svg{display:none}.youtube #time-video{display:none}.youtube .youtube__inner{min-width:auto;padding:0}.youtube .youtube-content{padding:0}.youtube .youtube-top{display:none}.youtube .youtube-search{flex:0 1 100%}.youtube .youtube-side{display:none}.youtube .yt-skeleton{margin-top:46px;padding:16px 10px}.youtube .yt-skeleton--top{margin-top:0}.youtube .youtube-video-container{overflow:visible;border-radius:0}.youtube .youtube-video-container__top{display:none}.youtube .youtube-video-container__banner{position:absolute;bottom:-46px;width:100%;overflow:hidden;margin:0;border-radius:0;padding:8px 10px;max-width:none}.youtube .youtube-video-container__banner .post-item__inner p{line-height:28px;height:28px;padding:0 8px}.youtube .youtube-video-container__banner h3{font-size:14px}.youtube .youtube-video-container__banner img{border-radius:0}.youtube .youtube-video-container__banner:after{content:"";position:absolute;width:100%;border-bottom:1px solid #ddd;bottom:0;left:0}.youtube .youtube-video-container__drop p{font-size:12px}.youtube .youtube-video-container__info{height:auto;margin:0 10px;gap:3px}.youtube .youtube-video-container__info span{font-size:12px}.youtube .youtube-video-container__controls{padding:0;margin-top:7px}.youtube .youtube-video-container__bottom .ad-link{display:none}.youtube .youtube-video-container__top-mobile{position:absolute;top:16px;right:16px;display:block;z-index:9;display:flex;align-items:center;gap:14px}.youtube .youtube-video-container__top-mobile .post-item__author-img{width:28px;height:28px;border-radius:100%;overflow:hidden}.youtube .youtube-video-container__top-mobile img{max-width:100%}.youtube .youtube-video-container__right{display:flex}.youtube .mobile-data{display:block;letter-spacing:1px}.youtube .yt-skeleton__actions{flex-direction:column}.youtube .yt-skeleton__author-wrapper,.youtube .yt-skeleton__btns{width:100%}.youtube .yt-skeleton__posts{grid-template-columns:100%}}.youtube-shorts{height:100%}.youtube-shorts .short{font-family:Roboto,sans-serif;position:relative;width:100%;height:100%;color:#fff;font-size:13px;display:flex;flex-direction:column}.youtube-shorts .short__video-container{width:100%;height:100%;position:absolute;top:0;left:0;right:0}.youtube-shorts .short__video-container video{pointer-events:none;width:100%;height:100%}.youtube-shorts .short__video-player{width:100%;height:100%;top:0;left:0;right:0}.youtube-shorts .short__play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;z-index:-1;opacity:0}.youtube-shorts .short__play-btn.active{animation:playPause .3s linear}.youtube-shorts .short__play-btn svg{width:100%;height:100%}.youtube-shorts .short__pause-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;z-index:-1;opacity:0}.youtube-shorts .short__pause-btn.active{animation:playPause .3s linear}.youtube-shorts .short__pause-btn svg{width:100%;height:100%}.youtube-shorts .short__inner{width:100%;height:150px;padding-left:12px;padding-bottom:12px;display:flex;justify-content:space-between;align-items:end;position:absolute;z-index:20;bottom:0}.youtube-shorts .short__left{padding-bottom:36px;display:flex;flex-direction:column;width:calc(100vw - 85px);gap:6px;transition:opacity .3s linear}.youtube-shorts .short__left.hide{opacity:0}.youtube-shorts .short__banner{position:absolute;left:12px;right:12px;bottom:12px;text-align:center;color:#000;z-index:3}.youtube-shorts .short__banner .post-item__public-btn{border-radius:20px;padding:6px;background:#3ea5ff}.youtube-shorts .short__banner.hide{display:none}.youtube-shorts .short__copyright{width:-moz-fit-content;width:fit-content;display:flex;align-items:center;border-radius:20px;font-size:12px}.youtube-shorts .short__copyright svg{height:13px;margin-right:4px;margin-top:3px}.youtube-shorts .short__copyright span{margin:0 4px}.youtube-shorts .short__channel{display:flex;align-items:center;margin-top:10px}.youtube-shorts .short__channel-img{flex-shrink:0}.youtube-shorts .short__channel-img img{width:32px;height:32px;border-radius:50%}.youtube-shorts .short__channel-name{font-weight:500;margin:0 6px;overflow-wrap:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.youtube-shorts .short__channel-subscr{border-radius:20px;padding:6px 12px;font-size:12px;font-weight:600;color:#000;background:#fff}.youtube-shorts .short__right{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 6px;padding-bottom:36px}.youtube-shorts .short__title{width:100%;overflow-wrap:break-word;font-size:12px;line-height:1.25;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-weight:500;margin-top:2px}.youtube-shorts .short__btn{width:48px;height:36px;display:grid;place-content:center;margin-top:10px}.youtube-shorts .short__btn svg{fill:#fff;width:20px;height:20px;stroke:#fff;filter:drop-shadow(0 1px 6px rgba(0,0,0,.4))}.youtube-shorts .short__btn img{width:28px;height:28px}.youtube-shorts .short__btn.active svg{fill:#619bff}.youtube-shorts .short__refer{display:block;width:36px;height:36px;margin-top:15px}.youtube-shorts .short__refer img{width:36px;height:36px;-o-object-fit:cover;object-fit:cover;border-radius:6px}.youtube-shorts .short__progress{position:relative;height:3px}.youtube-shorts .short__progress-bg{position:absolute;inset:0;background:#fff;opacity:.5;z-index:1}.youtube-shorts .short__progress-bar{position:absolute;z-index:1;top:0;left:0;bottom:0;background:red}.youtube-shorts .short__progress-dot{position:absolute;z-index:2;width:10px;height:10px;top:50%;transform:translate(-50%,-50%);border-radius:50%;background:red}.youtube-shorts .short__info{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:50px;font-size:12px}.youtube-shorts .short .post-item__content{background-color:#000;width:100%;height:100%;display:flex}.youtube-shorts .short .post-item__content img{object-fit:contain}.youtube-shorts .short .post-item__content.cover video{object-fit:cover}.youtube-shorts .short .video__muted{inset:20px auto auto 20px}.skeleton{padding:8px 0;display:flex;flex-direction:column;gap:10px}.skeleton__header{display:flex;align-items:center;gap:6px}.skeleton__header-avatar{height:32px;width:32px;background-color:#eaeaea;border-radius:100%}.skeleton__header-info{display:flex;flex-direction:column;gap:4px}.skeleton__header-name{width:80px;height:12px;border-radius:12px;background-color:#eaeaea}.skeleton__header-sponsored{width:56px;height:10px;border-radius:10px;background-color:#eaeaea}.skeleton__media{height:280px;background-color:#eaeaea;border-radius:8px}.skeleton__action{display:flex;align-items:center;justify-content:space-between}.skeleton__action-left{display:flex;align-items:center;gap:8px}.skeleton__action-item{background-color:#eaeaea;border-radius:4px;height:22px;width:32px}.skeleton__content{display:flex;flex-direction:column;gap:4px}.skeleton__content-item{height:14px;border-radius:14px;background-color:#eaeaea}.skeleton__content-item:last-of-type{width:60%}._wrapper_eqv60_1{display:flex;flex-direction:column;justify-content:center;height:100%;overflow:hidden}._post_eqv60_9{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}._post--full_eqv60_12{position:relative}._post--full_eqv60_12 ._post__header_eqv60_15{position:absolute;top:0;left:0;width:100%;z-index:1;color:#fff}._post--full_eqv60_12 ._post__header-dots_eqv60_23 div{background-color:#fff}._post--full_eqv60_12 ._post__media_eqv60_26 video{max-height:360px}._post__header_eqv60_15{display:flex;align-items:center;justify-content:space-between;padding:8px 12px 8px 8px}._post__header-author_eqv60_35{display:flex;align-items:center;gap:8px}._post__header-avatar_eqv60_40{width:32px;height:32px;border-radius:100%;background-color:#eaeaea}._post__header-avatar_eqv60_40 img{border-radius:100%;width:100%;height:100%;object-fit:cover}._post__header-info_eqv60_52{display:flex;flex-direction:column}._post__header-name_eqv60_56{font-weight:500;font-size:13px}._post__header-sponsored_eqv60_60{font-size:11px}._post__header-dots_eqv60_23{display:flex;flex-direction:column;gap:3px}._post__header-dots_eqv60_23 div{flex-shrink:0;height:2px;width:2px;background-color:#000;border-radius:100%}._post__media_eqv60_26{background-color:#030419;position:relative}._post__media_eqv60_26 .swiper-slide{height:auto;display:flex;align-items:center}._post__media_eqv60_26._cover_eqv60_84 img,._post__media_eqv60_26._cover_eqv60_84 video{object-fit:cover}._post__media_eqv60_26._contain_eqv60_88 img,._post__media_eqv60_26._contain_eqv60_88 video{object-fit:contain}._post__media_eqv60_26 img,._post__media_eqv60_26 video{max-height:360px;height:100%;width:100%}._post__media_eqv60_26 img._imgPlaceholder_eqv60_98{height:260px;object-fit:contain}._post__media-btn_eqv60_102{display:flex;align-items:center;justify-content:center;width:22px;height:22px;position:absolute;bottom:10px;right:10px;background-color:#0000009b;border-radius:100%}._post__media-btn_eqv60_102 svg{fill:#fff;width:12px}._post__cta_eqv60_118{display:flex;align-items:center;justify-content:space-between;padding:10px;border-bottom:1px solid #d2d2d2;background-color:#3368b8}._post__cta_eqv60_118 span{font-size:13px;font-weight:500;color:#fff}._post__footer_eqv60_131{padding:0 10px 16px}._post__actions_eqv60_134{margin-top:12px;display:flex;align-items:center;justify-content:space-between}._post__actions-left_eqv60_140{display:flex;align-items:center;gap:16px}._post__actions-item_eqv60_145{display:flex;align-items:center;gap:4px}._post__actions-item_eqv60_145 span{font-size:13px;font-weight:500}._post__content_eqv60_154{margin-top:6px;font-size:13px}._post__content-author_eqv60_158{font-weight:500}._post__content-text_eqv60_161{padding-left:4px}._post__pagination_eqv60_164{display:flex;gap:4px;justify-content:center;margin:6px 0 0}._post__pagination_eqv60_164 .swiper-pagination-bullet{background-color:#eee;border-radius:50%;display:block;height:6px;width:6px}._post__pagination_eqv60_164 .swiper-pagination-bullet-active{background-color:#2267a8}.instagram-reels{width:100%;height:100%}.instagram-reels .short{position:relative;width:100%;color:#fff;font-size:14px;line-height:20px;display:flex;flex-direction:column;height:100%;font-family:Roboto,sans-serif}.instagram-reels .short__video-container{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;right:0}.instagram-reels .short__video-container video{pointer-events:none;width:100%;height:100%}.instagram-reels .short__video-player{width:100%;height:100%;top:0;left:0;right:0}.instagram-reels .short__play-btn{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background:#4a4a4ab3;border-radius:50%;z-index:1;align-items:center;justify-content:center;opacity:1}.instagram-reels .short__play-btn.active{transition:opacity .3s linear;opacity:0}.instagram-reels .short__play-btn svg{width:40%;height:40%}.instagram-reels .short__inner{width:100%;height:150px;padding-left:16px;padding-bottom:16px;display:flex;justify-content:space-between;align-items:end;position:absolute;z-index:20;bottom:0}.instagram-reels .short__left{display:flex;flex-direction:column;width:calc(100vw - 85px);gap:12px;transition:opacity .3s linear}.instagram-reels .short__left.hide{opacity:0}.instagram-reels .short__channel{flex:1;display:flex;align-items:center;margin-top:10px;order:-1}.instagram-reels .short__channel-img img{width:32px;height:32px;flex-shrink:0;border-radius:50%}.instagram-reels .short__channel-follow{display:flex;align-items:center;gap:15px;padding:3px 8px;border:1px solid rgba(255,255,255,.7);border-radius:8px;margin-left:10px}.instagram-reels .short__channel-name{font-size:14px;font-weight:600;text-overflow:ellipsis;overflow-wrap:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.instagram-reels .short__channel-info{width:60%;display:flex;flex-direction:column;font-size:12px;margin-left:8px}.instagram-reels .short__copyright{font-size:13px;flex-shrink:0;width:-moz-fit-content;width:fit-content;flex-wrap:nowrap;white-space:nowrap;align-items:center;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;line-clamp:1}.instagram-reels .short__copyright svg{width:11px;height:11px;margin-right:7px;margin-top:3px}.instagram-reels .short__copyright span{margin:0 5px}.instagram-reels .short__copyright-text{overflow:hidden;display:flex;align-items:center;gap:8px}.instagram-reels .short__copyright p{max-width:none;animation:copy 5s linear infinite}.instagram-reels .short__right{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2px;margin:0 6px}.instagram-reels .short__right-img{width:30px;height:30px;display:flex;align-items:center;justify-content:center;position:relative;background:#fff;border-radius:6px;padding:1px}.instagram-reels .short__right-img img{width:100%;height:100%;border-radius:6px}.instagram-reels .short__right-note{position:absolute;right:7px;bottom:-3px;width:12px!important;height:12px!important}.instagram-reels .short__sponsored{width:-moz-fit-content;width:fit-content;display:flex;align-items:center;border-radius:20px;background:#0000004d;padding:4px 12px 6px;margin-top:5px}.instagram-reels .short__sponsored img{width:13px;margin-top:2px;margin-right:7px}.instagram-reels .short__title{width:100%;overflow-wrap:break-word;font-size:14px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;font-weight:500}.instagram-reels .short__btn{width:48px;height:30px;display:grid;place-content:center;margin-top:14px;position:relative}.instagram-reels .short__btn svg{width:22px;height:22px;stroke-opacity:80%}.instagram-reels .short__refer{display:block;width:36px;height:36px;margin-top:15px}.instagram-reels .short__refer img{width:36px;height:36px;-o-object-fit:cover;object-fit:cover;border-radius:6px}.instagram-reels .short__like img{width:45px;height:45px;stroke:#fff;strokeWidth:4px}.instagram-reels .short__banner{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:500}.instagram-reels .short__banner .post-item__public-btn{padding:6px 12px;background:#3ea5ff;border-radius:4px}.instagram-reels .short__banner .post-item__public-btn p{font-weight:600}.instagram-reels .short__progress{position:relative;height:2px}.instagram-reels .short__progress-bg{position:absolute;inset:2px 0 0;background:#fff;opacity:.1;z-index:1}.instagram-reels .short__progress-bar{position:absolute;z-index:1;top:0;left:0;bottom:0;background:#fff}.instagram-reels .short .post-item__content{background-color:#000;width:100%;height:100%;display:flex}.instagram-reels .short .post-item__content img{object-fit:contain}.instagram-reels .short .post-item__content.cover video{object-fit:cover}.instagram-reels .short .post-item__public-btn{width:100%}.instagram-reels .short .post-item__inner{display:flex;align-items:center;justify-content:space-between}.instagram-reels .short .video__muted{inset:20px auto auto 20px}.instagram-stories{max-height:600px;height:100%;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:#000}@font-face{font-family:Korolev Condensed W04 Medium;src:url(https://db.onlinewebfonts.com/t/fb76151c009971483ebae46834c8425a.eot);src:url(https://db.onlinewebfonts.com/t/fb76151c009971483ebae46834c8425a.eot?#iefix) format("embedded-opentype"),url(https://db.onlinewebfonts.com/t/fb76151c009971483ebae46834c8425a.woff2) format("woff2"),url(https://db.onlinewebfonts.com/t/fb76151c009971483ebae46834c8425a.woff) format("woff"),url(https://db.onlinewebfonts.com/t/fb76151c009971483ebae46834c8425a.ttf) format("truetype"),url("https://db.onlinewebfonts.com/t/fb76151c009971483ebae46834c8425a.svg#Korolev Condensed W04 Medium") format("svg")}.instagram-stories .inner-slider__wrapper{max-height:calc(100% - 52px)}.instagram-stories .inner-slider__wrapper.cover img,.instagram-stories .inner-slider__wrapper.cover video{object-fit:cover}.instagram-stories .story-slide{display:flex}.instagram-stories .story-slide img{object-fit:contain}.instagram-stories .slider__slide{position:relative;flex-grow:1;height:100%;width:100%}.instagram-stories .slide{width:100%;position:absolute;top:50%;left:0;transform:translateY(-50%);opacity:0;height:100%;max-height:100vh;overflow:hidden;display:none}.instagram-stories .autor{display:flex;align-items:center;gap:8px}.instagram-stories .autor__top{position:absolute;top:0;left:0;padding:8px;z-index:20;width:100%;display:flex;flex-direction:column;gap:8px}.instagram-stories .autor__info{display:flex;flex-direction:column}.instagram-stories .autor__time{font-weight:400;opacity:.6}.instagram-stories .autor__img{height:32px;width:32px;border-radius:50%;overflow:hidden}.instagram-stories .autor__img img{width:100%;height:100%}.instagram-stories .autor__text{color:#fff;font-size:14px;font-weight:600;line-height:14px}.instagram-stories .autor__status{font-weight:300;opacity:.7;font-size:12px}.instagram-stories .maket{position:absolute;bottom:70px;left:50%;height:36px;width:max-content;padding:0 16px;transform:translate(-50%);z-index:99;border-radius:12px;display:flex;align-items:center;gap:8px;background-color:#fff;justify-content:center;transition:.2s;z-index:9}.instagram-stories .maket span{font-weight:500;color:#1b7ead;letter-spacing:.5px;font-size:20px;font-family:Korolev Condensed W04 Medium;text-transform:uppercase}.instagram-stories .maket.active{height:auto;padding:4px 12px;gap:4px}.instagram-stories .maket.active span{color:#333;text-transform:none;font-size:16px;font-family:IBM Plex Sans,sans-serif;letter-spacing:normal}.instagram-stories .maket img{height:20px;transform:rotate(90deg)}.instagram-stories .bullet{width:100%;height:2px;display:flex;align-items:center;gap:4px}.instagram-stories .bullet__item{border-radius:4px;flex:1;height:100%;background-color:#fff}.instagram-stories__bottom{display:flex;align-items:center;justify-content:space-between;padding:0 16px;height:52px}.instagram-stories__bottom span{font-size:14px;opacity:.7}.instagram-stories__icons{display:flex;align-items:center;gap:16px}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tiktok{font-family:Inter Tight,sans-serif;height:100%;background:#030419;color:#fff;display:flex;flex-direction:column}.tiktok__inner{position:relative;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.tiktok__video{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.tiktok__video.cover video{width:100%;height:100%;object-fit:cover}.tiktok__header{position:relative;z-index:2;padding:16px;display:flex;align-items:center;justify-content:space-between}.tiktok__header-nav{display:flex;align-items:center;gap:8px}.tiktok__header-nav li{position:relative}.tiktok__header-nav li span{font-size:14px;opacity:.5}.tiktok__header-nav li:last-child span{opacity:1}.tiktok__header-nav li:last-child:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:25px;height:1px;background-color:#fff}.tiktok__main{position:relative;z-index:2;padding:16px;display:flex;align-items:end;gap:12px}.tiktok__main div:first-child{flex-grow:1}.tiktok .description{display:flex;flex-direction:column;gap:6px}.tiktok .description__author{font-size:14px;font-weight:600}.tiktok .description__text{font-size:12px;opacity:.8;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.tiktok .description__ad{background-color:#92877eb4;padding:2px 5px;border-radius:4px;width:fit-content}.tiktok .description__ad span{display:flex;font-size:8px;font-weight:500}.tiktok .description__btn{padding:7px 15px;border-radius:6px;background:#fe2c54;width:100%;display:flex;align-items:center;justify-content:center;gap:6px}.tiktok .description__btn span{font-size:12px;font-weight:500}.tiktok .description__btn svg{height:10px}.tiktok .statistic{width:34px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:16px}.tiktok .statistic__item{display:flex;flex-direction:column;align-items:center;gap:6px;position:relative}.tiktok .statistic__item span{font-size:10px;color:#e9e7e7;text-transform:uppercase;font-weight:500}.tiktok .statistic__item-avatar{display:flex;flex-direction:column;align-items:center}.tiktok .statistic__item-media{width:32px;height:32px;border-radius:32px;background:#fff}.tiktok .statistic__item-media img{width:100%;height:100%;border-radius:32px;object-fit:cover}.tiktok .statistic__item-btn{width:14px;height:14px;border-radius:14px;background:#ea4359;margin-top:-6px;display:flex;align-items:center;justify-content:center}.tiktok .statistic__media{width:28px;height:28px;border-radius:28px;background:#fff}.tiktok .statistic__media img{width:100%;height:100%;border-radius:100%;object-fit:cover}.tiktok__footer{width:100%;height:50px;display:flex;align-items:center;justify-content:space-around}.tiktok__footer-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px}.tiktok__footer-item span{font-size:8px;font-weight:500}.tiktok__footer-item:nth-child(2) svg path,.tiktok__footer-item:nth-child(4) svg path,.tiktok__footer-item:nth-child(5) svg path{fill:#b2b2b2}.tiktok__footer-item:nth-child(2) span,.tiktok__footer-item:nth-child(4) span,.tiktok__footer-item:nth-child(5) span{color:#b2b2b2}.twitter{font-family:system-ui;height:600px;display:flex;flex-direction:column;justify-content:center;gap:12px}.twitter .post__main{flex-grow:1;min-width:0}.twitter .post__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px;gap:12px}.twitter .post__header-actions{display:flex;align-items:center;gap:6px}.twitter .post__header-dots{display:flex;gap:2px}.twitter .post__header-dots div{height:2px;width:2px;background-color:#c1c1c3;border-radius:100%}.twitter .post__header-ad span{font-size:12px;color:#869098}.twitter .post__video-wrapper{display:flex;flex-direction:column;gap:6px}.twitter .post__video-website{font-size:12px;color:#869098;overflow:hidden;text-overflow:ellipsis;display:block;white-space:nowrap}.twitter .post__username{overflow:hidden;text-overflow:ellipsis;display:block;white-space:nowrap}.twitter:hover *[contenteditable=true]{border-color:#ced0d4}.twitter:hover .img-edit:before{display:flex}.twitter .post-item__public-btn{position:relative}.twitter .post-item__public-btn #AD_Link_BTN{background-color:#208df0;height:32px;width:100%;display:flex;align-items:center;justify-content:center;border-radius:999px;transition:.2s;color:#fff}.twitter .post-item__public-btn select{width:100%;height:100%;opacity:0;position:absolute;top:0;left:0}.twitter .post-item__author-img{height:100%;width:100%}.twitter .post-item__author-img img{width:100%;height:100%}.twitter .post-item__content{width:100%;background:#000;max-height:360px;display:flex;justify-content:center}.twitter .post-item__content img,.twitter .post-item__content video{max-height:inherit;width:100%;height:100%;object-fit:contain}.twitter .post-item__content.cover img,.twitter .post-item__content.cover video{object-fit:cover}.twitter .post__container{display:flex;gap:8px}.twitter .text-sm{font-size:14px}.twitter .text-xs{font-size:12px}.twitter .post__item--ad .post__avatar{border-radius:6px}.twitter .post__item--ad .post__video video{border-radius:0}.twitter .post__item--ad .post__ad-main{display:flex;gap:12px}.twitter .post__item--ad .post__ad-content{padding:12px;border:1px solid #2f3336;border-top:none;border-radius:0 0 16px 16px;display:flex;flex-direction:column;gap:12px}.twitter .post__item--ad .post__ad-item{display:flex;align-items:center;gap:8px}.twitter .post__item--ad .post__ad-btn{background-color:#208df0;height:32px;border:none;width:100%;display:flex;align-items:center;justify-content:center;border-radius:999px;transition:.2s}.twitter .post__item--ad .post__ad-btn.post__ad-btn--active{background-color:#1679d5;transform:scale(1.05);transition:.2s}.twitter .post__item--ad .post__ad-btn span{color:#fff}.twitter .post__avatar{flex-shrink:0}.twitter .post__avatar img{border-radius:100%;overflow:hidden;height:32px;width:32px}.twitter .post__author-info{display:flex;justify-content:start;align-items:center;gap:4px;min-width:0;flex-grow:1}.twitter .post__author-info svg{height:16px;flex-shrink:0;fill:#249bf0}.twitter .post__options{fill:#71767b;height:19px;width:19px;flex-shrink:0}.twitter .post__username,.twitter .post__separator,.twitter .post__date{color:#71767b}.twitter .post__date{white-space:nowrap}.twitter .post__content{display:flex;flex-direction:column;gap:12px}.twitter .post__content .post__photo{border-radius:16px}.twitter .post__txt{line-height:120%}.twitter .post__statistic{display:flex;justify-content:space-between}.twitter .post__statistic-item{display:flex;align-items:center;gap:4px}.twitter .post__statistic-item svg{height:16px;fill:#71767b}.twitter .post__statistic-item svg.icon-saved--active{fill:#249bf0}.twitter .post__statistic-item svg.icon-share:active{fill:#249bf0}.twitter .post__statistic-item.post__statistic-item--comment:active svg,.twitter .post__statistic-item.post__statistic-item--statistic:active svg{fill:#249bf0}.twitter .post__statistic-item.post__statistic-item--comment:active span,.twitter .post__statistic-item.post__statistic-item--statistic:active span{color:#249bf0}.twitter .post__statistic-item.post__statistic-item--share:active svg{fill:#2dbb7d}.twitter .post__statistic-item.post__statistic-item--share:active span{color:#2dbb7d}.twitter .post__statistic-item.post__like--active svg{fill:#f91880}.twitter .post__statistic-item.post__like--active span{color:#f91880}.twitter .post__statistic-item span{color:#71767b}.twitter .post__inner{border:1px solid #2f3336;border-radius:16px;overflow:hidden}.twitter .post__inner .post__inner-top{padding:12px;display:flex;flex-direction:column;gap:4px}.twitter .post__inner-photo{height:24px;width:24px;background-color:#eee;border-radius:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.twitter .post__inner .post__inner-content{display:flex}.twitter .post__video video{border-radius:16px;overflow:hidden;max-width:100%}.twitter .post__author-name{font-weight:600}.linkedin{font-family:BlinkMacSystemFont,sans-serif;display:flex;flex-direction:column;gap:12px;height:100%;justify-content:center}.linkedin:hover *[contenteditable=true]{border-color:#ced0d4}.linkedin:hover .img-edit:before{display:flex}.linkedin .text-num{font-size:12px;color:#0009;line-height:16px;font-weight:400;margin-top:4px}.linkedin .post-item__author-img{flex-shrink:0;height:38px;width:38px}.linkedin .post-item__author-img img{width:100%;height:100%;object-fit:cover}.linkedin .post-item__content{width:100%;background:#000;display:flex;align-items:center;justify-content:center;position:relative;z-index:0}.linkedin .post-item__content img{display:flex;max-width:100%;max-height:100%}.linkedin .post-item__content video{max-height:100%;max-width:100%}.linkedin .post{border-radius:8px;background:#fff;margin-bottom:8px}.linkedin .post__content{display:flex;background-color:#edf3f8;justify-content:space-between;gap:24px;align-items:center;padding:12px 18px}.linkedin .post__content-info{display:flex;flex-direction:column;gap:4px}.linkedin .post__content-info h3{font-size:14px;font-weight:600;color:#171818;-webkit-box-orient:vertical;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;overflow:hidden}.linkedin .post__content-info p{color:#65676a;font-size:12px;-webkit-box-orient:vertical;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;overflow:hidden}.linkedin .post__content .post-item__public-btn .ad-link-btn{border:1px solid #0a66c2;border-radius:24px;padding:8px 16px;color:#0a66c2;font-weight:600;font-size:16px;white-space:nowrap}.linkedin .post__btn{border-bottom:1px solid rgba(140,140,140,.2)}.linkedin .post__btn.hidden{display:none}.linkedin .post__btn .post-item__public-btn{height:33px;display:flex;align-items:center;justify-content:center}.linkedin .post__btn .post-item__public-btn .ad-link-btn{color:#0a66c2;font-weight:600;font-size:16px}.linkedin .post__suggest{display:none;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(140,140,140,.2);padding:4px 0;margin:0 12px;font-size:12px;color:#0009}.linkedin .post__top{padding:8px 16px}.linkedin .post__top-info{flex:1}.linkedin .post__header{position:relative;display:flex;align-items:start;gap:8px;margin-bottom:8px}.linkedin .post__header .text-num{margin-top:0}.linkedin .post__header-date{display:flex;align-items:center;gap:4px}.linkedin .post__header-mob{display:none;position:absolute;right:0;top:0;transform:rotate(90deg);width:32px;height:32px;padding:0 4px;cursor:pointer;border-radius:50%;fill:#0009}.linkedin .post__follow{display:flex;align-items:center;justify-content:center;height:-moz-fit-content;height:fit-content;gap:4px;flex-wrap:nowrap;color:#0a66c2;padding:6px 8px;cursor:pointer;flex-shrink:0}.linkedin .post__follow:hover{background:#70b5f933}.linkedin .post__follow svg{width:16px;height:16px}.linkedin .post__logo{width:48px;height:48px}.linkedin .post__title{display:flex;align-items:center;justify-content:space-between;line-height:18px;font-size:16px;cursor:pointer;position:relative}.linkedin .post__title:hover{color:#0a66c2;text-decoration:underline}.linkedin .post__text{font-size:14px;font-weight:400;position:relative}.linkedin .post__text-more{position:absolute;bottom:0;right:0;color:#0009;background:#fff;cursor:pointer}.linkedin .post__text p{font-weight:400}.linkedin .post__container{width:100%;position:relative;cursor:pointer}.linkedin .post__subtitle{font-size:14px;padding:8px 12px;background:#edf3f8;display:flex;align-items:start;justify-content:space-between;cursor:pointer}.linkedin .post__subtitle-btn{width:-moz-fit-content;width:fit-content;padding:2px 12px;color:#0a66c2;border-radius:20px;border:1.5px solid #0a66c2}.linkedin .post__subtitle-btn:hover{background:#70b5f933}.linkedin .post__subtitle div{display:flex;flex-direction:column;gap:8px}.linkedin .post__subtitle.video{font-size:16px;align-items:center}.linkedin .post__subtitle.video .text-num{display:none}.linkedin .post__activs{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(140,140,140,.2);padding:8px 0;margin:0 12px;font-size:12px;color:#0009;font-weight:400}.linkedin .post__activs-left{display:flex;align-items:center}.linkedin .post__activs-left span{transform:translate(-7px)}.linkedin .post__activs-left svg{width:17px;height:17px}.linkedin .post__activs-left svg:nth-child(2){transform:translate(-6px)}.linkedin .post__activs-left svg:nth-child(3){transform:translate(-12px)}.linkedin .post__activs_right{display:flex;align-items:center}.linkedin .post__reacts{display:flex;align-items:center;justify-content:space-between;color:#0009;fill:#0009}.linkedin .post__reacts li{height:48px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;padding:10px 8px;border-radius:4px;font-size:14px;cursor:pointer}.linkedin .post__reacts li:last-child{display:none}.linkedin .post__reacts li:hover{background:#ebebeb}.linkedin .post__reacts svg{width:24px;height:24px;margin:0 4px 0 -2px}.linkedin .post__comments{padding:4px 16px 8px;display:flex;height:60px;align-items:center;gap:4px}.linkedin .post__comments svg{width:40px;height:40px;cursor:pointer}.linkedin .post__comments-input{position:relative;color:#0009;fill:#0009;flex:1}.linkedin .post__comments-input input{font-size:14px;border-radius:20px;width:100%;height:42px;padding:9.5px;border-color:#0003;outline:none}.linkedin .post__comments-svg{display:flex;align-items:center;position:absolute;top:50%;right:0;transform:translateY(-50%)}.linkedin .post__comments-svg svg{width:40px;height:40px;padding:0 8px;cursor:pointer;border-radius:50%}.linkedin .post__comments-svg svg:hover{background:#0000001a}.linkedin .post__video-container{width:100%;position:relative;display:flex;align-items:center;justify-content:center}.linkedin .post__video-container video{width:100%;-o-object-fit:cover;object-fit:cover}.linkedin .post__video-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;background:#000000a6;border-radius:50%;border:1px solid #fff;display:none}.linkedin .post__video-time{font-size:14px;margin:0 8px}.linkedin .post__video-controls{position:absolute;display:flex;align-items:center;justify-content:space-between;bottom:0;left:0;right:0;padding:26px 12px 12px;color:#fff;background:linear-gradient(180deg,transparent,rgba(0,0,0,.75),rgba(0,0,0,.75))}.linkedin .post__video-controls img{width:32px;height:32px;padding:4px;cursor:pointer;margin:0 2px;opacity:.9;transition-timing-function:cubic-bezier(0,0,.2,1);transition-duration:167ms}.linkedin .post__video-controls img:hover{transform:scale(1.1);opacity:1}.linkedin .post__video-left,.linkedin .post__video-right{display:flex;align-items:center}.linkedin .post__video-progress{position:absolute;left:24px;right:24px;bottom:50px;height:4px;border-radius:8px;display:flex;align-items:center;cursor:pointer;transition-timing-function:cubic-bezier(0,0,.2,1);transition-duration:167ms}.linkedin .post__video-progress:hover{height:8px}.linkedin .post__video-progress:hover .post__video-progress-dot{width:15px;height:15px}.linkedin .post__video-progress-inner{position:relative;width:100%;height:100%}.linkedin .post__video-progress-bg{width:100%;height:100%;background:#ffffff80;border-radius:8px}.linkedin .post__video-progress-bar{height:100%;background:#fff;border-radius:8px;position:absolute;left:0;top:0}.linkedin .post__video-progress-dot{position:absolute;top:50%;transform:translateY(-50%);width:10px;height:10px;border-radius:50%;background:#fff;transition-timing-function:cubic-bezier(0,0,.2,1);transition-duration:167ms}.linkedin .post__link{color:#0a66c2;font-weight:600;cursor:pointer}.linkedin .post__activs-right{display:flex;align-items:center;gap:2px}.linkedin .post-item__content{max-height:360px}.linkedin .post-item__content img,.linkedin .post-item__content video{max-height:inherit}.linkedin .post-item__content img,.linkedin .post-item__content video{width:100%;height:100%}.linkedin .post-item__content.cover img,.linkedin .post-item__content.cover video{object-fit:cover}.linkedin .post-item__content.contain img,.linkedin .post-item__content.contain video{object-fit:contain}@container (max-width: 330px){.linkedin .linkedin .post-item__content{max-height:360px}.linkedin .post__reacts li svg{height:20px;width:20px}.linkedin .post__reacts li span{font-size:12px;white-space:nowrap}.linkedin .post__content .post-item__public-btn .ad-link-btn,.linkedin .post__btn .post-item__public-btn .ad-link-btn{padding:8px 10px;font-size:14px}}.reddit-feed{height:100%;font-family:BlinkMacSystemFont,sans-serif;display:flex;flex-direction:column;justify-content:center;gap:12px}.reddit-feed .d-grid{display:grid}.reddit-feed .d-flex{display:flex}.reddit-feed .flex-column{flex-direction:column}.reddit-feed .flex-wrap{flex-wrap:wrap}.reddit-feed .justify-content-center{justify-content:center}.reddit-feed .align-items-center{align-items:center}.reddit-feed .justify-content-between{justify-content:space-between}.reddit-feed .justify-content-end{justify-content:flex-end}.reddit-feed .align-items-end{align-items:end}.reddit-feed .flex-1{flex:1}.reddit-feed .text-center{text-align:center}.reddit-feed .text-right{text-align:right}.reddit-feed .text-uppercase{text-transform:uppercase}.reddit-feed .gap-80{gap:80px}.reddit-feed .gap-40{gap:40px}.reddit-feed .gap-32{gap:32px}.reddit-feed .gap-24{gap:24px}.reddit-feed .gap-20,.reddit-feed .gap-18{gap:20px}.reddit-feed .gap-16{gap:16px}.reddit-feed .gap-14{gap:14px}.reddit-feed .gap-12{gap:12px}.reddit-feed .gap-10{gap:10px}.reddit-feed .gap-8{gap:8px}.reddit-feed .gap-6{gap:6px}.reddit-feed .gap-4{gap:4px}.reddit-feed .plus-lighter{mix-blend-mode:plus-lighter}.reddit-feed .padding-40{padding:40px 0}.reddit-feed .padding-24{padding:24px}.reddit-feed .padding-tb-8{padding:8px 0}.reddit-feed .padding-16{padding:16px}.reddit-feed .nowrap{white-space:nowrap}.reddit-feed .border-radius-12{border-radius:12px}.reddit-feed .border-radius-10,.reddit-feed .border-radius-8{border-radius:10px}.reddit-feed .main-btn{padding:16px;border-radius:999px;border:None}.reddit-feed button{cursor:pointer}.reddit-feed .text-nav{font-size:14px;font-weight:400;line-height:20px}.reddit-feed .text-btn{font-size:14px;font-weight:600}.reddit-feed .text-sm{font-size:12px;font-weight:250;line-height:16px;letter-spacing:1.2px}.reddit-feed .text-sm-bold{font-size:12px;font-weight:700;line-height:16px}.reddit-feed .text-sm-medium{font-size:12px;font-weight:500;line-height:16px}.reddit-feed .text-sm-normall{font-size:12px;font-weight:400;line-height:16px}.reddit-feed .text-smaller{font-size:10px;font-weight:400;line-height:16px}.reddit-feed .text-hero{font-size:24px;font-weight:700;line-height:28px}.reddit-feed .text-xx{font-size:18px;font-weight:600;line-height:24px;color:#0f1a1c}.reddit-feed .wrapper{height:100lvh;display:flex;flex-direction:column}.reddit-feed header{position:relative}.reddit-feed .header-desctop .container{padding:8px 0;border-bottom:1px solid rgba(0,0,0,.2)}.reddit-feed .container{margin:0 16px}.reddit-feed .header__logo{padding:0 24px 0 8px}.reddit-feed .header__search{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:560px;height:40px;border-radius:9999px;background-color:#eaedef;padding:0 18px;transition:.2s}.reddit-feed .header__search:hover{transition:.2s;background-color:#dde0e2}.reddit-feed .header__search p{color:#586f76}.reddit-feed .header__search p.text-nav{font-weight:300}.reddit-feed .main-nav__section p{color:#0f1a1c}.reddit-feed main{height:100%;overflow:hidden}.reddit-feed main .container.main-c{display:grid;grid-template-columns:256px 1fr;height:100%}.reddit-feed main .container.main-c.container{margin:0 0 16px 16px}.reddit-feed .main-nav__section{border-bottom:1px solid rgba(0,0,0,.1);padding:10px 0}.reddit-feed .main-nav__section:first-child{padding:0 0 12px}.reddit-feed .main-nav__section:last-child{border-bottom:none;margin-top:80px;color:#434343;padding:0 16px}.reddit-feed .main-nav__section:nth-child(5){border-bottom:none}.reddit-feed .main-nav{height:100%;overflow:auto}.reddit-feed .main-nav::-webkit-scrollbar{display:none}.reddit-feed .main-nav__wrapper{padding:16px 16px 16px 0;margin:0;border-right:1px solid rgba(0,0,0,.2)}.reddit-feed .main-nav__section.topics .main-nav__link:last-child:hover{background:none}.reddit-feed .main-nav__section.topics .main-nav__link.see-more-btn{width:-moz-fit-content;width:fit-content}.reddit-feed .main-nav__section.topics .main-nav__link.see-more-btn:hover{background:#e5e7e8;display:inline-flex;border-radius:999px}.reddit-feed .more-btn{width:-moz-fit-content;width:fit-content;cursor:pointer;display:inline-flex;border-radius:999px;transition:.2s}.reddit-feed .more-btn:hover{transition:.2s;background:#dbe4e9}.reddit-feed .more-btn:active{transition:.2s;background:#bac2c6}.reddit-feed .post-header__right-wrapper{height:32px;width:32px;border-radius:100%;transition:.2s}@media(hover:hover){.reddit-feed .post-header__right-wrapper:hover{transition:.2s;background-color:#dbe4e9}}.reddit-feed .post-header__right-wrapper:active{transition:.2s;background-color:#bac2c6}.reddit-feed .main-nav__link{border-radius:8px;padding:4px 18px 4px 16px;transition:.2s;height:40px}.reddit-feed .main-nav__link img{display:flex}.reddit-feed .main-nav__link.active{background:#f2f4f5}.reddit-feed .main-nav__link{transition:.2s}.reddit-feed .main-nav__link:hover{background:#f2f4f5;transition:.2s;cursor:pointer}.reddit-feed .main-nav__link:active{background:#d9d9d9;transition:.2s}.reddit-feed .main-nav-bottom{padding:4px 19px}.reddit-feed .main-nav__content{gap:8px}.reddit-feed .main-nav__content img{padding:6px}.reddit-feed .main-content{overflow:auto;position:relative}.reddit-feed .main-content .container-content{position:absolute;left:50%;transform:translate(-50%);max-width:1088px;width:92%;margin-top:16px;margin-right:-19px}.reddit-feed .main-content .container-content::-webkit-scrollbar{display:none}.reddit-feed .main-slider__item{min-width:280px;max-width:280px;height:210px!important;position:relative;border-radius:16px;overflow:hidden;display:flex!important;cursor:pointer}.reddit-feed .main-slider__item:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000054;z-index:1}.reddit-feed .main-slider__item .main-slider__item-background{position:absolute;width:100%;height:100%;z-index:-1;-o-object-fit:cover;object-fit:cover}.reddit-feed .main-slider__item .main-slider__item-content{padding:8px 11px;color:#fff;position:relative;z-index:2}.reddit-feed .main-slider-content__header p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.reddit-feed .main-slider__item-chanell p.text-sm-normall{font-size:13px}.reddit-feed .news{position:relative}.reddit-feed .news__slider .swiper-wrapper .swiper-slide{width:280px}.reddit-feed .news__controls button{display:flex;align-items:center;justify-content:center;border:none;width:32px;height:32px;background-color:#00000093;border-radius:100%;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.reddit-feed .news__controls button.news__controls--next{right:5px}.reddit-feed .news__controls button.news__controls--prev{left:5px}.reddit-feed .news__controls button.news__controls--prev svg{transform:rotate(-180deg)}.reddit-feed .main-content__slider{flex-wrap:nowrap}.reddit-feed .main-content__slider::-webkit-scrollbar{display:none}.reddit-feed .main-nav__title-section{color:#576f76;text-transform:uppercase}.reddit-feed .main-nav__title-section::-webkit-scrollbar{display:none}.reddit-feed .slider-chanell .link-more{color:#b8c5c9}.reddit-feed .slider-desc__item{transition:.2s;border-radius:999px;padding:8px 12px;cursor:pointer}.reddit-feed .slider-desc__item:hover{background-color:#dbe4e9;transition:.2s}.reddit-feed .slider-desc__item:active{background-color:#bac2c6;transition:.2s}.reddit-feed .slider-desc__item p{color:#5c6c74;font-weight:500}.reddit-feed .slider__sub-description{margin:8px 4px}.reddit-feed section.content{grid-template-columns:1fr 316px}.reddit-feed .contenet__communities{position:sticky;margin-top:16px;top:16px;padding:20px 15px;background-color:#f9fafa;border-radius:8px}.reddit-feed .content-com h4{color:#576f76;text-transform:uppercase}.reddit-feed .content-com__header span{color:#576f76}.reddit-feed .content-com__header-info p{font-size:14px}.reddit-feed .content-com__header-info span{font-size:12px}.reddit-feed .header__nav{padding-right:2px}.reddit-feed .header__nav-btn{padding:8px 13px;height:40px;border-radius:30px;transition:.2s;cursor:pointer}.reddit-feed .header__nav-btn .text-btn{font-weight:500}.reddit-feed .header__nav-btn svg{min-width:20px;height:20px}.reddit-feed .header__nav-btn.app{background:#eaedef}.reddit-feed .header__nav-btn.app:hover{background:#dbe4e9;transition:.2s}.reddit-feed .header__nav-btn.app:active{background:#bac2c6;transition:.2s}.reddit-feed .header__nav-btn.log-in{background:#d93a00}.reddit-feed .header__nav-btn.log-in:hover{background:#ae2d00}.reddit-feed .header__nav-btn.log-in:active{background:#942602}.reddit-feed .header__nav-btn.log-in p{color:#fff;text-align:center}.reddit-feed .header__nav-btn.dots{border-radius:100%;width:40px;height:40px;padding:0;transition:.2s}@media(hover:hover){.reddit-feed .header__nav-btn.dots:hover{background:#dbe4e9;transition:.2s}}.reddit-feed .header__nav-btn.dots:active{background:#bac2c6;transition:.2s}.reddit-feed .slider-chanell__left img{height:24px;width:24px}.reddit-feed .post-header__left div .text-sm-normall{color:#576f76}.reddit-feed .post-header__left div p:first-child:hover{color:#003584}.reddit-feed .post-header__left{word-break:break-all}.reddit-feed .post-header__left .post__item-promoted{flex-shrink:0}.reddit-feed .post-header__left img{width:25px;height:25px;border-radius:100%}.reddit-feed .player-wrapper{border-radius:16px;overflow:hidden}.reddit-feed .post-right__btn{border-radius:999px;background:#0045ac;width:50px;display:flex;align-items:center;justify-content:center;height:24px;transition:.2s}.reddit-feed .post-right__btn:hover{transition:.2s;background:#003584}.reddit-feed .post-right__btn p{color:#fff}.reddit-feed .post__item-btn{border-radius:999px;padding:8px 12px;height:32px;background:#eaedef}.reddit-feed .post__item-btn:first-child:hover{background:#eaedef}.reddit-feed .post__item-btn:first-child.active-dislike{background:#6a5cff;color:#fff}.reddit-feed .post__item-btn:first-child.active-dislike svg{fill:#fff}.reddit-feed .post__item-btn:first-child.active-dislike .post-item-btn__wrapper:hover{background:#574af0}.reddit-feed .post__item-btn:first-child.active-dislike .post-item-btn__wrapper:hover svg.dislike{fill:#fff}.reddit-feed .post__item-btn:first-child.active-like{background:#d93900;color:#fff}.reddit-feed .post__item-btn:first-child.active-like svg{fill:#fff}.reddit-feed .post__item-btn:first-child.active-like .post-item-btn__wrapper:hover{background:#be3604}.reddit-feed .post__item-btn:first-child.active-like .post-item-btn__wrapper:hover svg.like{fill:#fff}.reddit-feed .post__item-btn img{height:16px;width:16px}.reddit-feed .post__item-btn svg{fill:#0f1a1c}.reddit-feed .post__item-btn:first-child{padding:0}.reddit-feed .post__item-btn:first-child .post-item-btn__wrapper{width:32px;height:32px;border-radius:100%}.reddit-feed .post__item-btn:first-child .post-item-btn__wrapper:hover{background:#e2e7e9}.reddit-feed .post__item-btn:first-child .post-item-btn__wrapper:hover svg.like{fill:#d93a00}.reddit-feed .post__item-btn:first-child .post-item-btn__wrapper:hover svg.dislike{fill:#6a5cff}@media(hover:hover){.reddit-feed .post__item-btn:hover{background:#e2e7e9;transition:.2s}}.reddit-feed .post__item-btn:active{background:#bac2c6}.reddit-feed .post__item-txt{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;overflow:hidden;color:#2a3c42}.reddit-feed .post-img{border-radius:16px}.reddit-feed .contenet__communities_title{color:#576f76}.reddit-feed .comm-item img{height:30px;width:30px}.reddit-feed .comm-item p:first-child{font-size:14px;color:#3a4a50}.reddit-feed .comm-item p:last-child{font-size:12px;color:#2a3c42}.reddit-feed .swiper-pagination{display:flex;background:#0000008a;width:-moz-fit-content!important;width:fit-content!important;padding:5px 10px;border-radius:999px;margin:auto;justify-content:center;position:absolute!important;left:50%!important;transform:translate(-50%)!important}.reddit-feed .swiper-pagination-bullet{background-color:#cdc0c0!important}.reddit-feed .swiper-pagination-bullet-active{background-color:#fff!important}.reddit-feed .contenet__communities_list{margin:26px 0 0}.reddit-feed .contenet__communities_item{padding:12px;cursor:pointer}.reddit-feed .contenet__communities_item:active{background-color:#d1d3d4}.reddit-feed .com-desc__header p{color:#576f76}.reddit-feed .com-desc__title{color:#576f76;font-size:14px;font-weight:600;line-height:20px}.reddit-feed .com-desc__footer{color:#576f76}.reddit-feed .header__wrapper header:last-child{display:none}.reddit-feed .header__wrapper header:first-child{display:block}.reddit-feed .header-mobile{border-bottom:1px solid #efefef}.reddit-feed .header-mobile img.avatar{height:32px;width:32px}.reddit-feed .header-mobile .search-mob{height:24px}.reddit-feed .header-mobile .container{padding:6px 0}.reddit-feed .header-ph-nav{border-radius:5px;position:relative}.reddit-feed .search-mob{padding-top:6px}.reddit-feed .header-ph-nav__sub-active{position:absolute;border:1px solid #fff;border-radius:9999px;background:#ff4500;width:10px;height:10px;top:-3px;right:-3px}.reddit-feed .mob-nav{display:none;position:sticky;bottom:0;width:100%;z-index:10;background-color:#fff;padding-bottom:6px;transition:.6s}.reddit-feed .mob-nav.scrolled{transform:translateY(100%);transition:.6s}.reddit-feed .mob-nav .container{margin:0 auto;max-width:480px;grid-template-columns:repeat(5,1fr)}.reddit-feed .mob-nav .container .mob-nav__item{width:74px;height:55px;display:flex;align-items:center;justify-content:center;flex-direction:column;transition:.2s}.reddit-feed .mob-nav .container .mob-nav__item:active{transition:.2s;background-color:#d1d3d4}.reddit-feed .mob-nav__item img{width:20px;height:20px}.reddit-feed .mob-nav__item p{color:#6f6f6f}.reddit-feed .mob-nav__item p.active{color:#030303}.reddit-feed .mob-nav__item-img{position:relative}.reddit-feed .mob-nav__item-img p{text-align:center;top:-7px;right:-7px;position:absolute;width:16.92px;height:16px;border-radius:100%;color:#fff;font-size:10px;font-weight:600;line-height:16px}.reddit-feed .post__item-img{width:100%;position:relative;z-index:5;max-height:540px;-o-object-fit:contain;object-fit:contain}.reddit-feed .post__item-img_wrapper{border-radius:16px;overflow:hidden;display:flex;justify-content:center;position:relative}.reddit-feed .post__item-img_wrapper .background{position:absolute;z-index:4;filter:blur(59.75px);height:100%;width:100%}.reddit-feed .post__item-title{color:#0f1a1c}.reddit-feed .more-btn{font-size:12px;color:#2e3739;font-weight:500;padding:0 12px;height:32px;line-height:32px}.reddit-feed .post__item-btns-mob{display:none}.reddit-feed .post-btn-mob__item{padding:6px 10px;border:1px solid #e7e7e7;border-radius:999px;transition:.2s}.reddit-feed .post-btn-mob__item:active{background-color:#bac2c6;transition:.2s}.reddit-feed .post-btn-mob__item.active-like .text-sm-medium,.reddit-feed .post-btn-mob__item.active-like .like{color:#d93900}.reddit-feed .post-btn-mob__item.active-dislike .text-sm-medium,.reddit-feed .post-btn-mob__item.active-dislike .dislike{color:#6a5cff}.reddit-feed .post-btn-mob__item p{color:#2a3c42}.reddit-feed .time-ago-mobile{display:none}.reddit-feed img.avatar{height:39px;width:39px}.reddit-feed .overlay-welcom{position:fixed;top:0;left:0;height:100%;width:100%;z-index:999;background-color:#fff}.reddit-feed .wrapper-pub-video__txt{color:#5c6c74;border-bottom:1px solid rgba(0,0,0,0);transition:.2s;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(hover:hover){.reddit-feed .wrapper-pub-video__txt:hover{transition:.2s;border-bottom:1px solid #5c6c74}}.reddit-feed .wrapper-pub-video__txt:active{transition:.2s;color:#115bca;border-bottom:1px solid #115bca}.reddit-feed #ad-author{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.reddit-feed #ad-title,.reddit-feed #ad-description{word-break:break-word}.reddit-feed .post__item-wrapper.public-block .post__item .post__item-public{border:1px solid #e5e5e5;border-radius:16px;overflow:hidden}.reddit-feed .post__item-wrapper.public-block .post__item .player-wrapper{border-radius:0;width:100%}.reddit-feed .wrapper-pub-video__bottom{display:flex;gap:12px;justify-content:space-between;align-items:center;padding:8px;background-color:#fff;min-height:40px}.reddit-feed .wrapper-pub-video__bottom .btn{border:1px solid #7f7f7f;padding:4px 10px;color:#7f7f7f;border-radius:999px;flex-shrink:0;transition:.2s;font-weight:600;min-width:auto}@media(hover:hover){.reddit-feed .wrapper-pub-video__bottom .btn:hover{transition:.2s;border:1px solid #191d20}}.reddit-feed .wrapper-pub-video__bottom .btn:active{color:#333;transition:.2s;background-color:#d9d9d9}.reddit-feed .media-wrapper{background-color:#000;display:flex;position:relative;overflow:hidden;justify-content:center}.reddit-feed .media-wrapper__banner img:first-child{height:100%;width:100%;position:relative;z-index:2}.reddit-feed .media-wrapper__banner img:last-child{height:100%;width:100%;position:absolute;left:0;top:0;z-index:1;filter:blur(59.75px)}.reddit-feed .media-wrapper.cover img,.reddit-feed .media-wrapper.cover video{max-height:460px;object-fit:cover}.reddit-feed .media-wrapper.contain img,.reddit-feed .media-wrapper.contain video{max-height:460px;object-fit:contain}.reddit-feed .media-wrapper .swiper-wrapper{align-items:center}.reddit-feed .media-wrapper .swiper-slide{display:flex;max-height:400px}.reddit-feed .swiper-item{overflow:hidden;display:flex!important;justify-content:center;height:530px!important;background-color:#0000;border-radius:16px}.reddit-feed .swiper-item .background{position:fixed;z-index:-1;filter:blur(59.75px);height:100%;width:100%}.reddit-feed .swiper-item .main{position:relative;z-index:6;-o-object-fit:contain;object-fit:contain}.reddit-feed .swiper-galary{position:relative;overflow:hidden}.reddit-feed .swiper-galary .control-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:8;height:32px;width:32px;border-radius:100%;border:none;background-color:#0009;display:flex;align-items:center;justify-content:center}.reddit-feed .galary__wrapper,.reddit-feed .test__wrapper{display:grid}.reddit-feed .swiper-galary .control-btn.prev-btn{left:8px}.reddit-feed .swiper-galary .control-btn.prev-btn img{transform:rotate(-180deg)}.reddit-feed .swiper-galary .control-btn.next-btn{right:8px}.reddit-feed .mobile-btn__content svg{max-height:60px}.reddit-feed .btn-join{height:24px;padding:0 12px;border:none;background-color:#0a449c;border-radius:999px;display:flex;align-items:center}.reddit-feed .btn-join:hover{background-color:#0a306c}.reddit-feed .btn-join:active{background-color:#08285c}.reddit-feed .btn-join span{color:#fff}@container (max-width: 330px){.reddit-feed .media-wrapper{max-height:360px}.reddit-feed .post-header__right-wrapper{display:none}.reddit-feed .post__item:hover{background-color:#0000}.reddit-feed .post-right__btn,.reddit-feed .news__wrapper,.reddit-feed .slider__sub-description{display:none}.reddit-feed .post__item{margin-top:0;padding:0}.reddit-feed .post__item.gap-8{gap:6px}.reddit-feed .main-content .container-content{margin:0}.reddit-feed .main-content,.reddit-feed .main-content .container-content{width:100%}.reddit-feed .post__list .post__item-wrapper{padding:0 16px}.reddit-feed .post__item-btns{display:none}.reddit-feed .post__item-btns-mob{display:flex}.reddit-feed .post__item-btns-mob .text-sm-medium{font-weight:600}.reddit-feed .post-btn-mob__left{border-right:1px solid #e7e7e7;padding-right:8px}.reddit-feed .time-ago-mobile{display:block}.reddit-feed .time-ago-desctop{display:none}.reddit-feed .search-mob{height:28px}.reddit-feed .wrapper-pub-video__bottom{padding:8px 0}.reddit-feed .post__item-wrapper.public-block .post__item .post__item-public{border:none;border-bottom:1px solid #e5e5e5;border-radius:0;overflow:visible}.reddit-feed .wrapper-pub-video__bottom .btn{background-color:#e5ebee;color:#333;border:1px solid rgba(0,0,0,0)}.reddit-feed .swiper-galary .control-btn{display:none!important}.reddit-feed .post__item-img{height:398px}.reddit-feed .swiper-item{height:375px!important;background-color:#000}.reddit-feed .swiper-item .background{display:none}.reddit-feed .header__wrapper{position:absolute;width:100%;z-index:99;background:#fff;transition:.6s}.reddit-feed .header__wrapper.scrolled{transform:translateY(-100%);transition:.6s}.reddit-feed .header__wrapper header:last-child{display:block}.reddit-feed .post__list{padding-top:45px}.reddit-feed .header__wrapper header:first-child{display:none}.reddit-feed .main-content .container-content{position:relative}.reddit-feed section.content{grid-template-columns:100%}.reddit-feed .contenet__communities__wrapper{display:none}.reddit-feed .mob-nav{display:block}.reddit-feed .post__item-wrapper:first-child{border-top:none}.reddit-feed main .container.main-c{grid-template-columns:100%}.reddit-feed .main-nav{display:none}.reddit-feed main .container.main-c.container{margin:0}}.fb-feed{font-family:Roboto-V2,popular-symbols,lite-glyphs-outlined,lite-glyphs-filled,snaptu-symbols,NotoSansDevanagari,NotoSansMalayalam,NotoSansGujarati,NotoSansKannada,NotoSansGurmukhi,NotoSansSinhala,BengaliOTS,RobotoThaiLao,NotoSansHebrew,NotoSansKhmer,NotoSansTamil,NotoSansTelugu,NotoSansArmenian,NotoSansGeorgian,NotoSansEthiopic,NotoSansTibetan,NotoSansCherokee,NotoSansArabic,NotoSansMyanmar,system-ui,Arial,sans-serif!important;display:flex;flex-direction:column;justify-content:center;height:100%;overflow:hidden}.fb-feed .post{background:#fff}.fb-feed .post--comments .post__reacts{display:none}.fb-feed .post--comments .post__header{display:flex;justify-content:space-between;align-items:center}.fb-feed .post--comments .post__header-inner{margin-bottom:0}.fb-feed .post__top{padding:12px}.fb-feed .post__top-info{flex:1}.fb-feed .post__header{position:relative;display:flex;align-items:center;gap:8px;margin-bottom:8px}.fb-feed .post__header-inner{position:relative;display:flex;align-items:center;gap:8px;width:100%}.fb-feed .post__header .default-icon{width:16px;height:20px;margin-right:4px}.fb-feed .post__header .text-num{margin-top:-2px;font-size:12px}.fb-feed .post__header-date{display:flex;align-items:center;gap:4px}.fb-feed .post__header-date svg{width:13px;height:13px}.fb-feed .post__follow{flex-wrap:nowrap;color:#0866ff;cursor:pointer;margin-bottom:3px;font-weight:500}@media(hover:hover){.fb-feed .post__follow:hover{text-decoration:underline}}.fb-feed .post__logo{width:32px;height:32px;border-radius:50%}.fb-feed .post__search span{font-weight:500}.fb-feed .post__title{display:flex;align-items:center;justify-content:space-between;line-height:18px;gap:24px;cursor:pointer;position:relative}.fb-feed .post__title-left,.fb-feed .post__title-right{display:flex;align-items:center}.fb-feed .post__title-left{flex-wrap:wrap;word-break:break-all}.fb-feed .post__title-left strong{margin-bottom:1px;font-weight:500;-webkit-box-orient:vertical;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;overflow:hidden;font-size:14px}@media(hover:hover){.fb-feed .post__title-left strong:hover{text-decoration:underline}}.fb-feed .post__title-right{color:#65676b;fill:#65676b;gap:12px;flex-shrink:0}.fb-feed .post__title-right svg{width:22px;height:22px;border-radius:100%;padding:4px}@media(hover:hover){.fb-feed .post__title-right svg:hover{background-color:#0000000d}}.fb-feed .post__title-right svg:active{background-color:#0000001a}.fb-feed .post__text{font-size:14px;font-weight:400;position:relative}.fb-feed .post__text span{padding-right:4px}.fb-feed .post__text-more{color:#050505;font-weight:600}.fb-feed .post__container{width:100%;position:relative;cursor:pointer}.fb-feed .post__container img{width:100%;height:100%;object-fit:cover}.fb-feed .post__container-ads{max-height:360px;display:flex;justify-content:center;position:relative;overflow:hidden;background-color:#000}.fb-feed .post__container-ads img.main-image{width:100%;height:100%;object-fit:contain;display:flex;position:relative;z-index:2}.fb-feed .post__container-ads img.placeholder-image{position:absolute;left:0;top:0;z-index:1;filter:blur(59.75px)}.fb-feed .post__container-ads.cover img,.fb-feed .post__container-ads.cover video{object-fit:cover}.fb-feed .post__container-ads.contain img,.fb-feed .post__container-ads.contain video{object-fit:contain}.fb-feed .post__container--picture{position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center}.fb-feed .post__container--picture img:first-child{max-height:680px;width:auto;height:100%;position:relative;z-index:2}@media(max-width:1200px){.fb-feed .post__container--picture img:first-child{max-height:500px}}.fb-feed .post__container--picture img:last-child{position:absolute;left:0;top:0;z-index:1;filter:blur(59.75px);width:100%;height:100%}.fb-feed .post__link-container{position:relative;width:100%;margin-bottom:-5px}.fb-feed .post__link-container img{width:100%;height:100%;object-fit:fill}.fb-feed .post__link-icon{position:absolute;top:10px;right:10px;background:#fff;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%}.fb-feed .post__link-icon img{width:14px;height:14px;object-fit:contain}.fb-feed .post__link-bottom{background:#f0f2f5;font-size:14px}.fb-feed .post__link-author{font-size:12px;line-height:14px;text-transform:lowercase;color:#65676b;font-weight:400}.fb-feed .post__video-container{width:100%!important;position:relative;background:#000}.fb-feed .post__video-container video{display:flex}.fb-feed .post__video-mute{position:absolute;right:10px;bottom:10px;background:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.fb-feed .post__video-mute.muted span{background-position:-21px -156px}.fb-feed .post__video-mute span{background-position:-50px -106px;background-size:auto;width:20px;height:20px;background-repeat:no-repeat;display:inline-block;filter:invert(100%);transform:scale(.6)}.fb-feed .post__subtitle{font-size:14px;padding:8px 12px;background:#edf3f8;display:flex;align-items:start;justify-content:space-between;cursor:pointer}.fb-feed .post__subtitle-btn{width:fit-content;padding:2px 12px;color:#0a66c2;border-radius:20px;border:1.5px solid #0a66c2}.fb-feed .post__subtitle-btn:hover{background:#70b5f933}.fb-feed .post__subtitle div{display:flex;flex-direction:column;gap:8px}.fb-feed .post__subtitle.video{font-size:16px;align-items:center}.fb-feed .post__subtitle.video .text-num{display:none}.fb-feed .post__activs{display:flex;justify-content:space-between;position:relative;padding:5px 12px;font-size:16px;color:#65676b;font-weight:400}.fb-feed .post__activs--ads{background:#f1f2f5}.fb-feed .post__activs-left{display:flex;justify-content:center;align-items:center;font-size:14px}.fb-feed .post__activs-left img{width:21px;height:21px;border:2px solid #fff;border-radius:50%}.fb-feed .post__activs-left img:nth-child(1){position:relative;z-index:2}.fb-feed .post__activs-left img:nth-child(2){position:relative;z-index:1;transform:translate(-4px)}.fb-feed .post__activs-left img:nth-child(3){transform:translate(-8px)}.fb-feed .post__activs-right{white-space:nowrap;font-size:15px}.fb-feed .post__activs-right span{margin-left:5px}.fb-feed .post__reacts{font-size:13px;line-height:20px;padding:2px 0;display:flex;justify-content:space-between;align-items:center;color:#65676b;fill:#65676b}.fb-feed .post__reacts li{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6px 12px 2px;border-radius:4px;gap:2px;cursor:pointer;width:100%}.fb-feed .post__reacts li:nth-child(1).active span{color:#0866ff}.fb-feed .post__reacts li:nth-child(1).active i{background-position:0 -693px;filter:invert(27%) sepia(95%) saturate(3116%) hue-rotate(212deg) brightness(99%) contrast(105%)}@media(max-width:980px){.fb-feed .post__reacts li:nth-child(1).active i{background-position:0 -592px;background-size:16px 1001px}}.fb-feed .post__reacts li:nth-child(3){display:none}.fb-feed .post__reacts li span{font-size:13px;font-weight:500}@media(hover:hover){.fb-feed .post__reacts li:hover{background-color:#0000000d}}.fb-feed .post__reacts li:active{background-color:#0000001a}.fb-feed .post__reacts li:nth-child(1) i{background-position:0 -592px}.fb-feed .post__reacts li:nth-child(2) i{background-position:0px -416px}.fb-feed .post__reacts li:nth-child(3) i{background-position:0px -608px}.fb-feed .post__reacts li:nth-child(4) i{background-position:0px -656px}.fb-feed .post__reacts li i{background-image:url(/assets/icon-2-DqHYlSZn.png);background-size:16px 894px;width:16px;height:16px;background-repeat:no-repeat;display:inline-block;filter:invert(39%) sepia(21%) saturate(200%) saturate(109.5%) hue-rotate(174deg) brightness(94%) contrast(86%)}.fb-feed .post__reacts li span{white-space:nowrap}.fb-feed .post__video-container{width:100%;position:relative;display:flex;align-items:center;justify-content:center;height:500px}.fb-feed .post__video-container video{object-fit:contain;height:100%;display:flex}.fb-feed .post__video-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;background:#000000a6;border-radius:50%;border:1px solid #fff;display:none}.fb-feed .post__video-time{font-size:14px;margin:0 8px}.fb-feed .post__video-controls{position:absolute;display:flex;align-items:center;justify-content:space-between;bottom:0;left:0;right:0;padding:26px 12px 12px;color:#fff;background:linear-gradient(180deg,transparent,rgba(0,0,0,.75),rgba(0,0,0,.75))}.fb-feed .post__video-controls img{width:32px;height:32px;padding:4px;cursor:pointer;margin:0 2px;opacity:.9;transition-timing-function:cubic-bezier(0,0,.2,1);transition-duration:167ms}.fb-feed .post__video-controls img:hover{transform:scale(1.1);opacity:1}.fb-feed .post__video-left,.fb-feed .post__video-right{display:flex;align-items:center}.fb-feed .post__video-progress{position:absolute;left:24px;right:24px;bottom:50px;height:4px;border-radius:8px;display:flex;align-items:center;cursor:pointer;transition-timing-function:cubic-bezier(0,0,.2,1);transition-duration:167ms}.fb-feed .post__video-progress:hover{height:8px}.fb-feed .post__video-progress:hover .post__video-progress-dot{width:15px;height:15px}.fb-feed .post__video-progress-inner{position:relative;width:100%;height:100%}.fb-feed .post__video-progress-bg{width:100%;height:100%;background:#ffffff80;border-radius:8px}.fb-feed .post__video-progress-bar{height:100%;background:#fff;border-radius:8px;position:absolute;left:0;top:0}.fb-feed .post__video-progress-dot{position:absolute;top:50%;transform:translateY(-50%);width:10px;height:10px;border-radius:50%;background:#fff;transition-timing-function:cubic-bezier(0,0,.2,1);transition-duration:167ms}.fb-feed .post__link{color:#2877ff;cursor:pointer}.fb-feed .post-item__public{background-color:#f0f2f5;padding:10px 16px;border-bottom:.5px solid #ced0d4;display:flex;justify-content:space-between;align-items:center;gap:16px}.fb-feed .post-item__public-info{display:flex;flex-direction:column;gap:4px}.fb-feed .post-item__public-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-weight:500}.fb-feed .post-item__public-subTitle{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;color:#65676b}.fb-feed .post-item__public-btn{position:relative;background-color:#e2e5e9;line-height:36px;padding:0 12px;display:flex;align-items:center;justify-content:center;border-radius:8px;text-overflow:ellipsis;white-space:nowrap;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-align:center;flex-shrink:0;border:none;font-weight:600}.fb-feed .media-wrapper__banner{display:flex;justify-content:center}@container (min-width: 330px){.fb-feed .post__activs{border-bottom:.5px solid #ced0d4}.fb-feed .post__title-left strong{font-size:15px}.fb-feed .post__header .text-num{font-size:12px;margin-top:0}.fb-feed .post__text{font-size:14px}.fb-feed .post__link-author{font-size:12px}.fb-feed .post__link-bottom{font-size:14px}.fb-feed .post-item__public-info{gap:4px}.fb-feed .post__reacts li{flex-direction:row;gap:6px}}.fb-reels{height:100%;max-height:600px}.fb-reels .short{position:relative;width:100%;color:#fff;font-size:14px;line-height:20px;display:flex;flex-direction:column;max-height:600px;height:100%;background-color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.fb-reels .short__video-container{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;right:0}.fb-reels .short__video-container video{pointer-events:none;width:100%;height:100%;object-fit:contain}.fb-reels .short__video-player{width:100%;height:100%;top:0;left:0;right:0}.fb-reels .short__play-btn{display:flex;align-items:center;gap:16px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity .15s linear;z-index:-1}.fb-reels .short__play-btn span{width:60px;height:60px;background:#0006;border-radius:50%;display:flex;align-items:center;justify-content:center}.fb-reels .short__play-btn span:first-child,.fb-reels .short__play-btn span:last-child{transform:scale(.7)}.fb-reels .short__play-btn span:first-child svg,.fb-reels .short__play-btn span:last-child svg{width:45%;height:45%}.fb-reels .short__play-btn span svg{width:35%;height:35%}.fb-reels .short__play-btn-ad{transform:none!important}.fb-reels .short__play-btn-ad svg{width:35%!important;height:35%!important}.fb-reels .short__inner{width:100%;height:150px;padding-left:16px;padding-bottom:16px;display:flex;justify-content:space-between;align-items:end;position:absolute;z-index:20;bottom:0}.fb-reels .short__left{display:flex;flex-direction:column;width:calc(100vw - 85px);transition:opacity .3s linear}.fb-reels .short__left.hide{opacity:0}.fb-reels .short__channel{display:flex;align-items:center;order:-1}.fb-reels .short__channel-img img{width:32px;height:32px;border-radius:50%}.fb-reels .short__channel-subscr{display:flex;align-items:center;gap:10px}.fb-reels .short__channel-subscr img{width:12px;height:12px}.fb-reels .short__channel-subscr span{font-size:14px;padding:6px 8px;line-height:1;border:1px solid rgba(255,255,255,.5);border-radius:6px;font-weight:700}.fb-reels .short__channel-name{font-weight:500;font-size:15px;text-overflow:ellipsis;margin-right:8px;overflow-wrap:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.fb-reels .short__channel-info{display:flex;align-items:center;font-size:16px;font-weight:500;margin-left:7px}.fb-reels .short__sponsored{width:-moz-fit-content;width:fit-content;display:flex;align-items:center;border-radius:20px;background:#0000004d;padding:4px 12px 6px;margin-top:10px}.fb-reels .short__sponsored img{width:13px;margin-top:2px;margin-right:7px}.fb-reels .short__right{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2px;margin:0 10px}.fb-reels .short__title{width:100%;overflow-wrap:break-word;font-size:14px;line-height:1.25;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;margin-top:8px}.fb-reels .short__btn{width:40px;height:30px;display:grid;place-content:center;margin-top:12px}.fb-reels .short__btn img{width:28px}.fb-reels .short__btn svg{fill:#fff}.fb-reels .short__btn.active svg{fill:#619bff}.fb-reels .short__refer{display:block;width:36px;height:36px;margin-top:15px}.fb-reels .short__refer img{width:36px;height:36px;-o-object-fit:cover;object-fit:cover;border-radius:6px}.fb-reels .short__like.active svg{width:40px;height:40px}.fb-reels .short__dots{width:24px;transform:scale(.8);strokeWidth:1%;stroke-opacity:0%}.fb-reels .short__banner{text-align:center;font-size:16px;font-weight:700;margin-top:10px}.fb-reels .post-item__public-btn{display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;background:#3ea5ff;border-radius:6px;margin-top:10px;padding:8px 12px}.fb-reels .short__progress{position:relative;height:4px;opacity:1}.fb-reels .short__progress.paused{opacity:1}.fb-reels .short__progress-bg{position:absolute;inset:0;background:#00000080;z-index:1}.fb-reels .short__progress-bar{position:absolute;z-index:1;top:0;left:0;bottom:0;background:#fff}.fb-reels .short__progress-dot{position:absolute;z-index:5;top:50%;width:10px;height:10px;transform:translate(-50%,-50%);border-radius:50%;background:#fff}.fb-reels .short-bottom{display:flex;align-items:center;justify-content:space-between;height:0;opacity:0;transition:all .15s linear}.fb-reels .short-bottom.active{height:auto;margin-top:15px;margin-bottom:8px;opacity:1}.fb-reels .short-bottom__left{font-size:14px;display:flex;align-items:center;gap:3px}.fb-reels .short-bottom__right{display:flex;align-items:center;gap:16px}.fb-reels .short-bottom__right span{height:22px}.fb-reels .short-bottom__right span svg{width:40px;height:40px}.fb-reels .short-bottom svg{width:20px;height:20px}.fb-reels .short-bottom img{width:18px;height:18px}.fb-reels .short .post-item__content{display:flex;background-color:#000;width:100%;height:100%}.fb-reels .short .post-item__content img{object-fit:contain}.fb-reels .short .post-item__content.cover video{object-fit:cover}.fb-reels .short .video__muted{inset:20px auto auto 20px}.fb-stories{max-height:600px;height:100%;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.fb-stories .inner-slider__wrapper.cover img,.fb-stories .inner-slider__wrapper.cover video{object-fit:cover}.fb-stories .story-slide{display:flex}.fb-stories .story-slide img{object-fit:contain}@font-face{font-family:Korolev Condensed W04 Medium;src:url(https://db.onlinewebfonts.com/t/fb76151c009971483ebae46834c8425a.eot);src:url(https://db.onlinewebfonts.com/t/fb76151c009971483ebae46834c8425a.eot?#iefix) format("embedded-opentype"),url(https://db.onlinewebfonts.com/t/fb76151c009971483ebae46834c8425a.woff2) format("woff2"),url(https://db.onlinewebfonts.com/t/fb76151c009971483ebae46834c8425a.woff) format("woff"),url(https://db.onlinewebfonts.com/t/fb76151c009971483ebae46834c8425a.ttf) format("truetype"),url("https://db.onlinewebfonts.com/t/fb76151c009971483ebae46834c8425a.svg#Korolev Condensed W04 Medium") format("svg")}.fb-stories .slider__slide{position:relative;height:100%;width:100%;background-color:#000}.fb-stories .slide{width:100%;position:absolute;top:50%;left:0;transform:translateY(-50%);opacity:0;height:100%;max-height:100vh;overflow:hidden;display:none}.fb-stories .autor{display:flex;align-items:center;justify-content:space-between}.fb-stories .autor__left{display:flex;align-items:center;gap:8px}.fb-stories .autor__dots svg{width:16px}.fb-stories .autor__top{position:absolute;top:0;left:0;padding:8px;z-index:20;width:100%;display:flex;flex-direction:column;gap:8px}.fb-stories .autor__info{display:flex;flex-direction:column}.fb-stories .autor__time{font-weight:400;opacity:.6}.fb-stories .autor__img{height:32px;width:32px;border-radius:50%;overflow:hidden}.fb-stories .autor__img img{width:100%;height:100%}.fb-stories .autor__text{color:#fff;font-size:14px;font-weight:600;line-height:14px}.fb-stories .autor__status{font-weight:300;opacity:.7;font-size:11px}.fb-stories .maket{position:absolute;bottom:15px;left:50%;height:40px;width:max-content;padding:0 16px;transform:translate(-50%);z-index:99;border-radius:12px;display:flex;align-items:center;gap:8px;background-color:#fff;justify-content:center;transition:.2s;z-index:9;font-family:Korolev Condensed W04 Medium}.fb-stories .maket span{font-weight:500;color:#1b7ead;letter-spacing:.5px;font-size:20px;text-transform:uppercase}.fb-stories .maket img{height:20px;transform:rotate(90deg)}.fb-stories .bullet{width:100%;height:2px;display:flex;align-items:center;gap:4px}.fb-stories .bullet__item{border-radius:4px;flex:1;height:100%;background-color:#fff}.mockup-generator{padding:24px;display:flex;flex-direction:column;border-radius:12px;background:#fff;width:380px;flex-shrink:0}.mockup-generator--desktop{width:680px}.mockup-generator__title{margin-bottom:24px;display:flex;align-items:center;justify-content:space-between}.mockup-generator__preview{container-type:inline-size;position:relative;flex:1 1 auto;min-height:0;border-radius:5px;overflow:hidden}.mockup-generator__preview--info>div:first-child{width:70%;zoom:.7;margin:auto;height:calc(100% - 275px)}.mockup-generator__preview .btn-slider{opacity:0;position:absolute;top:50%;transform:translateY(-50%);background-color:#e8e8e8;padding:4px 8px;border-radius:4px;z-index:99;transition:.2s}.mockup-generator__preview .btn-slider--prev{left:10px}.mockup-generator__preview .btn-slider--next{right:10px}.mockup-generator__preview:hover .btn-slider{opacity:1;transition:.2s}.mockup-generator__info{z-index:20;position:absolute;bottom:0;left:0;width:100%;background-color:#fff;padding:24px 0;display:flex;flex-direction:column;gap:16px}.mockup-generator__info li{display:flex;align-items:center;justify-content:space-between}.mockup-generator__info span:first-child{opacity:.6;color:#1e1e1e}.mockup-generator__info span:last-child{color:#4b4951}.mockup-generator__bottom{margin-top:32px;display:flex;align-items:center;gap:12px}.mockup-generator__bottom .btn{flex-grow:1;width:100%}@media(max-width:1440px){.mockup-generator--desktop{width:520px}}@media(max-height:820px){.mockup-generator__preview{zoom:.85;width:85%;margin:auto}.mockup-generator__preview--info>div:first-child{width:62%}}@media(max-height:725px){.mockup-generator__preview{zoom:.7;width:70%}}@media(max-height:630px){.mockup-generator__preview{zoom:.6;width:60%}}.mockup-editor{min-width:0;width:100%;display:flex;gap:16px}.multi-select{position:relative}.multi-select__field{cursor:pointer;min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:6px;padding:8px 8px 8px 16px;border-radius:5px;border:1px solid #CACACA;background:#fff;transition:.2s}.multi-select__field:hover{background-color:#f4f6f8;transition:.2s}.multi-select__btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:.2s}.multi-select__btn--active{transform:rotate(-180deg);transition:.2s}.multi-select__list{display:none}.multi-select--active .multi-select__field{border-color:#7e5cb8;border-radius:5px 5px 0 0}.multi-select--active .multi-select__list{display:block;position:absolute;z-index:1;width:100%;top:100%;left:0;padding:8px 4px;border-radius:0 0 5px 5px;border-right:1px solid #7E5CB8;border-bottom:1px solid #7E5CB8;border-left:1px solid #7E5CB8;background:#fff}.multi-select--active .multi-select__item{position:relative}.multi-select--active .multi-select__item input[type=checkbox]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.multi-select--active .multi-select__item input[type=checkbox]:checked+.multi-select__inner .multi-select__checked{background-color:#dfdef2;border-color:#551abb;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%3e%3cpath%20d='M10%203L4.5%208.5L2%206'%20stroke='%23551ABB'%20strokeWidth='1.6666'%20strokeLinecap='round'%20strokeLinejoin='round'/%3e%3c/svg%3e");background-position:center}.multi-select--active .multi-select__checked{width:16px;height:16px;border-radius:4px;border:1px solid #888;background:#fff}.multi-select--active .multi-select__inner{padding:10px 16px;display:flex;align-items:center;gap:12px}.checked-list{width:100%;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.checked-list__item{padding:4px 8px;display:flex;align-items:center;gap:4px;flex-shrink:0;border-radius:5px;border:1px solid #E2E2E2;background:#f4f6f8;cursor:auto}.checked-list__item--dots{padding:6px 8px}.form-field--error .multi-select__field{border-color:#e74c3c}.timertab{padding:4px;background:#f4f6f8;border-radius:6px;border:1px solid #CACACA;display:flex;align-items:center;gap:8px;flex:1}.timertab-item{position:relative;flex:1}.timertab-item__inner{height:40px;border-radius:5px;display:flex;align-items:center;justify-content:center;gap:4px;transition:.2s}.timertab-item__count{width:100%;height:40px;text-align:center;border-radius:5px;cursor:pointer}.timertab-item__count.active{border:1px solid #E2E2E2;background:#fff;box-shadow:0 2px 12px #211b761a}.timertab-item input[type=radio]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.timertab-item input[type=radio]:checked+.timertab-item__inner{border:1px solid #E2E2E2;background:#fff;box-shadow:0 2px 12px #211b761a}.timertab-item:hover{transition:.2s;box-shadow:0 2px 12px #211b761a}.timertab-divider{height:32px;width:1px;background-color:#e2e2e2}.exposure{position:relative;display:flex;align-items:center;gap:8px}.analytics{display:flex;flex-direction:column;gap:42px}.analytics-table__wrapper{overflow:auto}.analytics-table thead{background-color:#eee;font-weight:600}.analytics-table td{border:1px solid #E5E5E5;padding:16px;white-space:nowrap}.analytics-table td:nth-child(6){max-width:200px;overflow:auto}.tab{padding:4px;background:#f4f6f8;border-radius:6px;border:1px solid #CACACA;display:flex;align-items:center;gap:8px;flex:1}.tab--filter{max-width:590px;width:auto}.tab__item{height:40px;flex:1;font-size:14px;font-weight:500;border-radius:5px;transition:.2s;border:1px solid transparent}.tab__item--active{border:1px solid #E2E2E2;background:#fff;box-shadow:0 2px 12px #211b761a}.tab__item:hover{transition:.2s;box-shadow:0 2px 12px #211b761a}.tab__divider{height:32px;width:1px;background-color:#e2e2e2}.mockups-controls{margin-bottom:32px;display:flex;justify-content:space-between}.mockups-controls__left{display:flex;align-items:center;gap:12px}.sort-by{min-width:240px}.sort-by__item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 8px 8px 16px;white-space:nowrap}.sort-by__item:hover{text-decoration:underline;text-underline-offset:4px}.filters{width:680px;padding:24px;display:flex;flex-direction:column;gap:24px}.filters__header{display:flex;align-items:center;justify-content:space-between}.filters__list{display:flex;flex-direction:column;gap:16px}.dropdown{position:relative}.dropdown__btn{padding:12px 8px 12px 16px;display:flex;align-items:center;gap:6px;border-radius:5px;border:1px solid #CACACA;background:#fff;cursor:pointer}.dropdown__btn:hover{border-color:#7e5cb8}.dropdown__menu{position:absolute;top:calc(100% + 16px);border-radius:5px;border:1px solid var(--Stroke-grey, #CACACA);background:#fff;z-index:9}.dropdown--left .dropdown__menu{left:0}.dropdown--right .dropdown__menu{right:0}.dropdown--active .dropdown__btn{position:relative;border-color:#7e5cb8;z-index:3}.dropdown--active .dropdown__icon{transform:rotate(180deg)}.dropdown--active:after{content:"";position:fixed;background:#5c5c5c66;inset:0;z-index:2}.plans__list{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.plan{background-color:#fff;padding:24px 16px;border-radius:8px;box-shadow:0 2px 12px #211b761a;display:flex;flex-direction:column;gap:24px}.plan__header{display:flex;flex-direction:column;gap:12px}.plan__title{display:flex;align-items:center;gap:8px}.plan__title-icon{width:44px;height:44px;background-color:#f1eef9;border-radius:4px;display:flex;align-items:center;justify-content:center}.plan__title-icon svg{stroke:#551abb}.plan__price{display:flex;flex-direction:column;align-items:center;gap:2px}.plan__price-value{display:flex;justify-content:center;align-items:end;gap:6px}.plan__price-value span:first-child{font-size:36px;font-weight:700}.plan__price-value span:last-child{line-height:32px}.plan__price-free-mockups{color:#888}.plan__features{display:flex;flex-direction:column;gap:16px}.plan__features--general .plan__features-value{font-weight:600}.plan__features--analytics .plan__features-boolean{width:24px;height:24px;border-radius:4px;background-size:16px;background-position:center;background-repeat:no-repeat}.plan__features--analytics .plan__features-boolean--true{border:1px solid #cbf8e3;background-color:#ecfdf5;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23267521'%20stroke-width='3'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='lucide%20lucide-check%20size-3.5%20text-emerald-600'%20aria-hidden='true'%3e%3cpath%20d='M20%206%209%2017l-5-5'%3e%3c/path%3e%3c/svg%3e")}.plan__features--analytics .plan__features-boolean--false{border:1px solid #eff0f3;background-color:#f4f4f8;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23c4c5ca'%20stroke-width='2.5'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='lucide%20lucide-x%20size-3%20text-muted-foreground/25'%20aria-hidden='true'%3e%3cpath%20d='M18%206%206%2018'%3e%3c/path%3e%3cpath%20d='m6%206%2012%2012'%3e%3c/path%3e%3c/svg%3e")}.plan__features-title{display:flex;align-items:center;gap:12px;text-transform:uppercase;letter-spacing:1px;font-weight:700;color:#888}.plan__features-title:after{content:"";display:block;width:100%;height:1px;background-color:#ececf0}.plan__features-title:before{content:"";display:block;width:100%;height:1px;background-color:#ececf0}.plan__features-item{padding:12px 0;display:flex;align-items:center;justify-content:space-between;letter-spacing:.8px}.plan__features-item:last-child{border-bottom:none}.plan__features-content{display:flex;align-items:center;gap:6px}.plan__button{height:44px;display:flex;align-items:center;justify-content:center;gap:4px;background-color:#fafafc;border:1px solid #e4e5ea;border-radius:8px}.plan__button svg{height:16px;width:16px}.language-list{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.language-item{cursor:pointer;padding:16px;display:flex;align-items:center;gap:12px;border-radius:8px;box-shadow:0 2px 12px #211b761a;border:1px solid var(--Stroke-light-gray, #E2E2E2);transition:.2s}.language-item:active{background-color:#dfdef2}.language-item--checked{background-color:#dfdef2;border-color:#d6cdef}.language-item--checked .language-item__base{border-color:#551abb}.language-item--checked .language-item__checkbox{background-color:#a493dc;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='%23fff'%20viewBox='0%200%2016%2016'%3e%3cpath%20d='M8.97%204.97a.75.75%200%200%201%201.07%201.05l-3.99%204.99a.75.75%200%200%201-1.08.02L2.324%208.384a.75.75%200%201%201%201.06-1.06l2.094%202.093L8.95%204.992zm-.92%205.14.92.92a.75.75%200%200%200%201.079-.02l3.992-4.99a.75.75%200%201%200-1.091-1.028L9.477%209.417l-.485-.486z'%3e%3c/path%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center}.language-item--to-save{background-color:#dfdef2;border-color:#d7c5ff}.language-item--to-save .language-item__base{border-color:#551abb}.language-item--to-save .language-item__checkbox{background-color:#551abb;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='%23fff'%20viewBox='0%200%2016%2016'%3e%3cpath%20d='M8.97%204.97a.75.75%200%200%201%201.07%201.05l-3.99%204.99a.75.75%200%200%201-1.08.02L2.324%208.384a.75.75%200%201%201%201.06-1.06l2.094%202.093L8.95%204.992zm-.92%205.14.92.92a.75.75%200%200%200%201.079-.02l3.992-4.99a.75.75%200%201%200-1.091-1.028L9.477%209.417l-.485-.486z'%3e%3c/path%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center}.language-item__checkbox{width:20px;height:20px;border:1px solid #D9D9D9;border-radius:4px}.language-item__content{display:flex;flex-direction:column;gap:2px}.language-item__header{display:flex;align-items:center;gap:8px}.language-item__base{padding:0 6px;border-radius:99px;background-color:#dfdef2;border:1px solid transparent;display:flex;align-items:center;justify-content:center}.language-item__full{color:#888}.limited{border:1px solid #D92D20;padding:16px;border-radius:8px;display:flex;align-items:center;justify-content:space-between;background-color:#d92c200a}.limited-content{display:flex;align-items:center;gap:8px}.limited-content svg{height:16px}.error-page{width:100%;height:100lvh;display:grid;grid-template-columns:repeat(2,1fr)}.error-page__content{position:relative;padding:24px;background-color:#f4f7ff;display:flex;align-items:center;justify-content:center}.error-page__inner{max-width:580px;display:flex;align-items:start;flex-direction:column;gap:42px}.error-page__info{display:flex;flex-direction:column;gap:16px}.error-page__title{text-transform:uppercase;color:#551abb;font-weight:700;font-size:48px}.error-page__media{background-color:#fff;padding:24px;display:flex;align-items:center;justify-content:center}*,*:before,*:after{box-sizing:border-box;padding:0;margin:0}body,h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd{margin:0;padding:0}ul,ol{list-style:none;padding:0;margin:0}body{min-height:100dvh}a{text-decoration:none;color:inherit}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit;color:inherit;background:none;border:none;outline:none}button{cursor:pointer}table{border-collapse:collapse;width:100%}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}body,html{font-family:Inter Tight,sans-serif;background:linear-gradient(314.27deg,#e5fdeb,#cce2f3 54%,#d9d7f4);color:var(--Black-gray, #4B4951)}h1{font-size:40px;font-weight:500;line-height:48px}h2{font-size:24px;font-weight:500;line-height:32px}.text-lg-medium{font-size:18px;font-weight:500;line-height:24px}.text-md-medium{font-size:16px;font-weight:500;line-height:24px}.text-md-regular{font-size:16px;font-weight:400;line-height:24px}.text-sm-bold{font-size:14px;font-weight:600;line-height:20px}.text-sm-medium{font-size:14px;font-weight:500;line-height:20px}.text-sm-regular{font-size:14px;font-weight:400;line-height:20px}.text-xs-medium{font-size:12px;font-weight:500;line-height:20px}.text-xs-regular{font-size:12px;font-weight:400;line-height:20px}
