:root{--border-radius-default:5px;--color-gray-20:#f4f4f4;--color-gray-25:#eae9e9;--color-gray-30:#d7d7d7;--color-gray-50:#838383;--color-gray-70:#333;--color-red-50:#c40f11;--color-error:#ef0000;--color-text:var(--color-gray-70)}.flex{display:flex}.flex-space-between{gap:1rem;justify-content:space-between}.gap1{gap:1rem}.spinner-wrapper{position:absolute;top:40%;width:calc(100% - 4rem)}.centered,.centered-box__container,.spinner-wrapper{display:flex;justify-content:center}.centered-box__container{align-items:center;height:calc(100vh - 4rem);width:100%}.centered-box__card{background-color:#fff;border-radius:5px;border-radius:var(--border-radius-default);max-width:50rem;padding:2rem;width:100%}.centered-box__card-inner{align-items:center;display:flex;flex-direction:column;gap:2rem;width:100%}.centered-box__logo{margin-bottom:2rem}.centered-box__back-wrapper,.centered-box__form{width:100%}.centered-box__input-error{color:#ef0000;color:var(--color-error);margin-top:.5rem}.centered-box__input-error ul{list-style-position:inside;margin:0;padding:0}.justify-end{justify-content:flex-end;width:100%}.justify-end,.nav{display:flex;gap:1rem}.nav{align-items:center;background-color:#fff;box-shadow:0 .5rem 1rem hsla(0,4%,50%,.3);height:6rem;justify-content:space-between;left:-2rem;padding:0 1rem;position:relative;top:-2rem;width:calc(100% + 4rem)}.nav__list{display:flex;list-style:none;margin:0;padding:0}.nav__list,.nav__list-item{height:100%}.nav__list-item *{align-items:center;color:#333;color:var(--color-text);display:flex;font-weight:600;height:100%;padding:0 2rem;text-decoration:none;transition:background-color .1s ease-out}.nav__list-item :hover{background-color:#f4f4f4;background-color:var(--color-gray-20);color:#000}.page-heading{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:2rem;width:100%}.page-body.page-body--triple-grid{grid-gap:2rem;display:grid;gap:2rem;grid-auto-rows:auto;grid-template:auto/repeat(3,1fr)}.dashboard__heading{margin-bottom:2rem}.dashboard__inputs{align-items:flex-end;display:flex;gap:1rem}.table-wrapper{max-height:calc(100vh - 36rem);overflow:auto}.table-filter{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}.table-filter__form-btn{align-items:flex-end;display:flex;height:100%}.table-filter__filter-btn-wrapper{display:flex;gap:1rem}table{background-color:#fff;border-radius:5px;border-radius:var(--border-radius-default);overflow:scroll;padding:0 1rem;width:100%}table,td,th{position:relative}td,th{padding:1rem;text-align:start}th{background-color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:2}th:after,tr:not(:first-child) td:after{content:"";height:1px;left:0;position:absolute;width:calc(100% + 2px)}td:last-child:after,th:last-child:after{width:100%}th:after{background-color:#838383;background-color:var(--color-gray-50);bottom:0}td:after{background-color:#d7d7d7;background-color:var(--color-gray-30);top:0}.table__edit-btn{background:linear-gradient(-90deg,#fff 0 80%,#ffffff00);padding:0;position:-webkit-sticky;position:sticky;right:0}.table-pagination{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-top:1rem;width:100%}.table-pagination__input-wrapper{max-width:8rem}.table-pagination__input-wrapper input::-webkit-inner-spin-button,.table-pagination__input-wrapper input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.table-pagination__input-wrapper input{-moz-appearance:textfield}.modal-error{margin-bottom:2rem}.data-modal__loader_wrapper{margin-top:5rem}.data-modal__inner{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}div[role=tabpanel]{margin-top:2rem}.accordion{background-color:#fff;border-bottom:1px solid #d7d7d7;border-bottom:1px solid var(--color-gray-30);border-left:2px solid #838383;border-left:2px solid var(--color-gray-50);border-radius:5px;border-radius:var(--border-radius-default);border-right:2px solid #838383;border-right:2px solid var(--color-gray-50);border-top:1px solid #d7d7d7;border-top:1px solid var(--color-gray-30);width:100%}.accordion h3{margin:0}.accordion__toggler{align-items:center;background-color:#eae9e9;background-color:var(--color-gray-25);border:none;border-radius:5px;border-radius:var(--border-radius-default);color:#333;color:var(--color-text);cursor:pointer;display:flex;justify-content:space-between;padding:1.5rem;transition:background-color .1s ease-out;width:100%}.accordion__toggler:hover{background-color:#d7d7d7;background-color:var(--color-gray-30);color:#000}.accordion__toggler-arrow{-webkit-transform:rotate(90deg);transform:rotate(90deg);transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear,-webkit-transform .2s linear}.accordion__content{display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.accordion__content-inner{display:flex;flex-wrap:wrap;gap:2rem}.accordion__content-inner>*{width:calc(50% - 1rem)}.accordion.accordion--expanded{border-left:2px solid #c40f11;border-left:2px solid var(--color-red-50);border-right:2px solid #c40f11;border-right:2px solid var(--color-red-50)}.accordion.accordion--expanded>.accordion__toggler>.accordion__toggler-arrow{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.entity-panel{background-color:#fff;border-radius:5px;border-radius:var(--border-radius-default);padding:2rem}.entity-panel__title-wrapper{display:flex;gap:1rem;justify-content:space-between;margin-bottom:2rem}.entity-panel__list-of-tables{list-style:none;margin:0 0 1rem;padding:0}.entity-panel__list-of-tables-list-item{align-items:center;display:flex;gap:1rem;justify-content:space-between;padding:1rem}.entity-panel__list-of-tables-list-item:not(:last-child){border-bottom:1px solid #d7d7d7;border-bottom:1px solid var(--color-gray-30)}.entity-panel__table-add-wrapper{align-items:flex-end;display:flex;gap:1rem;margin-top:1.5rem}.entity-panel__table-add-select{width:100%}.unselectable{-webkit-user-select:none;-ms-user-select:none;user-select:none}@media only screen and (max-width:1024px){.page-body.page-body--triple-grid{grid-template:auto/repeat(2,1fr)}.accordion__content-inner>*{width:100%}}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;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}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}@font-face{font-display:block;font-family:Open Sans;font-style:normal;font-weight:300;src:url(/static/media/open-sans-cyrillic-ext-300-normal.41ad4700cd59edfe5d41.woff2) format("woff2"),url(/static/media/open-sans-all-300-normal.07e71905135b2233c55b.woff) format("woff");unicode-range:U+0460-052f,U+1c80-1c88,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-display:block;font-family:Open Sans;font-style:normal;font-weight:300;src:url(/static/media/open-sans-cyrillic-300-normal.ac010e3f760083074d6e.woff2) format("woff2"),url(/static/media/open-sans-all-300-normal.07e71905135b2233c55b.woff) format("woff");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-display:block;font-family:Open Sans;font-style:normal;font-weight:300;src:url(/static/media/open-sans-greek-ext-300-normal.78e4eeeac3e315991005.woff2) format("woff2"),url(/static/media/open-sans-all-300-normal.07e71905135b2233c55b.woff) format("woff");unicode-range:U+1f??}@font-face{font-display:block;font-family:Open Sans;font-style:normal;font-weight:300;src:url(/static/media/open-sans-greek-300-normal.12e1449f1d1be830f520.woff2) format("woff2"),url(/static/media/open-sans-all-300-normal.07e71905135b2233c55b.woff) format("woff");unicode-range:U+0370-03ff}@font-face{font-display:block;font-family:Open Sans;font-style:normal;font-weight:300;src:url(/static/media/open-sans-vietnamese-300-normal.d14982135918a6566260.woff2) format("woff2"),url(/static/media/open-sans-all-300-normal.07e71905135b2233c55b.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+1ea0-1ef9,U+20ab}@font-face{font-display:block;font-family:Open Sans;font-style:normal;font-weight:300;src:url(/static/media/open-sans-latin-ext-300-normal.3e8ef2460e4c213ff506.woff2) format("woff2"),url(/static/media/open-sans-all-300-normal.07e71905135b2233c55b.woff) format("woff");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-display:block;font-family:Open Sans;font-style:normal;font-weight:300;src:url(/static/media/open-sans-latin-300-normal.c93abfae8b4c45ec0929.woff2) format("woff2"),url(/static/media/open-sans-all-300-normal.07e71905135b2233c55b.woff) format("woff");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-display:block;font-family:Open Sans;font-style:normal;font-weight:400;src:url(/static/media/open-sans-cyrillic-ext-400-normal.01b11c560bc52c756c23.woff2) format("woff2"),url(/static/media/open-sans-all-400-normal.cb2542fccedadc68d737.woff) format("woff");unicode-range:U+0460-052f,U+1c80-1c88,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-display:block;font-family:Open Sans;font-style:normal;font-weight:400;src:url(/static/media/open-sans-cyrillic-400-normal.5a546777799f438b6bb4.woff2) format("woff2"),url(/static/media/open-sans-all-400-normal.cb2542fccedadc68d737.woff) format("woff");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-display:block;font-family:Open Sans;font-style:normal;font-weight:400;src:url(/static/media/open-sans-greek-ext-400-normal.1ed998a42083750e175e.woff2) format("woff2"),url(/static/media/open-sans-all-400-normal.cb2542fccedadc68d737.woff) format("woff");unicode-range:U+1f??}@font-face{font-display:block;font-family:Open Sans;font-style:normal;font-weight:400;src:url(/static/media/open-sans-greek-400-normal.3064bf7e87155fcb14a1.woff2) format("woff2"),url(/static/media/open-sans-all-400-normal.cb2542fccedadc68d737.woff) format("woff");unicode-range:U+0370-03ff}@font-face{font-display:block;font-family:Open Sans;font-style:normal;font-weight:400;src:url(/static/media/open-sans-vietnamese-400-normal.473f6b09ca8f5658857e.woff2) format("woff2"),url(/static/media/open-sans-all-400-normal.cb2542fccedadc68d737.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+1ea0-1ef9,U+20ab}@font-face{font-display:block;font-family:Open Sans;font-style:normal;font-weight:400;src:url(/static/media/open-sans-latin-ext-400-normal.ccfa20f8de7f73249c39.woff2) format("woff2"),url(/static/media/open-sans-all-400-normal.cb2542fccedadc68d737.woff) format("woff");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-display:block;font-family:Open Sans;font-style:normal;font-weight:400;src:url(/static/media/open-sans-latin-400-normal.a1535f451fb7bb98f526.woff2) format("woff2"),url(/static/media/open-sans-all-400-normal.cb2542fccedadc68d737.woff) format("woff");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-display:block;font-family:Open Sans;font-style:normal;font-weight:600;src:url(/static/media/open-sans-cyrillic-ext-600-normal.abf6f49082872c3630f1.woff2) format("woff2"),url(/static/media/open-sans-all-600-normal.2e341a4b136b06b66e3d.woff) format("woff");unicode-range:U+0460-052f,U+1c80-1c88,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-display:block;font-family:Open Sans;font-style:normal;font-weight:600;src:url(/static/media/open-sans-cyrillic-600-normal.cb4c15f11ee9f9f62bff.woff2) format("woff2"),url(/static/media/open-sans-all-600-normal.2e341a4b136b06b66e3d.woff) format("woff");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-display:block;font-family:Open Sans;font-style:normal;font-weight:600;src:url(/static/media/open-sans-greek-ext-600-normal.4aea64b37028d201c33e.woff2) format("woff2"),url(/static/media/open-sans-all-600-normal.2e341a4b136b06b66e3d.woff) format("woff");unicode-range:U+1f??}@font-face{font-display:block;font-family:Open Sans;font-style:normal;font-weight:600;src:url(/static/media/open-sans-greek-600-normal.109400355671295088f5.woff2) format("woff2"),url(/static/media/open-sans-all-600-normal.2e341a4b136b06b66e3d.woff) format("woff");unicode-range:U+0370-03ff}@font-face{font-display:block;font-family:Open Sans;font-style:normal;font-weight:600;src:url(/static/media/open-sans-vietnamese-600-normal.e45d25461788b2f7129d.woff2) format("woff2"),url(/static/media/open-sans-all-600-normal.2e341a4b136b06b66e3d.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+1ea0-1ef9,U+20ab}@font-face{font-display:block;font-family:Open Sans;font-style:normal;font-weight:600;src:url(/static/media/open-sans-latin-ext-600-normal.0c2b9ee06365d7e045ae.woff2) format("woff2"),url(/static/media/open-sans-all-600-normal.2e341a4b136b06b66e3d.woff) format("woff");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-display:block;font-family:Open Sans;font-style:normal;font-weight:600;src:url(/static/media/open-sans-latin-600-normal.7ef3bbc98d285227e83a.woff2) format("woff2"),url(/static/media/open-sans-all-600-normal.2e341a4b136b06b66e3d.woff) format("woff");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-display:block;font-family:Open Sans;font-style:normal;font-weight:700;src:url(/static/media/open-sans-cyrillic-ext-700-normal.00b4dd1737b042f58e99.woff2) format("woff2"),url(/static/media/open-sans-all-700-normal.105e43091a26bbed22fe.woff) format("woff");unicode-range:U+0460-052f,U+1c80-1c88,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-display:block;font-family:Open Sans;font-style:normal;font-weight:700;src:url(/static/media/open-sans-cyrillic-700-normal.2cf6253fec5056197d00.woff2) format("woff2"),url(/static/media/open-sans-all-700-normal.105e43091a26bbed22fe.woff) format("woff");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-display:block;font-family:Open Sans;font-style:normal;font-weight:700;src:url(/static/media/open-sans-greek-ext-700-normal.8850c90c4b61e6472307.woff2) format("woff2"),url(/static/media/open-sans-all-700-normal.105e43091a26bbed22fe.woff) format("woff");unicode-range:U+1f??}@font-face{font-display:block;font-family:Open Sans;font-style:normal;font-weight:700;src:url(/static/media/open-sans-greek-700-normal.a0312547715346ffccb1.woff2) format("woff2"),url(/static/media/open-sans-all-700-normal.105e43091a26bbed22fe.woff) format("woff");unicode-range:U+0370-03ff}@font-face{font-display:block;font-family:Open Sans;font-style:normal;font-weight:700;src:url(/static/media/open-sans-vietnamese-700-normal.b4c5968d5737aea8ed2d.woff2) format("woff2"),url(/static/media/open-sans-all-700-normal.105e43091a26bbed22fe.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+1ea0-1ef9,U+20ab}@font-face{font-display:block;font-family:Open Sans;font-style:normal;font-weight:700;src:url(/static/media/open-sans-latin-ext-700-normal.64471a17dcb915ab3332.woff2) format("woff2"),url(/static/media/open-sans-all-700-normal.105e43091a26bbed22fe.woff) format("woff");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-display:block;font-family:Open Sans;font-style:normal;font-weight:700;src:url(/static/media/open-sans-latin-700-normal.b245bc85ddeedb27a549.woff2) format("woff2"),url(/static/media/open-sans-all-700-normal.105e43091a26bbed22fe.woff) format("woff");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-display:block;font-family:Open Sans;font-style:normal;font-weight:800;src:url(/static/media/open-sans-cyrillic-ext-800-normal.2c1c4cc5acc8299bcf8b.woff2) format("woff2"),url(/static/media/open-sans-all-800-normal.86e783c72f00c6c5e376.woff) format("woff");unicode-range:U+0460-052f,U+1c80-1c88,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-display:block;font-family:Open Sans;font-style:normal;font-weight:800;src:url(/static/media/open-sans-cyrillic-800-normal.4190293319a7753725d3.woff2) format("woff2"),url(/static/media/open-sans-all-800-normal.86e783c72f00c6c5e376.woff) format("woff");unicode-range:U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-display:block;font-family:Open Sans;font-style:normal;font-weight:800;src:url(/static/media/open-sans-greek-ext-800-normal.fe3583f2e467c6e7ce1c.woff2) format("woff2"),url(/static/media/open-sans-all-800-normal.86e783c72f00c6c5e376.woff) format("woff");unicode-range:U+1f??}@font-face{font-display:block;font-family:Open Sans;font-style:normal;font-weight:800;src:url(/static/media/open-sans-greek-800-normal.d60c6496c558a11cdea7.woff2) format("woff2"),url(/static/media/open-sans-all-800-normal.86e783c72f00c6c5e376.woff) format("woff");unicode-range:U+0370-03ff}@font-face{font-display:block;font-family:Open Sans;font-style:normal;font-weight:800;src:url(/static/media/open-sans-vietnamese-800-normal.27b69d870542191053d9.woff2) format("woff2"),url(/static/media/open-sans-all-800-normal.86e783c72f00c6c5e376.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+1ea0-1ef9,U+20ab}@font-face{font-display:block;font-family:Open Sans;font-style:normal;font-weight:800;src:url(/static/media/open-sans-latin-ext-800-normal.988eae1a6ba349b2eee4.woff2) format("woff2"),url(/static/media/open-sans-all-800-normal.86e783c72f00c6c5e376.woff) format("woff");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-display:block;font-family:Open Sans;font-style:normal;font-weight:800;src:url(/static/media/open-sans-latin-800-normal.185f6b038323b60834d2.woff2) format("woff2"),url(/static/media/open-sans-all-800-normal.86e783c72f00c6c5e376.woff) format("woff");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}
/*# sourceMappingURL=consent.c14dd09c.css.map*/