@import"https://fonts.googleapis.com/css2?family=Onest:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #1AC672;--toastify-color-warning: #FF9900;--toastify-color-error: #F0264A;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #F1F1F2E5;--toastify-toast-min-height: 48px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #181028;--toastify-text-color-dark: #181028;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-colored: #ddd}.Toastify__toast-container{z-index:var(--toastify-z-index);transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light{background:var(--toastify-toast-background);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--default{background:var(--toastify-color-progress-colored)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:4px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center;white-space:pre-wrap;font-size:14px;font-weight:500;font-family:Onest,"sans-serif"}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:16px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:16px;height:16px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:center}.Toastify__close-button--light{color:#181028}.Toastify__close-button>svg{fill:currentcolor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__none{0%,60%,75%,90%,to{animation-timing-function:none;animation-duration:0}0%{opacity:1;transform:translateZ(0)}to{transform:translateZ(0)}}.Toastify__none-enter--top-left,.Toastify__none-enter--bottom-left,.Toastify__none-enter--top-right,.Toastify__none-enter--bottom-right,.Toastify__none-enter--top-center,.Toastify__none-enter--bottom-center{animation-name:Toastify__none}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}.ltable{margin-top:10px;overflow-x:auto}.ltable__empty-state{margin-top:1rem;margin-bottom:1rem;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));padding:1rem;text-align:center}.ltable__empty-state p{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.ltable__sticky-header{position:fixed;top:0;z-index:50;height:50px;overflow-x:auto;overflow-y:hidden;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(241 241 242 / var(--tw-bg-opacity, 1))}.plan-compare__table__col.ltable__sticky-header{position:sticky;left:0;z-index:20;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));text-align:left}.ltable__sticky-header{opacity:1!important;filter:none!important;transform:none!important;transition:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.ltable__sticky-header::-webkit-scrollbar{display:none}.ltable__sticky-header__el{flex-shrink:0}.ltable__container{width:100%}.ltable__container table{width:auto;min-width:100%}.ltable th:first-child{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.ltable th:last-child{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.ltable__header{position:sticky;top:0;z-index:20;height:50px;--tw-bg-opacity: 1;background-color:rgb(241 241 242 / var(--tw-bg-opacity, 1))}.ltable__header.static{position:relative}.ltable__header--selection{z-index:10;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(241 241 242 / var(--tw-bg-opacity, 1))}.ltable__header-cell{font-size:13px;line-height:16.58px;white-space:nowrap;padding:14px 10px;text-align:left;font-weight:400;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.ltable__header-cell--checkbox{padding:14px 10px}.ltable__header-content{display:flex;align-items:center;gap:3px}.ltable__header-sort{display:flex;flex-direction:column;align-items:center}.ltable__header-sort-icon{cursor:pointer}.ltable__header-checkbox{gap:4px}.ltable__selection-bar{display:flex;align-items:center;justify-content:space-between;padding-left:10px}.ltable__selection-bar__left{display:flex;align-items:center;gap:20px}.ltable__selection-bar__checkbox{display:flex;align-items:center;gap:10px}.ltable__selection-bar__text{font-size:13px;line-height:16.58px;font-weight:400;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.ltable__selection-bar__actions{display:flex;align-items:center;gap:20px;padding-top:8px;padding-bottom:8px}.ltable__selection-bar__action{font-size:13px;line-height:16.58px;font-weight:400;--tw-text-opacity: 1;color:rgb(82 0 255 / var(--tw-text-opacity, 1))}.ltable__selection-bar__transfer{display:flex;align-items:center;gap:5px}.ltable__selection-bar__transfer-label{font-size:13px;line-height:16.58px;font-weight:400;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.ltable__selection-bar__transfer-dropdown{border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(112 102 133 / var(--tw-border-opacity, 1));padding-bottom:5px}.ltable__selection-bar__price{font-size:13px;line-height:16.58px;margin-right:16px;font-weight:400;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.ltable__body>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse));--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity, 1))}.ltable__body{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.ltable__row{cursor:pointer}.ltable__row:hover{--tw-bg-opacity: 1;background-color:rgb(245 243 249 / var(--tw-bg-opacity, 1))}.ltable__type{display:flex;align-items:center;justify-content:center}.ltable__cell{padding:10px}.ltable__cell--text,.ltable__cell--metric,.ltable__cell--price{font-size:14px;line-height:18.2px;white-space:nowrap;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.ltable__cell--text--medium,.ltable__cell--metric--medium,.ltable__cell--price--medium{line-height:18px;font-size:15px;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.ltable__cell--url,.ltable__cell--statuses,.ltable__cell--links-numbers,.ltable__cell--type{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ltable__cell--user{display:flex;justify-content:center;text-align:center}.ltable__cell--anchor{max-width:200px;white-space:nowrap}.ltable__cell--country{font-size:14px;line-height:18.2px;white-space:nowrap;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.ltable__cell--comment{font-size:14px;line-height:18.2px;min-width:150px;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.ltable__cell--center{justify-content:center}.ltable__cell--tags{white-space:nowrap}.ltable__url{display:flex;align-items:center}.ltable__url-link{font-size:14px;line-height:18.2px;max-width:230px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.ltable__url-badge{font-size:13px;line-height:13px;margin-left:.25rem;border-radius:9999px;border-width:1px;--tw-border-opacity: 1;border-color:rgb(26 198 114 / var(--tw-border-opacity, 1));padding:.25rem .375rem}.ltable__url-tier{font-size:14px;line-height:18.2px;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.ltable__country{display:flex;justify-content:center}.ltable__anchor{display:flex;flex-direction:column;gap:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ltable__anchor-text,.ltable__anchor-link{font-size:14px;line-height:18.2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400}.ltable__anchor-text{--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.ltable__anchor-link{--tw-text-opacity: 1;color:rgb(82 0 255 / var(--tw-text-opacity, 1))}.ltable__type-badge{font-size:13px;line-height:16.58px;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(231 229 234 / var(--tw-bg-opacity, 1));padding:4px 8px;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.ltable__status{display:flex;align-items:center;gap:6px;white-space:nowrap}.ltable__status-icon{flex-shrink:0}.ltable__status-date{font-size:13px;line-height:16.58px;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.ltable__status-loading{font-size:13px;line-height:16.58px;display:flex;justify-content:center}.ltable__tags{display:flex;gap:4px}.ltable__tag{font-size:14px;line-height:18.2px;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(245 243 249 / var(--tw-bg-opacity, 1));padding:4px 8px;font-weight:400}.ltable__comment{width:100%}.ltable__comment-content{font-size:14px;line-height:18.2px;display:flex;align-items:center;gap:10px;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.ltable__comment-edit{cursor:pointer}.ltable__comment-add{font-size:14px;line-height:18.2px;cursor:pointer;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.ltable__comment-form{width:100%}.ltable__redirect-chain{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.ltable__menu{position:relative;display:flex;justify-content:center}.ltable__menu-button{border-radius:9999px;padding:.5rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ltable__menu-button:hover{--tw-bg-opacity: 1;background-color:rgb(231 229 234 / var(--tw-bg-opacity, 1))}.ltable__menu-dropdown{position:absolute;top:25px;right:0;margin-top:.5rem;width:12rem;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-top:.25rem;padding-bottom:.25rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);z-index:100}.ltable__menu-item{width:100%;padding:.5rem 1rem;text-align:left;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ltable__menu-item:hover{--tw-bg-opacity: 1;background-color:rgb(245 243 249 / var(--tw-bg-opacity, 1))}.ltable__menu-item--delete{--tw-text-opacity: 1;color:rgb(240 38 74 / var(--tw-text-opacity, 1))}.external-integration{display:flex;flex-direction:column;gap:16px;padding-top:14px}.external-integration__header{font-size:15px;line-height:20px;font-weight:600;display:flex;align-items:center;gap:8px}.external-integration__content{display:flex;align-items:center;gap:16px}.ldropdown{position:relative;display:inline-block}.ldropdown__btn{display:flex;align-items:center;gap:.5rem;border-radius:.375rem;padding:9px 12px;font-weight:400;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ldropdown__btn:hover{--tw-bg-opacity: 1;background-color:rgb(245 243 249 / var(--tw-bg-opacity, 1))}.ldropdown__btn:disabled{opacity:.5}.ldropdown__menu{max-height:500px;overflow-y:auto;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.ldropdown__item{font-size:14px;line-height:18.2px;display:flex;cursor:pointer;align-items:center;gap:10px;word-break:break-all;border-radius:.5rem;padding:9px 10px;text-align:left;font-weight:400;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.ldropdown__item:hover{--tw-bg-opacity: 1;background-color:rgb(231 229 234 / var(--tw-bg-opacity, 1))}.ldropdown__item__selected{--tw-text-opacity: 1;color:rgb(82 0 255 / var(--tw-text-opacity, 1))}.fade-enter-active,.fade-leave-active{transition:opacity .15s ease}.fade-enter-from,.fade-leave-to{opacity:0}.lmodal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center}.plan-compare__table__col.lmodal{position:sticky;left:0;z-index:20;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));text-align:left}.lmodal{background-color:#00000080;scrollbar-gutter:stable}.lmodal__container{position:relative;z-index:51;display:flex;max-height:90%;flex-direction:column;border-radius:.5rem;border-width:1px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-top:25px;padding-bottom:20px}.lmodal__close{position:absolute;top:10px;right:10px;cursor:pointer}.lmodal__header{display:flex;align-items:center;gap:16px;padding-left:30px;padding-right:30px;padding-bottom:10px}.lmodal__body{overflow:auto;padding-left:30px;padding-right:30px;scrollbar-gutter:stable}.lmodal__title{font-size:20px;line-height:24px;font-weight:600}.lmodal__content{margin-bottom:25px;margin-top:15px}.lmodal__footer{display:flex;align-items:center;gap:10px;border-top-width:1px;--tw-border-opacity: 1;border-top-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding-top:20px}.lmodal__button{line-height:18px;font-size:15px;font-weight:600}.l-pagination__container{display:flex;justify-content:space-between;padding:16px 12px}.l-pagination__navigation{display:flex;align-items:center;justify-content:center}.l-pagination__per-page{display:flex;align-items:center;gap:6px}.l-pagination__label{font-size:14px;line-height:18.2px;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.l-pagination__button,.l-pagination__arrow,.l-pagination__dots{font-size:14px;line-height:18.2px;cursor:pointer;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));font-weight:600;--tw-text-opacity: 1;color:rgb(71 62 90 / var(--tw-text-opacity, 1))}.l-pagination__button,.l-pagination__dots{padding:9px 15px}.l-pagination__arrow{padding:13px}.l-pagination__dots:hover{cursor:not-allowed}.l-pagination__button--active{--tw-bg-opacity: 1;background-color:rgb(241 238 246 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(82 0 255 / var(--tw-text-opacity, 1))}.l-pagination__button--inactive{--tw-text-opacity: 1;color:rgb(71 62 90 / var(--tw-text-opacity, 1))}.l-pagination__button--inactive:hover{--tw-bg-opacity: 1;background-color:rgb(241 238 246 / var(--tw-bg-opacity, 1))}.l-pagination__button--disabled{cursor:not-allowed;opacity:.4}.lwarning{font-size:10px;line-height:13px;flex-shrink:0;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(255 199 0 / var(--tw-bg-opacity, 1));padding:2px 7px;text-align:center;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.searchbar{position:relative;margin:1px;width:100%}.searchbar__icon{pointer-events:none;position:absolute;top:0;bottom:0;left:0;display:flex;align-items:center;padding-left:12px}.searchbar__input{line-height:18px;font-size:15px;width:100%;min-width:200px;border-radius:.5rem;padding-top:11px;padding-bottom:11px;padding-left:40px;font-weight:400;outline:2px solid transparent;outline-offset:2px}.status-icon{display:flex;height:22px;width:22px;align-items:center;justify-content:center;border-radius:9999px}.user-avatar{flex-shrink:0;border-radius:9999px}.user-avatar__text-container{display:flex;align-items:center;justify-content:center;--tw-bg-opacity: 1;background-color:rgb(112 102 133 / var(--tw-bg-opacity, 1))}.user-avatar__text{font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.user-avatar__text.small{font-weight:700;font-size:10.26px;line-height:0}.user-avatar__text.large{font-weight:700;font-size:16.11px;line-height:0}.user-avatar__text.xl{font-weight:700;font-size:22px;line-height:22px}.lstatus{font-size:13px;line-height:16.58px;border-radius:.375rem;padding:4px 8px;font-weight:400}.lstatus__container{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.lstatus.warning{border-width:1px;--tw-border-opacity: 1;border-color:rgb(255 153 0 / var(--tw-border-opacity, 1));--tw-text-opacity: 1;color:rgb(255 153 0 / var(--tw-text-opacity, 1))}.lstatus.error{border-width:1px;--tw-border-opacity: 1;border-color:rgb(240 38 74 / var(--tw-border-opacity, 1));--tw-text-opacity: 1;color:rgb(240 38 74 / var(--tw-text-opacity, 1))}.lstatus.disabled{border-width:1px;--tw-border-opacity: 1;border-color:rgb(154 149 170 / var(--tw-border-opacity, 1));--tw-text-opacity: 1;color:rgb(154 149 170 / var(--tw-text-opacity, 1))}.lmenu{position:relative;display:inline-block}.lmenu__button{display:flex;cursor:pointer;align-items:center;justify-content:center;border-width:0px;background-color:transparent;padding:.5rem}.lmenu:hover{border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(241 238 246 / var(--tw-bg-opacity, 1))}.lmenu__dropdown{position:fixed;z-index:1000;display:flex;min-width:160px;flex-direction:column;overflow:hidden;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.plan-compare__table__col.lmenu__dropdown{position:sticky;left:0;z-index:20;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));text-align:left}.lmenu__dropdown{pointer-events:auto}.lmenu__item{width:100%;cursor:pointer;white-space:nowrap;border-width:0px;background-color:transparent;padding:.5rem .75rem;text-align:left;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.lmenu__item:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.lmenu__item--delete{--tw-text-opacity: 1;color:rgb(240 38 74 / var(--tw-text-opacity, 1))}.l-new-badge{display:inline-block;border-radius:.375rem;font-weight:500;line-height:1}.l-new-badge--2xs{padding:1.5px 3px;font-size:10px;line-height:100%}.l-new-badge--xs{font-size:11px;line-height:13.2px;padding:3px 5px}.l-new-badge--sm{font-size:12px;line-height:14.4px;padding:3px 5px}.l-new-badge--lg{padding:4px 6px;font-size:.75rem;line-height:1rem}.l-new-badge--default{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.l-new-badge--white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.dp__input_wrap{position:relative;width:100%;box-sizing:unset}.dp__input_wrap:focus{border-color:var(--dp-border-color-hover);outline:none}.dp__input_valid{box-shadow:0 0 var(--dp-border-radius) var(--dp-success-color);border-color:var(--dp-success-color)}.dp__input_valid:hover{border-color:var(--dp-success-color)}.dp__input_invalid{box-shadow:0 0 var(--dp-border-radius) var(--dp-danger-color);border-color:var(--dp-danger-color)}.dp__input_invalid:hover{border-color:var(--dp-danger-color)}.dp__input{line-height:18px;font-size:15px;box-sizing:border-box;width:100%;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:15px 8px 15px 12px;font-weight:400;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1));outline:2px solid transparent;outline-offset:2px}.dp__input_reg{caret-color:#0000}.dp__input_focus{--tw-text-opacity: 1;color:rgb(82 0 255 / var(--tw-text-opacity, 1))}.dp__disabled{background:var(--dp-disabled-color)}.dp__disabled::-moz-placeholder{color:var(--dp-disabled-color-text)}.dp__disabled::placeholder{color:var(--dp-disabled-color-text)}.dp__input_icons{--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1));display:inline-block;width:var(--dp-font-size);height:var(--dp-font-size);stroke-width:0;font-size:var(--dp-font-size);line-height:calc(var(--dp-font-size) * 1.5);padding:6px 12px;box-sizing:content-box}.dp__input_icon{--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1));cursor:pointer;position:absolute;top:50%;inset-inline-start:0;transform:translateY(-50%)}.dp--clear-btn{position:absolute;top:50%;inset-inline-end:0;transform:translateY(-50%);cursor:pointer;color:var(--dp-icon-color);background:#0000;border:none;display:inline-flex;align-items:center;padding:0;margin:0}.dp__input_icon_pad{padding-inline-start:var(--dp-input-icon-padding)}.dp__menu{background:var(--dp-background-color);border-radius:var(--dp-border-radius);min-width:var(--dp-menu-min-width);font-family:var(--dp-font-family);font-size:var(--dp-font-size);-webkit-user-select:none;-moz-user-select:none;user-select:none;border:1px solid var(--dp-menu-border-color);box-sizing:border-box}.dp__menu:after{box-sizing:border-box}.dp__menu:before{box-sizing:border-box}.dp__menu:focus{border:1px solid var(--dp-menu-border-color);outline:none}.dp--menu-wrapper{position:absolute;z-index:99999}.dp__menu_inner{padding:var(--dp-menu-padding)}.dp--menu--inner-stretched{padding:6px 0}.dp__menu_index{z-index:99999}.dp-menu-loading,.dp__menu_readonly,.dp__menu_disabled{position:absolute;top:0;right:0;bottom:0;left:0;z-index:999999}.dp__menu_disabled{background:#ffffff80;cursor:not-allowed}.dp__menu_readonly{background:#0000;cursor:default}.dp-menu-loading{background:#ffffff80;cursor:default}.dp--menu-load-container{display:flex;height:100%;width:100%;justify-content:center;align-items:center}.dp--menu-loader{width:48px;height:48px;border:var(--dp-loader);border-bottom-color:#0000;border-radius:50%;display:inline-block;box-sizing:border-box;animation:dp-load-rotation 1s linear infinite;position:absolute}@keyframes dp-load-rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dp__arrow_top{left:var(--dp-arrow-left);top:0;height:12px;width:12px;background-color:var(--dp-background-color);position:absolute;border-inline-end:1px solid var(--dp-menu-border-color);border-top:1px solid var(--dp-menu-border-color);transform:translate(-50%,-50%) rotate(-45deg)}.dp__arrow_bottom{left:var(--dp-arrow-left);bottom:0;height:12px;width:12px;background-color:var(--dp-background-color);position:absolute;border-inline-end:1px solid var(--dp-menu-border-color);border-bottom:1px solid var(--dp-menu-border-color);transform:translate(-50%,50%) rotate(45deg)}.dp__action_extra{text-align:center;padding:2px 0}.dp--preset-dates{padding:5px;border-inline-end:1px solid var(--dp-border-color);text-align:center}.dp--preset-dates[data-dp-mobile],.dp--preset-dates-collapsed{display:flex;align-self:center;border:none;overflow-x:auto;max-width:calc(var(--dp-menu-width) - var(--dp-action-row-padding) * 2)}.dp__sidebar_left{padding:5px;border-inline-end:1px solid var(--dp-border-color)}.dp__sidebar_right{padding:5px;margin-inline-end:1px solid var(--dp-border-color)}.dp--preset-range{font-size:14px!important;padding:5px 14px;background:#f1f1f2;border-radius:6px;margin-bottom:5px;text-align:center;text-wrap:nowrap}.dp--preset-range:hover{--tw-bg-opacity: 1;background-color:rgb(82 0 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dp--preset-range[data-dp-mobile]{border:1px solid var(--dp-border-color);margin:0 3px}.dp--preset-range[data-dp-mobile]:first-child{margin-left:0}.dp--preset-range[data-dp-mobile]:last-child{margin-right:0}.dp--preset-range-collapsed{border:1px solid var(--dp-border-color);margin:0 3px}.dp--preset-range-collapsed:first-child{margin-left:0}.dp--preset-range-collapsed:last-child{margin-right:0}.dp__menu_content_wrapper{display:flex}.dp__menu_content_wrapper[data-dp-mobile],.dp--menu-content-wrapper-collapsed{flex-direction:column-reverse}.dp__calendar_header{position:relative;display:flex;justify-content:center;align-items:center;color:var(--dp-text-color);white-space:nowrap;font-weight:700}.dp__calendar_header_item{font-size:14px;line-height:18.2px;display:flex;height:35px;width:35px;align-items:center;justify-content:center;color:var(--dp-text-color)}.dp__calendar_row{display:flex;align-items:center;justify-content:center;padding-top:2px;padding-bottom:2px}.dp__calendar_item{--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1));text-align:center;flex-grow:1;box-sizing:border-box}.dp__calendar_item:has(.dp__range_start),.dp__calendar_item:has(.dp__range_end),.dp__calendar_item:has(.dp__range_between){--tw-bg-opacity: 1;background-color:rgb(241 238 246 / var(--tw-bg-opacity, 1))}.dp__calendar_item:has(.dp__range_start){border-top-left-radius:9999px;border-bottom-left-radius:9999px}.dp__calendar_item:has(.dp__range_end){border-top-right-radius:9999px;border-bottom-right-radius:9999px}.dp__calendar{position:relative}.dp__calendar_header_cell{border-bottom:thin solid var(--dp-border-color);padding:var(--dp-calendar-header-cell-padding)}.dp__cell_inner{font-size:14px;line-height:18.2px;position:relative;display:flex;height:35px;width:35px;align-items:center;justify-content:center;text-align:center}.dp__cell_inner:hover{transition:all .2s}.dp__cell_auto_range_start,.dp__date_hover_start:hover,.dp__range_start{border-end-end-radius:0;border-start-end-radius:0}.dp__cell_auto_range_end,.dp__date_hover_end:hover,.dp__range_end{border-end-start-radius:0;border-start-start-radius:0}.dp__range_end,.dp__range_start,.dp__active_date{border-radius:9999px;border-style:none;--tw-bg-opacity: 1;background-color:rgb(32 0 102 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dp__date_hover_end:hover,.dp__date_hover_start:hover,.dp__date_hover:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__cell_offset{color:var(--dp-secondary-color)}.dp__cell_disabled{color:var(--dp-secondary-color);cursor:not-allowed}.dp__range_between{--tw-bg-opacity: 1;background-color:rgb(241 238 246 / var(--tw-bg-opacity, 1));color:var(--dp-range-between-dates-text-color);border-radius:0;border:1px solid var(--dp-range-between-border-color)}.dp__range_between_week{background:var(--dp-primary-color);color:var(--dp-primary-text-color);border-radius:0;border-top:1px solid var(--dp-primary-color);border-bottom:1px solid var(--dp-primary-color)}.dp__today{border-radius:9999px;border-width:2px;--tw-border-opacity: 1;border-color:rgb(82 0 255 / var(--tw-border-opacity, 1))}.dp__week_num{color:var(--dp-secondary-color);text-align:center}.dp__cell_auto_range{border-radius:0;border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_start{border-start-start-radius:var(--dp-cell-border-radius);border-end-start-radius:var(--dp-cell-border-radius);border-inline-start:1px dashed var(--dp-primary-color);border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_end{border-start-end-radius:var(--dp-cell-border-radius);border-end-end-radius:var(--dp-cell-border-radius);border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color);border-inline-end:1px dashed var(--dp-primary-color)}.dp__calendar_header_separator{width:100%;height:1px;background:var(--dp-border-color)}.dp__calendar_next{margin-inline-start:var(--dp-multi-calendars-spacing)}.dp__marker_line,.dp__marker_dot{height:5px;background-color:var(--dp-marker-color);position:absolute;bottom:0}.dp__marker_dot{width:5px;border-radius:50%;left:50%;transform:translate(-50%)}.dp__marker_line{width:100%;left:0}.dp__marker_tooltip{position:absolute;border-radius:var(--dp-border-radius);background-color:var(--dp-tooltip-color);padding:5px;border:1px solid var(--dp-border-color);z-index:99999;box-sizing:border-box;cursor:default}.dp__tooltip_content{white-space:nowrap}.dp__tooltip_text{display:flex;align-items:center;flex-flow:row nowrap;color:var(--dp-text-color)}.dp__tooltip_mark{height:5px;width:5px;border-radius:50%;background-color:var(--dp-text-color);color:var(--dp-text-color);margin-inline-end:5px}.dp__arrow_bottom_tp{bottom:0;height:8px;width:8px;background-color:var(--dp-tooltip-color);position:absolute;border-inline-end:1px solid var(--dp-border-color);border-bottom:1px solid var(--dp-border-color);transform:translate(-50%,50%) rotate(45deg)}.dp__instance_calendar{position:relative;width:100%}.dp__flex_display[data-dp-mobile],.dp--flex-display-collapsed{flex-direction:column}.dp__cell_highlight{background-color:var(--dp-highlight-color)}.dp__month_year_row{display:flex;align-items:center;height:var(--dp-month-year-row-height);color:var(--dp-text-color);box-sizing:border-box}.dp__inner_nav{display:flex;align-items:center;justify-content:center;cursor:pointer;height:var(--dp-month-year-row-button-size);width:var(--dp-month-year-row-button-size);color:var(--dp-icon-color);text-align:center;border-radius:50%}.dp__inner_nav svg{height:var(--dp-button-icon-height);width:var(--dp-button-icon-height)}.dp__inner_nav:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}[dir=rtl] .dp__inner_nav{transform:rotate(180deg)}.dp__inner_nav_disabled:hover,.dp__inner_nav_disabled{background:var(--dp-disabled-color);color:var(--dp-disabled-color-text);cursor:not-allowed}.dp--year-select,.dp__month_year_select{text-align:center;cursor:pointer;height:var(--dp-month-year-row-height);display:flex;align-items:center;justify-content:center;border-radius:var(--dp-border-radius);box-sizing:border-box;color:var(--dp-text-color)}.dp--year-select:hover,.dp__month_year_select:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color);transition:var(--dp-common-transition)}.dp--year-select{width:100%}.dp__month_year_wrap{display:flex;width:100%;flex-direction:row;justify-content:center;gap:8px}.dp__year_disable_select{justify-content:space-around}.dp--header-wrap{display:flex;width:100%;flex-direction:column}.dp__overlay{width:100%;background:var(--dp-background-color);transition:opacity 1s ease-out;z-index:99999;font-family:var(--dp-font-family);color:var(--dp-text-color);box-sizing:border-box}.dp--overlay-absolute{position:absolute;height:100%;top:0;left:0}.dp--overlay-relative{position:relative}.dp__overlay_container::-webkit-scrollbar-track{box-shadow:var(--dp-scroll-bar-background);background-color:var(--dp-scroll-bar-background)}.dp__overlay_container::-webkit-scrollbar{width:5px;background-color:var(--dp-scroll-bar-background)}.dp__overlay_container::-webkit-scrollbar-thumb{background-color:var(--dp-scroll-bar-color);border-radius:10px}.dp__overlay:focus{border:none;outline:none}.dp__container_flex{display:flex}.dp__container_block{display:block}.dp__overlay_container{flex-direction:column;overflow-y:auto;height:var(--dp-overlay-height)}.dp__time_picker_overlay_container{height:100%}.dp__overlay_row{padding:0;box-sizing:border-box;display:flex;margin-inline:auto;flex-wrap:wrap;max-width:100%;width:100%;align-items:center}.dp__flex_row{flex:1}.dp__overlay_col{box-sizing:border-box;width:33%;padding:var(--dp-overlay-col-padding);white-space:nowrap}.dp__overlay_cell_pad{padding:var(--dp-common-padding) 0}.dp__overlay_cell_active{cursor:pointer;border-radius:var(--dp-border-radius);text-align:center;background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__overlay_cell{cursor:pointer;border-radius:var(--dp-border-radius);text-align:center}.dp__overlay_cell:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color);transition:var(--dp-common-transition)}.dp__cell_in_between{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__over_action_scroll{right:5px;box-sizing:border-box}.dp__overlay_cell_disabled{cursor:not-allowed;background:var(--dp-disabled-color)}.dp__overlay_cell_disabled:hover{background:var(--dp-disabled-color)}.dp__overlay_cell_active_disabled{cursor:not-allowed;background:var(--dp-primary-disabled-color)}.dp__overlay_cell_active_disabled:hover{background:var(--dp-primary-disabled-color)}.dp__btn,.dp--qr-btn,.dp--time-overlay-btn,.dp--time-invalid{border:none;font:inherit;transition:var(--dp-common-transition);line-height:normal}.dp--year-mode-picker{display:flex;width:100%;align-items:center;justify-content:space-between;height:var(--dp-cell-size)}.dp--tp-wrap{max-width:var(--dp-menu-min-width)}.dp--tp-wrap[data-dp-mobile]{max-width:100%}.dp__time_input{width:100%;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-family:var(--dp-font-family);color:var(--dp-text-color)}.dp__time_col_reg_block{padding:0 20px}.dp__time_col_reg_inline{padding:0 10px}.dp__time_col_reg_with_button{padding:0 15px}.dp__time_col_reg_with_button[data-compact~=true]{padding:0 5px}.dp__time_col_sec{padding:0 10px}.dp__time_col_sec_with_button{padding:0 5px}.dp__time_col_sec_with_button[data-collapsed~=true]{padding:0}.dp__time_col{text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column}.dp__time_col_block{font-size:var(--dp-time-font-size)}.dp__time_display_block{padding:0 3px}.dp__time_display_inline{padding:5px}.dp__time_picker_inline_container{display:flex;width:100%;justify-content:center}.dp__inc_dec_button{padding:5px;margin:0;height:var(--dp-time-inc-dec-button-size);width:var(--dp-time-inc-dec-button-size);display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;color:var(--dp-icon-color);box-sizing:border-box}.dp__inc_dec_button svg{height:var(--dp-time-inc-dec-button-size);width:var(--dp-time-inc-dec-button-size)}.dp__inc_dec_button:hover{background:var(--dp-hover-color);color:var(--dp-primary-color)}.dp__time_display{cursor:pointer;color:var(--dp-text-color);border-radius:var(--dp-border-radius);display:flex;align-items:center;justify-content:center}.dp__time_display:hover:enabled{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__inc_dec_button_inline{width:100%;padding:0;height:8px;cursor:pointer;display:flex;align-items:center}.dp__inc_dec_button_disabled,.dp__inc_dec_button_disabled:hover{background:var(--dp-disabled-color);color:var(--dp-disabled-color-text);cursor:not-allowed}.dp__pm_am_button{background:var(--dp-primary-color);color:var(--dp-primary-text-color);border:none;padding:var(--dp-common-padding);border-radius:var(--dp-border-radius);cursor:pointer}.dp__pm_am_button[data-compact~=true]{padding:7px}.dp__tp_inline_btn_bar{width:100%;height:4px;background-color:var(--dp-secondary-color);transition:var(--dp-common-transition);border-collapse:collapse}.dp__tp_inline_btn_top:hover .dp__tp_btn_in_r{background-color:var(--dp-primary-color);transform:rotate(12deg) scale(1.15) translateY(-2px)}.dp__tp_inline_btn_top:hover .dp__tp_btn_in_l,.dp__tp_inline_btn_bottom:hover .dp__tp_btn_in_r{background-color:var(--dp-primary-color);transform:rotate(-12deg) scale(1.15) translateY(-2px)}.dp__tp_inline_btn_bottom:hover .dp__tp_btn_in_l{background-color:var(--dp-primary-color);transform:rotate(12deg) scale(1.15) translateY(-2px)}.dp--time-overlay-btn{background:none}.dp--time-invalid{background-color:var(--dp-disabled-color)}.dp__action_row{display:flex;align-items:center;width:100%;padding:var(--dp-action-row-padding);box-sizing:border-box;color:var(--dp-text-color);flex-flow:row nowrap}.dp__action_row svg{height:var(--dp-button-icon-height);width:auto}.dp__selection_preview{display:block;color:var(--dp-text-color);font-size:var(--dp-preview-font-size);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.dp__action_buttons{display:flex;flex:1 1 0%;align-items:center;justify-content:flex-end;gap:6px}.dp__action_cancel{line-height:18px;font-size:15px;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:6px 12px;font-weight:500;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.dp__action_cancel:hover{opacity:.8;transition:var(--dp-action-row-transtion)}.dp__action_buttons .dp__action_select{line-height:18px;font-size:15px;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(82 0 255 / var(--tw-bg-opacity, 1));padding:6px 12px;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dp__action_buttons .dp__action_select:hover{opacity:.8;transition:var(--dp-action-row-transtion)}.dp__action_buttons .dp__action_select:disabled{background:var(--dp-primary-disabled-color);cursor:not-allowed}.dp-quarter-picker-wrap{display:flex;flex-direction:column;height:100%;min-width:var(--dp-menu-min-width)}.dp--qr-btn-disabled{cursor:not-allowed;background:var(--dp-disabled-color)}.dp--qr-btn-disabled:hover{background:var(--dp-disabled-color)}.dp--qr-btn{width:100%;padding:var(--dp-common-padding)}.dp--qr-btn:not(.dp--highlighted,.dp--qr-btn-active,.dp--qr-btn-disabled,.dp--qr-btn-between){background:none}.dp--qr-btn:hover:not(.dp--qr-btn-active,.dp--qr-btn-disabled){background:var(--dp-hover-color);color:var(--dp-hover-text-color);transition:var(--dp-common-transition)}.dp--quarter-items{display:flex;flex-direction:column;flex:1;width:100%;height:100%;justify-content:space-evenly}.dp--qr-btn-active{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp--qr-btn-between{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}:root{--dp-common-transition: all .1s ease-in;--dp-menu-padding: 6px 8px;--dp-animation-duration: .1s;--dp-menu-appear-transition-timing: cubic-bezier(.4, 0, 1, 1);--dp-transition-timing: ease-out;--dp-action-row-transtion: all .2s ease-in;--dp-font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;--dp-border-radius: 4px;--dp-cell-border-radius: 4px;--dp-transition-length: 22px;--dp-transition-timing-general: .1s;--dp-button-height: 35px;--dp-month-year-row-height: 35px;--dp-month-year-row-button-size: 25px;--dp-button-icon-height: 20px;--dp-calendar-wrap-padding: 0 5px;--dp-cell-size: 49px;--dp-cell-padding: 7px 15px;--dp-common-padding: 10px;--dp-input-icon-padding: 35px;--dp-input-padding: 6px 30px 6px 12px;--dp-menu-min-width: 260px;--dp-action-buttons-padding: 1px 6px;--dp-row-margin: 5px 0;--dp-calendar-header-cell-padding: .5rem;--dp-multi-calendars-spacing: 10px;--dp-overlay-col-padding: 3px;--dp-time-inc-dec-button-size: 32px;--dp-font-size: 1rem;--dp-preview-font-size: .8rem;--dp-time-font-size: 2rem;--dp-action-button-height: 22px;--dp-action-row-padding: 8px;--dp-direction: ltr }.dp__theme_dark{--dp-background-color: #212121;--dp-text-color: #fff;--dp-hover-color: #484848;--dp-hover-text-color: #fff;--dp-hover-icon-color: #959595;--dp-primary-color: #005cb2;--dp-primary-disabled-color: #61a8ea;--dp-primary-text-color: #fff;--dp-secondary-color: #a9a9a9;--dp-border-color: #2d2d2d;--dp-menu-border-color: #2d2d2d;--dp-border-color-hover: #aaaeb7;--dp-border-color-focus: #aaaeb7;--dp-disabled-color: #737373;--dp-disabled-color-text: #d0d0d0;--dp-scroll-bar-background: #212121;--dp-scroll-bar-color: #484848;--dp-success-color: #00701a;--dp-success-color-disabled: #428f59;--dp-icon-color: #959595;--dp-danger-color: #e53935;--dp-marker-color: #e53935;--dp-tooltip-color: #3e3e3e;--dp-highlight-color: rgb(0 92 178 / 20%);--dp-range-between-dates-background-color: var(--dp-hover-color, #484848);--dp-range-between-dates-text-color: var(--dp-hover-text-color, #fff);--dp-range-between-border-color: var(--dp-hover-color, #fff);--dp-loader: 5px solid #005cb2 }.dp__theme_light{--dp-background-color: #fff;--dp-text-color: #212121;--dp-hover-color: #f3f3f3;--dp-hover-text-color: #212121;--dp-hover-icon-color: #959595;--dp-primary-color: #1976d2;--dp-primary-disabled-color: #6bacea;--dp-primary-text-color: #fff;--dp-secondary-color: #c0c4cc;--dp-border-color: #ddd;--dp-menu-border-color: #ddd;--dp-border-color-hover: #aaaeb7;--dp-border-color-focus: #aaaeb7;--dp-disabled-color: #f6f6f6;--dp-scroll-bar-background: #f3f3f3;--dp-scroll-bar-color: #959595;--dp-success-color: #76d275;--dp-success-color-disabled: #a3d9b1;--dp-icon-color: #959595;--dp-danger-color: #ff6f60;--dp-marker-color: #ff6f60;--dp-tooltip-color: #fafafa;--dp-disabled-color-text: #8e8e8e;--dp-highlight-color: rgb(25 118 210 / 10%);--dp-range-between-dates-background-color: var(--dp-hover-color, #f3f3f3);--dp-range-between-dates-text-color: var(--dp-hover-text-color, #212121);--dp-range-between-border-color: var(--dp-hover-color, #f3f3f3);--dp-loader: 5px solid #1976d2 }.dp__flex{display:flex;align-items:center}.dp__btn{background:none}.dp__main{font-family:var(--dp-font-family);-webkit-user-select:none;-moz-user-select:none;user-select:none;box-sizing:border-box;position:relative;width:100%}.dp__main *{direction:var(--dp-direction, ltr)}.dp__pointer{cursor:pointer}.dp__icon{stroke:currentcolor;fill:currentcolor}.dp__button{width:100%;text-align:center;color:var(--dp-icon-color);cursor:pointer;display:flex;align-items:center;place-content:center center;padding:var(--dp-common-padding);box-sizing:border-box;height:var(--dp-button-height)}.dp__button.dp__overlay_action{position:absolute;bottom:0}.dp__button:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}.dp__button svg{height:var(--dp-button-icon-height);width:auto}.dp__button_bottom{border-bottom-left-radius:var(--dp-border-radius);border-bottom-right-radius:var(--dp-border-radius)}.dp__flex_display{display:flex}.dp__flex_display_with_input{flex-direction:column;align-items:flex-start}.dp__relative{position:relative}.calendar-next-enter-active,.calendar-next-leave-active,.calendar-prev-enter-active,.calendar-prev-leave-active{transition:all var(--dp-transition-timing-general) ease-out}.calendar-next-enter-from{opacity:0;transform:translate(var(--dp-transition-length))}.calendar-next-leave-to,.calendar-prev-enter-from{opacity:0;transform:translate(calc(var(--dp-transition-length) * -1))}.calendar-prev-leave-to{opacity:0;transform:translate(var(--dp-transition-length))}.dp-menu-appear-bottom-enter-active,.dp-menu-appear-bottom-leave-active,.dp-menu-appear-top-enter-active,.dp-menu-appear-top-leave-active,.dp-slide-up-enter-active,.dp-slide-up-leave-active,.dp-slide-down-enter-active,.dp-slide-down-leave-active{transition:all var(--dp-animation-duration) var(--dp-transition-timing)}.dp-menu-appear-top-enter-from,.dp-menu-appear-top-leave-to,.dp-slide-down-leave-to,.dp-slide-up-enter-from{opacity:0;transform:translateY(var(--dp-transition-length))}.dp-menu-appear-bottom-enter-from,.dp-menu-appear-bottom-leave-to,.dp-slide-down-enter-from,.dp-slide-up-leave-to{opacity:0;transform:translateY(calc(var(--dp-transition-length) * -1))}.dp--arrow-btn-nav{transition:var(--dp-common-transition)}.dp--highlighted{background-color:var(--dp-highlight-color)}.dp--hidden-el{visibility:hidden}.linput__wrapper{position:relative}.linput__left-icon{position:absolute;left:.75rem;top:50%;z-index:10;--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.linput__base{position:relative;border-radius:.375rem;padding:12px 8px 12px 12px;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1));outline:2px solid transparent;outline-offset:2px}.linput__base:focus{--tw-border-opacity: 1;border-color:rgb(82 0 255 / var(--tw-border-opacity, 1))}.linput__base{font-size:15px;line-height:24px}.linput__base.error{--tw-border-opacity: 1;border-color:rgb(240 38 74 / var(--tw-border-opacity, 1))}.linput__toggle-icon{position:absolute;right:.75rem;top:50%;display:flex;--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.linput__placeholder{pointer-events:none;position:absolute;left:12px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.linput__placeholder__active{top:6px;font-weight:400;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1));font-size:12px;line-height:16px}.linput__placeholder__active-error{top:6px;font-weight:400;--tw-text-opacity: 1;color:rgb(240 38 74 / var(--tw-text-opacity, 1));font-size:12px;line-height:16px}.linput__placeholder__inactive{top:13px;font-weight:400;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1));font-size:15px;line-height:24px}.linput__placeholder__inactive-error{top:13px;font-weight:400;--tw-text-opacity: 1;color:rgb(240 38 74 / var(--tw-text-opacity, 1));font-size:15px;line-height:24px}.linput__placeholder__focused{top:6px;font-weight:400;--tw-text-opacity: 1;color:rgb(82 0 255 / var(--tw-text-opacity, 1));font-size:12px;line-height:16px}.linput__hint{margin-top:8px;font-weight:400;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1));font-size:13px;line-height:16.9px}.linput__error{margin-top:5px;font-weight:400;--tw-text-opacity: 1;color:rgb(240 38 74 / var(--tw-text-opacity, 1));font-size:12px;line-height:16px}.linput__search-container{margin-top:6px;display:flex;flex-direction:column}.linput__search-item{cursor:pointer;gap:8px;border-radius:.375rem;padding:8px}.linput__search-item:hover{--tw-bg-opacity: 1;background-color:rgb(231 229 234 / var(--tw-bg-opacity, 1))}.lselect__wrapper{position:relative;display:flex;flex-direction:column;gap:10px}.lselect__top-label{font-size:14px;line-height:18.2px;font-weight:500;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.lselect__input-layout{position:relative;cursor:pointer;border-radius:.375rem;border-width:1px;padding:12px 8px 12px 12px;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1));outline:2px solid transparent;outline-offset:2px}.lselect__input-layout:focus{--tw-border-opacity: 1;border-color:rgb(82 0 255 / var(--tw-border-opacity, 1))}.lselect__input-layout__multiple{position:relative;cursor:pointer;border-radius:.375rem;border-width:1px;padding:9px 8px 9px 12px;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1));outline:2px solid transparent;outline-offset:2px}.lselect__input-layout__multiple:focus{--tw-border-opacity: 1;border-color:rgb(82 0 255 / var(--tw-border-opacity, 1))}.lselect__label{pointer-events:none;position:absolute;left:12px;top:6px;font-weight:400;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;font-size:12px;line-height:16px}.lselect__value,.lselect__input{cursor:pointer;background-color:transparent;font-weight:400;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1));font-size:15px;line-height:24px}.lselect__value{display:block;width:calc(100% - 45px)}.lselect__value__multiple{cursor:pointer;background-color:transparent;font-weight:400;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1));font-size:15px;line-height:24px}.lselect__multivalue{display:flex;max-width:100%;flex-wrap:wrap;gap:6px}.lselect__multivalue__item{font-size:14px;line-height:18.2px;display:flex;align-items:center;gap:4px;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(245 243 249 / var(--tw-bg-opacity, 1));padding:6px 6px 6px 8px;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.lselect__input::-moz-placeholder{font-weight:400;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1));font-size:15px;line-height:24px}.lselect__input::placeholder{font-weight:400;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1));font-size:15px;line-height:24px}.lselect__input:disabled{cursor:pointer}.lselect__icons{position:absolute;top:18px;right:13px;display:flex;align-items:center;gap:8px}.lselect__hint{margin-top:8px;font-weight:400;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1));font-size:13px;line-height:16.9px}.lselect__error{margin-top:5px;font-weight:400;--tw-text-opacity: 1;color:rgb(240 38 74 / var(--tw-text-opacity, 1));font-size:12px;line-height:16px}.lselect__options__wrapper{max-height:200px;overflow:auto;border-radius:.125rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:6px;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.lselect__options__wrapper--bottom{position:absolute;z-index:50;margin-top:5px;width:100%;top:100%}.lselect__options__wrapper--top{position:absolute;z-index:50;margin-bottom:5px;width:100%;bottom:100%;flex-direction:column-reverse}.lselect__options__wrapper--top .lselect__options__item{display:flex;flex-direction:column-reverse}.lselect__options__search__block{display:flex;align-items:center;gap:8px;padding:10px}.lselect__options__search__input{width:100%;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1));outline:2px solid transparent;outline-offset:2px}.lselect__options__search__input::-moz-placeholder{--tw-text-opacity: 1;color:rgb(154 149 170 / var(--tw-text-opacity, 1))}.lselect__options__search__input::placeholder{--tw-text-opacity: 1;color:rgb(154 149 170 / var(--tw-text-opacity, 1))}.lselect__options__search__input{font-size:14px;line-height:24px}.lselect__options__item{cursor:pointer;word-break:break-all;border-radius:.375rem;padding:6px 10px;font-weight:400;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.lselect__options__item:hover{--tw-bg-opacity: 1;background-color:rgb(241 238 246 / var(--tw-bg-opacity, 1))}.lselect__options__item{font-size:14px;line-height:24px}.lradio{display:flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;gap:8px}.lradio__container{position:relative;display:flex;align-items:center}.lradio__circle{position:relative;height:18px;width:18px;border-radius:9999px;border-width:1px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.lradio__circle__inside{position:absolute;margin:.25rem;height:8px;width:8px;border-radius:9999px;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.lradio__label{line-height:18px;font-size:15px;font-weight:400;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.ltextarea__wrapper{position:relative}.ltextarea__base{position:relative;border-radius:.375rem;border-width:1px;padding:12px 8px 12px 12px;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1));outline:2px solid transparent;outline-offset:2px}.ltextarea__base:focus{--tw-border-opacity: 1;border-color:rgb(82 0 255 / var(--tw-border-opacity, 1))}.ltextarea__base{font-size:15px;line-height:18px}.ltextarea__base.error{--tw-border-opacity: 1;border-color:rgb(240 38 74 / var(--tw-border-opacity, 1))}.ltextarea__placeholder{pointer-events:none;position:absolute;left:12px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.ltextarea__placeholder__active{top:1px;right:10px;z-index:10;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-top:6px;font-weight:400;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1));font-size:12px;line-height:16px}.ltextarea__placeholder__active-error{top:1px;right:10px;z-index:10;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-top:6px;font-weight:400;--tw-text-opacity: 1;color:rgb(240 38 74 / var(--tw-text-opacity, 1));font-size:12px;line-height:16px}.ltextarea__placeholder__inactive{top:13px;font-weight:400;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1));font-size:15px;line-height:24px}.ltextarea__placeholder__inactive-error{top:13px;font-weight:400;--tw-text-opacity: 1;color:rgb(240 38 74 / var(--tw-text-opacity, 1));font-size:15px;line-height:24px}.ltextarea__placeholder__focused{top:1px;right:10px;z-index:10;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-top:6px;font-weight:400;--tw-text-opacity: 1;color:rgb(82 0 255 / var(--tw-text-opacity, 1));font-size:12px;line-height:16px}.ltextarea__toggle-icon{position:absolute;right:.75rem;top:50%;display:flex;--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.ltextarea__char-count{position:absolute;right:12px;bottom:8px;font-size:12px;color:#9a95aa}.ltextarea__hint{margin-top:8px;font-weight:400;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1));font-size:13px;line-height:16.9px}.ltextarea__error{margin-top:5px;font-weight:400;--tw-text-opacity: 1;color:rgb(240 38 74 / var(--tw-text-opacity, 1));font-size:12px;line-height:16px}.lrange-input{display:block}.lrange-input__content{display:flex;align-items:center;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.ltoggle{position:relative;display:inline-flex;cursor:pointer;align-items:center}.ltoggle--disabled{cursor:not-allowed;opacity:.6}.ltoggle__input{position:absolute;top:0;left:0;right:0;bottom:0}.ltoggle__slider{position:relative;display:inline-block;height:18px;width:32px;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(209 210 221 / var(--tw-bg-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.ltoggle__slider:before{position:absolute;left:3px;bottom:3px;height:12px;width:12px;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));transition-property:transform;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);content:""}.ltoggle--checked .ltoggle__slider{--tw-bg-opacity: 1;background-color:rgb(82 0 255 / var(--tw-bg-opacity, 1))}.ltoggle--checked .ltoggle__slider:before{--tw-translate-x: 14px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.ltoggle--primary.ltoggle--checked .ltoggle__slider{--tw-bg-opacity: 1;background-color:rgb(82 0 255 / var(--tw-bg-opacity, 1))}.ltoggle--small .ltoggle__slider{height:18px;width:32px}.ltoggle--small .ltoggle__slider:before{left:3px;bottom:3px;height:12px;width:12px}.ltoggle--small.ltoggle--checked .ltoggle__slider:before{--tw-translate-x: 14px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.ltoggle--large .ltoggle__slider{height:30px;width:60px}.ltoggle--large .ltoggle__slider:before{left:3px;bottom:3px;height:24px;width:24px}.ltoggle--large.ltoggle--checked .ltoggle__slider:before{--tw-translate-x: 30px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.ltoggle__label{margin-left:.5rem}.l-list-input{height:150px;width:100%;overflow:auto}.l-list-input__items{margin:0;list-style-type:none;padding:0}.l-list-input__item{display:flex;align-items:center;gap:10px;padding-top:10px;padding-bottom:10px}.l-list-input__bullet{font-size:20px;font-weight:600;line-height:9px}.l-list-input__text{line-height:18px;font-size:15px;width:100%;cursor:pointer;word-break:break-all;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.l-list-input__input{line-height:18px;font-size:15px;width:100%;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1));outline:2px solid transparent;outline-offset:2px}.l-list-input__input:focus{--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.google-sign-in-btn{display:flex;width:100%;align-items:center;border-radius:.375rem;border-width:1px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:12px 10px;font-weight:600;font-size:15px;line-height:19.5px}.google-sign-in-btn:disabled{cursor:not-allowed;opacity:.7}.system-notification{font-size:14px;line-height:18.2px;width:100%;padding-top:7px;padding-bottom:7px;text-align:center;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.sidebar-container{position:sticky;top:20px;display:flex;height:100vh;width:285px;flex-direction:column;transition:width .2s ease-out;will-change:width}@media screen and (max-width: 1399px){.sidebar-container{width:245px}}.sidebar-container--collapsed{width:80px}@media screen and (max-width: 1399px){.sidebar-container--collapsed{width:80px}}.sidebar{height:calc(100vh - 110px);flex:1 1 0%;overflow-y:auto;overflow-x:hidden;padding:14px 16px 16px;transition:padding .2s ease-out;scrollbar-gutter:stable}.sidebar__top{position:relative;display:flex;height:35px;align-items:center;justify-content:space-between}.sidebar__toggle{position:absolute;right:.5rem;cursor:pointer;border-radius:.5rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.sidebar__toggle:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.sidebar__toggle--collapsed{right:auto;left:50%;--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sidebar-container--collapsed .sidebar{padding-left:8px;padding-right:8px}.sidebar-logo{margin-left:14px;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}@media screen and (max-width: 1399px){.sidebar-logo{width:145px}}.sidebar-bottom{margin-top:auto;height:110px;flex-shrink:0;padding-left:16px;padding-right:22px;padding-bottom:16px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.sidebar-container--collapsed .sidebar-bottom{padding-left:8px;padding-right:8px}.navigation__wrapper{position:relative;margin-top:16px;margin-bottom:16px;display:flex;flex-direction:column;gap:3px}.navigation__wrapper--collapsed{margin-top:8px;margin-bottom:8px}.navigation__text{line-height:18px;font-size:15px;display:flex;align-items:center;gap:12px;overflow:hidden;white-space:nowrap;font-weight:500}@media screen and (max-width: 1399px){.navigation__text{font-size:14px;line-height:18.2px;gap:8px}}.navigation__item{position:relative;z-index:10;display:flex;cursor:pointer;align-items:center;gap:12px;padding:12px 16px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.navigation__item:hover{opacity:.8}@media screen and (max-width: 1399px){.navigation__item{gap:8px}}.navigation__item--collapsed{justify-content:center;padding-left:8px;padding-right:8px}.navigation__item__bg{position:absolute;left:0;top:0;height:44px;width:100%;border-radius:1.5rem}.sidebar-profile__notification-icon{position:relative;display:flex;height:32px;width:32px;cursor:pointer;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(230 227 239 / var(--tw-bg-opacity, 1));padding:7px}.sidebar-profile__tooltip-menu{position:absolute;left:100%;top:0;z-index:50;margin-left:.5rem;width:12rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-top:.5rem;padding-bottom:.5rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.sidebar-profile__tooltip-menu-enter-active,.sidebar-profile__tooltip-menu-leave-active{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.sidebar-profile__tooltip-menu-enter-from,.sidebar-profile__tooltip-menu-leave-to{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:0}.sidebar-profile__tooltip-header{border-bottom-width:1px;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.sidebar-profile__tooltip-links{padding-top:.5rem;padding-bottom:.5rem}.sidebar-profile__tooltip-item{display:block;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.sidebar-profile__tooltip-item:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(82 0 255 / var(--tw-text-opacity, 1))}.sidebar-profile__tooltip-divider{margin-top:.25rem;margin-bottom:.25rem;border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.sidebar-profile__container{margin-top:10px;width:100%;border-radius:.5rem;padding:14px 12px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.sidebar-profile__container--collapsed{padding:8px}.sidebar-profile__username{line-height:18px;font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.sidebar-profile__details{margin-top:18px;margin-left:40px;display:flex;transform-origin:top;flex-direction:column;gap:14px;overflow:hidden}.sidebar-profile__details__item{line-height:18px;font-size:15px;--tw-text-opacity: 1;color:rgb(71 62 90 / var(--tw-text-opacity, 1))}.sidebar-profile__details__item:hover{--tw-text-opacity: 1;color:rgb(82 0 255 / var(--tw-text-opacity, 1))}.sidebar-subscription__exist{display:flex;align-items:center;justify-content:space-between;border-width:1px;border-right-width:0px;border-left-width:0px;border-bottom-width:0px;--tw-border-opacity: 1;border-top-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding-left:12px;padding-right:12px;padding-top:16px}.sidebar-subscription__exist__container{font-size:13px;line-height:16.58px;display:flex;flex-direction:column;font-weight:500}.sidebar-subscription__collapsed{border-top-width:1px;--tw-border-opacity: 1;border-top-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding-top:16px}.sidebar-subscription__not-exist{display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(26 0 82 / var(--tw-bg-opacity, 1));padding:12px}.sidebar-subscription__not-exist__text{font-size:14px;line-height:18.2px;width:100px;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.sidebar-subscription__expired{display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(240 38 74 / var(--tw-bg-opacity, 1));padding:12px}.sidebar-subscription__btn{font-size:14px;line-height:18.2px;font-weight:600}.sidebar-extension{position:relative;margin-top:auto;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(23 23 23 / var(--tw-bg-opacity, 1));padding:16px}@media screen and (max-width: 1399px){.sidebar-extension{padding:12px}}.sidebar-extension__title{line-height:18px;font-size:15px;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.sidebar-extension__description{font-size:14px;line-height:18.2px;margin-top:5px;font-weight:400;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}@media screen and (max-width: 1399px){.sidebar-extension__description{font-size:12px;line-height:14.4px}}.sidebar-extension__btn{font-size:14px;line-height:18.2px;margin-top:12px;font-weight:600}.sidebar-extension__remove-btn{position:absolute;right:10px;top:10px;cursor:pointer}.profile-page__title{font-size:24px;line-height:28.8px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.profile-page__content{margin-top:30px;display:flex;width:50%;flex-direction:column;gap:30px}.profile-user-info{display:flex;flex-direction:column;gap:15px}.profile-user-info__avatar-info{display:flex;align-items:center;gap:16px;padding-bottom:10px}.profile-user-info__avatar-info__name{font-size:18px;line-height:21.6px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.profile-user-info__avatar-info__email{line-height:18px;font-size:15px;margin-top:4px;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.profile-user-info__avatar-info__avatar{position:relative;cursor:pointer}.profile-user-info__avatar-info__avatar-icon{position:absolute;bottom:0;right:0;display:flex;height:32px;width:32px;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(82 0 255 / var(--tw-bg-opacity, 1))}.profile-change-password{display:flex;flex-direction:column;gap:15px}.profile-change-password__title{font-size:18px;line-height:21.6px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.profile-delete-block{display:flex;flex-direction:column;gap:15px}.profile-delete-block__title{--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.profile-user-permissions{margin-top:15px}.profile-user-permissions__title{font-size:18px;line-height:21.6px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.profile-user-permissions__content{margin-top:15px;display:flex;flex-direction:column;gap:25px}.profile-user-permissions__section{display:flex;flex-direction:column;gap:16px}.profile-user-permissions__section__title{line-height:18px;font-size:15px;font-weight:500;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.profile-user-permissions__section__options{display:flex;gap:16px}.profile-user-permissions__section__options__label{line-height:18px;font-size:15px;font-weight:500;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.delete-account-modal-form{display:flex;flex-direction:column;gap:12px}.delete-account-modal-form__confirm{display:flex;flex-direction:column;gap:6px}.delete-account-modal-form__confirm__label{line-height:18px;font-size:15px;font-weight:500;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.delete-account-modal-form__deleted{font-size:16px;line-height:20.8px;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.project-settings-page{display:flex;flex-direction:column;gap:30px}@media (min-width: 1024px){.project-settings-page{width:66.666667%}}@media (min-width: 1280px){.project-settings-page{width:50%}}.project-settings-page__title{font-size:24px;line-height:28.8px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.project-settings-page__description{font-size:14px;line-height:18.2px;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(245 243 249 / var(--tw-bg-opacity, 1));padding:16px;--tw-text-opacity: 1;color:rgb(71 62 90 / var(--tw-text-opacity, 1))}.project-settings-page__types{display:flex;flex-direction:column;gap:15px}.project-settings-page__types__title{font-size:18px;line-height:21.6px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.project-settings-page__types__content{display:flex;flex-direction:column;gap:6px}.project-settings-page__types__content__headers{display:grid;width:100%;grid-template-columns:1fr 1fr 70px 10px;gap:10px}.project-settings-page__types__content__headers__item{font-size:11px;line-height:13.2px;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.project-settings-page__types__content__inputs{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.project-settings-page__types__content__inputs__item{display:grid;width:100%;grid-template-columns:1fr 1fr 70px 10px;align-items:flex-start;gap:10px}.project-settings-page__types__content__inputs__item__checkbox{margin-top:16px;width:70px;justify-content:center}.project-settings-page__types__content__inputs__item__delete{margin-top:18px;flex-shrink:0;cursor:pointer}.project-settings-page__tags{display:flex;flex-direction:column;gap:15px}.project-settings-page__tags__title{font-size:18px;line-height:21.6px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.project-settings-page__tags__content{display:flex;flex-direction:column;gap:10px}.project-settings-page__tags__content__item{display:flex;gap:10px}.project-settings-page__tags__content__item__delete{margin-top:16px;flex-shrink:0;cursor:pointer}.project-settings-page__currency{display:flex;flex-direction:column;gap:20px}.project-settings-page__currency__title{font-size:18px;line-height:21.6px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.project-settings-page__add-btn{line-height:18px;font-size:15px;cursor:pointer;align-self:flex-start;font-weight:500;--tw-text-opacity: 1;color:rgb(32 0 102 / var(--tw-text-opacity, 1))}.notification-settings-page{display:flex;flex-direction:column;gap:30px}@media (min-width: 1024px){.notification-settings-page{width:66.666667%}}@media (min-width: 1280px){.notification-settings-page{width:50%}}.notification-settings-page__title{font-size:24px;line-height:28.8px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.notification-settings-page__alerts__title{font-size:18px;line-height:21.6px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.notification-settings-page__alerts__content{margin-top:20px;display:flex;flex-direction:column;gap:25px}.notification-settings-page__alerts__item{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.notification-settings-page__alerts__item__text{display:flex;flex-direction:column;gap:8px}.notification-settings-page__alerts__item__title{font-size:16px;line-height:20.8px;font-weight:500;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.notification-settings-page__alerts__item__description{font-size:14px;line-height:18.2px;--tw-text-opacity: 1;color:rgb(71 62 90 / var(--tw-text-opacity, 1))}.notification-settings-page__alerts__item__tg-user{margin-top:4px}.notification-settings-page__report__title{font-size:18px;line-height:21.6px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.notification-settings-page__report__content{margin-top:20px;display:flex;flex-wrap:wrap;align-items:center;gap:16px}.notification-settings-page__days__title{font-size:18px;line-height:21.6px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.notification-settings-page__days__content{margin-top:20px;display:flex;flex-wrap:wrap;align-items:center;gap:16px}.notification-settings-page__days__content__item{width:125px}@media (min-width: 1024px){.profile-integrations-page{width:66.666667%}}@media (min-width: 1280px){.profile-integrations-page{width:50%}}.profile-integrations-page__title{font-size:24px;line-height:28.8px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.profile-integrations-page__content{margin-top:30px;display:flex;flex-direction:column;gap:15px}.profile-integrations-page__item{display:flex;flex-direction:column;gap:20px;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:20px}.profile-integrations-page__item__versions{display:flex;align-items:center;gap:16px}.profile-integrations-page__item__content{display:flex;align-items:center;justify-content:space-between;gap:16px}.profile-integrations-page__item__logo{position:relative;height:64px;width:94px}.profile-integrations-page__item__info{display:flex;flex:1 1 0%;flex-direction:column;gap:8px}.profile-integrations-page__item__info__title{font-size:16px;line-height:20.8px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.profile-integrations-page__item__info__limit{display:flex;justify-content:space-between;gap:8px}.profile-integrations-page__item__info__limit__name{line-height:18px;font-size:15px;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.profile-integrations-page__item__info__limit__number{line-height:18px;font-size:15px;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.profile-integrations-page__item__info__limit.with-border{border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding-top:8px}.subscription-page__title{font-size:24px;line-height:28.8px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.subscription-expired{margin-top:30px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(240 38 74 / var(--tw-bg-opacity, 1));padding:20px}.subscription-expired__text{display:flex;flex-direction:column;gap:10px}.subscription-expired__title{font-size:17px;line-height:22.1px;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.subscription-expired__description{line-height:18px;font-size:15px;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.subscription-expired__btn{font-size:14px;line-height:18.2px;font-weight:600}.subscription-current{margin-top:40px}.subscription-current__title{font-size:20px;line-height:24px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.subscription-current__content{margin-top:15px;display:flex;gap:20px}.subscription-current-info{display:flex;flex:1 1 0%;align-items:center;justify-content:space-between;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:20px}.subscription-current-info__content{display:flex;flex-direction:column;gap:16px}.subscription-current-info__plan-status{font-size:14px;line-height:18.2px;border-radius:9999px;padding:6px 14px;font-weight:600;width:-moz-max-content;width:max-content}.subscription-current-info__plan-status.active{--tw-bg-opacity: 1;background-color:rgb(228 248 238 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(26 198 114 / var(--tw-text-opacity, 1))}.subscription-current-info__plan-status.expired{--tw-bg-opacity: 1;background-color:rgb(255 234 238 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(240 38 74 / var(--tw-text-opacity, 1))}.subscription-current-info__name-price{display:flex;flex-direction:column;gap:8px}.subscription-current-info__name{font-size:24px;line-height:28.8px;font-weight:600;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.subscription-current-info__price{font-size:16px;line-height:20.8px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.subscription-current-info__duration{display:flex;flex-direction:column;gap:8px}.subscription-current-info__duration__label{line-height:18px;font-size:15px;font-weight:400;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.subscription-current-info__duration__date{line-height:18px;font-size:15px;font-weight:500;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.subscription-current-info__buttons{display:flex;width:200px;flex-direction:column;gap:12px}.subscription-current-info__btn{line-height:18px;font-size:15px;font-weight:600}.subscription-current-card{width:330px;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(231 229 234 / var(--tw-bg-opacity, 1));padding:20px}.subscription-current-card__header{display:flex;align-items:center;justify-content:space-between}.subscription-current-card__header__title{line-height:18px;font-size:15px;font-weight:400;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.subscription-current-card__header__actions{display:flex;gap:7px}.subscription-current-card__content{margin-top:18px;display:flex;flex-direction:column}.subscription-current-card__cheap-img{height:32px;width:40px}.subscription-current-card__number{line-height:18px;font-size:15px;margin-top:24px;font-weight:500;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.subscription-current-card__date-type{margin-top:12px;display:flex;align-items:center;justify-content:space-between}.subscription-current-card__date{line-height:18px;font-size:15px;font-weight:500;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.subscription-current-card__type-img{height:32px;width:46px}.subscription-current-usage{margin-top:30px}.subscription-current-usage__title{font-size:20px;line-height:24px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.subscription-current-usage__content{margin-top:15px;display:flex;flex-wrap:wrap;align-items:center;gap:20px}.subscription-current-usage-card{display:flex;width:275px;flex-direction:column;gap:5px;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:20px}.subscription-current-usage-card__label{line-height:18px;font-size:15px;font-weight:400;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.subscription-current-usage-card__limits{font-size:17px;line-height:22.1px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.subscription-current-usage-card__percent{margin-top:5px;height:5px;border-radius:9999px;background-color:#0000001a}.subscription-current-usage-card__percent-filled{height:5px;border-radius:9999px}.plans-page__title{font-size:24px;line-height:28.8px;font-weight:600;text-align:center;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.plans-page__toggle{text-align:center}.plans-page__cards{margin-top:20px;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:20px;padding-top:10px}@media (min-width: 1024px){.plans-page__cards{grid-template-columns:repeat(3,minmax(0,1fr))}}.plans-toggle{margin-top:24px;display:inline-flex;align-items:center;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(232 230 242 / var(--tw-bg-opacity, 1));padding:5px}.plans-toggle__item{font-size:15px;line-height:24px;border-radius:.375rem;padding:5px 15px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.plans-toggle__item.active{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.plan-card{position:relative;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:25px}.plan-card__active-subscription{font-size:13px;line-height:16.58px;position:absolute;top:-10px;left:0;right:0;margin-left:auto;margin-right:auto;width:-moz-max-content;width:max-content;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(26 198 114 / var(--tw-bg-opacity, 1));padding:5px 10px;font-weight:600;text-transform:uppercase;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.plan-card__active-subscription.expired{--tw-bg-opacity: 1;background-color:rgb(240 38 74 / var(--tw-bg-opacity, 1))}.plan-card__header{display:flex;min-height:44px;flex-wrap:wrap;align-items:center;justify-content:space-between}.plan-card__header__name{font-size:24px;line-height:28.8px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.plan-card__header__related{display:flex;align-items:center;gap:4px;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(245 243 249 / var(--tw-bg-opacity, 1));padding:5px}.plan-card__header__related__item{font-size:14px;line-height:24px;cursor:pointer;border-radius:.375rem;padding:5px 7px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.plan-card__header__related__item.active{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(82 0 255 / var(--tw-text-opacity, 1))}.plan-card__content{margin-top:12px}.plan-card__price-discount{display:flex;align-items:center;gap:10px}.plan-card__price{font-size:34px;line-height:120%;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.plan-card__price__sep{font-size:20px;line-height:24px}.plan-card__discount{font-size:14px;line-height:18.2px;border-radius:9999px;border-width:1px;--tw-border-opacity: 1;border-color:rgb(240 38 74 / var(--tw-border-opacity, 1));padding:4px 10px;font-weight:600;--tw-text-opacity: 1;color:rgb(240 38 74 / var(--tw-text-opacity, 1))}.plan-card__full-price{line-height:18px;font-size:15px;margin-top:16px;font-weight:500;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.plan-card__recommends{font-size:14px;line-height:18.2px;margin-top:12px;--tw-text-opacity: 1;color:rgb(154 149 170 / var(--tw-text-opacity, 1))}.plan-card__btn{font-size:16px;line-height:20.8px;margin-top:22px}.plan-card__features{margin-top:30px;display:flex;flex-direction:column;gap:12px}.plan-card__features__item{line-height:18px;font-size:15px;display:flex;align-items:center;gap:6px;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.plan-custom-block{margin-top:40px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(26 0 82 / var(--tw-bg-opacity, 1));padding:20px}.plan-custom-block__text{display:flex;flex-direction:column;gap:10px}.plan-custom-block__title{font-size:17px;line-height:22.1px;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.plan-custom-block__description{line-height:18px;font-size:15px;--tw-text-opacity: 1;color:rgb(239 235 245 / var(--tw-text-opacity, 1))}.plan-custom-block__btn{font-size:14px;line-height:18.2px;font-weight:600;--tw-text-opacity: 1;color:rgb(82 0 255 / var(--tw-text-opacity, 1))}.plan-compare{margin-top:40px}.plan-compare__title{font-size:20px;line-height:24px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.plan-compare__table{table-layout:fixed;border-collapse:collapse}.plan-compare__table__wrapper{position:relative;margin-top:15px;width:100%;overflow:hidden;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1))}.plan-compare__table__blur{pointer-events:none;position:absolute;top:0;right:0;z-index:10;height:100%;width:2.5rem;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: transparent var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(255 255 255 / .9) var(--tw-gradient-to-position)}.plan-compare__table__scroll-container{width:100%;cursor:pointer;--tw-pan-x: pan-x;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow-x:auto}.plan-compare__table__scroll-container:active{cursor:grabbing}.plan-compare__table__header{position:relative;width:270px;min-width:270px;max-width:270px;border-bottom-width:1px;border-right-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:20px;text-align:center}.plan-compare__table__header:last-child{border-right-width:0px}.plan-compare__table__header-fixed{position:sticky;left:0;z-index:20;height:139px;width:270px;min-width:270px;max-width:270px;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.plan-compare__table__header__content{display:flex;flex-direction:column;align-items:center;gap:8px}.plan-compare__table__header__name{font-size:18px;line-height:21.6px;font-weight:600;--tw-text-opacity: 1;color:rgb(71 62 90 / var(--tw-text-opacity, 1))}.plan-compare__table__header__price{line-height:18px;font-size:15px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.plan-compare__table__header__btn{line-height:18px;font-size:15px;margin-top:2px;font-weight:600}.plan-compare__table__header__active-subscription{font-size:11px;line-height:13.2px;position:absolute;top:0;left:0;right:0;z-index:50;width:100%;--tw-bg-opacity: 1;background-color:rgb(26 198 114 / var(--tw-bg-opacity, 1));padding:2px 10px;font-weight:600;text-transform:uppercase;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.plan-compare__table__col{line-height:18px;font-size:15px;width:270px;min-width:270px;max-width:270px;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:20px;text-align:center;font-weight:400;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.plan-compare__table__col:last-child{border-right-width:0px}.plan-compare__table__col.fixed{position:sticky;left:0;z-index:20;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));text-align:left}.plan-compare__table__col__label-help{display:flex;align-items:center;gap:5px}.folder-list__wrapper{margin-top:20px;display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:12px}.folder-list__item{display:grid;align-items:center;gap:8px;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding:1rem;grid-template-columns:1fr auto}.folder-list__item__name{cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;font-size:16px;line-height:20.8px}.folder-list__item__actions{margin-left:10px;display:flex;flex-shrink:0;cursor:pointer;gap:14px}.folder-list__empty{margin-top:20px}.folder-list__empty__text{line-height:18px;font-size:15px;font-weight:400;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.folder-list__empty__buttons{margin-top:15px;display:flex;align-items:center;gap:10px}.project-list__headers{margin-top:22px;grid-template-columns:minmax(120px,1fr) minmax(50px,1fr) minmax(50px,1fr) minmax(75px,1fr) minmax(50px,1fr) minmax(75px,1fr);gap:16px;padding-left:16px;padding-right:16px;text-align:center;text-transform:uppercase;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}@media (min-width: 768px){.project-list__headers{display:grid;grid-template-columns:minmax(255px,1fr) minmax(50px,1fr) minmax(50px,1fr) minmax(75px,1fr) minmax(50px,1fr) minmax(75px,1fr)}}@media (min-width: 1536px){.project-list__headers{grid-template-columns:minmax(280px,1fr) minmax(50px,1fr) minmax(50px,1fr) minmax(75px,1fr) minmax(50px,1fr) minmax(75px,1fr)}}.project-list__headers{font-size:11px;line-height:13.2px}.project-list__container{margin-top:12px;display:flex;flex-direction:column;gap:12px}.project-list__item{grid-template-columns:minmax(120px,1fr) minmax(50px,1fr) minmax(50px,1fr) minmax(75px,1fr) minmax(50px,1fr) minmax(75px,1fr);align-items:center;gap:16px;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:16px}@media (min-width: 768px){.project-list__item{display:grid;grid-template-columns:minmax(255px,1fr) minmax(50px,1fr) minmax(50px,1fr) minmax(75px,1fr) minmax(50px,1fr) minmax(75px,1fr)}}@media (min-width: 1536px){.project-list__item{grid-template-columns:minmax(280px,1fr) minmax(50px,1fr) minmax(50px,1fr) minmax(75px,1fr) minmax(50px,1fr) minmax(75px,1fr)}}.project-list__item__name-domain{display:flex;cursor:pointer;flex-direction:column;gap:2px;overflow:hidden;white-space:nowrap}.project-list__item__name{font-size:16px;line-height:20.8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.project-list__item__domain{font-size:14px;line-height:18.2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.project-list__item__links-count{line-height:18px;font-size:15px;text-align:center;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.project-list__item__errors{display:flex;align-items:center;justify-content:center;gap:4px;border-radius:.75rem;--tw-bg-opacity: 1;background-color:rgb(255 234 238 / var(--tw-bg-opacity, 1));padding:3px 7.5px}.project-list__item__errors__count{line-height:18px;font-size:15px;--tw-text-opacity: 1;color:rgb(240 38 74 / var(--tw-text-opacity, 1))}.project-list__item__shared-to{display:flex;align-items:center;justify-content:center}.project-list__item__shared-to__more{margin-left:-.5rem;display:flex;height:24px;width:24px;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;border-width:2px;--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(231 229 234 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1));font-size:9.5px;line-height:12.11px}.project-list__item__shared-to__avatar{cursor:pointer;border-width:2px;--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:75ms;transition-timing-function:cubic-bezier(.4,0,.2,1)}.project-list__item__shared-to__avatar:hover{z-index:10;--tw-scale-x: 1.25;--tw-scale-y: 1.25;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.project-list__item__actions{display:flex;flex-shrink:0;cursor:pointer;justify-content:center;gap:14px}.project-list__empty{margin-top:20px}.project-list__empty__text{line-height:18px;font-size:15px;font-weight:400;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.project-list__empty__buttons{margin-top:15px;display:flex;align-items:center;gap:10px}.link-widget__wrapper{border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:20px}.link-widget__header{display:flex;align-items:center;justify-content:space-between}.link-widget__title{font-size:18px;line-height:21.6px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.link-widget__content{margin-top:20px;display:flex;max-height:400px;flex-direction:column;gap:16px;overflow-y:auto}.link-widget__last-lost-link{display:flex;align-items:flex-start;gap:10px}.link-widget__last-lost-link.with-border{border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:14px}.link-widget__last-lost-link__logo{flex-shrink:0;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(231 229 234 / var(--tw-bg-opacity, 1));padding:6px}.link-widget__last-lost-link__content{display:flex;min-width:0px;flex-grow:1;flex-direction:column;gap:6px}.link-widget__last-lost-link__content__header{display:flex;align-items:center;justify-content:space-between}.link-widget__last-lost-link__content__name{font-size:14px;line-height:18.2px;font-weight:500;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.link-widget__last-lost-link__content__price{font-size:12px;line-height:14.4px;border-radius:.75rem;--tw-bg-opacity: 1;background-color:rgb(255 234 238 / var(--tw-bg-opacity, 1));padding:3px 8px;font-weight:500;--tw-text-opacity: 1;color:rgb(240 38 74 / var(--tw-text-opacity, 1))}.link-widget__last-lost-link__content__link{font-size:13px;line-height:16.58px;word-break:break-all;--tw-text-opacity: 1;color:rgb(71 62 90 / var(--tw-text-opacity, 1))}.link-widget__last-lost-link__content__date{font-size:12px;line-height:14.4px;font-weight:400;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.link-widget__last-change-item{display:flex;align-items:flex-start;gap:10px}.link-widget__last-change-item.with-border{border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:14px}.link-widget__last-change-item__content{display:flex;flex-direction:column;gap:6px}.link-widget__last-change-item__content__text{font-size:14px;line-height:18.2px;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.link-widget__last-change-item__content__username{font-weight:600}.link-widget__last-change-item__content__action{margin-left:4px;max-width:100px;word-break:break-all}.link-widget__last-change-item__content__date{font-size:12px;line-height:14.4px;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.link-widget__notification-item{display:flex;align-items:flex-start;gap:10px}.link-widget__notification-item.with-border{border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:14px}.link-widget__notification-item__content{display:flex;flex-direction:column;gap:6px}.link-widget__notification-item__content__title{font-size:14px;line-height:18.2px;font-weight:500;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.link-widget__notification-item__content__description{font-size:13px;line-height:16.58px;font-weight:400;--tw-text-opacity: 1;color:rgb(71 62 90 / var(--tw-text-opacity, 1))}.link-widget__notification-item__content__date{font-size:12px;line-height:14.4px;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.create-project-modal-form{display:flex;flex-direction:column;gap:15px}.create-project-modal-form__notifications{margin-top:4px;display:flex;flex-direction:column;gap:6px}.create-project-modal-form__notifications__content{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.create-project-modal-form__notifications__item{display:flex;width:100%;align-items:flex-start;gap:10px}.create-project-modal-form__notifications__item__delete{margin-top:16px;cursor:pointer}.create-project-modal-form__section{margin-top:14px}.create-project-modal-form__section__title{font-size:15px;line-height:20px;font-weight:600;margin-top:14px;display:flex;align-items:center;gap:8px}.create-project-modal-form__section__headers{display:flex;gap:10px}.create-project-modal-form__section__headers__item{font-size:11px;line-height:13.2px;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.create-project-modal-form__add-btn{line-height:18px;font-size:15px;cursor:pointer;align-self:flex-start;font-weight:500;--tw-text-opacity: 1;color:rgb(32 0 102 / var(--tw-text-opacity, 1))}.delete-modal-form__content{margin-top:10px}.delete-modal-form__text{line-height:18px;font-size:15px;font-weight:400;--tw-text-opacity: 1;color:rgb(71 62 90 / var(--tw-text-opacity, 1))}.share-permissions__content{margin-top:1rem;display:flex;max-height:400px;flex-direction:column;gap:12px}.share-permissions__item{display:flex;align-items:center;justify-content:space-between;gap:1rem}.share-permissions__item__user{font-size:14px;line-height:18.2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.share-permissions__item__btns{display:flex;flex-shrink:0;gap:8px}.login-form{margin-top:12px;display:flex;width:100%;flex-direction:column;gap:12px}.login-form__low-block{margin-top:8px;display:flex;align-items:center;justify-content:space-between;font-size:14px;line-height:18px}.login-form__keep-signed{display:flex;align-items:center;gap:12px;font-weight:400;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.register-form{margin-top:12px;display:flex;width:100%;flex-direction:column;gap:12px}.register-form__terms-conditions{margin-top:8px;display:flex;align-items:center;gap:12px;font-weight:400;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1));font-size:14px;line-height:18px}.project-page__header{display:flex;align-items:center;gap:16px}.project-page__header__arrow-back{cursor:pointer;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(241 238 246 / var(--tw-bg-opacity, 1));padding:9px 11px}.project-page__header__title{display:flex;flex-direction:column;gap:3px}.project-page__header__title__name{font-size:24px;line-height:28.8px;font-weight:600}.project-page__header__title__domain{font-size:14px;line-height:18.2px;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.project-page__content{margin-top:30px}.project-empty__title{font-size:20px;line-height:24px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.project-empty__description{line-height:18px;font-size:15px;margin-top:20px;font-weight:400;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.project-empty__buttons{margin-top:15px;display:flex;align-items:center;gap:10px}.project-empty__btn{line-height:18px;font-size:15px;font-weight:600}.project-links{margin-top:20px}.project-links__title{font-size:18px;line-height:21.6px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.project-links__content{margin-top:20px;margin-bottom:20px;overflow:visible;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:10px}.project-links__table{max-width:100%;overflow-x:auto}.project-links-header{display:flex;align-items:center;justify-content:space-between;gap:20px;overflow-x:auto}.links-container-settings{padding:10px 12px 20px}.links-container-settings__content{margin-top:10px;display:flex;flex-wrap:wrap;gap:16px}.project-links-filter{margin-top:10px;display:flex;flex-direction:column;gap:10px}.project-links-filter__checkbox-section{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.project-links-filter__checkbox-section__item{display:flex;flex-direction:column;gap:10px;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(245 243 249 / var(--tw-bg-opacity, 1));padding:10px 12px 12px}.project-links-filter__checkbox-section__item__text{font-size:14px;line-height:18.2px;font-weight:500;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.project-links-filter__checkbox-section__item__content{display:flex;gap:16px}.project-links-filter__select-section{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding:10px 12px}.project-links-filter__date{display:flex;flex-direction:column;gap:10px}.project-links-filter__date__label{font-size:14px;line-height:18.2px;font-weight:500;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.project-links-actions__controls{display:flex;flex-shrink:0;align-items:center}.project-links-actions__controls__text{line-height:18px;font-size:15px;font-weight:500}.project-links-actions__controls__filter,.project-links-actions__controls__settings{display:flex;cursor:pointer;align-items:center}.project-links-actions__controls__filter{width:60px;gap:6px}.project-links-actions__controls__filter-container{width:90px;border-right-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1))}.project-links-actions__controls__settings{gap:8px}.project-links-actions__controls__settings-container{width:120px;padding-left:16px}.project-links-actions__add-buttons,.project-links-actions__buttons{display:flex;flex-shrink:0;align-items:center;gap:8px}.project-links-actions__buttons__btn{line-height:18px;font-size:15px;font-weight:600}.project-anchor-url__container{border-top-width:1px;border-bottom-width:1px;padding-top:20px;padding-bottom:20px}.project-anchor-url__header{display:flex;align-items:center;justify-content:space-between}.project-anchor-url__title{font-size:18px;line-height:21.6px;font-weight:600;display:flex;cursor:pointer;align-items:center;gap:10px;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.project-anchor-url__title__warning{font-size:14px;line-height:18.2px;display:flex;align-items:center;gap:6px;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(255 244 211 / var(--tw-bg-opacity, 1));padding:4px 8px;font-weight:500;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.project-anchor-url__btn{line-height:18px;font-size:15px;font-weight:600}.project-anchor-url__content{margin-top:22px}.project-anchor-url__controls{display:flex;align-items:center;gap:5px}.project-anchor-url__nav{line-height:18px;font-size:15px;cursor:pointer;border-radius:9999px;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:6px 14px;font-weight:500;--tw-text-opacity: 1;color:rgb(71 62 90 / var(--tw-text-opacity, 1))}.project-anchor-url__nav.active{border-style:none;--tw-bg-opacity: 1;background-color:rgb(71 62 90 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.project-anchor-url__block{margin-top:10px;display:flex;gap:40px;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:10px 20px}.project-anchor-url__left-side{width:50%}.project-anchor-url__left-side__errors{display:flex;align-items:center;gap:10px;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(255 244 211 / var(--tw-bg-opacity, 1));padding:12px}.project-anchor-url__left-side__errors__checkbox{display:flex;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.project-anchor-url__left-side__errors__text{font-size:14px;line-height:18.2px;display:flex;flex-wrap:wrap;align-items:center;gap:7px;font-weight:500;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.project-anchor-url__left-side__errors__text__action{--tw-text-opacity: 1;color:rgb(82 0 255 / var(--tw-text-opacity, 1))}.project-anchor-url__left-side__content{display:flex;max-height:460px;flex-direction:column;overflow:auto}.project-anchor-url__left-side__item{display:grid;cursor:pointer;grid-template-columns:minmax(18px,18px) minmax(200px,1fr) minmax(75px,75px) minmax(50px,50px);gap:20px;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:13px 12px}.project-anchor-url__left-side__item__text,.project-anchor-url__left-side__item__count,.project-anchor-url__left-side__item__percent{font-size:14px;line-height:18.2px;font-weight:400;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.project-anchor-url__left-side__item__count,.project-anchor-url__left-side__item__percent{text-align:right}.project-anchor-url__left-side__item__text{display:flex;align-items:center;gap:7px}.project-anchor-url__left-side__item__text span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-anchor-url__left-side__show-more{font-size:14px;line-height:18.2px;margin-top:16px;margin-bottom:6px;margin-left:12px;display:flex;cursor:pointer;align-items:center;gap:6px;font-weight:600;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.project-anchor-url__right-side{display:flex;max-height:495px;width:50%;flex-direction:column;gap:8px;overflow-y:auto}.project-anchor-url__right-side__item{display:flex;align-items:center;justify-content:space-between;gap:20px;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(228 248 238 / var(--tw-bg-opacity, 1));padding:12px 14px}.project-anchor-url__right-side__item__url{display:flex;align-items:center;gap:6px}.project-anchor-url__right-side__item__url__text{font-size:14px;line-height:18.2px;max-width:330px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.project-anchor-url__right-side__item__count{font-size:14px;line-height:18.2px;flex-shrink:0;font-weight:400;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.project-anchor-url__right-side__empty{display:flex;width:50%;justify-content:center}.project-anchor-url__right-side__empty__content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.project-anchor-url__right-side__empty__text{font-size:15px;line-height:20px;font-weight:600;--tw-text-opacity: 1;color:rgb(154 149 170 / var(--tw-text-opacity, 1))}.project-statistic__container{padding-bottom:30px}.project-statistic__header{display:flex;gap:5px}.project-statistic__nav{line-height:18px;font-size:15px;cursor:pointer;border-radius:9999px;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:6px 14px;font-weight:500;--tw-text-opacity: 1;color:rgb(71 62 90 / var(--tw-text-opacity, 1))}.project-statistic__nav.active{border-style:none;--tw-bg-opacity: 1;background-color:rgb(71 62 90 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.project-statistic__content{margin-top:20px}.statistic-dashboard__container{margin-top:20px;align-items:flex-start;gap:20px}.statistic-dashboard__charts{display:flex;height:232px;width:66.666667%;align-items:center;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:20px}.statistic-dashboard__charts__title{font-size:17px;line-height:22.1px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.statistic-dashboard__charts__content{display:flex;width:100%;justify-content:center;gap:40px;padding-left:50px;padding-right:50px}.statistic-dashboard__charts__chart{max-width:33%;flex:1 1 0%}.statistic-dashboard__last-changes{width:33.333333%}.statistic-links-dynamic__container{display:flex;flex-direction:column;gap:16px;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:20px}.statistic-links-dynamic__title{font-size:17px;line-height:22.1px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.statistic-links-dynamic__controls{margin-bottom:1rem;display:flex;align-items:center;gap:25px}.statistic-links-budget__container{display:flex;flex-direction:column;gap:16px;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:20px}.statistic-links-budget__title{font-size:17px;line-height:22.1px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.statistic-links-budget__controls{margin-bottom:1rem;display:flex;align-items:center;gap:25px}.statistic-links-budget__widgets{margin-top:20px;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:20px}@media (min-width: 768px){.statistic-links-budget__widgets{grid-template-columns:repeat(3,minmax(0,1fr))}}.statistic-links-budget__widgets__item{display:flex;flex-direction:column;gap:10px;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:20px}.statistic-links-budget__widgets__item__title{line-height:18px;font-size:15px;font-weight:400;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.statistic-links-budget__widgets__item__numbers{display:flex;align-items:center;gap:5px}.statistic-links-budget__widgets__item__numbers__price{font-size:24px;line-height:28.8px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.statistic-links-budget__widgets__item__numbers__diff{font-size:13px;line-height:16.58px}.statistic-link-users__filters{display:flex;align-items:center;gap:4px;overflow-x:auto;border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:6px}.statistic-link-users__filters__item{display:flex;flex-shrink:0;align-items:center;gap:.5rem;border-radius:.375rem;padding:6px 8px}.statistic-link-users__filters__item__all{flex-shrink:0;border-radius:.375rem;padding:8px}.statistic-link-users__filters__item__checkbox-text{font-size:14px;line-height:18.2px;font-weight:400;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.statistic-link-users__content{margin-top:20px;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media (min-width: 768px){.statistic-link-users__content{grid-template-columns:repeat(4,minmax(0,1fr))}}.statistic-link-users__content__chart{border-radius:.25rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:20px}@media (min-width: 768px){.statistic-link-users__content__chart{grid-column:span 3 / span 3}}.statistic-link-users__content__chart__title{font-size:17px;line-height:22.1px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.statistic-link-users__content__stats{display:flex;flex-direction:column;gap:10px}@media (min-width: 768px){.statistic-link-users__content__stats{grid-column:span 1 / span 1}}.statistic-link-users__content__stats__total{height:255px;overflow-y:auto;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(245 243 249 / var(--tw-bg-opacity, 1));padding:20px}.statistic-link-users__content__stats__total__title{font-size:17px;line-height:22.1px;font-weight:600;display:flex;align-items:center;gap:6px;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.statistic-link-users__content__stats__total__content{margin-top:16px;display:flex;flex-direction:column;gap:16px}.statistic-link-users__content__stats__total__content__item{display:flex;align-items:center;justify-content:space-between}.statistic-link-users__content__stats__total__content__item__user{font-size:14px;line-height:18.2px;display:flex;align-items:center;gap:6px;font-weight:400;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.statistic-link-users__content__stats__total__content__item__score{line-height:18px;font-size:15px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.statistic-link-users__content__stats__total__content__progress{margin-top:8px;height:5px;width:100%;border-radius:9999px;background-color:#0000001a}.statistic-link-users__content__stats__total__content__progress__filled{height:5px;border-radius:9999px}.statistic-link-users__widgets{margin-top:20px;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:20px}@media (min-width: 768px){.statistic-link-users__widgets{grid-template-columns:repeat(4,minmax(0,1fr))}}.statistic-link-users__widgets__item{display:flex;max-height:255px;flex-direction:column;gap:10px;overflow-y:auto;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:20px}.statistic-link-users__widgets__item__title{line-height:18px;font-size:15px;font-weight:400;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.statistic-link-users__widgets__stats{display:flex;flex-direction:column;gap:10px}.statistic-link-users__widgets__stats__item{display:flex;align-items:center;justify-content:space-between}.statistic-link-users__widgets__stats__item__user{font-size:14px;line-height:18.2px;display:flex;align-items:center;gap:6px;font-weight:400;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.statistic-link-users__widgets__stats__item__numbers{display:grid;grid-template-columns:auto auto;align-items:center;gap:4px}.statistic-link-users__widgets__stats__item__numbers__count{font-size:20px;line-height:24px;font-weight:600;min-width:50px;justify-self:end;text-align:right;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.statistic-link-users__widgets__stats__item__numbers__diff{font-size:11px;line-height:13.2px;min-width:30px;justify-self:start;text-align:left;font-weight:600}.statistic-links-level__container{display:flex;flex-direction:column;gap:16px;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:20px}.statistic-links-level__title{font-size:17px;line-height:22.1px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.statistic-links-level__chart{min-height:150px;overflow:hidden;transition-property:height;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.statistic-links-level__chart__item{font-size:14px;line-height:18.2px;border-radius:9999px;padding:8.5px 14px;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.statistic-links-level__chart__expand{display:flex;height:100%;align-items:center;justify-content:center}.statistic-links-level__chart .zoom-container{display:flex!important;cursor:grab!important;justify-content:center!important}.statistic-links-level__chart .tree-org-node__expand{border-radius:.375rem!important;--tw-border-opacity: 1 !important;border-color:rgb(24 16 40 / var(--tw-border-opacity, 1))!important}.statistic-links-level__chart .tree-org-node__inner,.statistic-links-level__chart .tree-org-node__content{border-radius:9999px!important;background-color:inherit!important;--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.statistic-link-types__container{border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:20px}.statistic-link-types__title{margin-bottom:1rem;font-size:1rem;line-height:1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.statistic-link-types__content{display:flex;flex-wrap:wrap;align-items:center;gap:50px}.statistic-link-types__chart{position:relative}.statistic-link-types__chart__center{pointer-events:none;position:absolute;top:50%;left:50%;display:flex;--tw-translate-x: -50%;--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));flex-direction:column;text-align:center}.statistic-link-types__chart__center__percent{line-height:18px;font-size:15px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.statistic-link-types__chart__center__type{font-size:13px;line-height:16.58px;max-width:80px;font-weight:400;--tw-text-opacity: 1;color:rgb(71 62 90 / var(--tw-text-opacity, 1))}.statistic-link-types__types{display:grid;width:100%;flex:1 1 0%;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.statistic-link-types__types__item{margin-bottom:14px;display:flex;cursor:pointer;align-items:center;gap:8px;transition-property:transform;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.statistic-link-types__types__item:hover{--tw-translate-x: 3px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.statistic-link-types__types__item__tag{font-size:13px;line-height:16.58px;min-width:42px;border-radius:.375rem;padding:4px;text-align:center;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.statistic-link-types__types__item__label{font-size:14px;line-height:18.2px;font-weight:400;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.create-update-link-modal-form{display:flex;flex-direction:column;gap:15px}.create-update-link-modal-form__link-type{display:flex;align-items:center;gap:16px}.create-update-link-modal-form__option{border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding-top:12px;padding-bottom:12px}.create-update-link-modal-form__option__label{display:flex;width:100%;align-items:center;justify-content:space-between}.create-update-link-modal-form__option.last{border-style:none;padding-bottom:0}.create-update-link-modal-form__option__content{margin-top:18px;display:flex;flex-direction:column;gap:10px}.create-update-link-modal-form__option__content.long{gap:15px}.easy-import-modal-form{display:flex;flex-direction:column;gap:15px}.easy-import-modal-form__option{display:flex;flex-direction:column;gap:10px}.easy-import-modal-form__option__text{font-size:14px;line-height:18.2px;font-weight:500;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.easy-import-modal-form__option__text__container{display:flex;align-items:center;justify-content:space-between}.easy-import-modal-form__option__subtext{font-size:13px;line-height:16.58px;font-weight:400;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.link-import-file__validation{margin-top:20px}.link-import-file__validation__uploaded-file{display:flex;align-items:center;justify-content:space-between;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(245 243 249 / var(--tw-bg-opacity, 1));padding:10px 14px}.link-import-file__validation__uploaded-file__content{display:flex;align-items:center}.link-import-file__validation__uploaded-file__name{font-weight:500;--tw-text-opacity: 1;color:rgb(71 62 90 / var(--tw-text-opacity, 1))}.link-import-file__validation__uploaded-file__remove{cursor:pointer;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.link-import-file__validation__uploaded-file__remove:hover{--tw-text-opacity: 1;color:rgb(240 38 74 / var(--tw-text-opacity, 1))}.link-import-file__validation__errors{margin-top:15px;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(240 38 74 / var(--tw-border-opacity, 1))}.link-import-file__validation__errors__header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px}.link-import-file__validation__errors__header__title{line-height:18px;font-size:15px;font-weight:500;--tw-text-opacity: 1;color:rgb(240 38 74 / var(--tw-text-opacity, 1))}.link-import-file__validation__errors__header__download{font-size:14px;line-height:18.2px;cursor:pointer;font-weight:500;--tw-text-opacity: 1;color:rgb(82 0 255 / var(--tw-text-opacity, 1))}.link-import-file__validation__errors__content{max-height:200px;overflow-y:auto;border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(240 38 74 / var(--tw-border-opacity, 1));padding:10px 14px}.link-import-file__validation__errors__item{font-size:13px;line-height:16.58px;margin-bottom:4px;display:flex;flex-direction:column}.link-import-file__validation__warnings{margin-top:15px}.link-import-file__validation__warnings__title{line-height:18px;font-size:15px;display:flex;align-items:center;gap:10px;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(255 244 211 / var(--tw-bg-opacity, 1));padding:12px;font-weight:500}.link-import-file__validation__warnings__content{margin-top:8px;display:flex;max-height:200px;flex-direction:column;gap:8px;overflow-y:auto;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:10px 14px}.link-import-file__validation__warnings__content__block{display:flex;justify-content:space-between;gap:12px;padding-top:4px;padding-bottom:4px}.link-import-file__validation__summary{margin-top:15px;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:10px 14px}.import-disavow-modal-form__help-text{font-size:14px;line-height:18.2px;font-weight:400;--tw-text-opacity: 1;color:rgb(71 62 90 / var(--tw-text-opacity, 1))}.import-disavow-modal-form__files{margin-top:15px;display:flex;flex-direction:column;gap:8px}.import-disavow-modal-form__files__item{display:flex;cursor:pointer;align-items:center;justify-content:space-between;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(245 243 249 / var(--tw-bg-opacity, 1));padding:10px 12px 10px 14px}.ba-list-page__title{font-size:30px;line-height:39px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.ba-list-page__search-container{position:relative;margin-top:24px}.ba-list-page__search-container__icon{position:absolute;top:15px;left:16px}.ba-list-page__search-container__input{width:100%;border-radius:1.5rem;--tw-bg-opacity: 1;background-color:rgb(241 238 246 / var(--tw-bg-opacity, 1));padding:14px 16px 14px 44px;outline:2px solid transparent;outline-offset:2px}.ba-list{margin-top:30px;display:flex;align-items:center;justify-content:space-between}.ba-list__empty{margin-top:20px}.ba-list__empty__text{line-height:18px;font-size:15px;font-weight:400;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.ba-list__empty__buttons{margin-top:15px;display:flex;align-items:center;gap:10px}.ba-list__header{margin-top:30px;display:flex;align-items:center;justify-content:space-between}.ba-list__items-block{display:flex;flex-direction:column;gap:12px}.ba-list__items-block__headers{margin-top:22px;display:grid;gap:16px;padding-left:16px;padding-right:16px}@media (min-width: 768px){.ba-list__items-block__headers{grid-template-columns:minmax(200px,1fr) minmax(50px,1fr) minmax(100px,1fr) minmax(100px,1fr) minmax(140px,1fr) minmax(140px,1fr)}}@media (min-width: 1024px){.ba-list__items-block__headers{grid-template-columns:minmax(250px,1fr) minmax(75px,1fr) minmax(75px,1fr) minmax(75px,1fr) minmax(70px,1fr) minmax(140px,1fr)}}@media (min-width: 1280px){.ba-list__items-block__headers{grid-template-columns:minmax(320px,1fr) minmax(75px,1fr) minmax(75px,1fr) minmax(75px,1fr) minmax(120px,1fr) minmax(130px,1fr)}}.ba-list__items-block__headers__item{font-size:11px;line-height:13.2px;text-align:left;text-transform:uppercase;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.ba-list__items-block__headers__item.center{text-align:center}.ba-list__items-block__item{display:grid;align-items:center;gap:16px;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:16px}@media (min-width: 768px){.ba-list__items-block__item{grid-template-columns:minmax(200px,1fr) minmax(50px,1fr) minmax(100px,1fr) minmax(100px,1fr) minmax(140px,1fr) minmax(140px,1fr)}}@media (min-width: 1024px){.ba-list__items-block__item{grid-template-columns:minmax(250px,1fr) minmax(75px,1fr) minmax(75px,1fr) minmax(75px,1fr) minmax(70px,1fr) minmax(140px,1fr)}}@media (min-width: 1280px){.ba-list__items-block__item{grid-template-columns:minmax(320px,1fr) minmax(75px,1fr) minmax(75px,1fr) minmax(75px,1fr) minmax(120px,1fr) minmax(130px,1fr)}}.ba-list__items-block__item__icon-name{display:flex;align-items:center;gap:12px}.ba-list__items-block__item__icon{display:flex;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(239 235 245 / var(--tw-bg-opacity, 1));padding:10px}.ba-list__items-block__item__name{font-size:16px;line-height:20.8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.ba-list__items-block__item__count,.ba-list__items-block__item__progress,.ba-list__items-block__item__mode{line-height:18px;font-size:15px;text-align:center;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.ba-list__items-block__item__created-by{font-size:13px;line-height:16.58px;display:flex;align-items:center;justify-content:flex-start;gap:6px}.ba-list__items-block__item__actions{display:flex;flex-shrink:0;cursor:pointer;align-items:center;justify-content:center;gap:14px}.ba-list__no-results{line-height:18px;font-size:15px;margin-top:16px;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.ba-page__loading{display:flex;align-items:center;justify-content:center;padding:2rem}.ba-page__header{display:flex;align-items:center;gap:16px}.ba-page__header__arrow-back{cursor:pointer;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(241 238 246 / var(--tw-bg-opacity, 1));padding:9px 11px}.ba-page__header__title{display:flex;flex-direction:column;gap:3px}.ba-page__header__title__name{font-size:24px;line-height:28.8px;font-weight:600}.ba-page__header__title__domain{font-size:14px;line-height:18.2px;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.ba-page__content{margin-top:30px}.ba-links{margin-top:30px;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:10px}.ba-links-filter{margin-top:10px;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:12px}.ba-links-filter__saved-block{display:flex;align-items:center;gap:20px}.ba-links-filter__saved-block__select{flex:1 1 0%}.ba-links-filter__saved-block__btn{line-height:18px;font-size:15px;font-weight:600}.ba-links-filter__content{margin-top:20px;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));align-items:center;-moz-column-gap:20px;column-gap:20px;row-gap:16px}@media (min-width: 768px){.ba-links-filter__content{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.ba-links-filter__content{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1280px){.ba-links-filter__content{grid-template-columns:repeat(5,minmax(0,1fr))}}.ba-links-filter__item{display:flex;flex-direction:column;gap:10px}.ba-links-filter__item__label{font-size:14px;line-height:18.2px;font-weight:500;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.ba-links-filter__item__checkbox{display:flex;align-items:center;gap:16px;padding-top:16px;padding-bottom:16px}.ba-links-filter__save-btn{line-height:18px;font-size:15px;margin-top:16px;font-weight:500}.manage-ba-filters-modal-form__content{display:flex;flex-direction:column;gap:8px}.manage-ba-filters-modal-form__item{display:flex;align-items:center;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:8px 10px}.manage-ba-filters-modal-form__item__name{font-size:14px;line-height:18.2px;display:inline-block;width:25%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.manage-ba-filters-modal-form__item__filter{font-size:13px;line-height:16.58px;display:inline-block;width:calc(75% - 35px);--tw-text-opacity: 1;color:rgb(71 62 90 / var(--tw-text-opacity, 1))}.manage-ba-filters-modal-form__item__icon{cursor:pointer}.manage-ba-filters-modal-form__item__icon-block{display:flex;width:35px;justify-content:flex-end}.rescan-ba-modal-form__usage-text{line-height:18px;font-size:15px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.rescan-ba-modal-form__content{margin-top:15px;display:flex;flex-direction:column}.rescan-ba-modal-form__item{display:flex;align-items:center;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1))}.rescan-ba-modal-form__item:not(:last-child){border-bottom-width:1px;padding-bottom:10px}.rescan-ba-modal-form__item:not(:first-child){padding-top:10px}.rescan-ba-modal-form__item__name{line-height:18px;font-size:15px;width:50%;font-weight:400;--tw-text-opacity: 1;color:rgb(71 62 90 / var(--tw-text-opacity, 1))}.rescan-ba-modal-form__item__value{line-height:18px;font-size:15px;width:50%;text-align:right;font-weight:400;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.redirects-page__loading{display:flex;align-items:center;justify-content:center;padding:2rem}.redirects-page__header{display:flex;align-items:center;gap:16px}.redirects-page__header__arrow-back{cursor:pointer;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(241 238 246 / var(--tw-bg-opacity, 1));padding:9px 11px}.redirects-page__header__title{display:flex;flex-direction:column;gap:3px}.redirects-page__header__title__name{font-size:24px;line-height:28.8px;font-weight:600}.redirects-page__header__title__domain{font-size:14px;line-height:18.2px;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.redirects-page__content{margin-top:30px}.redirects-page__container{margin-top:30px;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:10px}.redirects-empty__title{line-height:18px;font-size:15px;font-weight:400;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.redirects-empty__buttons{margin-top:15px;display:flex;align-items:center;gap:10px}.redirects-empty__btn{line-height:18px;font-size:15px;font-weight:600}.redirects-header{display:flex;align-items:center;justify-content:space-between;gap:20px;overflow-x:auto}.redirects-actions__controls{display:flex;flex-shrink:0;align-items:center}.redirects-actions__controls__text{line-height:18px;font-size:15px;font-weight:500}.redirects-actions__controls__filter,.redirects-actions__controls__settings{display:flex;cursor:pointer;align-items:center}.redirects-actions__controls__filter{width:90px;gap:6px;border-right-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1))}.redirects-actions__controls__settings{width:120px;gap:8px;padding-left:16px}.redirects-actions__buttons{display:flex;flex-shrink:0;align-items:center;gap:8px}.redirects-actions__buttons__btn{line-height:18px;font-size:15px;font-weight:600}.redirects-filter{margin-top:10px;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:12px}.redirects-filter__content{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.redirects-filter__item{display:flex;flex-direction:column;gap:10px}.redirects-filter__item__label{font-size:14px;line-height:18.2px;font-weight:500;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.create-redirect-modal-form{display:flex;flex-direction:column;gap:15px}.create-redirect-modal-form__date{display:flex;flex-direction:column;gap:10px}.create-redirect-modal-form__date__label{font-size:14px;line-height:18.2px;font-weight:500;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.import-redirect-modal-form__help-text{font-size:14px;line-height:18.2px;margin-top:15px;font-weight:400;--tw-text-opacity: 1;color:rgb(71 62 90 / var(--tw-text-opacity, 1))}.report-page__loading{display:flex;align-items:center;justify-content:center;padding:2rem}.report-page__title{font-size:24px;line-height:28.8px;font-weight:600;display:flex;flex-direction:column;gap:3px;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.report-page__navigation{margin-top:24px;display:flex;gap:5px}.report-page__navigation__item{line-height:18px;font-size:15px;cursor:pointer;border-radius:9999px;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:6px 14px;font-weight:500;--tw-text-opacity: 1;color:rgb(71 62 90 / var(--tw-text-opacity, 1))}.report-page__navigation__item.active{--tw-border-opacity: 1;border-color:rgb(71 62 90 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(71 62 90 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.report-headers{margin-top:24px;display:flex;align-items:center;justify-content:space-between;gap:20px;overflow-x:auto}.report-actions__controls{display:flex;flex-shrink:0;align-items:center}.report-actions__controls__text{line-height:18px;font-size:15px;font-weight:500}.report-actions__controls__filter,.report-actions__controls__settings{display:flex;cursor:pointer;align-items:center}.report-actions__controls__filter{width:90px;gap:6px;border-right-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1))}.report-actions__controls__settings{width:120px;gap:8px;padding-left:16px}.report-actions__buttons{display:flex;flex-shrink:0;align-items:center;gap:8px}.report-actions__buttons__btn{line-height:18px;font-size:15px;font-weight:600}.report-settings{margin-top:10px;padding:12px}.report-settings__content{display:flex;flex-wrap:wrap;gap:16px}.report-project-links-project__container{margin-top:30px}.report-project-links-project__header{display:grid;align-items:center;gap:16px;padding-left:16px}@media (min-width: 768px){.report-project-links-project__header{grid-template-columns:minmax(120px,1fr) minmax(35px,1fr) minmax(60px,1fr) minmax(60px,1fr) minmax(55px,1fr) minmax(75px,1fr)}}@media (min-width: 1024px){.report-project-links-project__header{grid-template-columns:minmax(160px,1fr) minmax(80px,1fr) minmax(80px,1fr) minmax(80px,1fr) minmax(80px,1fr) minmax(28px,1fr)}}@media (min-width: 1280px){.report-project-links-project__header{grid-template-columns:minmax(200px,1fr) minmax(120px,1fr) minmax(120px,1fr) minmax(120px,1fr) minmax(120px,1fr) minmax(28px,1fr)}}.report-project-links-project__header__item{font-size:11px;line-height:13.2px;font-weight:400;text-transform:uppercase;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.report-project-links-project__content{margin-top:12px;display:flex;flex-direction:column;gap:12px}.report-project-links-project__content__item{gap:16px;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:16px}.report-project-links-project__content__item__info{display:grid;align-items:center;gap:16px}@media (min-width: 768px){.report-project-links-project__content__item__info{grid-template-columns:minmax(120px,1fr) minmax(35px,1fr) minmax(60px,1fr) minmax(60px,1fr) minmax(55px,1fr) minmax(75px,1fr)}}@media (min-width: 1024px){.report-project-links-project__content__item__info{grid-template-columns:minmax(160px,1fr) minmax(80px,1fr) minmax(80px,1fr) minmax(80px,1fr) minmax(80px,1fr) minmax(28px,1fr)}}@media (min-width: 1280px){.report-project-links-project__content__item__info{grid-template-columns:minmax(200px,1fr) minmax(120px,1fr) minmax(120px,1fr) minmax(120px,1fr) minmax(120px,1fr) minmax(28px,1fr)}}.report-project-links-project__content__item__info__icon-name{display:flex;align-items:center;gap:12px}.report-project-links-project__content__item__info__icon{flex-shrink:0;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(239 235 245 / var(--tw-bg-opacity, 1));padding:10px}.report-project-links-project__content__item__info__name-domain{display:flex;cursor:pointer;flex-direction:column;gap:2px;overflow:hidden;white-space:nowrap}.report-project-links-project__content__item__info__name{font-size:16px;line-height:20.8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.report-project-links-project__content__item__info__domain{font-size:14px;line-height:18.2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.report-project-links-project__content__item__info__new-errors{display:flex;justify-content:center}.report-project-links-project__content__item__info__new-errors__item{display:flex;align-items:center;justify-content:center;gap:4px;border-radius:.75rem;padding:3px 7.5px}.report-project-links-project__content__item__info__new-errors__item__count{line-height:18px;font-size:15px;--tw-text-opacity: 1;color:rgb(240 38 74 / var(--tw-text-opacity, 1))}.report-project-links-project__content__item__info__text{line-height:18px;font-size:15px;text-align:center;font-weight:400;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.report-project-links-filter{border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:12px}.report-project-links-filter__checkbox-section{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.report-project-links-filter__checkbox-section__item{display:flex;flex-direction:column;gap:10px;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(245 243 249 / var(--tw-bg-opacity, 1));padding:10px 12px 12px}.report-project-links-filter__checkbox-section__item__text{font-size:14px;line-height:18.2px;font-weight:500;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.report-project-links-filter__checkbox-section__item__content{display:flex;gap:16px}.report-project-links-filter__select-section{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding:10px 12px}.report-redirects-filter__content{margin-top:10px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:12px}.report-redirects-filter__item{display:flex;flex-direction:column;gap:10px}.report-redirects-filter__item__label{font-size:14px;line-height:18.2px;font-weight:500;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.report-empty{margin-top:30px;display:flex;align-items:center;gap:15px}.report-empty__content{display:flex;flex-direction:column;gap:12px}.report-empty__title{font-size:18px;line-height:21.6px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.report-empty__description{line-height:18px;font-size:15px;font-weight:400;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.team-page__loading{display:flex;align-items:center;justify-content:center;padding:2rem}.team-page__title{font-size:24px;line-height:28.8px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.team-page__search{position:relative;margin-top:24px}.team-page__search__icon{position:absolute;top:15px;left:16px}.team-page__search__input{width:100%;border-radius:1.5rem;--tw-bg-opacity: 1;background-color:rgb(241 238 246 / var(--tw-bg-opacity, 1));padding:14px 16px 14px 44px;outline:2px solid transparent;outline-offset:2px}.team-page__statistic{margin-top:20px}.team-page__navigation{margin-top:24px;display:flex;gap:5px}.team-page__navigation__item{line-height:18px;font-size:15px;display:flex;cursor:pointer;align-items:center;gap:6px;border-radius:9999px;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:6px 14px;font-weight:500;--tw-text-opacity: 1;color:rgb(71 62 90 / var(--tw-text-opacity, 1))}.team-page__navigation__item.active{--tw-border-opacity: 1;border-color:rgb(71 62 90 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(71 62 90 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.team-users-list{margin-top:30px;display:flex;flex-direction:column;gap:20px}.team-users-list__header{display:flex;align-items:center;justify-content:space-between}.team-users-list__header__title{font-size:20px;line-height:24px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.team-users-list__header__btn{line-height:18px;font-size:15px;font-weight:600;--tw-text-opacity: 1;color:rgb(0 192 123 / var(--tw-text-opacity, 1))}.team-users-list__content{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:12px}.team-users-list__item{display:flex;cursor:pointer;align-items:center;justify-content:space-between;gap:16px;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:16px 10px 16px 16px}.team-users-list__item__info{display:flex;align-items:center;gap:12px;overflow:hidden}.team-users-list__item__name-email{display:flex;flex-direction:column;gap:2px;overflow:hidden}.team-users-list__item__name{font-size:16px;line-height:20.8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.team-users-list__item__email{font-size:14px;line-height:18.2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.team-users-list__item__actions{display:flex;flex-shrink:0;align-items:center;gap:8px}.team-users-list__item__icon{cursor:pointer}.team-users-list__empty{display:flex;flex-direction:column;gap:8px;padding-top:2rem;padding-bottom:2rem;text-align:center}.team-users-list__empty__title{font-size:20px;line-height:24px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.team-users-list__empty__description{font-size:14px;line-height:18.2px;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.team-user-page__loading{display:flex;align-items:center;justify-content:center;padding:2rem}.team-user-page__header{display:flex;align-items:center;gap:16px}.team-user-page__header__arrow-back{cursor:pointer;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(241 238 246 / var(--tw-bg-opacity, 1));padding:9px 11px}.team-user-page__header__title{display:flex;flex-direction:column;gap:3px}.team-user-page__header__title__name{font-size:24px;line-height:28.8px;font-weight:600}.team-user-page__header__title__domain{font-size:14px;line-height:18.2px;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.team-user-page__content{margin-top:30px;width:50%}.team-user-history{margin-top:30px}.team-user-history__title{font-size:20px;line-height:24px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.team-user-history__status{font-size:13px;line-height:16.58px;border-radius:.375rem;border-width:1px;padding:4px 8px;font-weight:400}.team-user-history__status.success{--tw-border-opacity: 1;border-color:rgb(26 198 114 / var(--tw-border-opacity, 1));--tw-text-opacity: 1;color:rgb(26 198 114 / var(--tw-text-opacity, 1))}.team-user-history__status.warning{--tw-border-opacity: 1;border-color:rgb(255 153 0 / var(--tw-border-opacity, 1));--tw-text-opacity: 1;color:rgb(255 153 0 / var(--tw-text-opacity, 1))}.team-user-history__status.danger{--tw-border-opacity: 1;border-color:rgb(240 38 74 / var(--tw-border-opacity, 1));--tw-text-opacity: 1;color:rgb(240 38 74 / var(--tw-text-opacity, 1))}.team-user-history__status.info{--tw-border-opacity: 1;border-color:rgb(82 0 255 / var(--tw-border-opacity, 1));--tw-text-opacity: 1;color:rgb(82 0 255 / var(--tw-text-opacity, 1))}.tools-page__title{font-size:24px;line-height:28.8px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.tools-page__content{margin-top:30px;display:grid;gap:30px}@media (min-width: 768px){.tools-page__content{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.tools-page__content{grid-template-columns:repeat(3,minmax(0,1fr))}}.tools-page__item{border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1))}.tools-page__item__logo{display:flex;height:189px;align-items:center;justify-content:center;--tw-bg-opacity: 1;background-color:rgb(241 238 246 / var(--tw-bg-opacity, 1))}.tools-page__item__logo__icon{display:flex;border-radius:1rem;padding:20px}.tools-page__item__content{display:flex;height:202px;flex-direction:column;justify-content:space-between;padding:30px}.tools-page__item__text{display:flex;flex-direction:column;gap:16px}.tools-page__item__title{font-size:20px;line-height:24px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.tools-page__item__description{line-height:18px;font-size:15px;font-weight:400;--tw-text-opacity: 1;color:rgb(71 62 90 / var(--tw-text-opacity, 1))}.tools-page__item__link{display:flex;align-items:center;gap:5px;--tw-text-opacity: 1;color:rgb(32 0 102 / var(--tw-text-opacity, 1))}.tools-page__item__link__text{line-height:18px;font-size:15px;font-weight:600}.tools-page__item__link__icon{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.tool-header{display:flex;align-items:center;gap:14px}.tool-header__icon{display:flex;border-radius:.75rem;padding:11px}.tool-header__title{font-size:24px;line-height:28.8px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.tool-info{margin-top:30px;display:flex;align-items:center;gap:10px;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(241 241 242 / var(--tw-bg-opacity, 1));padding:14px}.tool-info__text{line-height:18px;font-size:15px;font-weight:500;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.tool-file-item{line-height:18px;font-size:15px;display:flex;align-items:center;justify-content:space-between;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(245 243 249 / var(--tw-bg-opacity, 1));padding:10px 14px;font-weight:400;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.tool-file-item__content{display:flex;flex-direction:column;gap:6px}.tool-file-item-error{font-size:13px;line-height:16.58px;--tw-text-opacity: 1;color:rgb(240 38 74 / var(--tw-text-opacity, 1))}.tool-file-item--error{--tw-bg-opacity: 1;background-color:rgb(255 234 238 / var(--tw-bg-opacity, 1))}.tool-success-message{display:flex;align-items:center;gap:10px;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(228 248 238 / var(--tw-bg-opacity, 1));padding:14px}.tool-success-message__icon{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(26 198 114 / var(--tw-bg-opacity, 1))}.tool-success-message__text{line-height:18px;font-size:15px;font-weight:600;--tw-text-opacity: 1;color:rgb(26 198 114 / var(--tw-text-opacity, 1))}.tools-hide-links__user-agents{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1))}.tools-hide-links__user-agents__section{padding:15px 20px}.tools-hide-links__user-agents__section:first-child{border-right-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1))}.tools-hide-links__user-agents__section__header{display:flex;justify-content:space-between}.tools-hide-links__user-agents__section__header__title{font-size:17px;line-height:22.1px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.tools-hide-links__user-agents__section__header__btn{line-height:18px;font-size:15px;font-weight:600;--tw-text-opacity: 1;color:rgb(82 0 255 / var(--tw-text-opacity, 1))}.tools-hide-links__user-agents__section__header__btn.active{--tw-text-opacity: 1;color:rgb(26 198 114 / var(--tw-text-opacity, 1))}.tools-hide-links__user-agents__section__search-block{display:flex;align-items:center}.tools-hide-links__user-agents__section__search-block__filters{display:flex;flex-shrink:0;gap:.5rem}.tools-hide-links__user-agents__section__search{position:relative;margin-bottom:.75rem;margin-top:12px;width:100%}.tools-hide-links__user-agents__section__content{display:flex;max-height:170px;min-height:170px;flex-wrap:wrap;align-content:flex-start;align-items:flex-start;gap:4px;overflow-y:auto}.tools-hide-links__user-agents__section__content__item{line-height:18px;font-size:15px;display:flex;align-items:center;gap:6px;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(245 243 249 / var(--tw-bg-opacity, 1));padding:10px 9px 10px 12px;font-weight:400;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.tools-hide-links__user-agents__section__content__item__action{font-size:20px;line-height:19px}.tools-hide-links__page-ip{margin-top:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1))}.tools-hide-links__page-ip__section{padding:20px}.tools-hide-links__page-ip__section:first-child{border-right-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1))}.tools-hide-links__page-ip__section__title{font-size:17px;line-height:22.1px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.tools-hide-links__page-ip__section__list-input{margin-top:12px}.tools-hide-links__generate{margin-top:15px;display:flex;flex-direction:column;gap:10px}.tools-hide-links__generate__label{font-size:14px;line-height:18.2px;font-weight:500;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.tools-hide-links__generate__actions{display:flex;align-items:center;gap:20px}.tools-hide-links__generate__actions__select{width:100%}.tools-hide-links__generate__actions__btn{line-height:18px;font-size:15px;flex-shrink:0;font-weight:700;background:linear-gradient(90deg,#9e29ff,#5200ff)}.tools-hide-links__result{margin-top:20px;display:flex;flex-direction:column;gap:16px;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(24 16 40 / var(--tw-bg-opacity, 1));padding:20px}.tools-hide-links__result__header{display:flex;justify-content:space-between}.tools-hide-links__result__header__title{font-size:17px;line-height:22.1px;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.tools-hide-links__result__header__actions{display:flex;gap:10px}.tools-hide-links__result__header__actions__btn{line-height:18px;font-size:15px;font-weight:600}.tools-hide-links__result__content{display:flex;gap:20px}.tools-hide-links__result__content__lines{line-height:18px;font-size:15px;min-width:20px;border-right-width:1px;border-color:#ffffff1f;padding-right:16px;text-align:right;line-height:150%;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.tools-hide-links__result__content__code{line-height:18px;font-size:15px;width:100%;overflow-x:auto;font-weight:400;line-height:150%;--tw-text-opacity: 1;color:rgb(232 230 242 / var(--tw-text-opacity, 1))}.tools-anchor-analyzer__dropdown{margin-top:20px;height:278px}.tools-anchor-analyzer__files{margin-top:20px;display:flex;flex-direction:column;gap:12px}.tools-anchor-analyzer__table{margin-top:20px;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding-left:10px;padding-right:10px}.tools-link-reader__dropdown{margin-top:20px;height:278px}.tools-link-reader__file{margin-top:20px}.tools-link-reader__content{margin-top:30px;padding-bottom:30px}.tools-link-reader__content__year,.tools-link-reader__content__month{margin-top:30px}.tools-link-reader__content__title{font-size:17px;line-height:22.1px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.tools-link-reader__content__item{margin-top:16px;display:flex;align-items:flex-start;gap:30px}.tools-link-reader__content__item__table{width:100%;overflow-x:auto;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding-left:10px;padding-right:10px}.tools-link-reader__content__item__chart{width:410px;flex-shrink:0}.tools-link-reader__content__item__chart__title{font-size:15px;line-height:20px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.tools-link-reader__table{margin-top:20px;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding-left:10px;padding-right:10px}.brands-page__title{font-size:30px;line-height:39px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.brands-page__content{margin-top:40px}.brands-list{display:flex;align-items:center;justify-content:space-between}.brands-list__title{font-size:20px;line-height:24px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.brands-list__btn{line-height:18px;font-size:15px;font-weight:600;--tw-text-opacity: 1;color:rgb(82 0 255 / var(--tw-text-opacity, 1))}.brands-list__container{margin-top:12px;display:flex;flex-direction:column;gap:12px}.brands-list__headers{margin-top:22px;display:grid;gap:16px;padding-left:16px;padding-right:16px;text-align:center;text-transform:uppercase;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}@media (min-width: 768px){.brands-list__headers{grid-template-columns:minmax(120px,1fr) minmax(35px,1fr) minmax(60px,1fr) minmax(60px,1fr) minmax(55px,1fr)}}@media (min-width: 1024px){.brands-list__headers{grid-template-columns:minmax(180px,1fr) minmax(60px,1fr) minmax(60px,1fr) minmax(60px,1fr) minmax(55px,1fr)}}@media (min-width: 1280px){.brands-list__headers{grid-template-columns:minmax(330px,1fr) minmax(90px,1fr) minmax(90px,1fr) minmax(90px,1fr) minmax(75px,1fr)}}.brands-list__headers{font-size:11px;line-height:13.2px}.brands-list-item{display:grid;align-items:center;gap:16px;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:16px}@media (min-width: 768px){.brands-list-item{grid-template-columns:minmax(120px,1fr) minmax(35px,1fr) minmax(60px,1fr) minmax(60px,1fr) minmax(55px,1fr)}}@media (min-width: 1024px){.brands-list-item{grid-template-columns:minmax(180px,1fr) minmax(60px,1fr) minmax(60px,1fr) minmax(60px,1fr) minmax(55px,1fr)}}@media (min-width: 1280px){.brands-list-item{grid-template-columns:minmax(330px,1fr) minmax(90px,1fr) minmax(90px,1fr) minmax(90px,1fr) minmax(75px,1fr)}}.brands-list-item__name-domain{display:flex;cursor:pointer;flex-direction:column;gap:2px;overflow:hidden;white-space:nowrap}.brands-list-item__name{font-size:16px;line-height:20.8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.brands-list-item__domain{font-size:14px;line-height:18.2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.brands-list-item__mentions-count{line-height:18px;font-size:15px;text-align:center;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.brands-list-item__errors{display:flex;align-items:center;justify-content:center;gap:4px;border-radius:.75rem;--tw-bg-opacity: 1;background-color:rgb(255 234 238 / var(--tw-bg-opacity, 1));padding:3px 7.5px}.brands-list-item__errors__count{line-height:18px;font-size:15px;--tw-text-opacity: 1;color:rgb(240 38 74 / var(--tw-text-opacity, 1))}.brands-list-item__actions{display:flex;flex-shrink:0;cursor:pointer;justify-content:center;gap:14px}.project-anchors-page__loading{display:flex;align-items:center;justify-content:center;padding:2rem}.project-anchors-page__header{display:flex;align-items:center;gap:16px}.project-anchors-page__header__arrow-back{cursor:pointer;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(241 238 246 / var(--tw-bg-opacity, 1));padding:9px 11px}.project-anchors-page__header__title{display:flex;flex-direction:column;gap:3px}.project-anchors-page__header__title__name{font-size:24px;line-height:28.8px;font-weight:600}.project-anchors-page__header__title__domain{font-size:14px;line-height:18.2px;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.project-anchors-page__content{margin-top:30px}.project-anchors-page__container{margin-top:30px;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1));padding:10px}.project-anchors-empty__title{line-height:18px;font-size:15px;font-weight:400;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.project-anchors-empty__buttons{margin-top:15px;display:flex;align-items:center;gap:10px}.project-anchors-empty__btn{line-height:18px;font-size:15px;font-weight:600}.project-anchors-header{display:flex;align-items:center;justify-content:space-between;gap:20px;overflow-x:auto}.project-anchors-actions__controls{display:flex;flex-shrink:0;align-items:center}.project-anchors-actions__controls__text{line-height:18px;font-size:15px;font-weight:500}.project-anchors-actions__controls__filter,.project-anchors-actions__controls__settings{display:flex;cursor:pointer;align-items:center}.project-anchors-actions__controls__filter{width:90px;gap:6px;border-right-width:1px;--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1))}.project-anchors-actions__controls__settings{width:120px;gap:8px;padding-left:16px}.project-anchors-actions__buttons{display:flex;flex-shrink:0;align-items:center;gap:8px}.project-anchors-actions__buttons__btn{line-height:18px;font-size:15px;font-weight:600}.project-anchors-filter{margin-top:10px;border-radius:.375rem;padding:12px}.project-anchors-filter__content{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.project-anchors-filter__item{display:flex;flex-direction:column;gap:10px}.project-anchors-filter__item__label{font-size:14px;line-height:18.2px;font-weight:500;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.news-detail-page__header{display:flex;align-items:center;gap:16px}.news-detail-page__header__arrow-back{cursor:pointer;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(241 238 246 / var(--tw-bg-opacity, 1));padding:9px 11px}.news-detail-page__header__title{font-size:24px;line-height:28.8px;font-weight:600}.news-detail-page__content{position:relative;display:flex;min-height:400px;gap:40px}.news-detail-page__content__main{min-height:800px;flex:1 1 0%;max-width:790px}.news-detail-page__detail-img{margin-top:24px;width:100%;border-radius:.375rem}.news-detail-page__detail-img img{width:100%}.news-detail-page__info-block{margin-top:24px;display:flex;align-items:center;gap:6px;--tw-text-opacity: 1;color:rgb(239 235 245 / var(--tw-text-opacity, 1))}.news-detail-page__info-block__author-block{display:flex;align-items:center;gap:10px}.news-detail-page__info-block__author-block__name{font-size:14px;line-height:18.2px;font-weight:400;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.news-detail-page__info-block__category{font-weight:500;--tw-text-opacity: 1;color:rgb(82 0 255 / var(--tw-text-opacity, 1))}.news-detail-page__info-block__date{--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.news-detail-page__content-block{margin-top:25px}.news-detail-page h1{font-size:30px;line-height:39px;font-weight:600}.news-detail-page h2{font-size:24px;line-height:28.8px;font-weight:600}.news-detail-page h3{font-size:20px;line-height:24px;font-weight:600}.news-detail-page h4{font-size:17px;line-height:22.1px;font-weight:600}.news-detail-page b,.news-detail-page strong{font-weight:600!important}.wiki-content{display:flex;flex-direction:column;gap:25px}.wiki-content__h1{font-size:30px;line-height:39px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.wiki-content__h2{font-size:24px;line-height:28.8px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.wiki-content__h3{font-size:20px;line-height:24px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.wiki-content__h4{font-size:18px;line-height:21.6px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.wiki-content__p{line-height:18px;font-size:15px;font-weight:400;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1));line-height:180%}.main-layout{display:flex;min-height:100vh;overflow:hidden;--tw-bg-opacity: 1;background-color:rgb(241 238 246 / var(--tw-bg-opacity, 1))}.main-layout__sidebar{position:fixed;left:0}.plan-compare__table__col.main-layout__sidebar{position:sticky;left:0;z-index:20;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));text-align:left}.main-layout__sidebar{transition:width .2s ease-out;will-change:width}.main-layout__sidebar--collapsed{width:80px!important}.main-layout__sidebar--hover-expanded{width:285px!important}@media screen and (max-width: 1399px){.main-layout__sidebar--hover-expanded{width:245px!important}}.main-layout__wrapper{margin-left:285px;display:flex;flex:1 1 0%;flex-direction:column;transition:margin-left .2s ease-out}@media screen and (max-width: 1399px){.main-layout__wrapper{margin-left:245px}}.main-layout__wrapper--collapsed{margin-left:80px}@media screen and (max-width: 1399px){.main-layout__wrapper--collapsed{margin-left:80px}}.main-layout__container{height:100%;border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:30px 40px;width:calc(100vw - 290px);transition:width .2s ease-out}@media screen and (max-width: 1399px){.main-layout__container{width:calc(100vw - 250px)}}.main-layout__wrapper--collapsed .main-layout__container{width:calc(100vw - 85px)}@media screen and (max-width: 1399px){.main-layout__wrapper--collapsed .main-layout__container{width:calc(100vw - 85px)}}.footer{display:flex;width:100%;justify-content:space-between;--tw-bg-opacity: 1;background-color:rgb(241 238 246 / var(--tw-bg-opacity, 1));padding:25px 40px}.footer__links{display:flex;gap:25px}.footer__link,.footer__copyright{font-size:14px;line-height:18.2px;font-weight:400;--tw-text-opacity: 1;color:rgb(71 62 90 / var(--tw-text-opacity, 1))}.auth__desktop{display:flex;height:100vh;align-items:center;justify-content:center;--tw-bg-opacity: 1;background-color:rgb(232 230 242 / var(--tw-bg-opacity, 1))}.auth__desktop__wrapper{display:flex}.auth__desktop__content{width:520px;overflow:auto;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:20px}@media (min-width: 768px){.auth__desktop__content{padding:40px 60px}}.auth__mobile{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:24px;padding-left:30px;padding-right:30px}.auth__mobile__header{font-weight:700;font-size:26px;line-height:33.8px;margin-top:.25rem;text-align:center;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.auth__mobile__header__welcome-back{font-size:17px;line-height:22.1px;font-weight:600;margin-top:80px;text-align:center;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.auth__header{font-size:24px;line-height:28.8px;font-weight:600;margin-top:30px;padding-bottom:0}.auth__no-account{margin-top:15px;font-weight:400;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1));font-size:15px;line-height:21px}.auth__or-text{font-size:15px;line-height:20px;font-weight:600;margin-top:20px}.auth__google-btn{margin-top:30px;width:100%}.auth__form-btn{margin-top:10px;font-size:17px;line-height:20px}.auth__form{margin-top:22px;display:flex;width:100%;flex-direction:column;gap:12px}.verify-email{display:flex;height:100vh}@media (min-width: 768px){.verify-email{align-items:center;justify-content:center}}.verify-email__container{display:flex;flex-direction:column;align-items:center;padding-left:30px;padding-right:30px;padding-top:20px}@media (min-width: 768px){.verify-email__container{width:400px;align-items:flex-start;padding-left:0;padding-right:0;padding-top:0}}.verify-email__header{font-size:24px;line-height:28.8px;font-weight:600;margin-top:80px;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}@media (min-width: 768px){.verify-email__header{font-size:30px;line-height:39px;font-weight:600;margin-top:0}}.verify-email__text,.verify-email__subtext{text-align:center;font-weight:400;--tw-text-opacity: 1;color:rgb(71 62 90 / var(--tw-text-opacity, 1))}@media (min-width: 768px){.verify-email__text,.verify-email__subtext{text-align:left}}.verify-email__text,.verify-email__subtext{font-size:15px;line-height:22px}.verify-email__text{margin-top:20px}.verify-email__subtext{margin-top:12px}.verify-email__button{margin-top:40px;font-size:17px;line-height:20.4px}.radial-bar__container{position:relative;display:flex;flex-direction:column;align-items:center}.radial-bar__text{margin-top:-55px;display:flex;flex-direction:column;align-items:center}.radial-bar__text__value{font-size:24px;line-height:28.8px;font-weight:600;--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.radial-bar__text__label{font-size:14px;line-height:18.2px;--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.text-h1{font-size:30px;line-height:39px;font-weight:600}.text-h2{font-size:24px;line-height:28.8px;font-weight:600}.text-h3{font-size:20px;line-height:24px;font-weight:600}.text-h4{font-size:18px;line-height:21.6px;font-weight:600}.text-medium{line-height:18px;font-size:15px}.text-normal{font-size:16px;line-height:20.8px}.text-small{font-size:14px;line-height:18.2px}.text-extra-small{font-size:13px;line-height:16.58px}.text-large{font-size:20px;line-height:24px}.text-extra-large{font-size:22px;line-height:26px}.text-l13{font-size:13px;line-height:13px}.text-h140{line-height:140%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.left-0{left:0}.left-\[16px\]{left:16px}.right-2{right:.5rem}.right-\[-6px\]{right:-6px}.top-0{top:0}.top-2{top:.5rem}.top-\[-6px\]{top:-6px}.top-\[12px\]{top:12px}.top-\[15px\]{top:15px}.z-50{z-index:50}.z-\[9998\]{z-index:9998}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.-ml-2{margin-left:-.5rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-\[10px\]{margin-bottom:10px}.mb-\[16px\]{margin-bottom:16px}.mb-\[6px\]{margin-bottom:6px}.ml-2{margin-left:.5rem}.ml-6{margin-left:1.5rem}.ml-\[-12px\]{margin-left:-12px}.ml-\[16px\]{margin-left:16px}.ml-\[30px\]{margin-left:30px}.ml-\[4px\]{margin-left:4px}.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[10px\]{margin-top:10px}.mt-\[12px\]{margin-top:12px}.mt-\[15px\]{margin-top:15px}.mt-\[16px\]{margin-top:16px}.mt-\[18px\]{margin-top:18px}.mt-\[20px\]{margin-top:20px}.mt-\[22px\]{margin-top:22px}.mt-\[24px\]{margin-top:24px}.mt-\[30px\]{margin-top:30px}.mt-\[40px\]{margin-top:40px}.mt-\[6px\]{margin-top:6px}.mt-\[8px\]{margin-top:8px}.mt-\[9px\]{margin-top:9px}.mt-auto{margin-top:auto}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-0\.5{height:.125rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-8{height:2rem}.h-\[135px\]{height:135px}.h-\[13px\]{height:13px}.h-\[150px\]{height:150px}.h-\[16px\]{height:16px}.h-\[18px\]{height:18px}.h-\[20px\]{height:20px}.h-\[215px\]{height:215px}.h-\[22px\]{height:22px}.h-\[232px\]{height:232px}.h-\[24px\]{height:24px}.h-\[255px\]{height:255px}.h-\[26px\]{height:26px}.h-\[279px\]{height:279px}.h-\[28px\]{height:28px}.h-\[290px\]{height:290px}.h-\[300px\]{height:300px}.h-\[30px\]{height:30px}.h-\[320px\]{height:320px}.h-\[32px\]{height:32px}.h-\[34px\]{height:34px}.h-\[350px\]{height:350px}.h-\[40px\]{height:40px}.h-\[44px\]{height:44px}.h-\[46px\]{height:46px}.h-\[495px\]{height:495px}.h-\[500px\]{height:500px}.h-\[50px\]{height:50px}.h-\[522px\]{height:522px}.h-\[55px\]{height:55px}.h-\[614px\]{height:614px}.h-\[78px\]{height:78px}.h-\[82px\]{height:82px}.h-\[99px\]{height:99px}.h-full{height:100%}.max-h-0{max-height:0px}.max-h-96{max-height:24rem}.max-h-\[232px\]{max-height:232px}.max-h-\[400px\]{max-height:400px}.max-h-screen{max-height:100vh}.min-h-\[200px\]{min-height:200px}.min-h-\[400px\]{min-height:400px}.min-h-\[800px\]{min-height:800px}.min-h-screen{min-height:100vh}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/5{width:20%}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\/3{width:66.666667%}.w-20{width:5rem}.w-3{width:.75rem}.w-3\/5{width:60%}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-\[100px\]{width:100px}.w-\[110px\]{width:110px}.w-\[120px\]{width:120px}.w-\[130px\]{width:130px}.w-\[134px\]{width:134px}.w-\[140px\]{width:140px}.w-\[144px\]{width:144px}.w-\[150px\]{width:150px}.w-\[155px\]{width:155px}.w-\[16px\]{width:16px}.w-\[180px\]{width:180px}.w-\[181px\]{width:181px}.w-\[18px\]{width:18px}.w-\[196px\]{width:196px}.w-\[200px\]{width:200px}.w-\[20px\]{width:20px}.w-\[220px\]{width:220px}.w-\[255px\]{width:255px}.w-\[26px\]{width:26px}.w-\[28px\]{width:28px}.w-\[30px\]{width:30px}.w-\[34px\]{width:34px}.w-\[400px\]{width:400px}.w-\[440px\]{width:440px}.w-\[44px\]{width:44px}.w-\[550px\]{width:550px}.w-\[60px\]{width:60px}.w-\[660px\]{width:660px}.w-\[70px\]{width:70px}.w-\[770px\]{width:770px}.w-\[80px\]{width:80px}.w-\[850px\]{width:850px}.w-\[full\]{width:full}.w-full{width:100%}.min-w-0{min-width:0px}.max-w-\[200px\]{max-width:200px}.max-w-\[220px\]{max-width:220px}.max-w-\[250px\]{max-width:250px}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-4{--tw-translate-x: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-2{--tw-translate-y: .5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin-slow{animation:spin 1.2s linear infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0px}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-\[10px\]{gap:10px}.gap-\[12px\]{gap:12px}.gap-\[15px\]{gap:15px}.gap-\[16px\]{gap:16px}.gap-\[20px\]{gap:20px}.gap-\[25px\]{gap:25px}.gap-\[30px\]{gap:30px}.gap-\[40px\]{gap:40px}.gap-\[4px\]{gap:4px}.gap-\[5px\]{gap:5px}.gap-\[6px\]{gap:6px}.gap-\[8px\]{gap:8px}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(243 244 246 / var(--tw-divide-opacity, 1))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity, 1))}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-bl-3xl{border-bottom-left-radius:1.5rem}.rounded-tl-3xl{border-top-left-radius:1.5rem}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-l-\[2px\]{border-left-width:2px}.border-r{border-right-width:1px}.border-r-0{border-right-width:0px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-dashed{border-style:dashed}.border-3nd{--tw-border-opacity: 1;border-color:rgb(32 0 102 / var(--tw-border-opacity, 1))}.border-\[\#4B45FF\]{--tw-border-opacity: 1;border-color:rgb(75 69 255 / var(--tw-border-opacity, 1))}.border-blue{--tw-border-opacity: 1;border-color:rgb(124 124 247 / var(--tw-border-opacity, 1))}.border-border{--tw-border-opacity: 1;border-color:rgb(231 229 234 / var(--tw-border-opacity, 1))}.border-first{--tw-border-opacity: 1;border-color:rgb(82 0 255 / var(--tw-border-opacity, 1))}.border-first\/50{border-color:#5200ff80}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.border-green2{--tw-border-opacity: 1;border-color:rgb(40 128 130 / var(--tw-border-opacity, 1))}.border-indigo-500{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1))}.border-inputs{--tw-border-opacity: 1;border-color:rgb(204 205 221 / var(--tw-border-opacity, 1))}.border-orange{--tw-border-opacity: 1;border-color:rgb(255 153 0 / var(--tw-border-opacity, 1))}.border-orange3{--tw-border-opacity: 1;border-color:rgb(241 163 11 / var(--tw-border-opacity, 1))}.border-purple-100{--tw-border-opacity: 1;border-color:rgb(243 232 255 / var(--tw-border-opacity, 1))}.border-purple-500{--tw-border-opacity: 1;border-color:rgb(168 85 247 / var(--tw-border-opacity, 1))}.border-red{--tw-border-opacity: 1;border-color:rgb(240 38 74 / var(--tw-border-opacity, 1))}.border-second{--tw-border-opacity: 1;border-color:rgb(0 192 123 / var(--tw-border-opacity, 1))}.border-text2{--tw-border-opacity: 1;border-color:rgb(71 62 90 / var(--tw-border-opacity, 1))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.border-t-transparent{border-top-color:transparent}.bg-3nd{--tw-bg-opacity: 1;background-color:rgb(32 0 102 / var(--tw-bg-opacity, 1))}.bg-bg{--tw-bg-opacity: 1;background-color:rgb(241 238 246 / var(--tw-bg-opacity, 1))}.bg-bg2{--tw-bg-opacity: 1;background-color:rgb(228 248 238 / var(--tw-bg-opacity, 1))}.bg-bg3{--tw-bg-opacity: 1;background-color:rgb(255 244 211 / var(--tw-bg-opacity, 1))}.bg-bg4{--tw-bg-opacity: 1;background-color:rgb(255 234 238 / var(--tw-bg-opacity, 1))}.bg-bg5{--tw-bg-opacity: 1;background-color:rgb(241 240 248 / var(--tw-bg-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black10{background-color:#0000001a}.bg-blue{--tw-bg-opacity: 1;background-color:rgb(124 124 247 / var(--tw-bg-opacity, 1))}.bg-first{--tw-bg-opacity: 1;background-color:rgb(82 0 255 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-gray3{--tw-bg-opacity: 1;background-color:rgb(239 235 245 / var(--tw-bg-opacity, 1))}.bg-gray5{--tw-bg-opacity: 1;background-color:rgb(245 243 249 / var(--tw-bg-opacity, 1))}.bg-gray8{--tw-bg-opacity: 1;background-color:rgb(232 230 242 / var(--tw-bg-opacity, 1))}.bg-green{--tw-bg-opacity: 1;background-color:rgb(26 198 114 / var(--tw-bg-opacity, 1))}.bg-green2{--tw-bg-opacity: 1;background-color:rgb(40 128 130 / var(--tw-bg-opacity, 1))}.bg-indigo-100{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.bg-indigo-50{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.bg-orange{--tw-bg-opacity: 1;background-color:rgb(255 153 0 / var(--tw-bg-opacity, 1))}.bg-orange3{--tw-bg-opacity: 1;background-color:rgb(241 163 11 / var(--tw-bg-opacity, 1))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.bg-red{--tw-bg-opacity: 1;background-color:rgb(240 38 74 / var(--tw-bg-opacity, 1))}.bg-second{--tw-bg-opacity: 1;background-color:rgb(0 192 123 / var(--tw-bg-opacity, 1))}.bg-text2{--tw-bg-opacity: 1;background-color:rgb(71 62 90 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-200{--tw-bg-opacity: 1;background-color:rgb(254 240 138 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-opacity-10{--tw-bg-opacity: .1}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-purple-50{--tw-gradient-from: #faf5ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.fill-first{fill:#5200ff}.object-cover{-o-object-fit:cover;object-fit:cover}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[10px\]{padding:10px}.p-\[12px\]{padding:12px}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-\[10px\]{padding-left:10px;padding-right:10px}.px-\[12px\]{padding-left:12px;padding-right:12px}.px-\[14px\]{padding-left:14px;padding-right:14px}.px-\[20px\]{padding-left:20px;padding-right:20px}.px-\[8px\]{padding-left:8px;padding-right:8px}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[10px\]{padding-top:10px;padding-bottom:10px}.py-\[11px\]{padding-top:11px;padding-bottom:11px}.py-\[12px\]{padding-top:12px;padding-bottom:12px}.py-\[13px\]{padding-top:13px;padding-bottom:13px}.py-\[15px\]{padding-top:15px;padding-bottom:15px}.py-\[4px\]{padding-top:4px;padding-bottom:4px}.py-\[6px\]{padding-top:6px;padding-bottom:6px}.py-\[7px\]{padding-top:7px;padding-bottom:7px}.py-\[8px\]{padding-top:8px;padding-bottom:8px}.py-\[9px\]{padding-top:9px;padding-bottom:9px}.pb-\[12px\]{padding-bottom:12px}.pb-\[14px\]{padding-bottom:14px}.pb-\[18px\]{padding-bottom:18px}.pb-\[30px\]{padding-bottom:30px}.pb-\[35px\]{padding-bottom:35px}.pb-\[7\.5px\]{padding-bottom:7.5px}.pb-\[7px\]{padding-bottom:7px}.pl-0{padding-left:0}.pl-12{padding-left:3rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-\[10px\]{padding-left:10px}.pl-\[12px\]{padding-left:12px}.pl-\[15px\]{padding-left:15px}.pl-\[28px\]{padding-left:28px}.pl-\[40px\]{padding-left:40px}.pl-\[44px\]{padding-left:44px}.pl-\[5px\]{padding-left:5px}.pr-10{padding-right:2.5rem}.pr-4{padding-right:1rem}.pr-\[16px\]{padding-right:16px}.pr-\[20px\]{padding-right:20px}.pr-\[40px\]{padding-right:40px}.pr-\[6px\]{padding-right:6px}.pt-\[12px\]{padding-top:12px}.pt-\[14px\]{padding-top:14px}.pt-\[16\.5px\]{padding-top:16.5px}.pt-\[17px\]{padding-top:17px}.pt-\[22px\]{padding-top:22px}.pt-\[30px\]{padding-top:30px}.text-left{text-align:left}.text-center{text-align:center}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[25px\]{font-size:25px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-\[25px\]{line-height:25px}.text-3nd{--tw-text-opacity: 1;color:rgb(32 0 102 / var(--tw-text-opacity, 1))}.text-blue{--tw-text-opacity: 1;color:rgb(124 124 247 / var(--tw-text-opacity, 1))}.text-first{--tw-text-opacity: 1;color:rgb(82 0 255 / var(--tw-text-opacity, 1))}.text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-gray1{--tw-text-opacity: 1;color:rgb(112 102 133 / var(--tw-text-opacity, 1))}.text-gray2{--tw-text-opacity: 1;color:rgb(154 149 170 / var(--tw-text-opacity, 1))}.text-gray3{--tw-text-opacity: 1;color:rgb(239 235 245 / var(--tw-text-opacity, 1))}.text-gray7{--tw-text-opacity: 1;color:rgb(198 192 208 / var(--tw-text-opacity, 1))}.text-gray8{--tw-text-opacity: 1;color:rgb(232 230 242 / var(--tw-text-opacity, 1))}.text-green{--tw-text-opacity: 1;color:rgb(26 198 114 / var(--tw-text-opacity, 1))}.text-green2{--tw-text-opacity: 1;color:rgb(40 128 130 / var(--tw-text-opacity, 1))}.text-indigo-700{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.text-orange{--tw-text-opacity: 1;color:rgb(255 153 0 / var(--tw-text-opacity, 1))}.text-orange3{--tw-text-opacity: 1;color:rgb(241 163 11 / var(--tw-text-opacity, 1))}.text-pink-600{--tw-text-opacity: 1;color:rgb(219 39 119 / var(--tw-text-opacity, 1))}.text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.text-purple-800{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity, 1))}.text-red{--tw-text-opacity: 1;color:rgb(240 38 74 / var(--tw-text-opacity, 1))}.text-second{--tw-text-opacity: 1;color:rgb(0 192 123 / var(--tw-text-opacity, 1))}.text-text1{--tw-text-opacity: 1;color:rgb(24 16 40 / var(--tw-text-opacity, 1))}.text-text2{--tw-text-opacity: 1;color:rgb(71 62 90 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-0{--tw-blur: blur(0);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-sm{--tw-blur: blur(4px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.delay-150{transition-delay:.15s}.delay-300{transition-delay:.3s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-700{transition-duration:.7s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-first\/50:hover{border-color:#5200ff80}.hover\:bg-firstHover:hover{--tw-bg-opacity: 1;background-color:rgb(122 59 255 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray5:hover{--tw-bg-opacity: 1;background-color:rgb(245 243 249 / var(--tw-bg-opacity, 1))}.hover\:bg-secondHover:hover{--tw-bg-opacity: 1;background-color:rgb(52 217 136 / var(--tw-bg-opacity, 1))}.hover\:bg-text1:hover{--tw-bg-opacity: 1;background-color:rgb(24 16 40 / var(--tw-bg-opacity, 1))}.hover\:text-first:hover{--tw-text-opacity: 1;color:rgb(82 0 255 / var(--tw-text-opacity, 1))}.hover\:text-text2:hover{--tw-text-opacity: 1;color:rgb(71 62 90 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-sm:hover{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-0:focus{border-width:0px}.focus\:border-\[\#4B45FF\]:focus{--tw-border-opacity: 1;border-color:rgb(75 69 255 / var(--tw-border-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-0:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-30:disabled{opacity:.3}.group:hover .group-hover\:shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@media (min-width: 640px){.sm\:flex{display:flex}.sm\:w-full{width:100%}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}}@media (min-width: 1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1280px){.xl\:w-\[346px\]{width:346px}.xl\:flex-shrink-0{flex-shrink:0}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:flex-col{flex-direction:column}}body{font-family:Onest,serif}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background-color:inherit}::-webkit-scrollbar-thumb{background:#0003;border-radius:30px}::-webkit-scrollbar-thumb:hover{background:#0003}@keyframes shine{0%{background-position:-100px}40%,to{background-position:140px}}.loader-animate{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;transform:translateZ(0);will-change:background-position;backface-visibility:hidden;animation:shimmer 1.5s infinite linear}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.loader-animate:nth-child(3n+1){animation-delay:0s}.loader-animate:nth-child(3n+2){animation-delay:.1s}.loader-animate:nth-child(3n+3){animation-delay:.2s}.ltable__row .loader-animate{animation-duration:2s}.project-links__table .loader-animate{animation-play-state:paused}.project-links__table:hover .loader-animate{animation-play-state:running}.h1,.h2,.h3,.h4,.h5,.h6{font-weight:600;color:#181028}.h1{font-size:52px;line-height:120%;letter-spacing:-2px;margin-bottom:20px}@media screen and (max-width: 768px){.h1{font-size:30px;line-height:130%;letter-spacing:0;margin-bottom:15px}}.h2{font-size:38px;line-height:120%;letter-spacing:-1px;margin-bottom:15px}@media screen and (max-width: 768px){.h2{font-size:26px;line-height:130%;letter-spacing:0}}.h3{font-size:32px;line-height:120%;letter-spacing:-1px;margin-bottom:15px}@media screen and (max-width: 768px){.h3{font-size:22px;line-height:130%;letter-spacing:0}}.h4{font-size:26px;line-height:120%;letter-spacing:-.7px;margin-bottom:15px}@media screen and (max-width: 768px){.h4{font-size:19px;line-height:130%;letter-spacing:0}}.h5{font-size:22px;line-height:130%;letter-spacing:-.7px;margin-bottom:12px}@media screen and (max-width: 768px){.h5{font-size:17px;line-height:130%;letter-spacing:0}}.h6{font-size:18px;line-height:130%;letter-spacing:-.5px;margin-bottom:12px}@media screen and (max-width: 768px){.h6{font-size:15px;line-height:130%;letter-spacing:0}}.navigationControls{flex-wrap:wrap}.terminateTourButton{margin-left:0!important;margin-top:10px!important;display:flex!important;width:100%!important;justify-content:center!important;text-align:center!important;--tw-text-opacity: 1 !important;color:rgb(82 0 255 / var(--tw-text-opacity, 1))!important}:deep(.navigationControls path[fill="#3b82f6"]){fill:#5200ff!important}
