@-webkit-keyframes mainMenuIn {
    0% {
        top: -90px
    }
    100% {
        top: 0
    }
}

@keyframes mainMenuIn {
    0% {
        top: -90px
    }
    100% {
        top: 0
    }
}

@-webkit-keyframes mainMenuOut {
    0% {
        top: 0
    }
    100% {
        top: -90px
    }
}

@keyframes mainMenuOut {
    0% {
        top: 0
    }
    100% {
        top: -90px
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    outline: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    outline: none;
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block;
    outline: none;
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    outline: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter: alpha(opacity=25);
    opacity: .25
}

.slick-prev {
    left: -25px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir='rtl'] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir='rtl'] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    border-bottom: 4px solid #d8d8d8;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    outline: none;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    outline: none;
}

.slick-dots li button:before {
    font-size: 0px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    filter: alpha(opacity=25);
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    border-bottom: 4px solid;
    filter: alpha(opacity=75);
    opacity: .75;
    color: #000;
    outline: none;
}

.lab-footer-store-locator__button,
.lab-newsletter__button,
.category-filter__apply,
.lab-product-buy-button,
.lab-product-notification-button,
.lab-product-minicart-button,
.lab-product-customization-button,
.lab-product-show-now-button,
.lab-quickshop-button,
.notifyme-btn {
    display: -ms-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height: 60px;
    padding: 20px;
    font-size: 18px;
    transition: .1s;
    text-transform: uppercase;
    font-weight: bold;
}

.lab-footer-store-locator__button--full-width,
.lab-newsletter__button--full-width,
.category-filter__apply--full-width,
.lab-product-buy-button--full-width,
.lab-product-notification-button--full-width,
.lab-product-minicart-button--full-width,
.lab-product-customization-button--full-width,
.lab-product-show-now-button--full-width,
.lab-quickshop-button--full-width,
.notifyme-btn--full-width {
    width: 100%
}

.lab-footer-store-locator__button[disabled],
.lab-newsletter__button[disabled],
.category-filter__apply[disabled],
.lab-product-buy-button[disabled],
.lab-product-notification-button[disabled],
.lab-product-minicart-button[disabled],
.lab-product-customization-button[disabled],
.lab-product-show-now-button[disabled],
.lab-quickshop-button[disabled],
.notifyme-btn[disabled] {
    background: #ddd;
    color: #fff;
    cursor: not-allowed
}

.lab-global-messages .lab-global-message {
    width: 100%;
    text-align: center;
    padding: .813rem;
    font-size: .875rem
}

.lab-global-messages .is-warning {
    background: #f5db8e;
    color: #000
}

.lab-global-messages .is-success {
    background: #289457;
    color: #fff
}

.lab-global-messages .is-error {
    background: #faa2a2;
    color: #000
}

.lab-global-messages .lab-global-message-close {
    text-decoration: underline;
    cursor: pointer;
    margin-left: 5px
}

.FreeShippingMessage {
    font-weight: bold;
    color: #f00
}

.lab-loader-overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0
}

.lab-loader {
    display: block;
    color: #000;
    font-size: 11px;
    position: relative;
    top: 50%;
    margin: 0 auto;
    -webkit-transform: translateZ(0) translateY(-50%);
    transform: translateZ(0) translateY(-50%);
    -webkit-animation-delay: -.16s !important;
    animation-delay: -.16s !important;
}

.lab-loader,
.lab-loader:before,
.lab-loader:after {
    background: #000;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em
}

.lab-loader:before,
.lab-loader:after {
    position: absolute;
    top: 0;
    content: ''
}

.lab-loader:before {
    left: -1.5em;
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.lab-loader:after {
    left: 1.5em
}

@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em
    }
}

@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em
    }
}

#chaordic-remote-collect {
    height: 0
}

.h-fixed {
    position: fixed!important;
}

.none,
.lab-none {
    display: none
}

@media only screen and (max-width:500px) {
    .none-mobile {
        display: none
    }
}

.block,
.lab-block {
    display: block
}

.full,
.lab-full {
    width: 100%
}

.lab-label-success {
    color: #32a500
}

.lab-label-error {
    color: #f00
}

.lab-uppercase {
    text-transform: uppercase
}

.lab-center {
    text-align: center
}

.lab-right {
    text-align: right
}

.lab-relative {
    position: relative;
}

.lab-underline {
    text-decoration: underline
}

.lab-cursor-none {
    pointer-events: none;
    background: #efefef
}

.pointer {
    cursor: pointer
}

.nowrap {
    white-space: nowrap
}

.lab-s1,
.lab-title-s1 {
    font-size: 1.75rem
}

.lab-s2,
.lab-title-s2 {
    font-size: 1.313rem
}

.lab-s3,
.lab-title-s3 {
    font-size: 1.125rem
}

.lab-s4,
.lab-title-s4 {
    font-size: 1rem
}

.lab-s5,
.lab-title-s5 {
    font-size: .875rem
}

.lab-s6,
.lab-title-s6 {
    font-size: .75rem
}

.lab-h1 {
    font-size: 1.25rem
}

.lab-h2 {
    font-size: .938rem
}

.lab-title {
    font-weight: bold;
    text-transform: uppercase
}

.lab-bold {
    font-weight: bold
}

.lab-text-transform-none {
    text-transform: none
}

.lab-link {
    cursor: pointer;
    text-decoration: underline;
}

.lab-link:hover {
    text-decoration: none
}

.lab-link.lab-link-mb {
    margin-bottom: 20px;
    display: inline-block
}

.lab-link.lab-link-mb-lg {
    margin-bottom: 30px;
    display: inline-block
}

.lab-link.lab-link-mb-sm {
    margin-bottom: 10px;
    display: inline-block
}

.lab-link.lab-link-mt {
    margin-top: 20px;
    display: inline-block
}

.lab-link.lab-link-mt-lg {
    margin-top: 30px;
    display: inline-block
}

.lab-link.lab-link-mt-sm {
    margin-top: 10px;
    display: inline-block
}

.lab-text-page {
    padding: 1.875rem 0;
}

.lab-text-page .lab-title-s1 {
    padding-bottom: 1.875rem
}

.lab-text-page .lab-title-s6 {
    padding-bottom: .313rem
}

.lab-text-page p {
    padding-bottom: 1.25rem
}

.lab-text-page img {
    vertical-align: top;
    width: 100%
}

.lab-text-page ul {
    list-style: disc;
    padding-bottom: 1.875rem;
    padding-left: 1.875rem;
}

.lab-text-page ul.lab-custom-align {
    padding-left: 0;
    list-style: square;
    list-style-position: inside
}

.lab-text-page ul li {
    line-height: 1.625rem
}

.lab-box {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.lab-box .lab-box-body {
    padding: 1.25rem 1.875rem
}

.lab-box .lab-box-footer {
    border-top: 1px solid #ddd;
    padding: 1.25rem 1.875rem
}

.lab-dt {
    display: table;
    width: 100%;
}

.lab-dt>div {
    display: table-cell
}

.lab-dt-middle>div {
    vertical-align: middle
}

.lab-row {
    margin-left: -15px;
    margin-right: -15px;
}

.lab-row:after {
    content: "";
    clear: both;
    display: table
}

.lab-row>div {
    padding-left: 15px;
    padding-right: 15px
}

.lab-row-sm {
    margin-left: -10px;
    margin-right: -10px;
}

.lab-row-sm:after {
    content: "";
    clear: both;
    display: table
}

.lab-row-sm>div {
    padding-left: 10px;
    padding-right: 10px
}

.lab-col-1 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 8.333333333333332%;
    margin-left: 0%;
    margin-right: 0%;
}

.lab-col-1:before,
.lab-col-1:after {
    content: '';
    display: table
}

.lab-col-1:after {
    clear: both
}

.lab-col-1:last-child {
    margin-right: 0%
}

.lab-col-2 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 16.666666666666664%;
    margin-left: 0%;
    margin-right: 0%;
}

.lab-col-2:before,
.lab-col-2:after {
    content: '';
    display: table
}

.lab-col-2:after {
    clear: both
}

.lab-col-2:last-child {
    margin-right: 0%
}

.lab-col-3 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%;
}

.lab-col-3:before,
.lab-col-3:after {
    content: '';
    display: table
}

.lab-col-3:after {
    clear: both
}

.lab-col-3:last-child {
    margin-right: 0%
}

.lab-col-4 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 0%;
    margin-right: 0%;
}

.lab-col-4:before,
.lab-col-4:after {
    content: '';
    display: table
}

.lab-col-4:after {
    clear: both
}

.lab-col-4:last-child {
    margin-right: 0%
}

.lab-col-5 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 41.66666666666667%;
    margin-left: 0%;
    margin-right: 0%;
}

.lab-col-5:before,
.lab-col-5:after {
    content: '';
    display: table
}

.lab-col-5:after {
    clear: both
}

.lab-col-5:last-child {
    margin-right: 0%
}

.lab-col-6 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
}

.lab-col-6:before,
.lab-col-6:after {
    content: '';
    display: table
}

.lab-col-6:after {
    clear: both
}

.lab-col-6:last-child {
    margin-right: 0%
}

.lab-col-7 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 58.333333333333336%;
    margin-left: 0%;
    margin-right: 0%;
}

.lab-col-7:before,
.lab-col-7:after {
    content: '';
    display: table
}

.lab-col-7:after {
    clear: both
}

.lab-col-7:last-child {
    margin-right: 0%
}

.lab-col-8 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66666666666666%;
    margin-left: 0%;
    margin-right: 0%;
}

.lab-col-8:before,
.lab-col-8:after {
    content: '';
    display: table
}

.lab-col-8:after {
    clear: both
}

.lab-col-8:last-child {
    margin-right: 0%
}

.lab-col-9 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 75%;
    margin-left: 0%;
    margin-right: 0%;
}

.lab-col-9:before,
.lab-col-9:after {
    content: '';
    display: table
}

.lab-col-9:after {
    clear: both
}

.lab-col-9:last-child {
    margin-right: 0%
}

.lab-col-10 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 83.33333333333334%;
    margin-left: 0%;
    margin-right: 0%;
}

.lab-col-10:before,
.lab-col-10:after {
    content: '';
    display: table
}

.lab-col-10:after {
    clear: both
}

.lab-col-10:last-child {
    margin-right: 0%
}

.lab-col-11 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 91.66666666666666%;
    margin-left: 0%;
    margin-right: 0%;
}

.lab-col-11:before,
.lab-col-11:after {
    content: '';
    display: table
}

.lab-col-11:after {
    clear: both
}

.lab-col-11:last-child {
    margin-right: 0%
}

.lab-col-12 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
}

.lab-col-12:before,
.lab-col-12:after {
    content: '';
    display: table
}

.lab-col-12:after {
    clear: both
}

.lab-col-12:last-child {
    margin-right: 0%
}

.lab-cover {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.lab-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1;
    flex: 1
}

html.Netscapew .lab-body {
    display: block
}

.lab-wrapper {
    -ms-flex: 1;
    flex: 1
}

.lab-show-mobile {
    display: none;
}

@media only screen and (max-width:500px) {
    .lab-show-mobile {
        display: block
    }
}

@media only screen and (max-width:500px) {
    .lab-hide-mobile {
        display: none
    }
}

.lab-slider {
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    white-space: nowrap;
}

.lab-slider.slick-initialized {
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    opacity: 1
}

.lab-content:after {
    content: '';
    clear: both;
    display: table
}

.lab-wrapper--header {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 999
}

@media only screen and (min-width:500px) and (max-width:1024px) {
    .lab-container,
    .lab-footer-main__container,
    .lab-footer-nav__container,
    .lab-footer-legal__container,
    .lab-footer-info__container,
    .lab-product-container,
    .lab-product-breadcrumb__container {
        width: 100%;
        padding: 0 20px
    }
}

.lab-container-full,
.category__container {
    width: 100%;
    margin: 0 auto;
    padding: 0 60px;
}

@media only screen and (min-width:500px) and (max-width:1024px) {
    .lab-container-full,
    .category__container {
        padding: 0 20px
    }
}

.lab-register-checkbox {
    display: block;
    margin-bottom: 22px
}

.lab-fw {
    width: 100%
}

body {
    min-width: 320px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.lab-inner {
    *zoom: 1;
    width: auto;
    max-width: 1440px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

.lab-inner:before,
.lab-inner:after {
    content: '';
    display: table
}

.lab-inner:after {
    clear: both
}

.lab-inner .lab-container {
    *zoom: 1;
    width: auto;
    max-width: 90%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0
}

.lab-inner .lab-container:before,
.lab-inner .lab-container:after {
    content: '';
    display: table
}

.lab-inner .lab-container:after {
    clear: both
}

.lab-main-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 60px;
    width: 100%;
    padding: 0 60px;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
    top: 0;
    z-index: 999;
}

@media only screen and (max-width:1024px) {
    .lab-main-header {
        padding: 0 20px
    }
}

.lab-main-header.fixed {
    position: fixed;
    top: 0;
    -webkit-animation: mainMenuIn .25s ease-in;
    animation: mainMenuIn .25s ease-in
}

.lab-main-header.invisible {
    position: fixed;
    overflow: hidden;
    top: -60px;
    -webkit-animation: mainMenuOut .25s ease-out;
    animation: mainMenuOut .25s ease-out
}

.lab-main-header .lab-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
    z-index: 1;
}

@media (max-width:840px) and (min-width:540px) {
    .lab-main-header .lab-logo {
        left: 60px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
}

.lab-main-header .lab-logo img {
    display: block
}

.lab-main-header .lab-main-menu {
    margin-left: 0px;
}

.lab-main-header .lab-main-menu>nav ul li a[title*="Sale"] {
    color: #f00
}

.lab-header-submenu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    visibility: hidden;
    position: absolute;
    left: -10px;
    top: 100%;
    padding: 30px;
    z-index: 999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background: #fff;
    transition: visibility .5s linear, opacity .2s ease, -webkit-transform .2s ease;
    transition: visibility .5s linear, opacity .2s ease, transform .2s ease;
    transition: visibility .5s linear, opacity .2s ease, transform .2s ease, -webkit-transform .2s ease;
}

@media (min-width:1024px) {
    .lab-header-submenu {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        pointer-events: none;
        box-shadow: 10px 100px 100px 0 rgba(0, 0, 0, 0.08)
    }
}

.lab-header-submenu__title {
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-bottom: 20px;
    white-space: nowrap
}

.lab-header-submenu__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.lab-header-radio {
    display: none
}

.lab-header-options {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
}

.lab-header-options__container {
    display: -ms-flexbox;
    display: flex
}

.lab-header-options__item {
    padding: 20px 10px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.lab-header-options__item:hover .lab-header-submenu {
    visibility: visible;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    transition: visibility .5s linear, opacity .2s ease, -webkit-transform .5s ease;
    transition: visibility .5s linear, opacity .2s ease, transform .5s ease;
    transition: visibility .5s linear, opacity .2s ease, transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto
}

.lab-header-title__text {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    margin-right: 15px
}

.lab-header-title__border {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 2px solid #000
}

.lab-header-submenu__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-right: 20px;
}

.lab-header-submenu__links--left,
.lab-header-submenu__links--right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 50px;
}

.lab-header-submenu__links--left p,
.lab-header-submenu__links--right p {
    padding-bottom: 20px;
    text-transform: none;
}

.lab-header-submenu__links--left p a[title="Ver todos"],
.lab-header-submenu__links--right p a[title="Ver todos"],
.lab-header-submenu__links--left p a[title="Ver Todos"],
.lab-header-submenu__links--right p a[title="Ver Todos"],
.lab-header-submenu__links--left p a[title="ver todos"],
.lab-header-submenu__links--right p a[title="ver todos"],
.lab-header-submenu__links--left p a[title="VER TODOS"],
.lab-header-submenu__links--right p a[title="VER TODOS"],
.lab-header-submenu__links--left p a[title="Ver todas"],
.lab-header-submenu__links--right p a[title="Ver todas"],
.lab-header-submenu__links--left p a[title="Ver Todas"],
.lab-header-submenu__links--right p a[title="Ver Todas"],
.lab-header-submenu__links--left p a[title="ver todas"],
.lab-header-submenu__links--right p a[title="ver todas"],
.lab-header-submenu__links--left p a[title="VER TODAS"],
.lab-header-submenu__links--right p a[title="VER TODAS"] {
    font-weight: bold
}

.lab-header-submenu__image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.lab-header-submenu__image img {
    max-width: 400px;
    padding-bottom: 10px
}

.lab-header-submenu__image a {
    text-decoration: underline
}

.lab-banner-cta {
    display: block;
    text-align: end
}

.location-header-modal .modal__container {
    width: auto;
}

.location-header-modal .modal__container .modal__wrapper {
    max-width: inherit;
    min-height: inherit;
    background: #fff;
    padding: 0;
    border: 0;
    border-radius: 5px;
}

.location-header-modal .modal__container .modal__wrapper .ty-modal-location-header {
    max-width: 330px;
    padding: 86px 30px;
}

.location-header-modal .modal__container .modal__wrapper .ty-modal-location-header .ty-title {
    font-size: 21px
}

.location-header-modal .modal__container .modal__wrapper .ty-modal-location-header .ty-paragraph {
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0
}

.location-header-modal .modal__container .modal__wrapper .ty-modal-location-header .ty-button {
    padding: 12px 15px
}

.location-header-modal .modal__container .modal__wrapper .ty-modal-location-header .ty-location-box__my-location-box {
    padding: 10px 4px;
}

.location-header-modal .modal__container .modal__wrapper .ty-modal-location-header .ty-location-box__my-location-box #city-name-display {
    font-size: 14px !important
}

.location-header-modal .modal__container .modal__wrapper .ty-modal-location-header .ty-error {
    display: none;
    padding: 15px 0;
    text-align: center
}

.location-header-modal .modal__container .modal__wrapper .ty-modal-location-header .ty-show-error {
    display: block
}

.location-header-modal .modal__btn-close {
    background-color: transparent;
    border: none;
    top: 5px;
    right: 5px;
    -webkit-transform: initial;
    transform: initial;
}

.location-header-modal .modal__btn-close:before {
    background-color: transparent;
}

.location-header-modal .modal__btn-close:after {
    color: #000
}

.lab-location-header-mobile {
    width: 100%;
    background-color: #000;
    padding: 15px 20px;
    display: none;
}

