﻿

body > #onetrust-consent-sdk #ot-category-title,
body > #onetrust-consent-sdk #ot-lst-title h3,
body > #onetrust-consent-sdk #ot-pc-title {
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 1.5;
    font-size: 18px;
}

@media only screen and (min-width: 769px) {
    body > #onetrust-consent-sdk #ot-category-title,
    body > #onetrust-consent-sdk #ot-lst-title h3,
    body > #onetrust-consent-sdk #ot-pc-title {
        font-size: 20px;
    }
}

body > #onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-cat-header,
body > #onetrust-consent-sdk .ot-host-hdr h3,
body > #onetrust-consent-sdk .ot-host-item .ot-host-name {
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 1.2;
    font-size: 13px;
}

@media only screen and (min-width: 769px) {
    body > #onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-cat-header,
    body > #onetrust-consent-sdk .ot-host-hdr h3,
    body > #onetrust-consent-sdk .ot-host-item .ot-host-name {
        font-size: 15px;
    }
}

body > #onetrust-consent-sdk #ot-pc-desc,
body > #onetrust-consent-sdk .ot-host-item .ot-host-desc,
body > #onetrust-consent-sdk .ot-host-item .ot-host-expand,
body > #onetrust-consent-sdk .ot-host-item a {
    margin: 0;
    line-height: 1.3;
    font-size: 16px;
}

body > #onetrust-consent-sdk .ot-acc-txt p,
body > #onetrust-consent-sdk .ot-category-desc,
body > #onetrust-consent-sdk .ot-host-hdr h4,
body > #onetrust-consent-sdk .ot-link-btn {
    margin: 0;
    line-height: 1.3;
    font-size: 14px;
}

body > #onetrust-consent-sdk ol,
body > #onetrust-consent-sdk ul {
    position: relative;
    padding-left: 28px;
    list-style: none;
}

@media only screen and (min-width: 1024px) {
    body > #onetrust-consent-sdk ol,
    body > #onetrust-consent-sdk ul {
        margin-bottom: 18px;
    }
}

body > #onetrust-consent-sdk ol li,
body > #onetrust-consent-sdk ul li {
    display: list-item;
    font-size: 16px;
    line-height: 28px;
}

@media only screen and (min-width: 1024px) {
    body > #onetrust-consent-sdk ol li,
    body > #onetrust-consent-sdk ul li {
        padding-bottom: 10px;
    }
}

body > #onetrust-consent-sdk ol li::before,
body > #onetrust-consent-sdk ul li::before {
    position: absolute;
    color: #999;
    transform: translateX(-20px);
}

body > #onetrust-consent-sdk ul li::before {
    content: '\2022';
    font-size: 1.2em;
}

body > #onetrust-consent-sdk ol {
    counter-reset: item;
}

    body > #onetrust-consent-sdk ol li::before {
        content: counter(item) ' ';
        counter-increment: item;
    }

body > #onetrust-consent-sdk p {
    margin: 0 0 28px;
    font-family: mazdatype, helvetica, arial, sans-serif;
    font-size: 16px;
    line-height: 28px;
}

body > #onetrust-consent-sdk * {
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale !important;
    -webkit-font-smoothing: antialiased !important;
    font-feature-settings: 'kern' 1 !important;
    font-kerning: normal !important;
}

body > #onetrust-consent-sdk #onetrust-banner-sdk {
    position: fixed;
    bottom: 0;
    left: 0;
    max-height: calc(100% - 30px);
    width: 100%;
    overflow: auto;
    background: #3a3d46;
    color: #fff;
}

@media only screen and (max-width: 1023px) {
    body > #onetrust-consent-sdk #onetrust-banner-sdk {
        width: calc(100% - 30px);
        margin: 15px;
        display: flex;
        height: 100%;
    }
}

body > #onetrust-consent-sdk #onetrust-banner-sdk::before {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    background-color: #3a3d46;
    opacity: .7;
}

@media only screen and (max-width: 1023px) and (min-height: 520px) {
    body > #onetrust-consent-sdk #onetrust-banner-sdk > div[role='alertdialog'] {
        display: flex;
        height: 100%;
    }
}

body > #onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-container {
    padding: 80px 20px;
}

@media only screen and (max-width: 1023px) {
    body > #onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-container {
        position: relative;
        padding: 40px 15px;
        padding-bottom: 150px;
    }
}

@media only screen and (max-width: 1023px) and (min-height: 520px) {
    body > #onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-row {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
}

