.header[data-v-dfad243d]{border-bottom:1px solid var(--color-neutral-200);padding:var(--space-16) 0;position:sticky;top:0;transition:background-color .25s ease;z-index:100}.header[data-v-dfad243d],.header--solid[data-v-dfad243d]{background-color:var(--color-background)}.header__inner[data-v-dfad243d]{gap:var(--space-16);justify-content:space-between}.header__brand[data-v-dfad243d],.header__inner[data-v-dfad243d]{align-items:center;display:flex}.header__brand[data-v-dfad243d]{flex:1;gap:var(--space-24)}.header__logo img[data-v-dfad243d]{height:28px;width:auto}.header__nav[data-v-dfad243d]{gap:var(--space-16)}.header__actions[data-v-dfad243d],.header__nav[data-v-dfad243d]{align-items:center;display:flex}.header__actions[data-v-dfad243d]{gap:var(--space-12)}.header__link[data-v-dfad243d]{border-radius:var(--radius-sm);font-weight:500;padding:var(--space-8) var(--space-12);transition:color .2s ease,background-color .2s ease}.header__link[data-v-dfad243d]:hover{background-color:var(--color-neutral-150);color:var(--color-ink)}.header__link[data-v-dfad243d]:focus-visible{outline:2px solid var(--color-ink);outline-offset:2px}.header__menu[data-v-dfad243d]{background:transparent;border:none;cursor:pointer;display:none;flex-direction:column;gap:6px;padding:var(--space-8)}.header__menu span[data-v-dfad243d]{background-color:var(--color-ink);height:2px;transition:transform .2s ease;width:22px}.header__menu[data-v-dfad243d]:focus-visible{border-radius:var(--radius-sm);outline:2px solid var(--color-ink);outline-offset:2px}@media (max-width:1024px){.header__actions[data-v-dfad243d],.header__nav[data-v-dfad243d]{display:none}.header__menu[data-v-dfad243d]{display:inline-flex}}.mobile-menu[data-v-dfad243d]{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#12121259;display:grid;top:0;right:0;bottom:0;left:0;padding:var(--space-16);place-items:end;position:fixed}.mobile-menu__content[data-v-dfad243d]{background-color:var(--color-surface);border-radius:var(--radius-md);display:flex;flex-direction:column;gap:var(--space-12);max-height:calc(100vh - 64px);overflow-y:auto;padding:var(--space-32);width:min(100%,360px)}.mobile-menu__nav[data-v-dfad243d]{display:flex;flex-direction:column;gap:var(--space-16)}.mobile-menu__nav details[data-v-dfad243d]{border:1px solid var(--color-neutral-200);border-radius:var(--radius-sm);padding:var(--space-12) var(--space-16)}.mobile-menu__nav summary[data-v-dfad243d]{cursor:pointer;font-weight:600;list-style:none}.mobile-menu__nav summary[data-v-dfad243d]::-webkit-details-marker{display:none}.mobile-menu__nav a[data-v-dfad243d]{color:var(--color-neutral-600);display:block;font-weight:500;margin-top:var(--space-12)}.mobile-menu__pricing[data-v-dfad243d]{border:1px solid var(--color-neutral-200);border-radius:var(--radius-sm);font-weight:500;margin-top:0!important;padding:var(--space-12) var(--space-16);text-align:center}.mobile-menu__actions[data-v-dfad243d]{display:grid;gap:var(--space-12)}.mobile-menu__actions .btn[data-v-dfad243d]{border-radius:var(--radius-sm);padding:var(--space-12) var(--space-16)}.fade-enter-active[data-v-dfad243d],.fade-leave-active[data-v-dfad243d]{transition:opacity .2s ease}.fade-enter-from[data-v-dfad243d],.fade-leave-to[data-v-dfad243d]{opacity:0}.el-switch{--el-switch-on-color:var(--el-color-primary);--el-switch-off-color:var(--el-border-color);align-items:center;display:inline-flex;font-size:14px;height:32px;line-height:20px;position:relative;vertical-align:middle}.el-switch.is-disabled .el-switch__core,.el-switch.is-disabled .el-switch__label{cursor:not-allowed}.el-switch__label{color:var(--el-text-color-primary);cursor:pointer;display:inline-block;font-size:14px;font-weight:500;height:20px;transition:var(--el-transition-duration-fast);vertical-align:middle}.el-switch__label.is-active{color:var(--el-color-primary)}.el-switch__label--left{margin-right:10px}.el-switch__label--right{margin-left:10px}.el-switch__label *{display:inline-block;font-size:14px;line-height:1}.el-switch__label .el-icon{height:inherit}.el-switch__label .el-icon svg{vertical-align:middle}.el-switch__input{height:0;margin:0;opacity:0;position:absolute;width:0}.el-switch__input:focus-visible~.el-switch__core{outline:2px solid var(--el-switch-on-color);outline-offset:1px}.el-switch__core{align-items:center;background:var(--el-switch-off-color);border:1px solid var(--el-switch-border-color,var(--el-switch-off-color));border-radius:10px;box-sizing:border-box;cursor:pointer;display:inline-flex;height:20px;min-width:40px;outline:none;position:relative;transition:border-color var(--el-transition-duration),background-color var(--el-transition-duration)}.el-switch__core .el-switch__inner{align-items:center;display:flex;height:16px;justify-content:center;overflow:hidden;padding:0 4px 0 18px;transition:all var(--el-transition-duration);width:100%}.el-switch__core .el-switch__inner .is-icon,.el-switch__core .el-switch__inner .is-text{color:var(--el-color-white);font-size:12px;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;white-space:nowrap}.el-switch__core .el-switch__action{align-items:center;background-color:var(--el-color-white);border-radius:var(--el-border-radius-circle);color:var(--el-switch-off-color);display:flex;height:16px;justify-content:center;left:1px;position:absolute;transition:all var(--el-transition-duration);width:16px}.el-switch.is-checked .el-switch__core{background-color:var(--el-switch-on-color);border-color:var(--el-switch-border-color,var(--el-switch-on-color))}.el-switch.is-checked .el-switch__core .el-switch__action{color:var(--el-switch-on-color);left:calc(100% - 17px)}.el-switch.is-checked .el-switch__core .el-switch__inner{padding:0 18px 0 4px}.el-switch.is-disabled{opacity:.6}.el-switch--wide .el-switch__label.el-switch__label--left span{left:10px}.el-switch--wide .el-switch__label.el-switch__label--right span{right:10px}.el-switch .label-fade-enter-from,.el-switch .label-fade-leave-active{opacity:0}.el-switch--large{font-size:14px;height:40px;line-height:24px}.el-switch--large .el-switch__label{font-size:14px;height:24px}.el-switch--large .el-switch__label *{font-size:14px}.el-switch--large .el-switch__core{border-radius:12px;height:24px;min-width:50px}.el-switch--large .el-switch__core .el-switch__inner{height:20px;padding:0 6px 0 22px}.el-switch--large .el-switch__core .el-switch__action{height:20px;width:20px}.el-switch--large.is-checked .el-switch__core .el-switch__action{left:calc(100% - 21px)}.el-switch--large.is-checked .el-switch__core .el-switch__inner{padding:0 22px 0 6px}.el-switch--small{font-size:12px;height:24px;line-height:16px}.el-switch--small .el-switch__label{font-size:12px;height:16px}.el-switch--small .el-switch__label *{font-size:12px}.el-switch--small .el-switch__core{border-radius:8px;height:16px;min-width:30px}.el-switch--small .el-switch__core .el-switch__inner{height:12px;padding:0 2px 0 14px}.el-switch--small .el-switch__core .el-switch__action{height:12px;width:12px}.el-switch--small.is-checked .el-switch__core .el-switch__action{left:calc(100% - 13px)}.el-switch--small.is-checked .el-switch__core .el-switch__inner{padding:0 14px 0 2px}#cookie-popup{background:#fafafa;border:2px solid #f0f0f0;border-radius:8px;bottom:35px;left:35px;overflow:hidden;padding:20px;position:fixed;z-index:999}#cookie-popup.change-settings,#cookie-popup.open{width:560px}#cookie-popup.change-settings{height:510px}#cookie-popup.collapsed{align-items:center;border-radius:50%;cursor:pointer;display:flex;height:65px;justify-content:center;padding:0;width:65px}#cookie-popup.collapsed picture{height:45px}#cookie-popup.current-settings{width:290px}#cookie-popup.current-settings .cookie-state{height:20px;margin-bottom:20px}#cookie-popup.current-settings .cookie-state img{margin-right:15px}#cookie-popup.current-settings .cookie-state span{line-height:20px}#cookie-popup .base-button-primary,#cookie-popup .base-button-solid{font-weight:600;min-width:135px!important}#cookie-popup h2{color:#000;font-size:24px;line-height:28px;margin-bottom:20px}#cookie-popup p{color:#000;line-height:20px;margin-bottom:20px}#cookie-popup .close-icon{cursor:pointer;position:absolute;right:20px;top:20px}#cookie-popup .close-icon img{height:12px;width:12px}#cookie-popup .buttons{display:flex;justify-content:space-between;margin-top:auto;width:100%}#cookie-popup .buttons button{flex:1;font-size:14px;height:36px}#cookie-popup .buttons button:hover{margin-top:0}#cookie-popup .tabs{-moz-column-gap:20px;column-gap:20px;display:grid;grid-template-columns:1fr 1fr;margin-bottom:20px;width:100%}#cookie-popup .tabs .single-tab{align-items:center;background-color:#f0f0f0;border-radius:4px;color:#3c3c3b;cursor:pointer;display:flex;font-size:12px;justify-content:center;padding:8px 25px 7px}#cookie-popup .tabs .single-tab.active{background:#09705b33;color:#00a356}#cookie-popup #customize-dropdown{height:250px;margin-bottom:15px;opacity:1;overflow-y:scroll;transition:all .3s}#cookie-popup #customize-dropdown .el-collapse{border:none}#cookie-popup #customize-dropdown .el-collapse-item__header{align-items:flex-start;border:none;flex-direction:column;height:-moz-min-content;height:min-content;padding:10px 0;position:relative;text-align:left}#cookie-popup #customize-dropdown .el-collapse-item__header .el-switch{height:20px}#cookie-popup #customize-dropdown .el-collapse-item__header .el-collapse-item__arrow{font-size:15px;left:0;position:absolute;top:13px}#cookie-popup #customize-dropdown .el-collapse-item__header .dropdown-title{height:24px;justify-content:space-between;margin-bottom:10px;padding-left:25px;padding-right:5px;width:100%}#cookie-popup #customize-dropdown .el-collapse-item__header .dropdown-title h3{color:#000;font-size:16px;line-height:24px;margin-bottom:0}#cookie-popup #customize-dropdown .el-collapse-item__header .dropdown-title p{margin-bottom:0}#cookie-popup #customize-dropdown .el-collapse-item__header .dropdown-title .cookie-count{background-color:#f4f4f4;border-radius:50%;color:#3c3c3b;height:22px;line-height:22px;margin-left:15px;margin-top:0;text-align:center;width:22px}#cookie-popup #customize-dropdown .el-collapse-item__header .cookie-desc{font-size:12px;margin-bottom:0;margin-left:25px;margin-right:5px}#cookie-popup #customize-dropdown .el-collapse-item__wrap{border:none}#cookie-popup #customize-dropdown .el-collapse-item__content{padding:0 20px 10px}#cookie-popup #customize-dropdown .s-cookie{background-color:#f4f4f4;border-radius:8px;margin-top:10px;padding:15px 25px}#cookie-popup #customize-dropdown .s-cookie p{font-size:12px}#cookie-popup #customize-dropdown .s-cookie p span{display:inline-block;font-weight:600;width:100px}#cookie-popup #customize-dropdown::-webkit-scrollbar{background:#f0f0f0;border-radius:4px;width:3px}#cookie-popup #customize-dropdown::-webkit-scrollbar-thumb{background:#6e6e6e;border-radius:4px}@media (max-width:769px){#cookie-popup{bottom:20px;left:20px;max-height:calc(100vh - 50px)}#cookie-popup.collapsed{height:50px;width:50px}#cookie-popup.change-settings,#cookie-popup.current-settings,#cookie-popup.open{width:calc(100vw - 32px)!important}#cookie-popup .base-button-primary,#cookie-popup .base-button-solid{min-width:100%!important}#cookie-popup .buttons{align-items:center;flex-direction:column;margin-right:0}#cookie-popup .buttons button{width:100%}}