@media (max-width:1160px) {
    .lab-location-header-mobile {
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.lab-location-header-mobile p {
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    cursor: pointer
}

@media (max-width:1160px) {
    .lab-location-header-mobile .lab-link-location-wrapper .lab-link-location {
        display: none
    }
}

.lab-main-header .lab-trigger-menu-mobile,
.lab-main-header .lab-close-menu-mobile {
    display: none
}

.lab-main-header .lab-toggle-menu-mobile {
    display: none
}

@media only screen and (max-width:1024px) {
    .lab-main-header {
        -ms-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        background:#045f56
    }
    .lab-main-header .lab-toggle-menu-mobile {
        display: block;
        position: absolute;
        top: 50%;
        left: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 24px;
        height: 16px;
        background: transparent;
        border-top: solid 2px #000;
        border-bottom: solid 2px #000;
    }
    .lab-main-header .lab-toggle-menu-mobile:before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 2px;
        background: #000;
        position: absolute;
        top: 5px;
        left: 0
    }
    .lab-main-header .lab-close-menu-mobile {
        position: absolute;
    }
}

@media only screen and (max-width:1024px) {
    .lab-main-header .container-instore-sale {
        display: none
    }
}

body[class*="homePage"] .lab-main-header.visible,
body[class*="homePage"] .lab-main-header.visible-search,
body[class*="homePage"] .lab-wrapper--header.visible-message .lab-main-header,
body[class*="homePage"] .lab-wrapper--header.visible-instore .lab-main-header {
    background: #fff;
    border-bottom-color: #f5f5f5;
    color: #000;
}

body[class*="homePage"] .lab-main-header.visible .lab-logo-svg__path,
body[class*="homePage"] .lab-main-header.visible-search .lab-logo-svg__path,
body[class*="homePage"] .lab-wrapper--header.visible-message .lab-main-header .lab-logo-svg__path,
body[class*="homePage"] .lab-wrapper--header.visible-instore .lab-main-header .lab-logo-svg__path {
    fill: #000
}

body[class*="homePage"] .lab-main-header.visible .lab-minicart__qty,
body[class*="homePage"] .lab-main-header.visible-search .lab-minicart__qty,
body[class*="homePage"] .lab-wrapper--header.visible-message .lab-main-header .lab-minicart__qty,
body[class*="homePage"] .lab-wrapper--header.visible-instore .lab-main-header .lab-minicart__qty {
    color: #000;
}

body[class*="homePage"] .lab-main-header.visible .lab-minicart__qty span,
body[class*="homePage"] .lab-main-header.visible-search .lab-minicart__qty span,
body[class*="homePage"] .lab-wrapper--header.visible-message .lab-main-header .lab-minicart__qty span,
body[class*="homePage"] .lab-wrapper--header.visible-instore .lab-main-header .lab-minicart__qty span {
    color: #fff
}

body[class*="homePage"] .lab-main-header.visible .lab-toggle-menu-mobile,
body[class*="homePage"] .lab-main-header.visible-search .lab-toggle-menu-mobile,
body[class*="homePage"] .lab-wrapper--header.visible-message .lab-main-header .lab-toggle-menu-mobile,
body[class*="homePage"] .lab-wrapper--header.visible-instore .lab-main-header .lab-toggle-menu-mobile {
    border-color: #000;
}

body[class*="homePage"] .lab-main-header.visible .lab-toggle-menu-mobile::before,
body[class*="homePage"] .lab-main-header.visible-search .lab-toggle-menu-mobile::before,
body[class*="homePage"] .lab-wrapper--header.visible-message .lab-main-header .lab-toggle-menu-mobile::before,
body[class*="homePage"] .lab-wrapper--header.visible-instore .lab-main-header .lab-toggle-menu-mobile::before {
    background: #000
}

body[class*="homePage"] .lab-wrapper {
    margin-top: -60px
}

body[class*="homePage"] .lab-body {
    padding-top: 0
}

body[class*="homePage"] .lab-main-header {
    background: transparent;
    border-bottom: 1px solid transparent;
    color: #fff;
    transition: background .25s ease, border-color .25s ease, color .25s ease;
}

body[class*="homePage"] .lab-main-header .lab-logo-svg__path {
    fill: #fff;
    transition: fill .25s ease
}

body[class*="homePage"] .lab-main-header .lab-minicart__qty {
    color: #fff;
    transition: color .25s ease;
}

body[class*="homePage"] .lab-main-header .lab-minicart__qty span {
    color: #000;
    transition: color .25s ease
}

body[class*="homePage"] .lab-main-header .lab-toggle-menu-mobile {
    border-color: #fff;
    transition: border-color .25s ease;
}

body[class*="homePage"] .lab-main-header .lab-toggle-menu-mobile::before {
    background: #fff;
    transition: background .25s ease
}

body[class*="homePage"] .lab-wrapper--header.visible-message+.lab-wrapper,
body[class*="homePage"] .lab-wrapper--header.visible-instore+.lab-wrapper {
    margin-top: 0
}

.lab-check-menu-mobile {
    width: 50px;
    height: 50px
}

@media only screen and (min-width:1025px) {
    .lab-main-menu {
        -ms-flex: 1;
        flex: 1
    }
    nav>ul>li>label {
        display: none
    }
    .lab-only-mobile {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .lab-main-menu {
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 100;
        width: 100%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        visibility: hidden;
        transition: visibility .3s linear, opacity .3s linear;
        height: calc(100vh - 60px);
    }
    .lab-main-menu>nav>ul>li>a {
        /* display: none; */
        font-weight: 900;
        padding: 5px;
        font-size: 16px;
        line-height: 45px;
    }
    .lab-main-menu>nav>ul>li>a.visible {
        display: block;
        line-height: 46px
    }
    .lab-main-menu>nav>ul>li>label {
        display: block;
        line-height: 46px;
        position: relative;
    }
    .lab-header-options {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        left: 0;
        padding-top: .625rem;
        width: 90%;
        max-width: 320px;
        height: calc(100vh - 60px);
        float: left;
        position: relative;
        background: #fff;
        z-index: 100;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        transition: .5s ease;
        padding-bottom: 300px;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .lab-header-options__container {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex: none;
        flex: none;
        padding: 0 20px
    }
    .lab-header-options__item {
        display: block;
        padding: 0;
        border-bottom: rgb(223 223 223) 1px solid;
    }
    .lab-icon-menu-mobile {
        pointer-events: none;
    }
    .lab-icon-menu-mobile::before,
    .lab-icon-menu-mobile::after {
        content: '';
        height: 14px;
        width: 2px;
        background: #000;
        position: absolute;
        right: 27px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: opacity .4s, -webkit-transform .4s;
        transition: transform .4s, opacity .4s;
        transition: transform .4s, opacity .4s, -webkit-transform .4s
    }
    .lab-icon-menu-mobile::after {
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg)
    }
    .lab-header-radio:checked~.lab-header-submenu {
        display: -ms-flexbox;
        display: flex;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
        opacity: 1;
        visibility: visible
    }
    .lab-header-radio:checked~label .lab-icon-menu-mobile::before {
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0
    }
    .lab-header-radio.default-radio {
        display: none
    }
    .lab-header-submenu {
        padding: 0;
        position: static;
        display: none;
    }
    .lab-header-submenu__image {
        display: none
    }
    .lab-header-submenu__title {
        display: none
    }
    .lab-header-submenu p>a {
        font-size: 14px
    }
    .lab-attendant-cta {
        padding: 20px;
        display: block;
        color: #fff;
    }
    .lab-attendant-cta .lab-attendant-link {
        background: #045f56;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 20px;
        font-size: inherit
    }
    .lab-attendant-cta .lab-attendant-icon-text {
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .lab-attendant-cta i {
        margin-right: 10px
    }
    .lab-fixed-navigation {
        position: fixed;
        bottom: 0;
        font-weight: 700;
        left: 0;
        height: 60px;
        background: #045f56;
        display: -ms-flexbox;
        display: flex;
        -ms-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 90%;
        max-width: 320px;
        z-index: 200;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        transition: .5s ease;
        border-top: 1px solid #474747;
    }
    .lab-fixed-navigation .lab-fixed-navigation-figure {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 10px;
    }
    .lab-fixed-navigation .lab-fixed-navigation-figure img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    @supports ((-o-object-fit: cover) or (object-fit: cover)) {
        .lab-fixed-navigation .lab-fixed-navigation-figure img {
            height: 100%
        }
    }
    .lab-fixed-navigation a {
        color: #fff;
        padding: 20px;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .lab-fixed-navigation a:first-child {
        -ms-flex: 1;
        flex: 1;
        border-right: 1px solid #045f56
    }
}

.lab-check-menu-mobile {
    display: none;
}

.lab-check-menu-mobile:checked+.lab-main-menu {
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    visibility: visible;
}

.lab-check-menu-mobile:checked+.lab-main-menu>.lab-header-options {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lab-check-menu-mobile:checked+.lab-main-menu>.lab-fixed-navigation {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lab-check-menu-mobile:checked+.lab-main-menu .lab-close-menu-mobile {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100vh;
    padding-bottom: 50px;
    position: absolute;
    top: 0;
    right: -3px;
    display: block
}

.get-inside {
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    margin-left: -7px;
    text-align: center;
}

.get-inside .lab-last-post {
    padding: 0 5px;
}

.get-inside .lab-last-post__image {
    display: inline-block;
    height: 60px;
    width: 60px;
}

.get-inside .lab-last-post__image img {
    border-radius: 50px;
    -o-object-fit: cover;
    object-fit: cover
}

.get-inside .lab-last-post .post-title {
    font-size: 10px;
    font-weight: bold;
    line-height: .75rem;
    padding-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
}

@media only screen and (max-width:350px) {
    .get-inside .lab-last-post .post-title {
        font-size: 8px
    }
}

.get-inside .lab-view-all {
    padding: 20px;
}

.get-inside .lab-view-all p {
    color: #000;
    font-size: 30px
}

.lab-main-menu-float {
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    top: 60px;
    left: 0;
    padding-bottom: 0;
    border-bottom: solid 1px #999;
}

.lab-main-menu-float .lab-menu-container {
    position: relative;
    margin: 32px 0;
    width: 70%;
    max-width: 840px;
    overflow: hidden
}

.lab-main-menu-float .lab-main-menu-sub-links {
    float: left;
    font-size: .813rem;
    line-height: 1.875rem;
    white-space: nowrap;
}

.lab-main-menu-float .lab-main-menu-sub-links-left {
    float: left
}

.lab-main-menu-float .lab-main-menu-sub-links-right {
    float: right;
    margin-left: 6.25rem
}

.lab-main-menu-float .lab-main-menu-sub-links p {
    line-height: 2rem
}

.lab-main-menu-float .lab-banner {
    width: 40%;
    float: left;
    text-align: center;
    margin-left: 5%;
}

.lab-main-menu-float .lab-banner .lab-banner-cta {
    font-size: .875rem;
    display: inline-block;
    margin-top: 1.25rem;
}

.lab-main-menu-float .lab-banner .lab-banner-cta:before {
    float: right;
    font-size: 3px;
    margin: 1px 0 0 5px
}

.lab-main-menu-float .lab-banner .lab-banner-cta .lab-icon {
    vertical-align: -.062rem;
    margin-left: .25rem
}

.lab-main-menu-float .lab-banner img {
    width: 100%
}

.lab-location-wrapper {
    font-weight: bold;
    font-size: 13px;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:1160px) {
    .lab-location-wrapper {
        display: none
    }
}

.lab-location-wrapper .lab-link-location,
.lab-location-wrapper .lab-link-location-wrapper {
    cursor: pointer;
    margin-left: 3px;
}

.lab-location-wrapper .lab-link-location .lab-link-location,
.lab-location-wrapper .lab-link-location-wrapper .lab-link-location {
    margin-left: 0
}

.lab-location-wrapper .lab-link-location-wrapper-mobile {
    display: none;
}

@media (max-width:1160px) {
    .lab-location-wrapper .lab-link-location-wrapper-mobile {
        display: block
    }
}

.lab-header-link {
    color: inherit;
    font-weight: bold;
    font-size: 13px;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width:540px) {
    .lab-header-link--signup {
        display: none
    }
}

@media only screen and (max-width:540px) {
    .lab-header-link {
        padding: 10px
    }
}

.lab-mobile-icon-search {
    font-size: 18px;
    padding: 10px 10px 5px;
    display: inline-block;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}

@media only screen and (min-width:540px) {
    .lab-mobile-icon-search {
        display: none
    }
}

.lab-header-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    position: relative;
}

.lab-header-actions .sub-content {
    width: 320px;
    position: absolute;
    right: -10px;
    top: 38px;
    padding-top: 22px;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: visibility .5s linear, opacity .2s ease, -webkit-transform .2s ease;
    transition: visibility .5s linear, opacity .2s ease, transform .2s ease;
    transition: visibility .5s linear, opacity .2s ease, transform .2s ease, -webkit-transform .2s ease;
    pointer-events: none
}

.lab-header-actions .is-sub {
    background: #fff;
    top: 68px;
    left: 0;
    padding: 1.35rem;
    width: 100%;
    box-shadow: 10px 100px 100px 0 rgba(0, 0, 0, 0.08);
}

@media only screen and (max-width:500px) {
    .lab-header-actions .is-sub {
        padding: 0 1.35rem 1.35rem
    }
}

.lab-header-search-results-products {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    width: 320px;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 10px 100px 100px 0 rgba(0, 0, 0, 0.08)
}

.lab-header-search {
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    position: relative;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
}

@media only screen and (max-width:540px) {
    .lab-header-search {
        background: inherit;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
        width: 100%;
        padding: 10px 20px;
        transition: opacity .2s, visibility .5s, -webkit-transform .4s ease;
        transition: opacity .2s, transform .4s ease, visibility .5s;
        transition: opacity .2s, transform .4s ease, visibility .5s, -webkit-transform .4s ease;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        visibility: hidden
    }
}

@media only screen and (max-width:540px) {
    .lab-header-search--opened {
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
        opacity: 1;
        visibility: visible;
        transition: opacity .8s, visibility .5s, -webkit-transform .4s ease;
        transition: opacity .8s, transform .4s ease, visibility .5s;
        transition: opacity .8s, transform .4s ease, visibility .5s, -webkit-transform .4s ease
    }
    .lab-header-search--opened .lab-header-search__input {
        width: 100%
    }
    .lab-header-search--opened .lab-header-search__close {
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
        opacity: 1
    }
}

.lab-header-search--opened .lab-header-search__input {
    width: 180px;
}

@media only screen and (min-width:540px) {
    .lab-header-search--opened .lab-header-search__input {
        border-bottom-color: #ededed
    }
}

@media only screen and (max-width:540px) {
    .lab-header-search--opened .lab-header-search__input {
        width: 100%
    }
}

.lab-header-search--opened .lab-header-search__input~.lab-header-search__close {
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0)
}

.lab-header-search--opened .lab-header-search__input~.expanded {
    display: block
}

.lab-header-search__icon {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width:540px) {
    .lab-header-search__icon {
        left: 20px
    }
}

.lab-header-search__close {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    padding: 10px;
    font-size: 10px;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    top: 50%;
}

@media only screen and (max-width:540px) {
    .lab-header-search__close {
        right: 10px
    }
}

.lab-header-search__input {
    background: none;
    color: inherit;
    border: 0;
    padding: 12px 20px 10px 24px;
    text-transform: uppercase;
    width: 100px;
    transition: width .2s ease;
    border-bottom: 1px solid transparent;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}

@media only screen and (max-width:540px) {
    .lab-header-search__input {
        width: 0
    }
}

.lab-header-search__input::-webkit-input-placeholder {
    color: inherit;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    text-transform: uppercase;
    text-justify: center
}

.lab-header-search__input::-moz-placeholder {
    color: inherit;
    -ms-filter: none;
    filter: none;
    opacity: 1;
    text-transform: uppercase;
    text-justify: center
}

.lab-header-search__input:-ms-input-placeholder {
    color: inherit;
    -ms-filter: none;
    filter: none;
    opacity: 1;
    text-transform: uppercase;
    text-justify: center
}

.lab-header-search__input::placeholder {
    color: inherit;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    text-transform: uppercase;
    text-justify: center
}

.lab-header-search-results {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    width: 520px;
    box-shadow: 10px 100px 100px 0 rgba(0, 0, 0, 0.08);
}

@media only screen and (max-width:540px) {
    .lab-header-search-results {
        width: 100%;
        margin: 0
    }
}

.lab-header-search-results.closed {
    display: none
}

.lab-product-discount-price {
    color: #f00
}

.lab-search-empty {
    padding: 20px;
    color: #000;
    text-align: center;
    position: relative;
}

.lab-logged-user {
    color: inherit;
}

@media only screen and (max-width:640px) {
    .lab-logged-user {
        display: none
    }
}

.lab-logged-user .sub-content {
    width: auto;
    display: block;
    top: 38px;
    right: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

.lab-logged-user:hover>.sub-content,
.lab-logged-user.is-active>.sub-content {
    visibility: visible;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@media only screen and (max-width:1024px) {
    .lab-logged-user:hover>.sub-content,
    .lab-logged-user.is-active>.sub-content {
        display: none
    }
}

.lab-logged-user__name {
    max-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    padding-left: 10px;
}

@media only screen and (max-width:1024px) {
    .lab-logged-user__name {
        display: none
    }
}

.lab-logged-user .lab-icon-user {
    font-size: 18px;
    color: inherit
}

.lab-header-my-account {
    text-transform: none;
    padding: 10px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #000
}

@media only screen and (max-width:1500px) {
    .lab-header-sac {
        display: none
    }
}

.sub-content .currentCredits {
    color: #f00;
    font-weight: bold
}

.lab-minicart {
    display: -ms-flexbox;
    display: flex;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    color: #000;
    margin-right: -20px;
}

.lab-minicart>a {
    padding: 20px;
}

@media only screen and (max-width:540px) {
    .lab-minicart>a {
        padding-left: 10px
    }
}

.lab-minicart .sub-content .inner {
    padding-top: 0;
    padding-bottom: 0
}

@media only screen and (min-width:1024px) {
    .lab-minicart:hover>.sub-content,
    .lab-minicart.is-active>.sub-content {
        visibility: visible;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        pointer-events: auto
    }
}

.lab-minicart__qty {
    color: #000;
    text-align: center;
    font-size: 19px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lab-minicart__list ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.lab-minicart-item {
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.lab-minicart-item:last-child {
    border: 0;
    padding-bottom: 0
}

.lab-minicart-item__thumb {
    max-width: 100px;
    padding-right: 20px;
}

.lab-minicart-item__thumb img {
    display: block
}

.lab-minicart-item__info {
    -ms-flex: 1;
    flex: 1;
    font-size: 13px;
    line-height: 24px;
    padding-right: 20px;
    line-height: 1;
}

.lab-minicart-item__info span {
    padding-bottom: 4px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    display: block
}

.lab-minicart-item__action {
    margin-top: 10px;
}

.lab-minicart-item__action .icon-trash {
    cursor: pointer;
    font-size: 16px
}

.lab-minicart-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    margin-top: 10px;
    border-top: solid 1px #f5f5f5;
}

.lab-minicart-footer__qty {
    font-size: 10px;
    text-transform: none
}

.lab-minicart-footer__goto {
    display: -ms-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 160px;
}

.lab-minicart-empty {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0 10px;
    line-height: 24px;
}

.lab-minicart-empty__action {
    display: -ms-flexbox;
    display: flex;
    margin: 20px -10px auto;
}

.lab-minicart-empty__action a {
    -ms-flex: 1;
    flex: 1;
    margin: 10px
}

.lab-minicart-discount {
    color: #f00
}

.page-checkout-login .lab-main-menu,
.page-singleStepCheckoutSummaryPage .lab-main-menu,
.page-sales-link-page .lab-main-menu,
.page-checkout-login .lab-main-header-content-right,
.page-singleStepCheckoutSummaryPage .lab-main-header-content-right,
.page-sales-link-page .lab-main-header-content-right,
.page-checkout-login .lab-toggle-menu-mobile,
.page-singleStepCheckoutSummaryPage .lab-toggle-menu-mobile,
.page-sales-link-page .lab-toggle-menu-mobile {
    display: none
}

.page-getinsidePage .toggle__menu {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    height: 0;
}

.page-getinsidePage .toggle__menu:checked~.nav .nav__list {
    max-height: 768px
}

.page-getinsidePage .toggle__menu-label {
    display: none;
}

@media (max-width:767px) {
    .page-getinsidePage .toggle__menu-label {
        position: relative;
        background-color: #ededed;
        display: block;
        text-align: center;
        font-size: 15px;
        padding: 15px 0;
        font-weight: 100;
        text-decoration: underline
    }
    .lab-header-options__item {
        margin-right: 7px;
    }
}

@media only screen and (min-width:500px) and (max-width:1024px) {
    .lab-home-products-carousel .product {
        width: 100%;
        padding: 0
    }
}

@media only screen and (max-width:1024px) {
    .lab-my-account-cover-photo {
        display: none
    }
}

@media only screen and (min-width:1024px) {
    .page-account .sidebar {
        margin-top: -316px
    }
}

@media only screen and (max-width:1024px) {
    .page-account .sidebar .info-user,
    .page-account .sidebar .ul-menu-user {
        display: block
    }
}

@media only screen and (max-width:1024px) {
    .page-account .sidebar .nav-back-mobile {
        display: none
    }
}

.sidebar {
    position: relative;
}

.sidebar .title-sidebar {
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}

@media only screen and (max-width:1024px) {
    .sidebar .title-sidebar {
        display: none
    }
}

.sidebar .content-sidebar {
    background: #f1f1f1;
}

@media only screen and (min-width:1025px) {
    .sidebar .content-sidebar {
        padding: 2.188rem 1.563rem;
        margin-top: .938rem
    }
}

.sidebar .mobile-logout {
    display: none;
}

@media only screen and (max-width:1024px) {
    .sidebar .mobile-logout {
        display: block;
        position: absolute;
        top: 50%;
        right: 1.25rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.sidebar .nav-back-mobile {
    display: none;
    background: #f1f1f1;
    padding: .625rem;
}

.sidebar .nav-back-mobile a {
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: bold;
    display: inline-block;
    padding: .625rem
}

@media only screen and (max-width:1024px) {
    .sidebar .nav-back-mobile {
        display: block
    }
}

.sidebar .info-user {
    position: relative;
}

@media only screen and (min-width:1024px) {
    .sidebar .info-user {
        text-align: center;
        border-bottom: solid 1px #989898;
        padding-bottom: 1.875rem;
        margin-bottom: 2.188rem
    }
}

@media only screen and (max-width:1024px) {
    .sidebar .info-user {
        padding: 1.875rem 1.25rem;
        display: none
    }
}

.sidebar .info-user .info-user-thumb {
    position: relative;
    cursor: pointer;
    width: 100%;
    max-width: 143px;
    margin: 0 auto;
}

@media only screen and (max-width:1024px) {
    .sidebar .info-user .info-user-thumb {
        width: 100px;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateY(50%) translateX(-50%);
        transform: translateY(50%) translateX(-50%)
    }
}

.sidebar .info-user .info-user-thumb .change-avatar {
    display: none
}

.sidebar .info-user .info-user-thumb:hover .current-avatar {
    display: none
}

.sidebar .info-user .info-user-thumb:hover .change-avatar {
    display: block
}

.sidebar .info-user .info-user-thumb img {
    border-radius: 50%;
    width: 100%
}

@media only screen and (min-width:1024px) {
    .sidebar .info-user .info-user-welcome {
        font-size: 1.125rem;
        margin-top: 1.875rem;
        display: inline-block
    }
}

@media only screen and (max-width:1024px) {
    .sidebar .info-user .info-user-welcome {
        font-size: .75rem
    }
}

@media only screen and (max-width:1024px) {
    .sidebar .ul-menu-user {
        display: none;
        background: #fff;
        padding: 3.125rem 1.25rem
    }
}

.sidebar .ul-menu-user li {
    display: block;
    line-height: 25px;
}

@media only screen and (max-width:1024px) {
    .sidebar .ul-menu-user li {
        line-height: 54px;
        border-bottom: 1px solid #ddd
    }
    .sidebar .ul-menu-user li:first-child {
        display: none
    }
    .sidebar .ul-menu-user li:nth-last-child(2) {
        border-bottom: 0
    }
    .sidebar .ul-menu-user li:last-child {
        display: none
    }
}

.sidebar .ul-menu-user li .lab-icon {
    display: none;
    font-size: .875rem;
    color: #989898;
}

@media only screen and (max-width:1024px) {
    .sidebar .ul-menu-user li .lab-icon {
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.sidebar .ul-menu-user li a {
    display: block;
    position: relative;
}

@media only screen and (min-width:1024px) {
    .sidebar .ul-menu-user li a {
        padding-left: .938rem;
        margin-bottom: .313rem
    }
}

@media only screen and (max-width:1024px) {
    .sidebar .ul-menu-user li a {
        text-transform: uppercase;
        font-weight: bold;
        font-size: .875rem
    }
}

@media only screen and (min-width:1024px) {
    .sidebar .ul-menu-user li.active {
        border-left: solid 4px #f00
    }
}

@media only screen and (min-width:1024px) {
    .sidebar .ul-menu-user li.active a {
        font-weight: bold;
        padding-left: .688rem
    }
}

.lab-frase-top {
    padding: 0.8em;
    text-align: center;
    background: rgb(38, 211, 103);
}

.lab-frase-top p {
    margin: 0px;
}

.slick-slide a:focus {
    outline: none
}

.r-pacotes-dentro .row-line-table:hover {
    font-weight: 600;
}

@media only screen and (min-width:728px) {
    .lab-main-header {
        background: #045f56;
        color: #fff!important;
        border-bottom: 0px;
    }
    .lab-slider-slick {
        ##margin-top: -2.4em;
        margin-top: -0.9em;
    }
    .img-src-logo {
        margin-left: -2em;
    }
    .lab-minicart__qty {
        color: #fff!important;
        cursor: pointer;
    }
    .lab-header-actions a {
        color: #fff;
    }
    .lab-header-options__item a {
        color: #FFF;
        font-size: 12px;
        font-weight: 650;
    }
}

.img-src-logo {
    width: 10em;
}

.hidden-logo-h {
    display: none;
}

.slick-slide img {
    width: 100%;
}

.lab-header-options-scroll a {
    color: #FFF;
}

.lab-header-scroll a {
    color: #FFF;
}

.header-flutuante {
    box-shadow: 0px 7px 15px rgb(6 5 5 / 8%)
    background:#045f56;
    /*background: #fff;*/
}

.lab-menu-right {
    position: fixed!important;
    top: 10px!important;
    margin: 0!important;
    width: 100%;
    max-width: 340px;
    height: calc(100vh - 20px);
    right: -23em;
    background: #fff;
    z-index: 100000000;
    -webkit-overflow-scrolling: touch;
    transition: .5s ease;
    padding-bottom: 300px;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.bg-black {
    width: 100%;
    ##background: #000030;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 1000;
    transition: .5s ease;
}

.basket-modal .topo h2 {
    font-size: 1.3em;
    padding: 1em;
    margin: 0;
}

.basket-modal .topo h2 {
    width: 100%;
    border-bottom: 1px solid rgb(237, 237, 237);
}

.basket-modal .topo span {
    float: right;
    font-weight: 900;
    cursor: pointer;
}

.valore-cart .valor {
    float: right;
}

.subTotal {
    border-bottom: 1px solid rgb(237, 237, 237);
}

.valore-cart-baixo {
    bottom: 0;
    position: absolute;
    width: 90%;
    margin-bottom: 1em;
}

@media only screen and (max-width:728px) {
    .lab-menu-right {
        max-width: 100%;
        width: 100%;
        float: right;
        top: 0px!important;
        right: 0px;
        -webkit-transform:translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        height: 100%;
    }
    .valore-cart-baixo {
        width: 93%;
    }
    .carousel-cell {
        display: unset!important;
        margin-top: 1em;
        height: 250px!important;
    }
    .lab-header-options-scroll a {
        color: #3c3c3c;
    }
}

.hidden {
    -webkit-overflow-scrolling: touch;
    transition: .5s ease;
}

.input-pesquisa {
    border: 0px;
    line-height: 50px;
    height: auto;
    padding: 0px;
}

.input-pesquisa:focus {
    border: 0px;
    outline: none;
}

#pesquisa {
    cursor: pointer;
}

#widget_canvas {
    z-index: 250!important;
}

.carousel-cell {
    outline: none;
}

.carousel-cell:focus {
    outline: none;
}

.num-carrinho-prod {
    position: absolute;
    font-size: 10px;
    text-align: center;
    float: right;
    width: 100%;
    padding-top: 6px;
}

#widget_iframe {
    display: none;
}

.finalizar-compra {
    position: fixed;
    bottom: -55;
    width: 100%;
    opacity: 0;
    text-align: center;
    background: rgb(255 255 255 / 87%);
    padding: 1em;
    box-shadow: 0px -2px 20px 0px rgb(0 0 0 / 29%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.finalizar-compra button {
    height: 3em;
    width: 60%;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

@media (min-width:769px) {
    .finalizar-compra button {
        height: 3em;
        width: 40%;
    }
}

.fade-style {
    bottom: 0;
    opacity: 1;
}

#onetrust-banner-sdk {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

#onetrust-banner-sdk .onetrust-vendors-list-handler {
    cursor: pointer;
    color: #1f96db;
    font-size: inherit;
    font-weight: bold;
    text-decoration: none;
    margin-left: 5px
}

#onetrust-banner-sdk .onetrust-vendors-list-handler:hover {
    color: #1f96db
}

#onetrust-banner-sdk:focus {
    outline: 2px solid #000;
    outline-offset: -2px
}

#onetrust-banner-sdk a:focus {
    outline: 2px solid #000
}

#onetrust-banner-sdk .ot-close-icon,
#onetrust-pc-sdk .ot-close-icon,
#ot-sync-ntfy .ot-close-icon {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzQ4LjMzM3B4IiBoZWlnaHQ9IjM0OC4zMzNweCIgdmlld0JveD0iMCAwIDM0OC4zMzMgMzQ4LjMzNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzQ4LjMzMyAzNDguMzM0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iIzU2NTY1NiIgZD0iTTMzNi41NTksNjguNjExTDIzMS4wMTYsMTc0LjE2NWwxMDUuNTQzLDEwNS41NDljMTUuNjk5LDE1LjcwNSwxNS42OTksNDEuMTQ1LDAsNTYuODVjLTcuODQ0LDcuODQ0LTE4LjEyOCwxMS43NjktMjguNDA3LDExLjc2OWMtMTAuMjk2LDAtMjAuNTgxLTMuOTE5LTI4LjQxOS0xMS43NjlMMTc0LjE2NywyMzEuMDAzTDY4LjYwOSwzMzYuNTYzYy03Ljg0Myw3Ljg0NC0xOC4xMjgsMTEuNzY5LTI4LjQxNiwxMS43NjljLTEwLjI4NSwwLTIwLjU2My0zLjkxOS0yOC40MTMtMTEuNzY5Yy0xNS42OTktMTUuNjk4LTE1LjY5OS00MS4xMzksMC01Ni44NWwxMDUuNTQtMTA1LjU0OUwxMS43NzQsNjguNjExYy0xNS42OTktMTUuNjk5LTE1LjY5OS00MS4xNDUsMC01Ni44NDRjMTUuNjk2LTE1LjY4Nyw0MS4xMjctMTUuNjg3LDU2LjgyOSwwbDEwNS41NjMsMTA1LjU1NEwyNzkuNzIxLDExLjc2N2MxNS43MDUtMTUuNjg3LDQxLjEzOS0xNS42ODcsNTYuODMyLDBDMzUyLjI1OCwyNy40NjYsMzUyLjI1OCw1Mi45MTIsMzM2LjU1OSw2OC42MTF6Ii8+PC9nPjwvc3ZnPg==");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 12px;
    width: 12px
}

#onetrust-banner-sdk .powered-by-logo,
#onetrust-banner-sdk .ot-pc-footer-logo a,
#onetrust-pc-sdk .powered-by-logo,
#onetrust-pc-sdk .ot-pc-footer-logo a,
#ot-sync-ntfy .powered-by-logo,
#ot-sync-ntfy .ot-pc-footer-logo a {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 25px;
    width: 152px;
    display: block
}

#onetrust-banner-sdk h3 *,
#onetrust-banner-sdk h4 *,
#onetrust-banner-sdk h6 *,
#onetrust-banner-sdk button *,
#onetrust-banner-sdk a[data-parent-id] *,
#onetrust-pc-sdk h3 *,
#onetrust-pc-sdk h4 *,
#onetrust-pc-sdk h6 *,
#onetrust-pc-sdk button *,
#onetrust-pc-sdk a[data-parent-id] *,
#ot-sync-ntfy h3 *,
#ot-sync-ntfy h4 *,
#ot-sync-ntfy h6 *,
#ot-sync-ntfy button *,
#ot-sync-ntfy a[data-parent-id] * {
    font-size: inherit;
    font-weight: inherit;
    color: inherit
}

#onetrust-banner-sdk .ot-hide,
#onetrust-pc-sdk .ot-hide,
#ot-sync-ntfy .ot-hide {
    display: none !important
}

#onetrust-pc-sdk .ot-sdk-row .ot-sdk-column {
    padding: 0
}

#onetrust-pc-sdk .ot-sdk-container {
    padding-right: 0
}

#onetrust-pc-sdk .ot-sdk-row {
    flex-direction: initial;
    width: 100%
}

#onetrust-pc-sdk [type="checkbox"]:checked,
#onetrust-pc-sdk [type="checkbox"]:not(:checked) {
    pointer-events: initial
}