@media only screen and (max-width: 1023px) and (min-height: 520px) {
    body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-group-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        flex-grow: 1;
    }
}

@media only screen and (max-width: 1023px) {
    body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-group-container {
        width: 100%;
    }
}

body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy {
    margin: 0;
}

@media only screen and (min-width: 1024px) {
    body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy {
        margin-left: 35px;
    }
}

@media only screen and (max-width: 1023px) {
    body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy {
        display: flex;
        flex-direction: column;
    }
}

body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-title {
    margin: 0;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 18px;
}

@media only screen and (max-width: 1023px) {
    body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-title {
        flex: 0 0 auto;
        padding-bottom: 15px;
        font-size: 16px;
    }
}

body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text {
    width: 100%;
    padding-top: 30px;
    padding-right: 60px;
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
}

@media only screen and (max-width: 1023px) {
    body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text {
        flex: 1 1 auto;
        padding-right: 0;
        overflow: auto;
        padding-top: 0;
    }
}

body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text > ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-left: 20px;
    list-style-type: none;
}

    body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text > ul li {
        padding-right: 60px;
    }

body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text a {
    margin: 0 15px;
}

@media only screen and (max-width: 1023px) {
    body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text a {
        z-index: 2;
        margin: 0;
    }

        body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text a:first-of-type,
        body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text a:last-of-type {
            position: absolute;
            left: 50%;
            max-height: 45px;
            transform: translateX(-50%);
        }

        body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text a:first-of-type {
            bottom: 95px;
        }

        body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text a:last-of-type {
            bottom: 40px;
        }
}

body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent {
    padding: 0;
    margin: 20px 0;
}

@media only screen and (max-width: 1023px) {
    body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent {
        position: unset;
        flex-shrink: 0;
        width: 100%;
        margin-bottom: 0;
        transform: unset;
    }
}

body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-button-group {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

    body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-button-group button {
        margin: 0 !important;
        min-width: 0 !important;
    }

@media only screen and (min-width: 1024px) {
    body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-button-group {
        align-items: flex-start;
    }
}

body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler,
body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler,
body > #onetrust-consent-sdk #onetrust-banner-sdk a {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    height: auto;
    max-width: 100%;
    min-height: 45px;
    padding: 5px 24px;
    padding-right: 0;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    overflow: visible;
    border: none !important;
    border-radius: 3px;
    background-color: transparent;
    color: #101010;
    color: #fff;
    font-family: mazdatype, helvetica, arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .1072em;
    transition: color .2s, background-color .2s;
    cursor: pointer;
}

@media only screen and (min-width: 1024px) {
    body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler,
    body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler,
    body > #onetrust-consent-sdk #onetrust-banner-sdk a {
        max-width: 366px;
    }
}

body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler::after,
body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler::after,
body > #onetrust-consent-sdk #onetrust-banner-sdk a::after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform: translateX(-50%);
    transition: transform .2s, background-color .2s;
    transition-delay: .1s;
    transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    will-change: background-color;
}

@media only screen and (min-width: 992px) {
    body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler:hover,
    body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler:hover,
    body > #onetrust-consent-sdk #onetrust-banner-sdk a:hover {
        color: #999;
    }

        body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler:hover::after,
        body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler:hover::after,
        body > #onetrust-consent-sdk #onetrust-banner-sdk a:hover::after {
            transform: translate(-50%, -4px);
        }
}

body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler:active,
body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler:active,
body > #onetrust-consent-sdk #onetrust-banner-sdk a:active {
    color: #999;
}

    body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler:active::after,
    body > #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler:active::after,
    body > #onetrust-consent-sdk #onetrust-banner-sdk a:active::after {
        transform: translate(-50%, -4px);
    }

#ot-sdk-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: auto;
    max-width: 100%;
    min-height: 45px;
    padding: 5px 24px;
    margin: 0;
    overflow: hidden;
    border: none !important;
    border-radius: 3px;
    background-color: transparent;
    background-color: #101010 !important;
    color: #101010;
    color: #fff !important;
    font-family: mazdatype, helvetica, arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .1072em;
    transition: color .2s, background-color .2s;
    cursor: pointer;
}

@media only screen and (min-width: 1024px) {
    #ot-sdk-btn {
        max-width: 366px;
    }
}

@media only screen and (min-width: 992px) {
    #ot-sdk-btn:hover {
        background-color: #910a2d !important;
    }
}

