@charset "UTF-8";
@font-face {
    font-family: fontello;
    src: url(../font/fontello.woff2?92512528) format("woff2"), url(../font/fontello.woff?92512528) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
#cookies-form {
    width: 100%;
}
[class*=" ci-"]:before, [class^=ci-]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ci-menu-button:before {
    content: '\e800'
}

.ci-menu-button-close:before {
    content: '\e801'
}

.ci-documents-o:before {
    content: '\e802'
}

.ci-money-o:before {
    content: '\e803'
}

.ci-moneybox:before {
    content: '\e804'
}

.ci-phone:before {
    content: '\e805'
}

.ci-documents:before {
    content: '\e806'
}

.ci-arrow-down:before {
    content: '\e807'
}

.ci-arrow-right:before {
    content: '\e808'
}

.ci-smartphone:before {
    content: '\e809'
}

.ci-wallet:before {
    content: '\e80a'
}

.ci-graph-down:before {
    content: '\e80b'
}

.ci-arrow-left:before {
    content: '\e80c'
}

.ci-arrow-up:before {
    content: '\e80d'
}

.ci-time:before {
    content: '\e80e'
}

.ci-files:before {
    content: '\e80f'
}

.ci-hands:before {
    content: '\e810'
}

.ci-calendar:before {
    content: '\e811'
}

.ci-graph-up:before {
    content: '\e812'
}

.ci-user:before {
    content: '\e813'
}

.ci-tie:before {
    content: '\e814'
}

.ci-star:before {
    content: '\e815'
}

.ci-mail:before {
    content: '\e816'
}

.ci-map:before {
    content: '\e817'
}

.ci-settings:before {
    content: '\e818'
}

.ci-moneybox-o:before {
    content: '\e819'
}

.ci-download:before {
    content: '\e81a'
}

.ci-helpdesk:before {
    content: '\e81b'
}

.ci-speech_bubbles:before {
    content: '\e81c'
}

.ci-spin:before {
    content: '\e81d'
}

.ci-sandglass:before {
    content: '\e81e'
}

.ci-coins:before {
    content: '\e81f'
}

.ci-docs:before {
    content: '\e820'
}

.ci-money:before {
    content: '\e821'
}

.ci-id:before {
    content: '\e822'
}

.ci-people:before {
    content: '\e823'
}

.ci-ok-circled:before {
    content: '\e824'
}

.ci-attention-circled:before {
    content: '\e825'
}

.ci-ok:before {
    content: '\e826'
}

.ci-laptop:before {
    content: '\e827'
}

.ci-info-circled:before {
    content: '\e828'
}

.ci-money-transfer:before {
    content: '\e829'
}

.ci-sandglass-o:before {
    content: '\e82a'
}

.ci-immediately:before {
    content: '\e82b'
}

.ci-trust:before {
    content: '\e82c'
}

.ci-stop:before {
    content: '\e82d'
}

.ci-rso-zero:before {
    content: '\e82e'
}

.ci-thunderbolt-down:before {
    content: '\e833'
}

.ci-monitoring:before {
    content: '\e834'
}

.ci-gold:before {
    content: '\e835'
}

.ci-shield:before {
    content: '\e836'
}

.ci-phone-2:before {
    content: '\e837'
}

.ci-padlock:before {
    content: '\e838'
}

.ci-pause:before {
    content: '\e83b'
}

.ci-percentages:before {
    content: '\e83c'
}

.ci-conversation:before {
    content: '\e875'
}

.ci-gplus-squared:before {
    content: '\f0d4'
}

.ci-facebook-squared:before {
    content: '\f308'
}