#onetrust-pc-sdk [type="checkbox"]:disabled+label::before,
#onetrust-pc-sdk [type="checkbox"]:disabled+label:after,
#onetrust-pc-sdk [type="checkbox"]:disabled+label {
    pointer-events: none;
    opacity: 0.7
}

#onetrust-pc-sdk #vendor-list-content {
    transform: translate3d(0, 0, 0)
}

#onetrust-pc-sdk li input[type="checkbox"] {
    z-index: 1
}

#onetrust-pc-sdk li .ot-checkbox label {
    z-index: 2
}

#onetrust-pc-sdk li .ot-checkbox input[type="checkbox"] {
    height: auto;
    width: auto
}

#onetrust-pc-sdk li .host-title a,
#onetrust-pc-sdk li .ot-host-name a,
#onetrust-pc-sdk li .accordion-text,
#onetrust-pc-sdk li .ot-acc-txt {
    z-index: 2;
    position: relative
}

#onetrust-pc-sdk input {
    margin: 3px 0.1ex
}

#onetrust-pc-sdk .pc-logo,
#onetrust-pc-sdk .ot-pc-logo {
    height: 60px;
    width: 180px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

#onetrust-pc-sdk .screen-reader-only,
#onetrust-pc-sdk .ot-scrn-rdr,
.ot-sdk-cookie-policy .screen-reader-only,
.ot-sdk-cookie-policy .ot-scrn-rdr {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

#onetrust-pc-sdk.ot-fade-in,
.onetrust-pc-dark-filter.ot-fade-in,
#onetrust-banner-sdk.ot-fade-in {
    animation-name: onetrust-fade-in;
    animation-duration: 400ms;
    animation-timing-function: ease-in-out
}

#onetrust-pc-sdk.ot-hide {
    display: none !important
}

.onetrust-pc-dark-filter.ot-hide {
    display: none !important
}

#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
    color: #065f56;
    border: 1px solid #065f56;
    height: auto;
    white-space: normal;
    word-wrap: break-word;
    padding: 0.8em 2em;
    font-size: 0.8em;
    line-height: 1.2;
    cursor: pointer;
    -moz-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    -webkit-transition: 1s ease;
    transition: 0.1s ease
}

#ot-sdk-btn.ot-sdk-show-settings:hover,
#ot-sdk-btn.optanon-show-settings:hover {
    color: #fff;
    background-color: #065f56
}

.onetrust-pc-dark-filter {
    background: rgba(0, 0, 0, 0.5);
    z-index: 2147483646;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0
}

@keyframes onetrust-fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.ot-cookie-label {
    text-decoration: underline
}

@media only screen and (min-width: 426px) and (max-width: 896px) and (orientation: landscape) {
    #onetrust-pc-sdk p {
        font-size: 0.75em
    }
}

#onetrust-banner-sdk .banner-option-input:focus+label {
    outline: 1px solid #000;
    outline-style: auto
}

.category-vendors-list-handler+a:focus,
.category-vendors-list-handler+a:focus-visible {
    outline: 2px solid #000
}

#onetrust-banner-sdk,
#onetrust-pc-sdk,
#ot-sdk-cookie-policy,
#ot-sync-ntfy {
    font-size: 16px
}

#onetrust-banner-sdk *,
#onetrust-banner-sdk ::after,
#onetrust-banner-sdk ::before,
#onetrust-pc-sdk *,
#onetrust-pc-sdk ::after,
#onetrust-pc-sdk ::before,
#ot-sdk-cookie-policy *,
#ot-sdk-cookie-policy ::after,
#ot-sdk-cookie-policy ::before,
#ot-sync-ntfy *,
#ot-sync-ntfy ::after,
#ot-sync-ntfy ::before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