#ot-sdk-btn:active {
    background-color: #910a2d !important;
}

#ot-sdk-cookie-policy a,
.ot-sdk-cookie-policy a {
    background: none !important;
    font-size: 16px !important;
}

#ot-sdk-cookie-policy #cookie-policy-description,
#ot-sdk-cookie-policy p,
.ot-sdk-cookie-policy #cookie-policy-description,
.ot-sdk-cookie-policy p {
    line-height: 28px !important;
}

#ot-sdk-cookie-policy h3,
#ot-sdk-cookie-policy h4,
#ot-sdk-cookie-policy h5,
.ot-sdk-cookie-policy h3,
.ot-sdk-cookie-policy h4,
.ot-sdk-cookie-policy h5 {
    font-weight: 400 !important;
}

    #ot-sdk-cookie-policy h4.ot-sdk-cookie-policy-group,
    .ot-sdk-cookie-policy h4.ot-sdk-cookie-policy-group {
        text-transform: uppercase;
    }

#ot-sdk-cookie-policy ul,
.ot-sdk-cookie-policy ul {
    list-style-type: none !important;
}

    #ot-sdk-cookie-policy ul.cookies-list,
    .ot-sdk-cookie-policy ul.cookies-list {
        margin-left: 25px;
    }

        #ot-sdk-cookie-policy ul.cookies-list li::before,
        .ot-sdk-cookie-policy ul.cookies-list li::before {
            content: '\2022';
            font-size: inherit;
        }

#ot-sdk-cookie-policy table,
.ot-sdk-cookie-policy table {
    padding-bottom: 40px !important;
    border: none !important;
}

    #ot-sdk-cookie-policy table a,
    .ot-sdk-cookie-policy table a {
        text-decoration: none !important;
    }

    #ot-sdk-cookie-policy table li,
    .ot-sdk-cookie-policy table li {
        margin-bottom: 10px !important;
    }

        #ot-sdk-cookie-policy table li:last-of-type,
        .ot-sdk-cookie-policy table li:last-of-type {
            margin-bottom: 0 !important;
        }

        #ot-sdk-cookie-policy table li::before,
        .ot-sdk-cookie-policy table li::before {
            content: none;
        }

#ot-sdk-cookie-policy thead,
.ot-sdk-cookie-policy thead {
    background-color: transparent !important;
}

#ot-sdk-cookie-policy td,
.ot-sdk-cookie-policy td {
    width: 33% !important;
    border-bottom: 1px solid #d5d5d5 !important;
    border-right: none !important;
    font-size: 16px !important;
}

#ot-sdk-cookie-policy th,
.ot-sdk-cookie-policy th {
    border-right: none !important;
}

    #ot-sdk-cookie-policy th.ot-table-header,
    .ot-sdk-cookie-policy th.ot-table-header {
        background-color: transparent !important;
        font-size: inherit !important;
    }

body > #onetrust-consent-sdk #onetrust-pc-sdk {
    width: 60%;
    max-width: 992px;
}

body > #onetrust-consent-sdk #accept-recommended-btn-handler,
body > #onetrust-consent-sdk #filter-apply-handler,
body > #onetrust-consent-sdk #filter-cancel-handler,
body > #onetrust-consent-sdk .ot-btn-container button,
body > #onetrust-consent-sdk .ot-pc-refuse-all-handler,
body > #onetrust-consent-sdk .save-preference-btn-handler {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: auto;
    max-width: 100%;
    min-height: 45px;
    padding: 5px 24px;
    margin: 0;
    overflow: hidden;
    border: none !important;
    border-radius: 3px;
    background-color: transparent;
    background-color: #101010 !important;
    color: #101010;
    color: #fff !important;
    font-family: mazdatype, helvetica, arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .1072em;
    letter-spacing: 2.6px;
    transition: color .2s, background-color .2s;
    cursor: pointer;
}

@media only screen and (min-width: 1024px) {
    body > #onetrust-consent-sdk #accept-recommended-btn-handler,
    body > #onetrust-consent-sdk #filter-apply-handler,
    body > #onetrust-consent-sdk #filter-cancel-handler,
    body > #onetrust-consent-sdk .ot-btn-container button,
    body > #onetrust-consent-sdk .ot-pc-refuse-all-handler,
    body > #onetrust-consent-sdk .save-preference-btn-handler {
        max-width: 366px;
    }
}

