#cconsent-bar,
#cconsent-bar * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#cconsent-bar {
    -webkit-box-align: end;
       -ms-flex-align: end;
          align-items: flex-end;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    max-width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9998;
}

#cconsent-bar.ccb--hidden {
    display: none;
}

#cconsent-bar .ccb__wrapper {
    padding: 15px;
    margin: 15px;
    max-height: 100%;
    max-width: 960px;
    overflow: auto;
    text-align: center;
}

#cconsent-bar .ccb__row,
#cconsent-modal .ccm__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

#cconsent-bar .ccb__row.ccb__buttons {
    -webkit-box-pack: end;
       -ms-flex-pack: end;
     justify-content: flex-end;
}


@media (max-width: 680px) {
    #cconsent-bar .ccb__row.ccb__buttons {
        -webkit-box-pack: center;
           -ms-flex-pack: center;
         justify-content: center;
    }
}


#cconsent-bar .ccb__row.ccb__footer {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
}

#cconsent-bar .ccb__row > .ccb__col,
#cconsent-modal .ccm__row > .ccm__col {
    padding-left: 10px;
    padding-right: 10px;
}

#cconsent-bar .ccb__row > .ccb__col:empty,
#cconsent-modal .ccm__row > .ccm__col:empty {
    display: none;
}

#cconsent-bar .ccb__row.ccb__buttons > .ccb__col {
    min-width: 10rem;
    white-space: nowrap;
}

#cconsent-bar .ccb__left {
    margin-bottom: 15px;
    text-align: justify;
}

#cconsent-bar .ccb__button,
#cconsent-modal .ccm__button {
    padding-bottom: 10px;
}

#cconsent-bar a {
    text-decoration: underline;
}

#cconsent-bar button {
    line-height: normal;
    font-size: 14px;
    border: none;
    padding: 10px 10px;
}

#cconsent-bar a:hover,
#cconsent-bar button:hover {
    cursor: pointer;
}

#cconsent-modal {
    display: none;
    line-height: 18px;
    color: #666;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 14px;
    z-index: 9999;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 680px) {
    #cconsent-modal {
        height: 100%;
    }
}

#cconsent-modal .h2,
#cconsent-modal .h3 {
    color: #333;
}

#cconsent-modal.ccm--visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(0, 0, 0, 0.7);
}

#cconsent-modal .ccm__content {
    max-height: 600px;
    max-width: 680px;
    min-height: 500px;
    min-width: 480px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #efefef;
}

@media (max-width: 680px) {
    #cconsent-modal .ccm__content {
        max-width: 100vw;
        height: 100%;
        max-height: initial;
        width: 100%;
        min-width: auto;
    }
}

#cconsent-modal .ccm__content > .ccm__content__heading {
    border-bottom: 1px solid #d8d8d8;
    padding: 35px 35px 20px;
    background-color: #efefef;
    position: relative;
}

#cconsent-modal .ccm__content > .ccm__content__heading .h2 {
    font-size: 21px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

#cconsent-modal .ccm__content > .ccm__content__heading .ccm__cheading__close {
    font-weight: 600;
    color: #888;
    cursor: pointer;
    font-size: 26px;
    position: absolute;
    right: 15px;
    top: 15px;
}

#cconsent-modal .h2,
#cconsent-modal .h3 {
    margin-top: 0;
}

#cconsent-modal .ccm__content > .ccm__content__body {
    background-color: #fff;
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tabgroup {
    margin: 0;
    border-bottom: 1px solid #d8d8d8;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__switch-needed::before {
    position: absolute;
    left: 35px;
    font-size: 1.4em;
    font-weight: 600;
    color: #e56385;
    content: "×";
    display: inline-block;
    margin-right: 20px;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup.checked-5jhk
    .ccm__switch-needed::before {
    font-size: 1em;
    content: "✔";
    color: #28a834;
}


#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head__left
    .ccm__switch-component {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head__left
    .ccm__switch-component
    > div {
    font-weight: 600;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head__left
    .ccm__switch-group {
    width: 40px;
    height: 20px;
    margin: 0 10px;
    position: relative;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head__left
    .ccm__switch {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 40px;
    height: 20px;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head__left
    .ccm__switch
    input {
    display: none;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head__left
    .ccm__switch
    .ccm__switch__slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 10px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head__left
    .ccm__switch
    .ccm__switch__slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head__left
    .ccm__switch
    input:checked
    + .ccm__switch__slider {
    background-color: #28a834;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head__left
    .ccm__switch
    input:focus
    + .ccm__switch__slider {
    -webkit-box-shadow: 0 0 1px #28a834;
            box-shadow: 0 0 1px #28a834;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head__left
    .ccm__switch
    input:checked
    + .ccm__switch__slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head
    .ccm__tab-head__icon-wedge {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform-origin: 16px 6px 0;
        -ms-transform-origin: 16px 6px 0;
            transform-origin: 16px 6px 0;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-head
    .ccm__tab-head__icon-wedge
    > svg {
    pointer-events: none;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup.ccm__tabgroup--open
    .ccm__tab-head
    .ccm__tab-head__icon-wedge {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-head {
    color: #333;
    display: flex;
    padding: 17px 35px 17px 0px;
    margin: 0;
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-content {
    padding: 25px 35px;
    margin: 0;
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-head {
    -webkit-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-head:hover {
    background-color: #f9f9f9;
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-head {
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tab-head,
    .ccm__tab-head__left {
        min-width: 60px;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tab-head,
    .ccm__tab-head__right {
        flex-grow: 1;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup
    .ccm__tab-content {
    display: none;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup.ccm__tabgroup--open
    .ccm__tab-head {
    background-color: #f9f9f9;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tabgroup.ccm__tabgroup--open
    .ccm__tab-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 680px) {
    #cconsent-modal
        .ccm__content
        > .ccm__content__body
        .ccm__tabgroup.ccm__tabgroup--open
        .ccm__tab-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 20px;
    }
}
@media (max-width: 680px) {
    #cconsent-modal
        .ccm__content
        > .ccm__content__body
        .ccm__tab-content
        .ccm__tab-content__left {
        margin-bottom: 20px;
    }
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-content .h3 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1;
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-content p {
    color: #444;
    margin-bottom: 0;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tab-content
    .ccm__list:not(:empty) {
    margin-top: 15px;
    overflow-x: auto;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tab-content
    .ccm__list
    .ccm__list__title {
    color: #333;
    font-weight: 600;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__tab-content
    .ccm__list
    ul {
    list-style: none;
    margin: 5px 0;
    padding-left: 0;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__list li:not(:last-child) {
    margin-bottom: 10px;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__list table {
    min-width: 580px;
    table-layout: fixed;
    width: 100%;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__list tr:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body th,
#cconsent-modal
    .ccm__content
    > .ccm__content__body td {
    padding:5px;
    vertical-align: top;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__list th:first-child,
#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__list  td:first-child {
    padding-left: 0;
}

#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__list th:nth-child(3),
#cconsent-modal
    .ccm__content
    > .ccm__content__body
    .ccm__list td:nth-child(3) {
    width: 300px;
}

#cconsent-modal .ccm__footer {
    padding: 35px;
    background-color: #efefef;
    text-align: center;
}

#cconsent-modal .ccm__footer button {
    line-height: normal;
    font-size: 14px;
    -webkit-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    border: none;
    padding: 13px;
    min-width: 110px;
    border-radius: 2px;
    cursor: pointer;
}