#onetrust-banner-sdk div,
#onetrust-banner-sdk span,
#onetrust-banner-sdk h1,
#onetrust-banner-sdk h2,
#onetrust-banner-sdk h3,
#onetrust-banner-sdk h4,
#onetrust-banner-sdk h5,
#onetrust-banner-sdk h6,
#onetrust-banner-sdk p,
#onetrust-banner-sdk img,
#onetrust-banner-sdk svg,
#onetrust-banner-sdk button,
#onetrust-banner-sdk section,
#onetrust-banner-sdk a,
#onetrust-banner-sdk label,
#onetrust-banner-sdk input,
#onetrust-banner-sdk ul,
#onetrust-banner-sdk li,
#onetrust-banner-sdk nav,
#onetrust-banner-sdk table,
#onetrust-banner-sdk thead,
#onetrust-banner-sdk tr,
#onetrust-banner-sdk td,
#onetrust-banner-sdk tbody,
#onetrust-banner-sdk .ot-main-content,
#onetrust-banner-sdk .ot-toggle,
#onetrust-banner-sdk #ot-content,
#onetrust-banner-sdk #ot-pc-content,
#onetrust-banner-sdk .checkbox,
#onetrust-pc-sdk div,
#onetrust-pc-sdk span,
#onetrust-pc-sdk h1,
#onetrust-pc-sdk h2,
#onetrust-pc-sdk h3,
#onetrust-pc-sdk h4,
#onetrust-pc-sdk h5,
#onetrust-pc-sdk h6,
#onetrust-pc-sdk p,
#onetrust-pc-sdk img,
#onetrust-pc-sdk svg,
#onetrust-pc-sdk button,
#onetrust-pc-sdk section,
#onetrust-pc-sdk a,
#onetrust-pc-sdk label,
#onetrust-pc-sdk input,
#onetrust-pc-sdk ul,
#onetrust-pc-sdk li,
#onetrust-pc-sdk nav,
#onetrust-pc-sdk table,
#onetrust-pc-sdk thead,
#onetrust-pc-sdk tr,
#onetrust-pc-sdk td,
#onetrust-pc-sdk tbody,
#onetrust-pc-sdk .ot-main-content,
#onetrust-pc-sdk .ot-toggle,
#onetrust-pc-sdk #ot-content,
#onetrust-pc-sdk #ot-pc-content,
#onetrust-pc-sdk .checkbox,
#ot-sdk-cookie-policy div,
#ot-sdk-cookie-policy span,
#ot-sdk-cookie-policy h1,
#ot-sdk-cookie-policy h2,
#ot-sdk-cookie-policy h3,
#ot-sdk-cookie-policy h4,
#ot-sdk-cookie-policy h5,
#ot-sdk-cookie-policy h6,
#ot-sdk-cookie-policy p,
#ot-sdk-cookie-policy img,
#ot-sdk-cookie-policy svg,
#ot-sdk-cookie-policy button,
#ot-sdk-cookie-policy section,
#ot-sdk-cookie-policy a,
#ot-sdk-cookie-policy label,
#ot-sdk-cookie-policy input,
#ot-sdk-cookie-policy ul,
#ot-sdk-cookie-policy li,
#ot-sdk-cookie-policy nav,
#ot-sdk-cookie-policy table,
#ot-sdk-cookie-policy thead,
#ot-sdk-cookie-policy tr,
#ot-sdk-cookie-policy td,
#ot-sdk-cookie-policy tbody,
#ot-sdk-cookie-policy .ot-main-content,
#ot-sdk-cookie-policy .ot-toggle,
#ot-sdk-cookie-policy #ot-content,
#ot-sdk-cookie-policy #ot-pc-content,
#ot-sdk-cookie-policy .checkbox,
#ot-sync-ntfy div,
#ot-sync-ntfy span,
#ot-sync-ntfy h1,
#ot-sync-ntfy h2,
#ot-sync-ntfy h3,
#ot-sync-ntfy h4,
#ot-sync-ntfy h5,
#ot-sync-ntfy h6,
#ot-sync-ntfy p,
#ot-sync-ntfy img,
#ot-sync-ntfy svg,
#ot-sync-ntfy button,
#ot-sync-ntfy section,
#ot-sync-ntfy a,
#ot-sync-ntfy label,
#ot-sync-ntfy input,
#ot-sync-ntfy ul,
#ot-sync-ntfy li,
#ot-sync-ntfy nav,
#ot-sync-ntfy table,
#ot-sync-ntfy thead,
#ot-sync-ntfy tr,
#ot-sync-ntfy td,
#ot-sync-ntfy tbody,
#ot-sync-ntfy .ot-main-content,
#ot-sync-ntfy .ot-toggle,
#ot-sync-ntfy #ot-content,
#ot-sync-ntfy #ot-pc-content,
#ot-sync-ntfy .checkbox {
    font-family: inherit;
    font-weight: normal;
    -webkit-font-smoothing: auto;
    letter-spacing: normal;
    line-height: normal;
    padding: 0;
    margin: 0;
    height: auto;
    min-height: 0;
    max-height: none;
    width: auto;
    min-width: 0;
    max-width: none;
    border-radius: 0;
    border: none;
    clear: none;
    float: none;
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    background: none;
    overflow: visible;
    vertical-align: baseline;
    visibility: visible;
    z-index: auto;
    box-shadow: none
}

#onetrust-banner-sdk label:before,
#onetrust-banner-sdk label:after,
#onetrust-banner-sdk .checkbox:after,
#onetrust-banner-sdk .checkbox:before,
#onetrust-pc-sdk label:before,
#onetrust-pc-sdk label:after,
#onetrust-pc-sdk .checkbox:after,
#onetrust-pc-sdk .checkbox:before,
#ot-sdk-cookie-policy label:before,
#ot-sdk-cookie-policy label:after,
#ot-sdk-cookie-policy .checkbox:after,
#ot-sdk-cookie-policy .checkbox:before,
#ot-sync-ntfy label:before,
#ot-sync-ntfy label:after,
#ot-sync-ntfy .checkbox:after,
#ot-sync-ntfy .checkbox:before {
    content: "";
    content: none
}

#onetrust-banner-sdk .ot-sdk-container,
#onetrust-pc-sdk .ot-sdk-container,
#ot-sdk-cookie-policy .ot-sdk-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box
}

#onetrust-banner-sdk .ot-sdk-column,
#onetrust-banner-sdk .ot-sdk-columns,
#onetrust-pc-sdk .ot-sdk-column,
#onetrust-pc-sdk .ot-sdk-columns,
#ot-sdk-cookie-policy .ot-sdk-column,
#ot-sdk-cookie-policy .ot-sdk-columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0;
    display: initial
}

@media (min-width: 400px) {
    #onetrust-banner-sdk .ot-sdk-container,
    #onetrust-pc-sdk .ot-sdk-container,
    #ot-sdk-cookie-policy .ot-sdk-container {
        width: 90%;
        padding: 0
    }
}

@media (min-width: 550px) {
    #onetrust-banner-sdk .ot-sdk-container,
    #onetrust-pc-sdk .ot-sdk-container,
    #ot-sdk-cookie-policy .ot-sdk-container {
        width: 100%
    }
    #onetrust-banner-sdk .ot-sdk-column,
    #onetrust-banner-sdk .ot-sdk-columns,
    #onetrust-pc-sdk .ot-sdk-column,
    #onetrust-pc-sdk .ot-sdk-columns,
    #ot-sdk-cookie-policy .ot-sdk-column,
    #ot-sdk-cookie-policy .ot-sdk-columns {
        margin-left: 4%
    }
    #onetrust-banner-sdk .ot-sdk-column:first-child,
    #onetrust-banner-sdk .ot-sdk-columns:first-child,
    #onetrust-pc-sdk .ot-sdk-column:first-child,
    #onetrust-pc-sdk .ot-sdk-columns:first-child,
    #ot-sdk-cookie-policy .ot-sdk-column:first-child,
    #ot-sdk-cookie-policy .ot-sdk-columns:first-child {
        margin-left: 0
    }
    #onetrust-banner-sdk .ot-sdk-two.ot-sdk-columns,
    #onetrust-pc-sdk .ot-sdk-two.ot-sdk-columns,
    #ot-sdk-cookie-policy .ot-sdk-two.ot-sdk-columns {
        width: 13.3333333333%
    }
    #onetrust-banner-sdk .ot-sdk-three.ot-sdk-columns,
    #onetrust-pc-sdk .ot-sdk-three.ot-sdk-columns,
    #ot-sdk-cookie-policy .ot-sdk-three.ot-sdk-columns {
        width: 22%
    }
    #onetrust-banner-sdk .ot-sdk-four.ot-sdk-columns,
    #onetrust-pc-sdk .ot-sdk-four.ot-sdk-columns,
    #ot-sdk-cookie-policy .ot-sdk-four.ot-sdk-columns {
        width: 30.6666666667%
    }
    #onetrust-banner-sdk .ot-sdk-eight.ot-sdk-columns,
    #onetrust-pc-sdk .ot-sdk-eight.ot-sdk-columns,
    #ot-sdk-cookie-policy .ot-sdk-eight.ot-sdk-columns {
        width: 65.3333333333%
    }
    #onetrust-banner-sdk .ot-sdk-nine.ot-sdk-columns,
    #onetrust-pc-sdk .ot-sdk-nine.ot-sdk-columns,
    #ot-sdk-cookie-policy .ot-sdk-nine.ot-sdk-columns {
        width: 74%
    }
    #onetrust-banner-sdk .ot-sdk-ten.ot-sdk-columns,
    #onetrust-pc-sdk .ot-sdk-ten.ot-sdk-columns,
    #ot-sdk-cookie-policy .ot-sdk-ten.ot-sdk-columns {
        width: 82.6666666667%
    }
    #onetrust-banner-sdk .ot-sdk-eleven.ot-sdk-columns,
    #onetrust-pc-sdk .ot-sdk-eleven.ot-sdk-columns,
    #ot-sdk-cookie-policy .ot-sdk-eleven.ot-sdk-columns {
        width: 91.3333333333%
    }
    #onetrust-banner-sdk .ot-sdk-twelve.ot-sdk-columns,
    #onetrust-pc-sdk .ot-sdk-twelve.ot-sdk-columns,
    #ot-sdk-cookie-policy .ot-sdk-twelve.ot-sdk-columns {
        width: 100%;
        margin-left: 0
    }
}

#onetrust-banner-sdk h1,
#onetrust-banner-sdk h2,
#onetrust-banner-sdk h3,
#onetrust-banner-sdk h4,
#onetrust-banner-sdk h5,
#onetrust-banner-sdk h6,
#onetrust-pc-sdk h1,
#onetrust-pc-sdk h2,
#onetrust-pc-sdk h3,
#onetrust-pc-sdk h4,
#onetrust-pc-sdk h5,
#onetrust-pc-sdk h6,
#ot-sdk-cookie-policy h1,
#ot-sdk-cookie-policy h2,
#ot-sdk-cookie-policy h3,
#ot-sdk-cookie-policy h4,
#ot-sdk-cookie-policy h5,
#ot-sdk-cookie-policy h6 {
    margin-top: 0;
    font-weight: 600;
    font-family: inherit
}

#onetrust-banner-sdk h1,
#onetrust-pc-sdk h1,
#ot-sdk-cookie-policy h1 {
    font-size: 1.5rem;
    line-height: 1.2
}

#onetrust-banner-sdk h2,
#onetrust-pc-sdk h2,
#ot-sdk-cookie-policy h2 {
    font-size: 1.5rem;
    line-height: 1.25
}

#onetrust-banner-sdk h3,
#onetrust-pc-sdk h3,
#ot-sdk-cookie-policy h3 {
    font-size: 1.5rem;
    line-height: 1.3
}

#onetrust-banner-sdk h4,
#onetrust-pc-sdk h4,
#ot-sdk-cookie-policy h4 {
    font-size: 1.5rem;
    line-height: 1.35
}

#onetrust-banner-sdk h5,
#onetrust-pc-sdk h5,
#ot-sdk-cookie-policy h5 {
    font-size: 1.5rem;
    line-height: 1.5
}

#onetrust-banner-sdk h6,
#onetrust-pc-sdk h6,
#ot-sdk-cookie-policy h6 {
    font-size: 1.5rem;
    line-height: 1.6
}

@media (min-width: 550px) {
    #onetrust-banner-sdk h1,
    #onetrust-pc-sdk h1,
    #ot-sdk-cookie-policy h1 {
        font-size: 1.5rem
    }
    #onetrust-banner-sdk h2,
    #onetrust-pc-sdk h2,
    #ot-sdk-cookie-policy h2 {
        font-size: 1.5rem
    }
    #onetrust-banner-sdk h3,
    #onetrust-pc-sdk h3,
    #ot-sdk-cookie-policy h3 {
        font-size: 1.5rem
    }
    #onetrust-banner-sdk h4,
    #onetrust-pc-sdk h4,
    #ot-sdk-cookie-policy h4 {
        font-size: 1.5rem
    }
    #onetrust-banner-sdk h5,
    #onetrust-pc-sdk h5,
    #ot-sdk-cookie-policy h5 {
        font-size: 1.5rem
    }
    #onetrust-banner-sdk h6,
    #onetrust-pc-sdk h6,
    #ot-sdk-cookie-policy h6 {
        font-size: 1.5rem
    }
}

#onetrust-banner-sdk p,
#onetrust-pc-sdk p,
#ot-sdk-cookie-policy p {
    margin: 0 0 1em 0;
    font-family: inherit;
    line-height: normal
}

#onetrust-banner-sdk a,
#onetrust-pc-sdk a,
#ot-sdk-cookie-policy a {
    color: #565656;
    text-decoration: underline
}

#onetrust-banner-sdk a:hover,
#onetrust-pc-sdk a:hover,
#ot-sdk-cookie-policy a:hover {
    color: #565656;
    text-decoration: none
}

#onetrust-banner-sdk .ot-sdk-button,
#onetrust-banner-sdk button,
#onetrust-pc-sdk .ot-sdk-button,
#onetrust-pc-sdk button,
#ot-sdk-cookie-policy .ot-sdk-button,
#ot-sdk-cookie-policy button {
    margin-bottom: 1rem;
    font-family: inherit
}

#onetrust-banner-sdk .ot-sdk-button,
#onetrust-banner-sdk button,
#onetrust-pc-sdk .ot-sdk-button,
#onetrust-pc-sdk button,
#ot-sdk-cookie-policy .ot-sdk-button,
#ot-sdk-cookie-policy button {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.01em;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 2px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box
}

#onetrust-banner-sdk .ot-sdk-button:hover,
#onetrust-banner-sdk :not(.ot-leg-btn-container)>button:hover,
#onetrust-banner-sdk :not(.ot-leg-btn-container)>button:focus,
#onetrust-pc-sdk .ot-sdk-button:hover,
#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:hover,
#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:focus,
#ot-sdk-cookie-policy .ot-sdk-button:hover,
#ot-sdk-cookie-policy :not(.ot-leg-btn-container)>button:hover,
#ot-sdk-cookie-policy :not(.ot-leg-btn-container)>button:focus {
    color: #333;
    border-color: #888;
    opacity: 0.7
}

#onetrust-banner-sdk .ot-sdk-button:focus,
#onetrust-banner-sdk :not(.ot-leg-btn-container)>button:focus,
#onetrust-pc-sdk .ot-sdk-button:focus,
#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:focus,
#ot-sdk-cookie-policy .ot-sdk-button:focus,
#ot-sdk-cookie-policy :not(.ot-leg-btn-container)>button:focus {
    outline: 2px solid #000
}

#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary,
#onetrust-banner-sdk button.ot-sdk-button-primary,
#onetrust-banner-sdk input[type="submit"].ot-sdk-button-primary,
#onetrust-banner-sdk input[type="reset"].ot-sdk-button-primary,
#onetrust-banner-sdk input[type="button"].ot-sdk-button-primary,
#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary,
#onetrust-pc-sdk button.ot-sdk-button-primary,
#onetrust-pc-sdk input[type="submit"].ot-sdk-button-primary,
#onetrust-pc-sdk input[type="reset"].ot-sdk-button-primary,
#onetrust-pc-sdk input[type="button"].ot-sdk-button-primary,
#ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary,
#ot-sdk-cookie-policy button.ot-sdk-button-primary,
#ot-sdk-cookie-policy input[type="submit"].ot-sdk-button-primary,
#ot-sdk-cookie-policy input[type="reset"].ot-sdk-button-primary,
#ot-sdk-cookie-policy input[type="button"].ot-sdk-button-primary {
    color: #fff;
    background-color: #33c3f0;
    border-color: #33c3f0
}

#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary:hover,
#onetrust-banner-sdk button.ot-sdk-button-primary:hover,
#onetrust-banner-sdk input[type="submit"].ot-sdk-button-primary:hover,
#onetrust-banner-sdk input[type="reset"].ot-sdk-button-primary:hover,
#onetrust-banner-sdk input[type="button"].ot-sdk-button-primary:hover,
#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary:focus,
#onetrust-banner-sdk button.ot-sdk-button-primary:focus,
#onetrust-banner-sdk input[type="submit"].ot-sdk-button-primary:focus,
#onetrust-banner-sdk input[type="reset"].ot-sdk-button-primary:focus,
#onetrust-banner-sdk input[type="button"].ot-sdk-button-primary:focus,
#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary:hover,
#onetrust-pc-sdk button.ot-sdk-button-primary:hover,
#onetrust-pc-sdk input[type="submit"].ot-sdk-button-primary:hover,
#onetrust-pc-sdk input[type="reset"].ot-sdk-button-primary:hover,
#onetrust-pc-sdk input[type="button"].ot-sdk-button-primary:hover,
#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary:focus,
#onetrust-pc-sdk button.ot-sdk-button-primary:focus,
#onetrust-pc-sdk input[type="submit"].ot-sdk-button-primary:focus,
#onetrust-pc-sdk input[type="reset"].ot-sdk-button-primary:focus,
#onetrust-pc-sdk input[type="button"].ot-sdk-button-primary:focus,
#ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary:hover,
#ot-sdk-cookie-policy button.ot-sdk-button-primary:hover,
#ot-sdk-cookie-policy input[type="submit"].ot-sdk-button-primary:hover,
#ot-sdk-cookie-policy input[type="reset"].ot-sdk-button-primary:hover,
#ot-sdk-cookie-policy input[type="button"].ot-sdk-button-primary:hover,
#ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary:focus,
#ot-sdk-cookie-policy button.ot-sdk-button-primary:focus,
#ot-sdk-cookie-policy input[type="submit"].ot-sdk-button-primary:focus,
#ot-sdk-cookie-policy input[type="reset"].ot-sdk-button-primary:focus,
#ot-sdk-cookie-policy input[type="button"].ot-sdk-button-primary:focus {
    color: #fff;
    background-color: #1eaedb;
    border-color: #1eaedb
}

#onetrust-banner-sdk input[type="text"],
#onetrust-pc-sdk input[type="text"],
#ot-sdk-cookie-policy input[type="text"] {
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box
}

#onetrust-banner-sdk input[type="text"],
#onetrust-pc-sdk input[type="text"],
#ot-sdk-cookie-policy input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

#onetrust-banner-sdk input[type="text"]:focus,
#onetrust-pc-sdk input[type="text"]:focus,
#ot-sdk-cookie-policy input[type="text"]:focus {
    border: 1px solid #000;
    outline: 0
}

#onetrust-banner-sdk label,
#onetrust-pc-sdk label,
#ot-sdk-cookie-policy label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600
}

#onetrust-banner-sdk input[type="checkbox"],
#onetrust-pc-sdk input[type="checkbox"],
#ot-sdk-cookie-policy input[type="checkbox"] {
    display: inline
}

#onetrust-banner-sdk ul,
#onetrust-pc-sdk ul,
#ot-sdk-cookie-policy ul {
    list-style: circle inside
}

#onetrust-banner-sdk ul,
#onetrust-pc-sdk ul,
#ot-sdk-cookie-policy ul {
    padding-left: 0;
    margin-top: 0
}

#onetrust-banner-sdk ul ul,
#onetrust-pc-sdk ul ul,
#ot-sdk-cookie-policy ul ul {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%
}

#onetrust-banner-sdk li,
#onetrust-pc-sdk li,
#ot-sdk-cookie-policy li {
    margin-bottom: 1rem
}

#onetrust-banner-sdk th,
#onetrust-banner-sdk td,
#onetrust-pc-sdk th,
#onetrust-pc-sdk td,
#ot-sdk-cookie-policy th,
#ot-sdk-cookie-policy td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #e1e1e1
}

#onetrust-banner-sdk button,
#onetrust-pc-sdk button,
#ot-sdk-cookie-policy button {
    margin-bottom: 1rem;
    font-family: inherit
}

#onetrust-banner-sdk .ot-sdk-container:after,
#onetrust-banner-sdk .ot-sdk-row:after,
#onetrust-pc-sdk .ot-sdk-container:after,
#onetrust-pc-sdk .ot-sdk-row:after,
#ot-sdk-cookie-policy .ot-sdk-container:after,
#ot-sdk-cookie-policy .ot-sdk-row:after {
    content: "";
    display: table;
    clear: both
}

#onetrust-banner-sdk .ot-sdk-row,
#onetrust-pc-sdk .ot-sdk-row,
#ot-sdk-cookie-policy .ot-sdk-row {
    margin: 0;
    max-width: none;
    display: block
}

#onetrust-banner-sdk {
    box-shadow: 0 0 18px rgba(0, 0, 0, .2)
}