@media only screen and (min-width: 992px) {
    body > #onetrust-consent-sdk #accept-recommended-btn-handler:hover,
    body > #onetrust-consent-sdk #filter-apply-handler:hover,
    body > #onetrust-consent-sdk #filter-cancel-handler:hover,
    body > #onetrust-consent-sdk .ot-btn-container button:hover,
    body > #onetrust-consent-sdk .ot-pc-refuse-all-handler:hover,
    body > #onetrust-consent-sdk .save-preference-btn-handler:hover {
        background-color: #910a2d !important;
    }
}

body > #onetrust-consent-sdk #accept-recommended-btn-handler:active,
body > #onetrust-consent-sdk #filter-apply-handler:active,
body > #onetrust-consent-sdk #filter-cancel-handler:active,
body > #onetrust-consent-sdk .ot-btn-container button:active,
body > #onetrust-consent-sdk .ot-pc-refuse-all-handler:active,
body > #onetrust-consent-sdk .save-preference-btn-handler:active {
    background-color: #910a2d !important;
}

@media only screen and (max-width: 1023px) {
    body > #onetrust-consent-sdk #ot-pc-content {
        margin-left: 15px;
        padding-right: 3px;
        width: calc(100% - 20px);
    }
}

body > #onetrust-consent-sdk .ot-btn-container {
    padding-bottom: 20px;
    padding-right: 15px;
}

    body > #onetrust-consent-sdk .ot-btn-container button {
        margin-right: 15px;
        margin-top: 20px;
    }

@media only screen and (max-width: 1023px) {
    body > #onetrust-consent-sdk .ot-btn-container {
        width: calc(100% - 30px) !important;
        margin: 0 !important;
        padding: 1px 15px 20px !important;
    }
}

body > #onetrust-consent-sdk .ot-pc-header {
    border-bottom: none;
}

    body > #onetrust-consent-sdk .ot-pc-header .ot-pc-logo {
        display: none;
    }

body > #onetrust-consent-sdk #ot-category-title,
body > #onetrust-consent-sdk #ot-lst-title h3,
body > #onetrust-consent-sdk #ot-pc-title {
    padding-bottom: 20px;
    color: inherit !important;
}

body > #onetrust-consent-sdk #ot-lst-title h3 {
    padding-left: 15px;
}

body > #onetrust-consent-sdk #ot-pc-desc {
    padding-bottom: 40px;
    color: inherit !important;
}

body > #onetrust-consent-sdk #ot-category-title {
    padding-top: 50px;
}

body > #onetrust-consent-sdk .ot-acc-txt p,
body > #onetrust-consent-sdk .ot-category-desc,
body > #onetrust-consent-sdk .ot-host-hdr h4,
body > #onetrust-consent-sdk .ot-link-btn {
    font-size: 14px !important;
}

body > #onetrust-consent-sdk .ot-link-btn {
    text-decoration: underline;
}

body > #onetrust-consent-sdk .ot-category-desc,
body > #onetrust-consent-sdk .ot-hlst-cntr {
    padding-left: 70px !important;
    padding-right: 45px !important;
    width: auto !important;
}

@media only screen and (min-width: 1024px) {
    body > #onetrust-consent-sdk .ot-category-desc,
    body > #onetrust-consent-sdk .ot-hlst-cntr {
        padding-left: 100px !important;
    }
}

body > #onetrust-consent-sdk .ot-host-opt li > div div {
    font-size: 14px;
}

body > #onetrust-consent-sdk .ot-plus-minus {
    top: 0;
    order: 3;
    margin: 0 10px;
}

    body > #onetrust-consent-sdk .ot-plus-minus span {
        background: #999;
    }

        body > #onetrust-consent-sdk .ot-plus-minus span:first-of-type {
            top: 0;
            bottom: 0;
            left: 49%;
            width: 1px;
        }

        body > #onetrust-consent-sdk .ot-plus-minus span:last-of-type {
            top: 49%;
            right: 0;
            left: 0;
            height: 1px;
        }

@media only screen and (min-width: 1024px) {
    body > #onetrust-consent-sdk .ot-plus-minus {
        margin: 0;
    }
}

body > #onetrust-consent-sdk .ot-cat-item button:active,
body > #onetrust-consent-sdk .ot-cat-item button:focus,
body > #onetrust-consent-sdk button.ot-host-box:active,
body > #onetrust-consent-sdk button.ot-host-box:focus {
    outline: none !important;
}