.animate-spin {
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.pb-20 {
    padding-bottom: 20px
}

.cookies-overlay {
    background: rgba(59, 59, 59, .4);
    height: 100dvh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100dvw;
    z-index: 9999
}

.cookies-element-wrapper {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-radius: 5px;
    background: var(--Colors-Light-100, #f7f7f7);
    margin-top: 10px
}

.cookies-element-wrapper .cookies-element:last-child {
    border-bottom: 0 !important
}

.cookies-element {
    border-bottom: 1px solid var(--Colors-Light-200, #edebeb);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.cookies-element__row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cookies-element__label {
    color: var(--Colors-Grey-700, #777);
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 80px;
    min-width: 80px
}

.cookies-element__value {
    color: var(--Colors-Grey-700, #777);
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.cookies-popup {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #fff;
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 25px 30px;
    width: 100%
}

.cookies-popup.has-details {
    height: 100dvh
}

.cookies-popup__header {
    color: var(--Colors-Grey-700, #777);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #edebeb;
    width: 100%
}

.cookies-popup__header:not(.is-hidden) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cookies-popup__header > img {
    cursor: pointer;
    margin-left: auto
}

.cookies-popup__content .text {
    display: inline-table
}

.cookies-popup__content .text p {
    color: var(--Colors-Grey-700, #777);
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.cookies-popup__content--scrollable {
    max-height: calc(100dvh - 220px);
    overflow-y: scroll;
    padding: 20px 10px 20px 0;
    width: calc(100% + 10px);
    margin-right: -10px
}

.cookies-popup__content--scrollable::-webkit-scrollbar {
    background: #fff;
    width: 4px;
    border-radius: 2px
}

.cookies-popup__content--scrollable::-webkit-scrollbar-thumb {
    background: #edebeb;
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-transition: .2s;
    transition: .2s
}

.cookies-popup__content#cp-cookies-info-desc .pb-20 {
    padding: 0
}

.cookies-popup__content#cp-cookies-info-desc p {
    margin: 20px 0 0 0
}

.cookies-popup__actions {
    border-top: 1px solid #edebeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    padding-top: 20px;
    width: 100%
}

.cookies-popup__actions:not(.has-details) {
    border-top: 0
}

.cookies-popup button {
    border-radius: 5px;
    border: 2px solid var(--Colors-Light-200, #edebeb);
    background: var(--Colors-White, #fff);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem !important;
    padding: 10px 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.cookies-popup button.is-hidden {
    display: none
}

.cookies-popup button.small {
    padding: 5px
}

.cookies-popup button.primary {
    border: 2px solid var(--Colors-Grey-700, #777);
    background: var(--Colors-Grey-700, #777);
    color: #fff
}

.cookies-category {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid var(--Colors-Light-200, #edebeb);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 10px 30px 10px
}

.cookies-category__content {
    width: 100%
}

.cookies-category__icon {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cookies-category__name {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    height: 24px;
    width: 100%
}

.cookies-category__name > span {
    color: var(--Colors-Grey-700, #777);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 4px
}

.cookies-category__action {
    font-size: 1rem;
    margin-left: auto
}

.cookies-category__action .marker {
    color: var(--Colors-Primary, #333);
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.cookies-category__desc {
    margin-top: 10px
}

.cookies-category__desc > p {
    color: var(--Colors-Grey-700, #777);
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0
}

.cookies-category.is-active .cookies-category__icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.cookies-category.is-active .cookies-element-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

input:checked + .slider {
    background-color: #333
}

input:focus + .slider {
    -webkit-box-shadow: 0 0 1px #333;
    box-shadow: 0 0 1px #333
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    transform: translateX(16px)
}

.slider.round {
    border-radius: 20px
}

.slider.round:before {
    border-radius: 50%
}

.is-hidden {
    display: none
}

@media (min-width: 992px) {
    .cookies-popup.has-details {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }

    .cookies-popup {
        border-radius: 10px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 680px
    }

    .cookies-popup__content--scrollable {
        max-height: 390px;
        overflow-y: scroll;
        padding: 20px 10px 20px 0;
        width: calc(100% + 10px);
        margin-right: -10px
    }

    .cookies-popup__actions {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .cookies-popup__actions button {
        width: calc(50% - 5px)
    }

    .cookies-popup button {
        cursor: pointer
    }

    .cookies-popup button:hover {
        border: 2px solid var(--Colors-Grey-700, #777);
        background: var(--Colors-White, #fff)
    }

    .cookies-popup button.primary:hover {
        border: 2px solid #333;
        background: #333
    }

    .cookies-category__icon {
        cursor: pointer
    }
}