#onetrust-banner-sdk.otFlat {
    position: fixed;
    z-index: 2147483645;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto
}

#onetrust-banner-sdk.otFlat.top {
    top: 0px;
    bottom: auto
}

#onetrust-banner-sdk.otRelFont {
    font-size: 1rem
}

#onetrust-banner-sdk>.ot-sdk-container {
    overflow: hidden
}

#onetrust-banner-sdk::-webkit-scrollbar {
    width: 11px
}

#onetrust-banner-sdk::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #c1c1c1
}

#onetrust-banner-sdk {
    scrollbar-arrow-color: #c1c1c1;
    scrollbar-darkshadow-color: #c1c1c1;
    scrollbar-face-color: #c1c1c1;
    scrollbar-shadow-color: #c1c1c1
}

#onetrust-banner-sdk #onetrust-policy {
    margin: 1.25em 0 .625em 2em;
    overflow: hidden
}

#onetrust-banner-sdk #onetrust-policy .ot-gv-list-handler {
    float: left;
    font-size: .82em;
    padding: 0;
    margin-bottom: 0;
    border: 0;
    line-height: normal;
    height: auto;
    width: auto
}

#onetrust-banner-sdk #onetrust-policy-title {
    font-size: 1.2em;
    line-height: 1.3;
    margin-bottom: 10px
}

#onetrust-banner-sdk #onetrust-policy-text {
    clear: both;
    text-align: left;
    font-size: .88em;
    line-height: 1.4
}

#onetrust-banner-sdk #onetrust-policy-text * {
    font-size: inherit;
    line-height: inherit
}

#onetrust-banner-sdk #onetrust-policy-text a {
    font-weight: bold;
    margin-left: 5px
}

#onetrust-banner-sdk #onetrust-policy-title,
#onetrust-banner-sdk #onetrust-policy-text {
    color: dimgray;
    float: left
}

#onetrust-banner-sdk #onetrust-button-group-parent {
    min-height: 1px;
    text-align: center
}

#onetrust-banner-sdk #onetrust-button-group {
    display: inline-block
}

#onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-banner-sdk #onetrust-pc-btn-handler {
    background-color: #065f56;
    color: #fff;
    border-color: #065f56;
    margin-right: 1em;
    min-width: 125px;
    height: auto;
    white-space: normal;
    word-break: break-word;
    word-wrap: break-word;
    padding: 12px 10px;
    line-height: 1.2;
    font-size: .813em;
    font-weight: 600
}

#onetrust-banner-sdk #onetrust-pc-btn-handler.cookie-setting-link {
    background-color: #fff;
    border: none;
    color: #065f56;
    text-decoration: underline;
    padding-left: 0;
    padding-right: 0
}

#onetrust-banner-sdk .onetrust-close-btn-ui {
    width: 44px;
    height: 44px;
    background-size: 12px;
    border: none;
    position: relative;
    margin: auto;
    padding: 0
}

#onetrust-banner-sdk .banner_logo {
    display: none
}

#onetrust-banner-sdk .ot-b-addl-desc {
    clear: both;
    float: left;
    display: block
}

#onetrust-banner-sdk #banner-options {
    float: left;
    display: table;
    margin-right: 0;
    margin-left: 1em;
    width: calc(100% - 1em)
}

#onetrust-banner-sdk .banner-option-input {
    cursor: pointer;
    width: auto;
    height: auto;
    border: none;
    padding: 0;
    padding-right: 3px;
    margin: 0 0 10px;
    font-size: .82em;
    line-height: 1.4
}

#onetrust-banner-sdk .banner-option-input * {
    pointer-events: none;
    font-size: inherit;
    line-height: inherit
}

#onetrust-banner-sdk .banner-option-input[aria-expanded=true]~.banner-option-details {
    display: block;
    height: auto
}

#onetrust-banner-sdk .banner-option-input[aria-expanded=true] .ot-arrow-container {
    transform: rotate(90deg)
}

#onetrust-banner-sdk .banner-option {
    margin-bottom: 12px;
    margin-left: 0;
    border: none;
    float: left;
    padding: 0
}

#onetrust-banner-sdk .banner-option:first-child {
    padding-left: 2px
}

#onetrust-banner-sdk .banner-option:not(:first-child) {
    padding: 0;
    border: none
}

#onetrust-banner-sdk .banner-option-header {
    cursor: pointer;
    display: inline-block
}

#onetrust-banner-sdk .banner-option-header :first-child {
    color: dimgray;
    font-weight: bold;
    float: left
}

#onetrust-banner-sdk .banner-option-header .ot-arrow-container {
    display: inline-block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid dimgray;
    margin-left: 10px;
    vertical-align: middle
}

#onetrust-banner-sdk .banner-option-details {
    display: none;
    font-size: .83em;
    line-height: 1.5;
    padding: 10px 0px 5px 10px;
    margin-right: 10px;
    height: 0px
}

#onetrust-banner-sdk .banner-option-details * {
    font-size: inherit;
    line-height: inherit;
    color: dimgray
}

#onetrust-banner-sdk .ot-arrow-container,
#onetrust-banner-sdk .banner-option-details {
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s
}

#onetrust-banner-sdk .ot-dpd-container {
    float: left
}

#onetrust-banner-sdk .ot-dpd-title {
    margin-bottom: 10px
}

#onetrust-banner-sdk .ot-dpd-title,
#onetrust-banner-sdk .ot-dpd-desc {
    font-size: .88em;
    line-height: 1.4;
    color: dimgray
}

#onetrust-banner-sdk .ot-dpd-title *,
#onetrust-banner-sdk .ot-dpd-desc * {
    font-size: inherit;
    line-height: inherit
}

#onetrust-banner-sdk.ot-iab-2 #onetrust-policy-text * {
    margin-bottom: 0
}

#onetrust-banner-sdk.ot-iab-2 .onetrust-vendors-list-handler {
    display: block;
    margin-left: 0;
    margin-top: 5px;
    clear: both;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    height: auto;
    width: auto
}

#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group button {
    display: block
}

#onetrust-banner-sdk.ot-close-btn-link {
    padding-top: 25px
}

#onetrust-banner-sdk.ot-close-btn-link #onetrust-close-btn-container {
    top: 15px;
    transform: none;
    right: 15px
}

#onetrust-banner-sdk.ot-close-btn-link #onetrust-close-btn-container button {
    padding: 0;
    white-space: pre-wrap;
    border: none;
    height: auto;
    line-height: 1.5;
    text-decoration: underline;
    font-size: .69em
}

#onetrust-banner-sdk #onetrust-policy-text,
#onetrust-banner-sdk .ot-dpd-desc,
#onetrust-banner-sdk .ot-b-addl-desc {
    font-size: .813em;
    line-height: 1.5
}

#onetrust-banner-sdk .ot-dpd-desc {
    margin-bottom: 10px
}

#onetrust-banner-sdk .ot-dpd-desc>.ot-b-addl-desc {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1em
}

@media only screen and (max-width: 425px) {
    #onetrust-banner-sdk #onetrust-close-btn-container {
        position: absolute;
        top: 10px;
        right: 10px
    }
    #onetrust-banner-sdk #onetrust-policy {
        margin-left: 0
    }
    #onetrust-banner-sdk #onetrust-button-group {
        display: block
    }
    #onetrust-banner-sdk #onetrust-accept-btn-handler,
    #onetrust-banner-sdk #onetrust-reject-all-handler,
    #onetrust-banner-sdk #onetrust-pc-btn-handler {
        width: 100%
    }
    #onetrust-banner-sdk .onetrust-close-btn-ui {
        top: auto;
        transform: none
    }
    #onetrust-banner-sdk #onetrust-policy-title {
        display: inline;
        float: none
    }
    #onetrust-banner-sdk #banner-options {
        margin: 0;
        padding: 0;
        width: 100%
    }
}

@media only screen and (min-width: 426px)and (max-width: 896px) {
    #onetrust-banner-sdk #onetrust-close-btn-container {
        position: absolute;
        top: 0;
        right: 0
    }
    #onetrust-banner-sdk #onetrust-policy {
        margin-left: 1em;
        margin-right: 1em
    }
    #onetrust-banner-sdk .onetrust-close-btn-ui {
        top: 10px;
        right: 10px
    }
    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: 95%
    }
    #onetrust-banner-sdk.ot-iab-2 #onetrust-group-container {
        width: 100%
    }
    #onetrust-banner-sdk #onetrust-button-group-parent {
        width: 100%;
        position: relative;
        margin-left: 0
    }
    #onetrust-banner-sdk #onetrust-button-group button {
        display: inline-block
    }
    #onetrust-banner-sdk #onetrust-button-group {
        margin-right: 0;
        text-align: center
    }
    #onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler {
        float: left
    }
    #onetrust-banner-sdk .has-reject-all-button #onetrust-reject-all-handler,
    #onetrust-banner-sdk .has-reject-all-button #onetrust-accept-btn-handler {
        float: right
    }
    #onetrust-banner-sdk .has-reject-all-button #onetrust-button-group {
        width: calc(100% - 2em);
        margin-right: 0
    }
    #onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler.cookie-setting-link {
        padding-left: 0px;
        text-align: left
    }
    #onetrust-banner-sdk.ot-buttons-fw .ot-sdk-three button {
        width: 100%;
        text-align: center
    }
    #onetrust-banner-sdk.ot-buttons-fw #onetrust-button-group-parent button {
        float: none
    }
    #onetrust-banner-sdk.ot-buttons-fw #onetrust-pc-btn-handler.cookie-setting-link {
        text-align: center
    }
}

@media only screen and (min-width: 550px) {
    #onetrust-banner-sdk .banner-option:not(:first-child) {
        border-left: 1px solid #d8d8d8;
        padding-left: 25px
    }
}

@media only screen and (min-width: 425px)and (max-width: 550px) {
    #onetrust-banner-sdk.ot-iab-2 #onetrust-button-group,
    #onetrust-banner-sdk.ot-iab-2 #onetrust-policy,
    #onetrust-banner-sdk.ot-iab-2 .banner-option {
        width: 100%
    }
}

@media only screen and (min-width: 769px) {
    #onetrust-banner-sdk #onetrust-button-group {
        margin-right: 30%
    }
    #onetrust-banner-sdk #banner-options {
        margin-left: 2em;
        margin-right: 5em;
        margin-bottom: 1.25em;
        width: calc(100% - 7em)
    }
}

@media only screen and (min-width: 897px)and (max-width: 1023px) {
    #onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent {
        position: absolute;
        top: 50%;
        left: 75%;
        transform: translateY(-50%)
    }
    #onetrust-banner-sdk #onetrust-close-btn-container {
        top: 50%;
        margin: auto;
        transform: translate(-50%, -50%);
        position: absolute;
        padding: 0;
        right: 0
    }
    #onetrust-banner-sdk #onetrust-close-btn-container button {
        position: relative;
        margin: 0;
        right: -22px;
        top: 2px
    }
}

@media only screen and (min-width: 1024px) {
    #onetrust-banner-sdk #onetrust-close-btn-container {
        top: 50%;
        margin: auto;
        transform: translate(-50%, -50%);
        position: absolute;
        right: 0
    }
    #onetrust-banner-sdk #onetrust-close-btn-container button {
        right: -12px
    }
    #onetrust-banner-sdk #onetrust-policy {
        margin-left: 2em
    }
    #onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent {
        position: absolute;
        top: 50%;
        left: 60%;
        transform: translateY(-50%)
    }
    #onetrust-banner-sdk.ot-iab-2 #onetrust-policy-title {
        width: 50%
    }
    #onetrust-banner-sdk.ot-iab-2 #onetrust-policy-text,
    #onetrust-banner-sdk.ot-iab-2 :not(.ot-dpd-desc)>.ot-b-addl-desc {
        margin-bottom: 1em;
        width: 50%;
        border-right: 1px solid #d8d8d8;
        padding-right: 1rem
    }
    #onetrust-banner-sdk.ot-iab-2 #onetrust-policy-text {
        margin-bottom: 0;
        padding-bottom: 1em
    }
    #onetrust-banner-sdk.ot-iab-2 :not(.ot-dpd-desc)>.ot-b-addl-desc {
        margin-bottom: 0;
        padding-bottom: 1em
    }
    #onetrust-banner-sdk.ot-iab-2 .ot-dpd-container {
        width: 45%;
        padding-left: 1rem;
        display: inline-block;
        float: none
    }
    #onetrust-banner-sdk.ot-iab-2 .ot-dpd-title {
        line-height: 1.7
    }
    #onetrust-banner-sdk.ot-iab-2 #onetrust-button-group-parent {
        left: auto;
        right: 4%;
        margin-left: 0
    }
    #onetrust-banner-sdk.ot-iab-2 #onetrust-button-group button {
        display: block
    }
    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
        margin: auto;
        width: 30%
    }
    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: 60%
    }
    #onetrust-banner-sdk #onetrust-button-group {
        margin-right: auto
    }
    #onetrust-banner-sdk #onetrust-accept-btn-handler,
    #onetrust-banner-sdk #onetrust-reject-all-handler,
    #onetrust-banner-sdk #onetrust-pc-btn-handler {
        margin-top: 1em
    }
}

@media only screen and (min-width: 890px) {
    #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group-parent {
        padding-left: 3%;
        padding-right: 4%;
        margin-left: 0
    }
    #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group {
        margin-right: 0;
        margin-top: 1.25em;
        width: 100%
    }
    #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button {
        width: 100%;
        margin-bottom: 5px;
        margin-top: 5px
    }
    #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button:last-of-type {
        margin-bottom: 20px
    }
}

@media only screen and (min-width: 1280px) {
    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
        width: 55%
    }
    #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
        width: 44%;
        padding-left: 2%;
        padding-right: 2%
    }
    #onetrust-banner-sdk:not(.ot-iab-2).vertical-align-content #onetrust-button-group-parent {
        position: absolute;
        left: 55%
    }
}

#onetrust-consent-sdk #onetrust-banner-sdk {
    background-color: #FFFFFF;
}

#onetrust-consent-sdk #onetrust-policy-title,
#onetrust-consent-sdk #onetrust-policy-text,
#onetrust-consent-sdk .ot-b-addl-desc,
#onetrust-consent-sdk .ot-dpd-desc,
#onetrust-consent-sdk .ot-dpd-title,
#onetrust-consent-sdk #onetrust-policy-text *:not(.onetrust-vendors-list-handler),
#onetrust-consent-sdk .ot-dpd-desc *:not(.onetrust-vendors-list-handler),
#onetrust-consent-sdk #onetrust-banner-sdk #banner-options *,
#onetrust-banner-sdk .ot-cat-header {
    color: #696969;
}

#onetrust-consent-sdk #onetrust-banner-sdk .banner-option-details {
    background-color: #E9E9E9;
}

#onetrust-consent-sdk #onetrust-banner-sdk a[href],
#onetrust-consent-sdk #onetrust-banner-sdk a[href] font,
#onetrust-consent-sdk #onetrust-banner-sdk .ot-link-btn {
    color: #d31245;
}

#onetrust-consent-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler {
    background-color: #d31245;
    border-color: #d31245;
    color: #FFFFFF;
}

#onetrust-consent-sdk #onetrust-pc-btn-handler,
#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
    color: #d31245;
    border-color: #d31245;
    background-color: #FFFFFF;
}

#onetrust-pc-sdk {
    position: fixed;
    width: 730px;
    max-width: 730px;
    height: 610px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 16px;
    z-index: 2147483647;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0), 0 7px 14px 0 rgba(50, 50, 93, .1)
}

#onetrust-pc-sdk.otRelFont {
    font-size: 1rem
}

#onetrust-pc-sdk *,
#onetrust-pc-sdk ::after,
#onetrust-pc-sdk ::before {
    box-sizing: content-box
}

#onetrust-pc-sdk #ot-addtl-venlst .ot-arw-cntr,
#onetrust-pc-sdk .ot-hide-tgl {
    visibility: hidden
}

#onetrust-pc-sdk #ot-addtl-venlst .ot-arw-cntr *,
#onetrust-pc-sdk .ot-hide-tgl * {
    visibility: hidden
}

#onetrust-pc-sdk #ot-pc-content,
#onetrust-pc-sdk #ot-pc-lst {
    height: calc(100% - 185px)
}

#onetrust-pc-sdk li {
    list-style: none
}

#onetrust-pc-sdk ul,
#onetrust-pc-sdk li {
    margin: 0
}

#onetrust-pc-sdk a {
    text-decoration: none
}

#onetrust-pc-sdk .ot-link-btn {
    padding: 0;
    margin-bottom: 0;
    border: 0;
    font-weight: normal;
    line-height: normal;
    width: auto;
    height: auto
}

#onetrust-pc-sdk .ot-grps-cntr *::-webkit-scrollbar,
#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar {
    width: 11px
}

#onetrust-pc-sdk .ot-grps-cntr *::-webkit-scrollbar-thumb,
#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #c1c1c1
}

#onetrust-pc-sdk .ot-grps-cntr *,
#onetrust-pc-sdk .ot-pc-scrollbar {
    scrollbar-arrow-color: #c1c1c1;
    scrollbar-darkshadow-color: #c1c1c1;
    scrollbar-face-color: #c1c1c1;
    scrollbar-shadow-color: #c1c1c1
}

#onetrust-pc-sdk .ot-pc-header {
    height: auto;
    padding: 10px;
    display: block;
    width: calc(100% - 20px);
    min-height: 52px;
    border-bottom: 1px solid #d8d8d8;
    position: relative
}

#onetrust-pc-sdk .ot-pc-logo {
    display: inline-block;
    vertical-align: middle;
    width: 180px
}

#onetrust-pc-sdk .ot-pc-logo.ot-pc-logo {
    height: 40px
}

#onetrust-pc-sdk .ot-title-cntr {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 190px);
    padding-left: 10px
}

#onetrust-pc-sdk .ot-always-active {
    font-size: .813em;
    line-height: 1.5;
    font-weight: 700;
    color: #3860be
}

#onetrust-pc-sdk .ot-close-cntr {
    float: right;
    position: absolute;
    right: -9px;
    top: 50%;
    transform: translateY(-50%)
}

#onetrust-pc-sdk #ot-pc-content {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden
}

#onetrust-pc-sdk .ot-grps-cntr,
#onetrust-pc-sdk .ot-grps-cntr>* {
    height: 100%;
    overflow-y: auto
}

#onetrust-pc-sdk .category-menu-switch-handler {
    cursor: pointer;
    border-left: 10px solid transparent;
    background-color: #f4f4f4;
    border-bottom: 1px solid #d7d7d7;
    padding-top: 12px;
    padding-right: 5px;
    padding-bottom: 12px;
    padding-left: 12px;
    overflow: hidden
}

#onetrust-pc-sdk .category-menu-switch-handler h3 {
    float: left;
    text-align: left;
    margin: 0;
    color: dimgray;
    line-height: 1.4;
    font-size: .875em;
    word-break: break-word;
    word-wrap: break-word
}

#onetrust-pc-sdk .ot-active-menu {
    border-left: 10px solid #065f56;
    background-color: #fff;
    border-bottom: none;
    position: relative
}

#onetrust-pc-sdk .ot-active-menu h3 {
    color: #263238;
    font-weight: bold
}