body > #onetrust-consent-sdk .ot-cat-item button ~ * .ot-cat-header,
body > #onetrust-consent-sdk button.ot-host-box ~ * .ot-cat-header {
    color: #999 !important;
}

body > #onetrust-consent-sdk .ot-cat-item button[aria-expanded='true'] ~ * .ot-plus-minus span,
body > #onetrust-consent-sdk button.ot-host-box[aria-expanded='true'] ~ * .ot-plus-minus span {
    background: #910a2d;
}

body > #onetrust-consent-sdk .ot-cat-item button[aria-expanded='true'] ~ * .ot-cat-header,
body > #onetrust-consent-sdk .ot-cat-item button[aria-expanded='true'] ~ * .ot-category-desc,
body > #onetrust-consent-sdk .ot-cat-item button[aria-expanded='true'] ~ * .ot-link-btn,
body > #onetrust-consent-sdk button.ot-host-box[aria-expanded='true'] ~ * .ot-cat-header,
body > #onetrust-consent-sdk button.ot-host-box[aria-expanded='true'] ~ * .ot-category-desc,
body > #onetrust-consent-sdk button.ot-host-box[aria-expanded='true'] ~ * .ot-link-btn {
    color: #101010 !important;
}

body > #onetrust-consent-sdk .ot-cat-item button[aria-expanded='true'] ~ .ot-acc-hdr,
body > #onetrust-consent-sdk button.ot-host-box[aria-expanded='true'] ~ .ot-acc-hdr {
    padding-bottom: 10px !important;
}

body > #onetrust-consent-sdk .ot-cat-item {
    border-left: 0 !important;
    border-right: 0 !important;
}

    body > #onetrust-consent-sdk .ot-cat-item .ot-acc-hdr {
        display: inline-flex;
        align-items: center;
        padding: 35px 0;
        width: 100%;
    }

        body > #onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-cat-header {
            flex-grow: 2;
            order: 2;
            line-height: 26px !important;
        }

        body > #onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-always-active,
        body > #onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-tgl {
            position: relative !important;
            top: none !important;
            right: 0 !important;
            display: flex;
            order: 1;
            width: 100px;
            color: inherit;
            font-size: 14px;
            font-weight: 400;
            line-height: 26px;
            transform: none !important;
        }

            body > #onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-always-active .ot-switch,
            body > #onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-tgl .ot-switch {
                outline: none;
            }

            body > #onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-always-active input:checked + .ot-switch .ot-switch-nob,
            body > #onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-tgl input:checked + .ot-switch .ot-switch-nob {
                border-color: #000;
                background-color: #fff;
            }

                body > #onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-always-active input:checked + .ot-switch .ot-switch-nob::before,
                body > #onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-tgl input:checked + .ot-switch .ot-switch-nob::before {
                    background-color: #000;
                }

@media only screen and (max-width: 1023px) {
    body > #onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-always-active,
    body > #onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-tgl {
        width: 70px;
    }
}

body > #onetrust-consent-sdk .ot-cat-item .ot-acc-hdr .ot-always-active {
    line-height: 16px;
}

body > #onetrust-consent-sdk .ot-cat-item .ot-acc-txt {
    background: none !important;
}

body > #onetrust-consent-sdk .ot-pc-footer {
    border-top: 0;
}

body > #onetrust-consent-sdk .ot-pc-footer-logo {
    display: none;
}

body > #onetrust-consent-sdk #vendor-search-handler {
    border: none;
    border-bottom: 1px solid #d5d5d5;
    border-radius: 0;
}

body > #onetrust-consent-sdk .ot-sel-all {
    display: flex;
    align-items: center;
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 1024px) {
    body > #onetrust-consent-sdk .ot-sel-all {
        padding-right: 22px;
    }
}

body > #onetrust-consent-sdk .ot-sel-all .ot-consent-hdr {
    max-width: 100%;
    color: #999 !important;
}

body > #onetrust-consent-sdk .ot-sel-all .ot-sel-all-chkbox {
    width: auto;
}

    body > #onetrust-consent-sdk .ot-sel-all .ot-sel-all-chkbox .ot-chkbox {
        position: static !important;
        margin: 0 5px 0 15px;
    }

@media only screen and (min-width: 1024px) {
    body > #onetrust-consent-sdk .ot-sel-all .ot-sel-all-chkbox .ot-chkbox {
        margin: 0 15px;
    }
}