#onetrust-pc-sdk .ot-desc-cntr {
    word-break: break-word;
    word-wrap: break-word;
    padding-top: 20px;
    padding-right: 16px;
    padding-bottom: 15px
}

#onetrust-pc-sdk .ot-grp-desc {
    word-break: break-word;
    word-wrap: break-word;
    text-align: left;
    font-size: .813em;
    line-height: 1.5;
    margin: 0
}

#onetrust-pc-sdk .ot-grp-desc * {
    font-size: inherit;
    line-height: inherit
}

#onetrust-pc-sdk #ot-pc-desc a {
    color: #3860be;
    cursor: pointer;
    font-size: 1em
}

#onetrust-pc-sdk #ot-pc-desc a:hover {
    color: #1883fd
}

#onetrust-pc-sdk #ot-pc-desc * {
    font-size: inherit
}

#onetrust-pc-sdk #ot-pc-desc ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #e2e2e2
}

#onetrust-pc-sdk .ot-btn-subcntr {
    float: right
}

#onetrust-pc-sdk .ot-close-icon {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjQ3Ljk3MSIgaGVpZ2h0PSI0Ny45NzEiIHZpZXdCb3g9IjAgMCA0Ny45NzEgNDcuOTcxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0Ny45NzEgNDcuOTcxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZD0iTTI4LjIyOCwyMy45ODZMNDcuMDkyLDUuMTIyYzEuMTcyLTEuMTcxLDEuMTcyLTMuMDcxLDAtNC4yNDJjLTEuMTcyLTEuMTcyLTMuMDctMS4xNzItNC4yNDIsMEwyMy45ODYsMTkuNzQ0TDUuMTIxLDAuODhjLTEuMTcyLTEuMTcyLTMuMDctMS4xNzItNC4yNDIsMGMtMS4xNzIsMS4xNzEtMS4xNzIsMy4wNzEsMCw0LjI0MmwxOC44NjUsMTguODY0TDAuODc5LDQyLjg1Yy0xLjE3MiwxLjE3MS0xLjE3MiwzLjA3MSwwLDQuMjQyQzEuNDY1LDQ3LjY3NywyLjIzMyw0Ny45NywzLDQ3Ljk3czEuNTM1LTAuMjkzLDIuMTIxLTAuODc5bDE4Ljg2NS0xOC44NjRMNDIuODUsNDcuMDkxYzAuNTg2LDAuNTg2LDEuMzU0LDAuODc5LDIuMTIxLDAuODc5czEuNTM1LTAuMjkzLDIuMTIxLTAuODc5YzEuMTcyLTEuMTcxLDEuMTcyLTMuMDcxLDAtNC4yNDJMMjguMjI4LDIzLjk4NnoiLz48L2c+PC9zdmc+");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    height: 44px;
    width: 44px;
    display: inline-block
}

#onetrust-pc-sdk .ot-tgl {
    float: right;
    position: relative;
    z-index: 1
}

#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob {
    background-color: #cddcf2
}

#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
    background-color: #4285f4
}

#onetrust-pc-sdk .ot-tgl input:focus+.ot-switch .ot-switch-nob:before {
    box-shadow: 0 0 1px #2196f3;
    outline: #000 auto 5px
}

#onetrust-pc-sdk .ot-switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 10px;
    margin-bottom: 0
}

#onetrust-pc-sdk .ot-switch-nob {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f2f1f1;
    border: none;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -o-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    border-radius: 46px
}

#onetrust-pc-sdk .ot-switch-nob:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    bottom: 1px;
    background-color: #7d7d7d;
    -webkit-transition: .4s;
    border-radius: 100%;
    top: -5px;
    transition: .4s
}

#onetrust-pc-sdk .ot-chkbox {
    z-index: 1;
    position: relative
}

#onetrust-pc-sdk .ot-chkbox input:checked~label::before {
    background-color: #3860be
}

#onetrust-pc-sdk .ot-chkbox input+label::after {
    content: none;
    color: #fff
}

#onetrust-pc-sdk .ot-chkbox input:checked+label::after {
    content: ""
}

#onetrust-pc-sdk .ot-chkbox input:focus+label::before {
    outline-style: solid;
    outline-width: 2px;
    outline-style: auto
}

#onetrust-pc-sdk .ot-chkbox label {
    position: relative;
    height: 20px;
    padding-left: 30px;
    display: inline-block;
    cursor: pointer
}

#onetrust-pc-sdk .ot-chkbox label::before,
#onetrust-pc-sdk .ot-chkbox label::after {
    position: absolute;
    content: "";
    display: inline-block;
    border-radius: 3px
}

#onetrust-pc-sdk .ot-chkbox label::before {
    height: 18px;
    width: 18px;
    border: 1px solid #3860be;
    left: 0px
}

#onetrust-pc-sdk .ot-chkbox label::after {
    height: 5px;
    width: 9px;
    border-left: 3px solid;
    border-bottom: 3px solid;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left: 4px;
    top: 5px
}

#onetrust-pc-sdk .ot-label-txt {
    display: none
}

#onetrust-pc-sdk .ot-fltr-opt .ot-label-txt {
    display: block
}

#onetrust-pc-sdk .ot-chkbox input,
#onetrust-pc-sdk .ot-tgl input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

#onetrust-pc-sdk .ot-arw-cntr {
    float: right;
    position: relative
}

#onetrust-pc-sdk .ot-arw {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    color: dimgray;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 150ms ease-in 0s;
    -moz-transition: all 150ms ease-in 0s;
    -o-transition: all 150ms ease-in 0s;
    transition: all 150ms ease-in 0s
}

#onetrust-pc-sdk input:checked~.ot-acc-hdr .ot-arw {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
}

#onetrust-pc-sdk .ot-label-status {
    font-size: .75em;
    position: relative;
    top: 2px;
    display: none;
    padding-right: 5px;
    float: left
}

#onetrust-pc-sdk #ot-lst-cnt .ot-label-status {
    top: -6px
}

#onetrust-pc-sdk .ot-fltr-btns {
    margin-left: 15px;
    overflow: hidden;
    margin-right: 15px
}

#onetrust-pc-sdk .ot-fltr-btns button {
    padding: 12px 30px
}

#onetrust-pc-sdk .ot-pc-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    max-height: 160px;
    border-top: 1px solid #d8d8d8
}

#onetrust-pc-sdk .ot-pc-footer button {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: .813em;
    min-height: 40px;
    height: auto;
    line-height: normal;
    padding: 10px 30px
}

#onetrust-pc-sdk .ot-tab-desc {
    margin-left: 3%
}

#onetrust-pc-sdk .ot-grp-hdr1 {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px
}

#onetrust-pc-sdk .ot-desc-cntr h3 {
    color: #263238;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-weight: bold;
    font-size: .875em;
    line-height: 1.3;
    max-width: 70%
}

#onetrust-pc-sdk #ot-pvcy-hdr {
    margin-bottom: 10px
}

#onetrust-pc-sdk .ot-vlst-cntr {
    overflow: hidden
}

#onetrust-pc-sdk .category-vendors-list-handler,
#onetrust-pc-sdk .category-host-list-handler,
#onetrust-pc-sdk .category-vendors-list-handler+a {
    display: block;
    float: left;
    color: #3860be;
    font-size: .813em;
    font-weight: 400;
    line-height: 1.1;
    cursor: pointer;
    margin: 5px 0px
}

#onetrust-pc-sdk .category-vendors-list-handler:hover,
#onetrust-pc-sdk .category-host-list-handler:hover,
#onetrust-pc-sdk .category-vendors-list-handler+a:hover {
    color: #1883fd
}

#onetrust-pc-sdk .category-vendors-list-handler+a::after {
    content: "";
    height: 17px;
    width: 15px;
    background-repeat: no-repeat;
    margin-left: 2px;
    margin-top: -1px;
    float: right;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 511.626 511.627'%3E%3Cg fill='%231276CE'%3E%3Cpath d='M392.857 292.354h-18.274c-2.669 0-4.859.855-6.563 2.573-1.718 1.708-2.573 3.897-2.573 6.563v91.361c0 12.563-4.47 23.315-13.415 32.262-8.945 8.945-19.701 13.414-32.264 13.414H82.224c-12.562 0-23.317-4.469-32.264-13.414-8.945-8.946-13.417-19.698-13.417-32.262V155.31c0-12.562 4.471-23.313 13.417-32.259 8.947-8.947 19.702-13.418 32.264-13.418h200.994c2.669 0 4.859-.859 6.57-2.57 1.711-1.713 2.566-3.9 2.566-6.567V82.221c0-2.662-.855-4.853-2.566-6.563-1.711-1.713-3.901-2.568-6.57-2.568H82.224c-22.648 0-42.016 8.042-58.102 24.125C8.042 113.297 0 132.665 0 155.313v237.542c0 22.647 8.042 42.018 24.123 58.095 16.086 16.084 35.454 24.13 58.102 24.13h237.543c22.647 0 42.017-8.046 58.101-24.13 16.085-16.077 24.127-35.447 24.127-58.095v-91.358c0-2.669-.856-4.859-2.574-6.57-1.713-1.718-3.903-2.573-6.565-2.573z'/%3E%3Cpath d='M506.199 41.971c-3.617-3.617-7.905-5.424-12.85-5.424H347.171c-4.948 0-9.233 1.807-12.847 5.424-3.617 3.615-5.428 7.898-5.428 12.847s1.811 9.233 5.428 12.85l50.247 50.248-186.147 186.151c-1.906 1.903-2.856 4.093-2.856 6.563 0 2.479.953 4.668 2.856 6.571l32.548 32.544c1.903 1.903 4.093 2.852 6.567 2.852s4.665-.948 6.567-2.852l186.148-186.148 50.251 50.248c3.614 3.617 7.898 5.426 12.847 5.426s9.233-1.809 12.851-5.426c3.617-3.616 5.424-7.898 5.424-12.847V54.818c-.001-4.952-1.814-9.232-5.428-12.847z'/%3E%3C/g%3E%3C/svg%3E")
}

#onetrust-pc-sdk .category-host-list-handler,
#onetrust-pc-sdk .ot-vlst-cntr,
#onetrust-pc-sdk #ot-pc-desc+.category-vendors-list-handler {
    margin-top: 8px
}

#onetrust-pc-sdk .ot-grp-hdr1+.ot-vlst-cntr {
    margin-top: 0px;
    margin-bottom: 10px
}

#onetrust-pc-sdk .ot-always-active-group h3.ot-cat-header,
#onetrust-pc-sdk .ot-subgrp.ot-always-active-group>h4 {
    max-width: 70%
}

#onetrust-pc-sdk .ot-always-active-group .ot-tgl-cntr {
    max-width: 28%
}

#onetrust-pc-sdk .ot-grp-desc ul,
#onetrust-pc-sdk li.ot-subgrp p ul {
    margin: 0px;
    margin-left: 15px;
    padding-bottom: 8px
}

#onetrust-pc-sdk .ot-grp-desc ul li,
#onetrust-pc-sdk li.ot-subgrp p ul li {
    font-size: inherit;
    padding-top: 8px;
    display: list-item;
    list-style: disc
}

#onetrust-pc-sdk ul.ot-subgrps {
    margin: 0;
    font-size: inherit
}

#onetrust-pc-sdk ul.ot-subgrps li {
    padding: 0;
    border: none;
    position: relative
}

#onetrust-pc-sdk ul.ot-subgrps li h4,
#onetrust-pc-sdk ul.ot-subgrps li p {
    font-size: .82em;
    line-height: 1.4
}

#onetrust-pc-sdk ul.ot-subgrps li p {
    color: dimgray;
    clear: both;
    float: left;
    margin-top: 10px;
    margin-bottom: 0;
    word-break: break-word;
    word-wrap: break-word
}

#onetrust-pc-sdk ul.ot-subgrps li h4 {
    color: #263238;
    font-weight: bold;
    margin-bottom: 0;
    float: left;
    position: relative;
    top: 3px
}

#onetrust-pc-sdk li.ot-subgrp {
    margin-left: 30px;
    display: inline-block;
    width: calc(100% - 30px)
}

#onetrust-pc-sdk .ot-subgrp-tgl {
    float: right
}

#onetrust-pc-sdk .ot-subgrp-tgl.ot-always-active-subgroup {
    width: auto
}

#onetrust-pc-sdk .ot-pc-footer-logo {
    height: 30px;
    width: 100%;
    text-align: right;
    background: #f4f4f4;
    border-radius: 0 0 2px 2px
}

#onetrust-pc-sdk .ot-pc-footer-logo a {
    display: inline-block;
    margin-top: 5px;
    margin-right: 10px
}

#onetrust-pc-sdk #accept-recommended-btn-handler {
    float: right;
    text-align: center
}

#onetrust-pc-sdk .save-preference-btn-handler {
    min-width: 155px;
    background-color: #065f56;
    border-radius: 2px;
    color: #fff;
    font-size: .9em;
    line-height: 1.1;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px
}

#onetrust-pc-sdk .ot-btn-subcntr button {
    margin-right: 16px
}

#onetrust-pc-sdk.ot-ftr-stacked .save-preference-btn-handler,
#onetrust-pc-sdk.ot-ftr-stacked .ot-btn-subcntr {
    max-width: 40%;
    white-space: normal;
    text-align: center
}

#onetrust-pc-sdk.ot-ftr-stacked .ot-btn-subcntr button {
    margin-left: auto;
    margin-right: auto;
    min-width: 60%;
    max-width: 90%
}

#onetrust-pc-sdk.ot-ftr-stacked .ot-btn-subcntr button:nth-child(2) {
    margin-top: 0
}

#onetrust-pc-sdk.ot-ftr-stacked #accept-recommended-btn-handler {
    float: none
}

#onetrust-pc-sdk.ot-ftr-stacked .ot-btn-container {
    overflow: hidden
}

#onetrust-pc-sdk #ot-pc-title {
    margin: 0px;
    overflow: hidden;
    position: relative;
    line-height: 1.2;
    max-height: 2.4em;
    padding-right: 1em;
    font-size: 1.37em;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    max-width: 90%
}

#onetrust-pc-sdk #ot-pc-lst {
    width: 100%;
    position: relative
}

#onetrust-pc-sdk #ot-pc-lst .ot-acc-hdr {
    padding-top: 17px;
    padding-right: 15px;
    padding-bottom: 17px;
    padding-left: 20px;
    display: inline-block;
    width: calc(100% - 35px);
    vertical-align: middle
}

#onetrust-pc-sdk #ot-pc-lst .ot-acc-txt {
    padding-top: 6px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 20px
}

#onetrust-pc-sdk .ot-lst-cntr {
    height: 100%
}

#onetrust-pc-sdk #ot-pc-hdr {
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 20px;
    display: inline-block;
    width: calc(100% - 50px);
    height: 20px;
    border-bottom: 1px solid #d8d8d8
}

#onetrust-pc-sdk #ot-pc-hdr input {
    height: 32px;
    width: 100%;
    border-radius: 50px;
    font-size: .8em;
    padding-right: 35px;
    padding-left: 15px;
    float: left
}

#onetrust-pc-sdk #ot-pc-hdr input::placeholder {
    color: #d4d4d4;
    font-style: italic
}

#onetrust-pc-sdk #ot-lst-cnt {
    height: calc(100% - 86px);
    padding-left: 30px;
    padding-right: 27px;
    padding-top: 20px;
    margin-top: 8px;
    margin-right: 3px;
    margin-bottom: 4px;
    margin-left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translate3d(0, 0, 0)
}

#onetrust-pc-sdk #ot-back-arw {
    height: 12px;
    width: 12px
}

#onetrust-pc-sdk #ot-lst-title {
    display: inline-block;
    font-size: 1em
}

#onetrust-pc-sdk #ot-lst-title span {
    color: dimgray;
    font-weight: bold;
    margin-left: 10px
}

#onetrust-pc-sdk #ot-lst-title span * {
    font-size: inherit
}

#onetrust-pc-sdk .ot-lst-subhdr {
    float: right;
    position: relative;
    bottom: 6px
}

#onetrust-pc-sdk #ot-search-cntr {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 300px
}

#onetrust-pc-sdk #ot-search-cntr svg {
    position: absolute;
    right: 0px;
    width: 30px;
    height: 30px;
    font-size: 1em;
    line-height: 1;
    top: 2px
}

#onetrust-pc-sdk #ot-fltr-cntr {
    display: inline-block;
    position: relative;
    margin-left: 20px;
    vertical-align: middle;
    font-size: 0
}

#onetrust-pc-sdk #filter-btn-handler {
    background-color: #3860be;
    border-radius: 17px;
    -moz-transition: .1s ease;
    -o-transition: .1s ease;
    -webkit-transition: 1s ease;
    transition: .1s ease;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    position: relative
}

#onetrust-pc-sdk #filter-btn-handler svg {
    cursor: pointer;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-top: 5px
}

#onetrust-pc-sdk #filter-btn-handler path {
    fill: #fff
}

#onetrust-pc-sdk #ot-sel-blk {
    min-width: 200px;
    min-height: 30px;
    padding-left: 20px
}

#onetrust-pc-sdk #ot-selall-vencntr,
#onetrust-pc-sdk #ot-selall-adtlvencntr {
    float: left;
    height: 100%
}

#onetrust-pc-sdk #ot-selall-vencntr label,
#onetrust-pc-sdk #ot-selall-adtlvencntr label {
    height: 100%;
    padding-left: 0
}

#onetrust-pc-sdk #ot-selall-hostcntr {
    width: 21px;
    height: 21px;
    position: relative;
    left: 20px
}

#onetrust-pc-sdk #ot-selall-vencntr.line-through label::after,
#onetrust-pc-sdk #ot-selall-adtlvencntr.line-through label::after,
#onetrust-pc-sdk #ot-selall-licntr.line-through label::after,
#onetrust-pc-sdk #ot-selall-hostcntr.line-through label::after,
#onetrust-pc-sdk #ot-selall-gnvencntr.line-through label::after {
    height: auto;
    border-left: 0;
    left: 5px;
    top: 10.5px;
    transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none
}

#onetrust-pc-sdk .ot-ven-name,
#onetrust-pc-sdk .ot-host-name {
    color: #2c3643;
    font-weight: bold;
    font-size: .813em;
    line-height: 1.2;
    margin: 0;
    height: auto;
    text-align: left;
    word-break: break-word;
    word-wrap: break-word
}

#onetrust-pc-sdk .ot-ven-name *,
#onetrust-pc-sdk .ot-host-name * {
    font-size: inherit
}

#onetrust-pc-sdk .ot-host-desc {
    font-size: .69em;
    line-height: 1.4;
    margin-top: 5px;
    margin-bottom: 5px;
    color: dimgray
}

#onetrust-pc-sdk .ot-host-name>a {
    text-decoration: underline;
    position: relative;
    z-index: 2;
    margin-bottom: 5px;
    font-weight: bold
}

#onetrust-pc-sdk .ot-host-hdr {
    float: left;
    width: calc(100% - 50px);
    pointer-events: none;
    position: relative;
    z-index: 1
}

#onetrust-pc-sdk .ot-host-hdr .ot-host-name {
    pointer-events: none
}

#onetrust-pc-sdk .ot-host-hdr a {
    pointer-events: initial
}

#onetrust-pc-sdk .ot-host-hdr .ot-host-name~a {
    margin-top: 5px;
    font-size: .813em;
    text-decoration: underline
}

#onetrust-pc-sdk .ot-ven-hdr {
    width: 88%;
    float: right
}

#onetrust-pc-sdk input:focus+.ot-acc-hdr {
    outline: #000 solid 1px !important
}

#onetrust-pc-sdk #ot-selall-hostcntr input[type=checkbox],
#onetrust-pc-sdk #ot-selall-vencntr input[type=checkbox],
#onetrust-pc-sdk #ot-selall-adtlvencntr input[type=checkbox] {
    position: absolute
}

#onetrust-pc-sdk .ot-host-item .ot-chkbox {
    float: left
}

#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-sel-all-hdr {
    right: 38px
}

#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) #ot-sel-blk {
    background-color: #f9f9fc;
    border: 1px solid #e2e2e2;
    width: auto;
    padding-bottom: 5px;
    padding-top: 5px
}

#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-sel-all-chkbox {
    right: 2px;
    width: auto
}

#onetrust-pc-sdk #ot-pc-lst .ot-acc-cntr {
    position: relative;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2
}

#onetrust-pc-sdk #ot-pc-lst .ot-acc-cntr input {
    z-index: 1
}

#onetrust-pc-sdk #ot-pc-lst .ot-acc-cntr>.ot-acc-hdr {
    background: #f9f9fc;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f9f9fc
}

#onetrust-pc-sdk #ot-pc-lst .ot-acc-cntr>.ot-acc-hdr input {
    z-index: 2
}

#onetrust-pc-sdk #ot-pc-lst .ot-acc-cntr>input[type=checkbox]:checked~.ot-acc-hdr {
    border-bottom: 1px solid #e2e2e2
}

#onetrust-pc-sdk #ot-pc-lst .ot-acc-cntr .ot-addtl-venbox {
    display: none
}

#onetrust-pc-sdk #ot-addtl-venlst .ot-tgl-cntr {
    margin-right: 13px
}

#onetrust-pc-sdk .ot-vensec-title {
    font-size: .813em;
    display: inline-block
}

#onetrust-pc-sdk .ot-ven-item>button:focus,
#onetrust-pc-sdk .ot-host-item>button:focus,
#onetrust-pc-sdk .ot-acc-cntr>button:focus {
    outline: #000 solid 2px
}

#onetrust-pc-sdk .ot-ven-item>button,
#onetrust-pc-sdk .ot-host-item>button,
#onetrust-pc-sdk .ot-acc-cntr>button {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    border: 0;
    opacity: 0;
    margin: 0;
    top: 0;
    left: 0
}

#onetrust-pc-sdk .ot-ven-item>button~.ot-acc-hdr,
#onetrust-pc-sdk .ot-host-item>button~.ot-acc-hdr,
#onetrust-pc-sdk .ot-acc-cntr>button~.ot-acc-hdr {
    cursor: pointer
}

#onetrust-pc-sdk .ot-ven-item>button[aria-expanded=false]~.ot-acc-txt,
#onetrust-pc-sdk .ot-host-item>button[aria-expanded=false]~.ot-acc-txt,
#onetrust-pc-sdk .ot-acc-cntr>button[aria-expanded=false]~.ot-acc-txt {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    transition: .25s ease-out;
    display: none
}

#onetrust-pc-sdk .ot-ven-item>button[aria-expanded=true]~.ot-acc-txt,
#onetrust-pc-sdk .ot-host-item>button[aria-expanded=true]~.ot-acc-txt,
#onetrust-pc-sdk .ot-acc-cntr>button[aria-expanded=true]~.ot-acc-txt {
    transition: .1s ease-in;
    display: block
}

#onetrust-pc-sdk .ot-hide-acc>button {
    pointer-events: none
}

#onetrust-pc-sdk .ot-hide-acc .ot-arw-cntr>* {
    visibility: hidden
}

#onetrust-pc-sdk #ot-ven-lst,
#onetrust-pc-sdk #ot-host-lst,
#onetrust-pc-sdk #ot-addtl-venlst,
#onetrust-pc-sdk #ot-gn-venlst {
    width: 100%
}

#onetrust-pc-sdk #ot-ven-lst li,
#onetrust-pc-sdk #ot-host-lst li,
#onetrust-pc-sdk #ot-addtl-venlst li,
#onetrust-pc-sdk #ot-gn-venlst li {
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    position: relative;
    margin-top: 10px
}

#onetrust-pc-sdk #ot-ven-lst .ot-tgl-cntr {
    width: 65%
}

#onetrust-pc-sdk #ot-host-lst .ot-tgl-cntr {
    width: 65%;
    float: left
}

#onetrust-pc-sdk label {
    margin-bottom: 0
}

#onetrust-pc-sdk .ot-host-notice {
    float: right
}

#onetrust-pc-sdk .ot-ven-link,
#onetrust-pc-sdk .ot-host-expand {
    color: dimgray;
    font-size: .75em;
    line-height: .9;
    display: inline-block
}

#onetrust-pc-sdk .ot-ven-link *,
#onetrust-pc-sdk .ot-host-expand * {
    font-size: inherit
}

#onetrust-pc-sdk .ot-ven-link {
    position: relative;
    z-index: 2
}

#onetrust-pc-sdk .ot-ven-link:hover {
    text-decoration: underline
}

#onetrust-pc-sdk .ot-ven-dets {
    border-radius: 2px;
    background-color: #f8f8f8
}

#onetrust-pc-sdk .ot-ven-dets div:first-child p:first-child {
    border-top: none
}

#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:not(:first-child) {
    border-top: 1px solid #e9e9e9
}

#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:nth-child(n+3) p {
    display: inline-block
}

#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:nth-child(n+3) p:nth-of-type(odd) {
    width: 30%
}

#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:nth-child(n+3) p:nth-of-type(even) {
    width: 50%;
    word-break: break-word;
    word-wrap: break-word
}

#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p {
    padding-top: 5px;
    padding-bottom: 5px;
    display: block
}

#onetrust-pc-sdk .ot-ven-dets p {
    font-size: .69em;
    text-align: left;
    vertical-align: middle;
    word-break: break-word;
    word-wrap: break-word;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #2e3644
}

#onetrust-pc-sdk .ot-ven-dets p:first-child {
    padding-top: 5px
}

#onetrust-pc-sdk .ot-ven-dets .ot-ven-pur p:first-child {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: bold
}

#onetrust-pc-sdk .ot-host-opt {
    display: inline-block;
    width: 100%;
    margin: 0;
    font-size: inherit
}

#onetrust-pc-sdk .ot-host-opt li>div div {
    font-size: .81em;
    padding: 5px 0
}

#onetrust-pc-sdk .ot-host-opt li>div div:nth-child(1) {
    width: 30%;
    float: left
}

#onetrust-pc-sdk .ot-host-opt li>div div:nth-child(2) {
    width: 70%;
    float: left;
    word-break: break-word;
    word-wrap: break-word
}

#onetrust-pc-sdk #ot-host-lst li.ot-host-info {
    border: none;
    font-size: .8em;
    color: dimgray;
    float: left;
    text-align: left;
    padding: 10px;
    margin-bottom: 10px;
    width: calc(100% - 10px);
    background-color: #f8f8f8
}

#onetrust-pc-sdk #ot-host-lst li.ot-host-info a {
    color: dimgray
}

#onetrust-pc-sdk #ot-host-lst li.ot-host-info>div {
    overflow: auto
}

#onetrust-pc-sdk #no-results {
    text-align: center;
    margin-top: 30px
}

#onetrust-pc-sdk #no-results p {
    font-size: 1em;
    color: #2e3644;
    word-break: break-word;
    word-wrap: break-word
}

#onetrust-pc-sdk #no-results p span {
    font-weight: bold
}

#onetrust-pc-sdk .ot-tgl-cntr {
    display: inline-block;
    vertical-align: middle
}

#onetrust-pc-sdk .ot-arw-cntr,
#onetrust-pc-sdk .ot-tgl-cntr {
    float: right
}

#onetrust-pc-sdk .ot-desc-cntr {
    padding-top: 0px;
    margin-top: 20px;
    padding-right: 0px;
    border-radius: 3px;
    overflow: hidden;
    padding-bottom: 10px
}

#onetrust-pc-sdk .ot-desc-cntr:focus,
#onetrust-pc-sdk .ot-desc-cntr:active,
#onetrust-pc-sdk .ot-desc-cntr:focus-visible {
    outline: 2px solid #101010;
    border-radius: 2px
}

#onetrust-pc-sdk .ot-leg-border-color {
    border: 1px solid #e9e9e9
}

#onetrust-pc-sdk .ot-leg-border-color .ot-subgrp-cntr {
    border-top: 1px solid #e9e9e9;
    padding-bottom: 10px
}

#onetrust-pc-sdk .ot-category-desc {
    padding-bottom: 10px
}

#onetrust-pc-sdk .ot-grp-hdr1 {
    padding-left: 10px;
    width: calc(100% - 20px);
    padding-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 8px
}

#onetrust-pc-sdk .ot-subgrp-cntr {
    padding-top: 10px
}

#onetrust-pc-sdk .ot-desc-cntr>*:not(.ot-grp-hdr1) {
    padding-left: 10px;
    padding-right: 10px
}

#onetrust-pc-sdk .ot-pli-hdr {
    overflow: hidden;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    background-color: #f8f8f8;
    border: none;
    border-bottom: 1px solid #e9e9e9
}

#onetrust-pc-sdk .ot-pli-hdr span:first-child {
    text-align: left;
    max-width: 80px;
    padding-right: 5px
}

#onetrust-pc-sdk .ot-pli-hdr span:last-child {
    padding-right: 20px;
    text-align: center
}

#onetrust-pc-sdk .ot-li-title {
    float: right;
    font-size: .813em
}

#onetrust-pc-sdk .ot-desc-cntr .ot-tgl-cntr:first-of-type,
#onetrust-pc-sdk .ot-cat-header+.ot-tgl {
    padding-left: 55px;
    padding-right: 7px
}

#onetrust-pc-sdk .ot-always-active-group .ot-grp-hdr1 .ot-tgl-cntr:first-of-type {
    padding-left: 0px
}

#onetrust-pc-sdk .ot-cat-header,
#onetrust-pc-sdk .ot-subgrp h4 {
    max-width: calc(100% - 133px)
}

#onetrust-pc-sdk #ot-lst-cnt #ot-sel-blk {
    width: 100%;
    display: inline-block;
    padding: 0
}

#onetrust-pc-sdk .ot-sel-all {
    display: inline-block;
    width: 100%
}

#onetrust-pc-sdk .ot-sel-all-hdr,
#onetrust-pc-sdk .ot-sel-all-chkbox {
    width: 100%;
    float: right;
    position: relative
}

#onetrust-pc-sdk .ot-sel-all-chkbox {
    z-index: 1
}

#onetrust-pc-sdk :not(.ot-hosts-ui) .ot-sel-all-hdr,
#onetrust-pc-sdk :not(.ot-hosts-ui) .ot-sel-all-chkbox {
    right: 23px;
    width: calc(100% - 23px)
}

#onetrust-pc-sdk .ot-consent-hdr,
#onetrust-pc-sdk .ot-li-hdr {
    float: right;
    font-size: .813em;
    position: relative;
    line-height: normal;
    text-align: center;
    word-break: break-word;
    word-wrap: break-word
}

#onetrust-pc-sdk .ot-hosts-ui .ot-consent-hdr {
    float: left;
    position: relative;
    left: 5px
}

#onetrust-pc-sdk .ot-li-hdr {
    max-width: 100px;
    margin-right: 10px
}

#onetrust-pc-sdk .ot-consent-hdr {
    max-width: 55px
}

#onetrust-pc-sdk .ot-ven-ctgl {
    margin-left: 10px
}

#onetrust-pc-sdk .ot-ven-litgl {
    margin-right: 55px
}

#onetrust-pc-sdk .ot-ven-litgl.ot-ven-litgl-only {
    margin-right: 86px
}

#onetrust-pc-sdk .ot-ven-ctgl,
#onetrust-pc-sdk .ot-ven-litgl,
#onetrust-pc-sdk .ot-ven-gvctgl {
    float: left
}

#onetrust-pc-sdk .ot-ven-ctgl label,
#onetrust-pc-sdk .ot-ven-litgl label,
#onetrust-pc-sdk .ot-ven-gvctgl label {
    width: 22px;
    padding: 0
}

#onetrust-pc-sdk #ot-selall-licntr {
    display: block;
    width: 21px;
    height: 21px;
    position: relative;
    float: right;
    right: 80px
}

#onetrust-pc-sdk #ot-selall-licntr input {
    position: absolute
}

#onetrust-pc-sdk #ot-selall-vencntr,
#onetrust-pc-sdk #ot-selall-adtlvencntr,
#onetrust-pc-sdk #ot-selall-gnvencntr {
    float: right;
    width: 21px;
    height: 21px;
    position: relative;
    right: 15px
}

#onetrust-pc-sdk #ot-ven-lst .ot-tgl-cntr {
    float: right;
    width: auto
}

#onetrust-pc-sdk .ot-ven-hdr {
    float: left;
    width: 60%
}

#onetrust-pc-sdk #vdr-lst-dsc {
    font-size: .812em;
    line-height: 1.5;
    padding: 10px 15px 5px 15px
}

#onetrust-pc-sdk #ot-anchor {
    border: 12px solid transparent;
    display: none;
    position: absolute;
    z-index: 2147483647;
    top: 40px;
    right: 35px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: #fff;
    -webkit-box-shadow: -3px -3px 5px -2px #c7c5c7;
    -moz-box-shadow: -3px -3px 5px -2px #c7c5c7;
    box-shadow: -3px -3px 5px -2px #c7c5c7
}

#onetrust-pc-sdk #ot-fltr-modal {
    width: 300px;
    position: absolute;
    z-index: 2147483646;
    top: 46px;
    height: 90%;
    max-height: 350px;
    display: none;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -webkit-transition: 2s ease;
    transition: .2s ease;
    opacity: 1;
    right: 0
}

#onetrust-pc-sdk #ot-fltr-modal button {
    max-width: 200px;
    line-height: 1;
    word-break: break-word;
    white-space: normal;
    height: auto;
    font-weight: bold
}

#onetrust-pc-sdk #ot-fltr-cnt {
    background-color: #fff;
    margin: 5px;
    border-radius: 3px;
    height: 100%;
    margin-right: 10px;
    padding-right: 10px;
    -webkit-box-shadow: 0px 0px 12px 2px #c7c5c7;
    -moz-box-shadow: 0px 0px 12px 2px #c7c5c7;
    box-shadow: 0px 0px 12px 2px #c7c5c7
}

#onetrust-pc-sdk .ot-fltr-scrlcnt {
    overflow-y: auto;
    overflow-x: hidden;
    clear: both;
    max-height: calc(100% - 60px)
}

#onetrust-pc-sdk .ot-fltr-opt {
    margin-bottom: 25px;
    margin-left: 15px;
    clear: both
}

#onetrust-pc-sdk .ot-fltr-opt label {
    height: auto
}

#onetrust-pc-sdk .ot-fltr-opt span {
    cursor: pointer;
    color: dimgray;
    font-size: .8em;
    line-height: 1.1;
    font-weight: normal
}

#onetrust-pc-sdk #clear-filters-handler {
    float: right;
    margin-top: 15px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #3860be;
    font-size: .9em;
    border: none;
    padding: 1px
}

#onetrust-pc-sdk #clear-filters-handler:hover {
    color: #1883fd
}

#onetrust-pc-sdk #clear-filters-handler:focus {
    outline: #000 solid 1px
}

#onetrust-pc-sdk #filter-apply-handler {
    margin-right: 10px
}

#onetrust-pc-sdk .ot-grp-desc+.ot-leg-btn-container {
    margin-top: 0
}

#onetrust-pc-sdk .ot-leg-btn-container {
    display: inline-block;
    width: 100%;
    margin-top: 10px
}

#onetrust-pc-sdk .ot-leg-btn-container button {
    height: auto;
    padding: 6.5px 8px;
    margin-bottom: 0;
    line-height: normal;
    letter-spacing: 0
}

#onetrust-pc-sdk .ot-leg-btn-container svg {
    display: none;
    height: 14px;
    width: 14px;
    padding-right: 5px;
    vertical-align: sub
}

#onetrust-pc-sdk .ot-active-leg-btn {
    cursor: default;
    pointer-events: none
}

#onetrust-pc-sdk .ot-active-leg-btn svg {
    display: inline-block
}

#onetrust-pc-sdk .ot-remove-objection-handler {
    border: none;
    text-decoration: underline;
    padding: 0;
    font-size: .82em;
    font-weight: 600;
    line-height: 1.4;
    padding-left: 10px
}

#onetrust-pc-sdk .ot-obj-leg-btn-handler span {
    font-weight: bold;
    text-align: center;
    font-size: .91em;
    line-height: 1.5
}

#onetrust-pc-sdk.ot-close-btn-link #close-pc-btn-handler {
    border: none;
    height: auto;
    line-height: 1.5;
    text-decoration: underline;
    font-size: .69em;
    background: none;
    width: auto
}

#onetrust-pc-sdk.ot-close-btn-link .ot-close-cntr {
    right: 5px;
    top: auto;
    transform: none
}

#onetrust-pc-sdk.otPcTab[dir=rtl] input~.ot-acc-hdr .ot-arw,
#onetrust-pc-sdk.otPcTab[dir=rtl] #ot-back-arw {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

#onetrust-pc-sdk.otPcTab[dir=rtl] input:checked~.ot-acc-hdr .ot-arw {
    transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg)
}

#onetrust-pc-sdk.otPcTab[dir=rtl] #ot-search-cntr svg {
    right: 15px
}

#onetrust-pc-sdk.otPcTab[dir=rtl] .ot-chkbox label::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border-left: 0;
    border-right: 3px solid
}

#onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon {
    padding: 0;
    background-color: transparent;
    border: none;
    margin: 0
}

@media(max-width: 767px) {
    #onetrust-pc-sdk {
        width: 100%;
        border: none
    }
    #onetrust-pc-sdk .ot-sdk-container,
    #onetrust-pc-sdk .ot-sdk-container {
        padding: 0;
        margin: 0
    }
    #onetrust-pc-sdk #ot-pc-title {
        margin-left: 10px;
        max-width: 60%
    }
    #onetrust-pc-sdk .ot-desc-cntr {
        margin: 0;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 15px;
        padding-left: 20px;
        position: relative;
        left: auto
    }
    #onetrust-pc-sdk .ot-desc-cntr {
        margin-top: 20px;
        margin-left: 20px;
        padding: 0;
        padding-bottom: 10px
    }
    #onetrust-pc-sdk .ot-grps-cntr {
        max-height: none;
        overflow: hidden
    }
    #onetrust-pc-sdk #accept-recommended-btn-handler {
        float: none
    }
}

@media(min-width: 768px) {
    #onetrust-pc-sdk.ot-tgl-with-label .ot-label-status {
        display: inline
    }
    #onetrust-pc-sdk.ot-tgl-with-label #ot-pc-lst .ot-label-status {
        display: none
    }
    #onetrust-pc-sdk.ot-tgl-with-label.ot-leg-opt-out .ot-pli-hdr {
        padding-right: 8%
    }
    #onetrust-pc-sdk.ot-tgl-with-label .ot-cat-header {
        max-width: 60%
    }
    #onetrust-pc-sdk.ot-tgl-with-label .ot-subgrp h4 {
        max-width: 58%
    }
    #onetrust-pc-sdk.ot-tgl-with-label .ot-desc-cntr .ot-tgl-cntr:first-of-type,
    #onetrust-pc-sdk.ot-tgl-with-label .ot-cat-header+.ot-tgl {
        padding-left: 15px
    }
}