@media only screen and (max-width: 1023px) {
    body > #onetrust-consent-sdk #ot-pc-lst {
        bottom: 165px;
    }
}

body > #onetrust-consent-sdk .ot-host-item {
    padding-right: 0;
    padding-left: 25px;
}

    body > #onetrust-consent-sdk .ot-host-item::before {
        font-size: inherit !important;
    }

    body > #onetrust-consent-sdk .ot-host-item .ot-host-opts {
        width: calc(100% - 25px);
    }

@media only screen and (min-width: 1024px) {
    body > #onetrust-consent-sdk .ot-host-item .ot-host-opts {
        width: calc(100% - 55px);
    }
}

body > #onetrust-consent-sdk .ot-host-item section.ot-acc-hdr {
    display: grid;
    grid-template-columns: 1fr 25px;
    grid-template-areas: 'header expander' 'header .' 'header checkbox';
}

@media only screen and (min-width: 1024px) {
    body > #onetrust-consent-sdk .ot-host-item section.ot-acc-hdr {
        grid-template-columns: 1fr 55px;
    }
}

body > #onetrust-consent-sdk .ot-host-item section.ot-acc-hdr .ot-host-hdr {
    grid-area: header;
    width: 100%;
}

body > #onetrust-consent-sdk .ot-host-item section.ot-acc-hdr .ot-plus-minus {
    grid-area: expander;
    margin: 0 !important;
}

body > #onetrust-consent-sdk .ot-host-item section.ot-acc-hdr .ot-tgl-cntr {
    position: static !important;
    grid-area: checkbox;
    width: 25px;
}

body > #onetrust-consent-sdk .ot-host-item .ot-host-name {
    margin-bottom: 25px !important;
}

body > #onetrust-consent-sdk .ot-host-item .ot-host-desc,
body > #onetrust-consent-sdk .ot-host-item .ot-host-expand,
body > #onetrust-consent-sdk .ot-host-item a {
    font-size: 16px !important;
    line-height: 28px;
}

body > #onetrust-consent-sdk .ot-chkbox input,
body > #onetrust-consent-sdk .ot-chkbox label::before {
    transform: scale(1.3);
}

body > #onetrust-consent-sdk .ot-chkbox label::before {
    border: 1px solid #d5d5d5;
    outline-width: 0;
}

body > #onetrust-consent-sdk .ot-chkbox input:checked ~ label::before {
    background-color: #000;
}

body > #onetrust-consent-sdk .ot-chkbox input[type='checkbox']:focus + label::before {
    outline-width: 0;
}

body > #onetrust-consent-sdk #filter-btn-handler {
    background-color: #000;
}

body > #onetrust-consent-sdk .ot-fltr-scrlcnt {
    padding-top: 5px;
}

body > #onetrust-consent-sdk .ot-fltr-btns {
    margin: 0;
    display: grid;
    grid-gap: 15px;
    padding: 15px 5px 0 15px;
}

    body > #onetrust-consent-sdk .ot-fltr-btns button {
        margin: 0 !important;
    }

body > #onetrust-consent-sdk #ot-anchor {
    display: none !important;
}

.ot--accept-primary #onetrust-banner-sdk #onetrust-accept-btn-handler {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: auto;
    max-width: 100%;
    min-height: 45px;
    padding: 5px 24px;
    margin: 0;
    overflow: hidden;
    border: none !important;
    border-radius: 3px;
    background-color: transparent;
    background-color: #fff !important;
    color: #101010;
    font-family: mazdatype, helvetica, arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .1072em;
    transition: color .2s, background-color .2s;
    cursor: pointer;
}

@media only screen and (min-width: 1024px) {
    .ot--accept-primary #onetrust-banner-sdk #onetrust-accept-btn-handler {
        max-width: 366px;
    }
}

@media only screen and (min-width: 992px) {
    .ot--accept-primary #onetrust-banner-sdk #onetrust-accept-btn-handler:hover {
        background-color: #910a2d !important;
        color: #fff !important;
    }
}

.ot--accept-primary #onetrust-banner-sdk #onetrust-accept-btn-handler:active {
    background-color: #910a2d !important;
    color: #fff !important;
}

.ot--accept-secondary #onetrust-banner-sdk #onetrust-accept-btn-handler {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    width: max-content !important;
    height: auto;
    max-width: 100%;
    min-height: 45px;
    padding: 5px 24px;
    padding-right: 0;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    overflow: visible;
    border: none !important;
    border-radius: 3px;
    background-color: transparent;
    color: #101010;
    color: #fff;
    font-family: mazdatype, helvetica, arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .1072em;
    transition: color .2s, background-color .2s;
    cursor: pointer;
}