@media(max-width: 640px) {
    #onetrust-pc-sdk {
        height: 100%
    }
    #onetrust-pc-sdk .ot-pc-header {
        padding: 10px;
        width: calc(100% - 20px)
    }
    #onetrust-pc-sdk #ot-pc-content {
        overflow: auto
    }
    #onetrust-pc-sdk .ot-sdk-row .ot-sdk-columns {
        width: 100%
    }
    #onetrust-pc-sdk .ot-desc-cntr {
        margin: 0;
        overflow: hidden
    }
    #onetrust-pc-sdk .ot-desc-cntr {
        margin-left: 10px;
        width: calc(100% - 15px);
        margin-top: 5px;
        margin-bottom: 5px
    }
    #onetrust-pc-sdk .ot-ven-hdr {
        max-width: 80%
    }
    #onetrust-pc-sdk #ot-lst-cnt {
        width: calc(100% - 18px);
        padding-top: 13px;
        padding-right: 5px;
        padding-left: 10px
    }
    #onetrust-pc-sdk .ot-grps-cntr {
        width: 100%
    }
    #onetrust-pc-sdk .ot-pc-footer {
        max-height: 300px
    }
    #onetrust-pc-sdk #ot-pc-content,
    #onetrust-pc-sdk #ot-pc-lst {
        height: calc(100% - 322px)
    }
    #onetrust-pc-sdk.ot-close-btn-link #close-pc-btn-handler {
        position: fixed;
        top: 10px;
        right: 15px
    }
    #onetrust-pc-sdk.ot-close-btn-link .ot-pc-header {
        padding-top: 25px
    }
    #onetrust-pc-sdk.ot-close-btn-link #ot-pc-title {
        max-width: 100%
    }
}

@media(max-width: 640px)and (orientation: portrait) {
    #onetrust-pc-sdk #ot-pc-hdr {
        height: 70px;
        padding: 15px 0;
        width: 100%
    }
    #onetrust-pc-sdk .ot-lst-subhdr {
        width: calc(100% - 15px);
        float: none;
        bottom: auto;
        display: inline-block;
        padding-top: 8px;
        padding-left: 15px
    }
    #onetrust-pc-sdk .ot-btn-subcntr {
        float: none
    }
    #onetrust-pc-sdk #ot-search-cntr {
        display: inline-block;
        width: calc(100% - 55px);
        position: relative
    }
    #onetrust-pc-sdk #ot-anchor {
        top: 75px;
        right: 30px
    }
    #onetrust-pc-sdk #ot-fltr-modal {
        top: 81px
    }
    #onetrust-pc-sdk #ot-fltr-cntr {
        float: right;
        right: 15px
    }
    #onetrust-pc-sdk #ot-lst-title {
        padding-left: 15px
    }
    #onetrust-pc-sdk .ot-lst-cntr {
        overflow-y: scroll
    }
    #onetrust-pc-sdk #ot-lst-cnt {
        height: auto;
        overflow: hidden
    }
    #onetrust-pc-sdk .save-preference-btn-handler,
    #onetrust-pc-sdk #accept-recommended-btn-handler,
    #onetrust-pc-sdk .ot-pc-refuse-all-handler {
        width: calc(100% - 33px)
    }
    #onetrust-pc-sdk.ot-ftr-stacked .save-preference-btn-handler,
    #onetrust-pc-sdk.ot-ftr-stacked .ot-btn-subcntr {
        max-width: none
    }
    #onetrust-pc-sdk.ot-ftr-stacked .ot-pc-footer button {
        margin: 15px
    }
    #onetrust-pc-sdk.ot-ftr-stacked .ot-btn-subcntr button {
        min-width: none;
        max-width: none
    }
    #onetrust-pc-sdk.ot-ftr-stacked .ot-btn-subcntr button:nth-child(2) {
        margin-top: 15px
    }
    #onetrust-pc-sdk.ot-ftr-stacked .ot-btn-container button:not(:last-child) {
        margin-bottom: 0
    }
}

@media(max-width: 425px) {
    #onetrust-pc-sdk #ot-pc-lst .ot-acc-txt {
        padding-top: 6px;
        padding-bottom: 10px
    }
    #onetrust-pc-sdk #ot-pc-lst .ot-host-notice {
        float: left;
        margin-left: 30px
    }
    #onetrust-pc-sdk #ot-pc-lst .ot-arw-cntr {
        float: none;
        display: inline
    }
    #onetrust-pc-sdk #ot-pc-lst .ot-ven-hdr {
        float: left;
        width: 100%;
        max-width: 85%
    }
    #onetrust-pc-sdk.ot-addtl-vendors #ot-pc-lst .ot-acc-cntr .ot-arw-cntr:first-of-type {
        float: right
    }
    #onetrust-pc-sdk #ot-pc-title {
        max-width: 100%
    }
    #onetrust-pc-sdk .ot-subgrp-cntr li.ot-subgrp {
        margin-left: 10px;
        width: calc(100% - 10px)
    }
    #onetrust-pc-sdk #ot-ven-lst .ot-tgl-cntr {
        width: auto;
        float: right
    }
    #onetrust-pc-sdk #ot-ven-lst .ot-arw-cntr {
        float: right
    }
    #onetrust-pc-sdk .ot-ven-hdr {
        max-width: 47%
    }
    #onetrust-pc-sdk .ot-always-active-group .ot-tgl-cntr:first-of-type {
        max-width: none;
        padding-left: 20px
    }
}

@media only screen and (max-height: 425px)and (max-width: 896px)and (orientation: landscape) {
    #onetrust-pc-sdk {
        height: 100%;
        width: 100%;
        max-width: none
    }
    #onetrust-pc-sdk .ot-always-active-group .ot-tgl-cntr {
        max-width: none
    }
    #onetrust-pc-sdk .ot-pc-header {
        padding: 10px;
        width: calc(100% - 20px)
    }
    #onetrust-pc-sdk .ot-lst-cntr {
        overflow-y: scroll
    }
    #onetrust-pc-sdk #ot-lst-cnt {
        height: auto;
        overflow: hidden
    }
    #onetrust-pc-sdk #accept-recommended-btn-handler {
        float: right
    }
    #onetrust-pc-sdk .save-preference-btn-handler,
    #onetrust-pc-sdk #accept-recommended-btn-handler,
    #onetrust-pc-sdk .ot-pc-refuse-all-handler {
        width: auto
    }
    #onetrust-pc-sdk #ot-pc-content,
    #onetrust-pc-sdk #ot-pc-lst {
        height: calc(100% - 155px)
    }
    #onetrust-pc-sdk .ot-pc-footer-logo {
        display: none
    }
    #onetrust-pc-sdk.ot-shw-fltr .ot-lst-cntr {
        overflow: hidden
    }
    #onetrust-pc-sdk.ot-shw-fltr #ot-pc-lst {
        position: static
    }
    #onetrust-pc-sdk.ot-shw-fltr #ot-fltr-modal {
        top: 0;
        width: 100%;
        height: 100%;
        max-height: none
    }
    #onetrust-pc-sdk.ot-shw-fltr #ot-fltr-modal>div {
        margin: 0;
        box-sizing: initial;
        height: 100%;
        max-height: none
    }
    #onetrust-pc-sdk.ot-shw-fltr #clear-filters-handler {
        padding-right: 20px
    }
    #onetrust-pc-sdk.ot-shw-fltr #ot-anchor {
        display: none !important
    }
    #onetrust-pc-sdk .ot-pc-footer button {
        margin: 10px
    }
}

@media(max-width: 425px),
(max-width: 896px)and (max-height: 425px)and (orientation: landscape) {
    #onetrust-pc-sdk .ot-pc-header {
        padding-right: 20px
    }
    #onetrust-pc-sdk .ot-pc-logo {
        margin-left: 0px;
        margin-top: 5px;
        width: 150px
    }
    #onetrust-pc-sdk .ot-close-icon {
        width: 44px;
        height: 44px;
        background-size: 12px
    }
    #onetrust-pc-sdk .ot-grp-hdr1 {
        float: right;
        margin-left: 10px;
        width: auto
    }
    #onetrust-pc-sdk .ot-grp-hdr1 {
        margin-left: 0px;
        padding-right: 10px
    }
    #onetrust-pc-sdk #ot-pvcy-hdr,
    #onetrust-pc-sdk .ot-grp-hdr1 .ot-cat-header {
        display: none
    }
    #onetrust-pc-sdk .ot-grp-hdr1+.ot-vlst-cntr {
        padding-top: 10px
    }
}

@media only screen and (max-height: 610px) {
    #onetrust-pc-sdk {
        max-height: 100%
    }
}

#onetrust-consent-sdk #onetrust-pc-sdk,
#onetrust-consent-sdk #ot-search-cntr,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-switch.ot-toggle,
#onetrust-consent-sdk #onetrust-pc-sdk ot-grp-hdr1 .checkbox,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title:after,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-sel-blk,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-cnt,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-anchor {
    background-color: #FFFFFF;
}

#onetrust-consent-sdk #onetrust-pc-sdk h3,
#onetrust-consent-sdk #onetrust-pc-sdk h4,
#onetrust-consent-sdk #onetrust-pc-sdk h5,
#onetrust-consent-sdk #onetrust-pc-sdk h6,
#onetrust-consent-sdk #onetrust-pc-sdk p,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-ven-lst .ot-ven-opts p,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-li-title,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-sel-all-hdr span,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #modal-header,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-checkbox label span,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-sel-blk p,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-lst-title span,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst .back-btn-handler p,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst .ot-ven-name,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-ven-lst .consent-category,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-inactive-leg-btn,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-label-status,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-chkbox label span,
#onetrust-consent-sdk #onetrust-pc-sdk #clear-filters-handler {
    color: #696969;
}

#onetrust-consent-sdk #onetrust-pc-sdk .privacy-notice-link,
#onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler,
#onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler+a,
#onetrust-consent-sdk #onetrust-pc-sdk .category-host-list-handler,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-ven-link,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-name a,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-acc-hdr .ot-host-expand,
#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info a {
    color: #d31245;
}

#onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler:hover {
    opacity: .7;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-grpcntr.ot-acc-txt,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-txt .ot-subgrp-tgl .ot-switch.ot-toggle {
    background-color: #F8F8F8;
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-txt .ot-ven-dets {
    background-color: #F8F8F8;
}

#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn),
#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn {
    background-color: #d31245;
    border-color: #d31245;
    color: #FFFFFF;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-active-menu {
    border-color: #d31245;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-remove-objection-handler {
    background-color: transparent;
    border: 1px solid transparent;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-inactive-leg-btn {
    background-color: #FFFFFF;
    color: #78808E;
    border-color: #78808E;
}

#onetrust-consent-sdk #onetrust-pc-sdk .category-menu-switch-handler {
    background-color: #F4F4F4
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-active-menu {
    background-color: #FFFFFF
}


/* no accessibility outline */

body #onetrust-consent-sdk a:focus,
body #onetrust-consent-sdk button:focus,
body #onetrust-consent-sdk input:focus {
    outline: none;
}


/* sempre ativos */

body #onetrust-pc-sdk .ot-cat-grp .ot-always-active {
    color: #d31245;
}


/* slider background color */


/*body #onetrust-pc-sdk .ot-switch-nob {
         background-color: #d31245;
         }*/


/* nob color when active */

body #onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before {
    background-color: #d31245;
}


/* plus/minus span */

body #onetrust-pc-sdk .ot-plus-minus span {
    background: #d31245;
}

.ot-sdk-cookie-policy {
    font-family: inherit;
    font-size: 16px
}

.ot-sdk-cookie-policy.otRelFont {
    font-size: 1rem
}

.ot-sdk-cookie-policy h3,
.ot-sdk-cookie-policy h4,
.ot-sdk-cookie-policy h6,
.ot-sdk-cookie-policy p,
.ot-sdk-cookie-policy li,
.ot-sdk-cookie-policy a,
.ot-sdk-cookie-policy th,
.ot-sdk-cookie-policy #cookie-policy-description,
.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group,
.ot-sdk-cookie-policy #cookie-policy-title {
    color: dimgray
}

.ot-sdk-cookie-policy #cookie-policy-description {
    margin-bottom: 1em
}

.ot-sdk-cookie-policy h4 {
    font-size: 1.2em
}

.ot-sdk-cookie-policy h6 {
    font-size: 1em;
    margin-top: 2em
}

.ot-sdk-cookie-policy th {
    min-width: 75px
}

.ot-sdk-cookie-policy a,
.ot-sdk-cookie-policy a:hover {
    background: #fff
}

.ot-sdk-cookie-policy thead {
    background-color: #f6f6f4;
    font-weight: bold
}

.ot-sdk-cookie-policy .ot-mobile-border {
    display: none
}

.ot-sdk-cookie-policy section {
    margin-bottom: 2em
}

.ot-sdk-cookie-policy table {
    border-collapse: inherit
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy {
    font-family: inherit;
    font-size: 1rem
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h3,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h4,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h6,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title {
    color: dimgray
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description {
    margin-bottom: 1em
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup {
    margin-left: 1.5em
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-table-header,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td {
    font-size: .9em
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td span,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td a {
    font-size: inherit
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group {
    font-size: 1em;
    margin-bottom: .6em
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-title {
    margin-bottom: 1.2em
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy>section {
    margin-bottom: 1em
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th {
    min-width: 75px
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a:hover {
    background: #fff
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead {
    background-color: #f6f6f4;
    font-weight: bold
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-mobile-border {
    display: none
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy section {
    margin-bottom: 2em
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup ul li {
    list-style: disc;
    margin-left: 1.5em
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup ul li h4 {
    display: inline-block
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table {
    border-collapse: inherit;
    margin: auto;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    border-spacing: initial;
    width: 100%;
    overflow: hidden
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td {
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td {
    border-bottom: 0px
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr th:last-child,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr td:last-child {
    border-right: 0px
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-host,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-cookies-type {
    width: 25%
}

.ot-sdk-cookie-policy[dir=rtl] {
    text-align: left
}

#ot-sdk-cookie-policy h3 {
    font-size: 1.5em
}

@media only screen and (max-width: 530px) {
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) table,
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) thead,
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tbody,
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) th,
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td,
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr {
        display: block
    }
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr {
        margin: 0 0 1em 0
    }
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr:nth-child(odd),
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr:nth-child(odd) a {
        background: #f6f6f4
    }
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%
    }
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td:before {
        position: absolute;
        height: 100%;
        left: 6px;
        width: 40%;
        padding-right: 10px
    }
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) .ot-mobile-border {
        display: inline-block;
        background-color: #e4e4e4;
        position: absolute;
        height: 100%;
        top: 0;
        left: 45%;
        width: 2px
    }
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td:before {
        content: attr(data-label);
        font-weight: bold
    }
    .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) li {
        word-break: break-word;
        word-wrap: break-word
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table {
        overflow: hidden
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td {
        border: none;
        border-bottom: 1px solid #d7d7d7
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tbody,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tr {
        display: block
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-host,
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-cookies-type {
        width: auto
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tr {
        margin: 0 0 1em 0
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td:before {
        height: 100%;
        width: 40%;
        padding-right: 10px
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td:before {
        content: attr(data-label);
        font-weight: bold
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li {
        word-break: break-word;
        word-wrap: break-word
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
        z-index: -9999
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td {
        border-bottom: 1px solid #d7d7d7;
        border-right: 0px
    }
    #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td:last-child {
        border-bottom: 0px
    }
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h5,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h6,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description {
    color: #696969;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th {
    color: #d31245;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group {
    color: #d31245;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title {
    color: #d31245;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th {
    background-color: #F8F8F8;
}

@keyframes slide-down-custom {
    0% {
        bottom: 883px !important;
    }
    100% {
        bottom: 0px;
    }
}

@-webkit-keyframes slide-down-custom {
    0% {
        bottom: 883px !important;
    }
    100% {
        bottom: 0px;
    }
}

@-moz-keyframes slide-down-custom {
    0% {
        bottom: 883px !important;
    }
    100% {
        bottom: 0px;
    }
}

#ot-sdk-btn-floating.ot-floating-button {
    position: fixed;
    bottom: 10px;
    opacity: 0;
    width: 50px;
    height: 50px;
    line-height: 15px;
    cursor: pointer;
    background-color: transparent;
    transform-style: preserve-3d;
    transition: all 300ms ease;
    perspective: 1000px;
    z-index: 2147483646;
    animation: otFloatingBtnIntro 800ms ease 0ms 1 forwards
}

#ot-sdk-btn-floating.ot-floating-button.ot-hide {
    display: none
}

#ot-sdk-btn-floating.ot-floating-button::before,
#ot-sdk-btn-floating.ot-floating-button::after {
    text-transform: none;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    transform: scale(0);
    opacity: 0;
    transition: all 300ms ease;
    display: block;
    height: auto
}

#ot-sdk-btn-floating.ot-floating-button::before {
    content: "";
    border: 5px solid transparent;
    z-index: 1001;
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(10px, -50%)
}

#ot-sdk-btn-floating.ot-floating-button::after {
    content: attr(title);
    position: absolute;
    text-align: center;
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(10px, -50%);
    font-size: .75rem;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, .35);
    background: #333;
    color: #fff;
    z-index: 2147483645
}

#ot-sdk-btn-floating.ot-floating-button:hover::before,
#ot-sdk-btn-floating.ot-floating-button:hover::after {
    opacity: 1
}

#ot-sdk-btn-floating.ot-floating-button:hover::before {
    transform: translate(0.5em, -50%) scale(1)
}

#ot-sdk-btn-floating.ot-floating-button:hover::after {
    transform: translate(0.5em, -50%) scale(1)
}

#ot-sdk-btn-floating.ot-floating-button.ot-pc-open .ot-floating-button__front {
    transform: rotateY(-180deg)
}

#ot-sdk-btn-floating.ot-floating-button.ot-pc-open .ot-floating-button__back {
    transform: rotateY(0)
}

#ot-sdk-btn-floating .ot-floating-button__front,
#ot-sdk-btn-floating .ot-floating-button__back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #6aaae4;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
    transition: transform .6s;
    transform-style: preserve-3d
}

#ot-sdk-btn-floating .ot-floating-button__front {
    background-color: #6aaae4;
    transform: rotateY(0)
}

#ot-sdk-btn-floating .ot-floating-button__front svg {
    width: 30px;
    height: 37px
}

#ot-sdk-btn-floating .ot-floating-button__back {
    background-color: #69c;
    transform: rotateY(-180deg)
}

#ot-sdk-btn-floating .ot-floating-button__back svg {
    width: 24px;
    height: 24px
}

#ot-sdk-btn-floating.ot-floating-button button {
    background-color: transparent;
    border: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

@keyframes otFloatingBtnIntro {
    0% {
        opacity: 0;
        left: -75px
    }
    100% {
        opacity: 1;
        left: 1%
    }
}

@keyframes otFloatingBtnImageIntro {
    0% {
        opacity: 0;
        transform: scale(0) rotate(-270deg)
    }
    100% {
        opacity: 100%;
        transform: scale(0.95) rotate(0deg)
    }
}