@media only screen and (min-width: 1024px) {
    .ot--accept-secondary #onetrust-banner-sdk #onetrust-accept-btn-handler {
        max-width: 366px;
    }
}

.ot--accept-secondary #onetrust-banner-sdk #onetrust-accept-btn-handler::after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform: translateX(-50%);
    transition: transform .2s, background-color .2s;
    transition-delay: .1s;
    transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    will-change: background-color;
}

@media only screen and (min-width: 992px) {
    .ot--accept-secondary #onetrust-banner-sdk #onetrust-accept-btn-handler:hover {
        color: #999;
    }

        .ot--accept-secondary #onetrust-banner-sdk #onetrust-accept-btn-handler:hover::after {
            transform: translate(-50%, -4px);
        }
}

.ot--accept-secondary #onetrust-banner-sdk #onetrust-accept-btn-handler:active {
    color: #999;
}

    .ot--accept-secondary #onetrust-banner-sdk #onetrust-accept-btn-handler:active::after {
        transform: translate(-50%, -4px);
    }

.ot--accept-tertiary #onetrust-banner-sdk #onetrust-group-container {
    width: 74% !important;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .ot--accept-tertiary #onetrust-banner-sdk #onetrust-group-container {
        width: 64% !important;
    }
}

.ot--accept-tertiary #onetrust-banner-sdk #onetrust-button-group-parent {
    right: 8% !important;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .ot--accept-tertiary #onetrust-banner-sdk #onetrust-button-group-parent {
        width: 28% !important;
    }
}

@media only screen and (min-width: 1280px) {
    .ot--accept-tertiary #onetrust-banner-sdk #onetrust-button-group-parent {
        right: 5% !important;
        width: 20% !important;
    }
}

.ot--accept-tertiary #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-accept-btn-handler,
.ot--accept-tertiary #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-reject-all-handler {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: auto;
    max-width: 100%;
    min-height: 45px;
    padding: 5px 24px;
    margin: 0;
    overflow: hidden;
    border: none !important;
    border-radius: 3px;
    background-color: transparent;
    background-color: #fff !important;
    color: #101010;
    font-family: mazdatype, helvetica, arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .1072em;
    transition: color .2s, background-color .2s;
    cursor: pointer;
}

@media only screen and (min-width: 1024px) {
    .ot--accept-tertiary #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-accept-btn-handler,
    .ot--accept-tertiary #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-reject-all-handler {
        max-width: 366px;
    }
}

@media only screen and (min-width: 992px) {
    .ot--accept-tertiary #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-accept-btn-handler:hover,
    .ot--accept-tertiary #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-reject-all-handler:hover {
        background-color: #910a2d !important;
        color: #fff !important;
    }
}

.ot--accept-tertiary #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-accept-btn-handler:active,
.ot--accept-tertiary #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-reject-all-handler:active {
    background-color: #910a2d !important;
    color: #fff !important;
}

@media only screen and (min-width: 551px) and (max-width: 1024px) {
    .ot--accept-tertiary #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-accept-btn-handler,
    .ot--accept-tertiary #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-reject-all-handler {
        width: 320px !important;
    }
}

@media only screen and (min-width: 1024px) {
    .ot--accept-tertiary #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-accept-btn-handler,
    .ot--accept-tertiary #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-reject-all-handler {
        width: 100% !important;
    }
}

.ot--accept-tertiary #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-reject-all-handler::after {
    content: none;
}

.ot--cta-reversed #onetrust-button-group-parent #onetrust-button-group {
    flex-direction: column-reverse !important;
}

.ot--inside-iframe #onetrust-consent-sdk #onetrust-banner-sdk {
    top: 0;
    bottom: auto;
}

@media only screen and (max-width: 1023px) {
    .ot--inside-iframe #onetrust-consent-sdk #onetrust-banner-sdk {
        height: auto;
    }
}

@media only screen and (max-width: 1023px) {
    .ot--cta-mobile-left #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent #onetrust-button-group {
        align-items: start;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 1023px) {
    .ot--cta-mobile-left #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text a:first-of-type,
    .ot--cta-mobile-left #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text a:last-of-type {
        left: 0;
        transform: translateX(30px);
    }
}
