.cli-tab-header a.cli-nav-link:focus {
  outline: none;
}
#cookie-overlay-q {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4, 24, 41, 0.5);
    z-index: 9995;
}
#wt-cli-privacy-cancel-btn {
   cursor: pointer;
}
#wt-cli-privacy-cancel-btn, .cli_settings_button {
   transition: 0.3s;
}
#wt-cli-privacy-cancel-btn:hover, .cli_settings_button:hover {
   background-color: #eee!important;
   transition: 0.3s;
}
#wt-cli-accept-all-btn {
    transition: 0.3s;
}
#wt-cli-privacy-save-btn {
    opacity: 1;
}
#wt-cli-accept-all-btn:hover, #wt-cli-privacy-save-btn:hover {
    opacity: 0.8;
    transition: 0.3s;
}
#cookie-law-info-bar {
	min-height: 316px;
	opacity: 1!important;
	background-color: #fff;
}
.cli-modal-content {
    display: flex !important;
    position: absolute;
    height: 100%;
    overflow-y: auto;
    justify-content: flex-end!important;
	border-radius: 0px;
}

.cli-switch .cli-slider:after {
	padding-top: 2px;
	right: 84px;
}
.cli-bar-popup {
    padding: 0!important;
}
.cli-style-v2 {
	display: flex;
	justify-content: space-between;
	-webkit-box-align: center;
	flex-direction: column;
}
.cli-bar-btn_container {
	margin-left: 0px;
	gap: 28px;
	height: 56px;
	width: 100%;
	justify-content: center;
}

.cli_settings_button {
	margin: 0px!important;
	border: 1px solid #0f1113;
	padding: 13px 12px;
}
#wt-cli-accept-all-btn {
    padding: 14px 10px;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button, .cli-tab-footer .wt-cli-privacy-accept-btn {
	margin-left: 0px;
	border-radius: 4px;
	font-weight: 500;
	height: 56px;
	margin: 0!important;
	font-size: 18px;
	line-height: 30px;
	background-color: #0F1113;
	width: 282px;
}
.cli-modal .cli-modal-dialog {
	width: 100%;
	height: 100%;
	max-width: none;
	min-height: auto;
	margin: 0px;
}
.cli-modal .cli-modal-close {
	display: none;
}
.cli-modal-content, .cli-modal .cli-modal-dialog {
	height: 100%;
	justify-content: space-between;
}
.cli-modal.cli-blowup .cli-modal-dialog {
	animation: slideUp .3s cubic-bezier(.165,.84,.44,1) forwards;
}
.cli-tab-footer {
    width: 100%;
    text-align: center;
	display: flex;
    justify-content: center;
    flex-direction: row;
	gap: 24px;
	background-color: #fff;
	padding: 38px 0px 38px 0px;
}
.cli-modal-body {
	margin: 0 auto;
	overflow-y: auto;
	width: 100%;
}
.cli-privacy-content-text {
    color: #4D4F50;
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.16px;
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
    max-height: max-content;
}
a.cli-privacy-readmore {
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.16px;
    text-decoration: none;
}
#cliSettingsPopup .cli-tab-section-container {
	padding-top: 40px;
	background-color: #fff;
}
.cli-tab-container .cli-row {
    height: auto;
    overflow-y: auto;
    padding: 0px;
    min-height: max-content;
    margin: 0 auto;
    max-width: 1200px;
}
.cli-tab-header a.cli-nav-link {
	gap: 8px;
    font-family: "Red Hat Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.16px;
    text-transform: uppercase;
}
.cli-tab-section {
    margin-top: 0px!important;
	border-radius: 0px;
	background: #fff;
	margin-bottom: 16px;
	padding: 14px 24px;
	border: 1px solid #D7DBDF;
}
.cli-tab-header {
	background: #fff;
	padding: 0px;
}
.cli-tab-header.cli-tab-active .cli-nav-link:before {
	transform: rotate(-135deg);
	margin-top: 5px;
}
.cli-tab-header a:before {
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	border-right: 2px solid #5C6169;
	border-bottom: 2px solid #5C6169;
	margin-top: -7px;
}
span.cli-necessary-caption, .cli-switch .cli-slider:after {
    color: #0F1113;
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.16px;
    margin-top: 4px;
}
.wt-cli-cookie-description {
	 color: #4D4F50;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.16px;
	font-family: 'Helvetica';
}
.cli-tab-section .cli-tab-content {
    padding: 16px 0px 0px;
}
.cli-switch .cli-slider {
	height: 32px;
	width: 60px;
	margin-left: -24px;
	top: -2px;
}
.cli-switch .cli-slider:before {
	height: 24px;
	width: 24px;
	left: 6px;
	bottom: 4px;
}
.cli-switch input:checked+.cli-slider:before {
    transform: translateX(24px);
}
.cli-switch {
    margin-top: -2px;
}
.cli-container-fluid {
    background-color: #fff;
}
@media (min-width: 1025px) and (max-width: 1280px) {
   .cli-container-fluid {
        padding: 0 44px;
    } 
}
@media (min-width: 1024px) {
    .cli-tab-container .cli-row {
        margin-bottom: 1px!important;
    }
	.cli-modal-open .cli-modal {
		padding-top: 0px;
	}
	.cli-bar-popup {
		padding-top: 0px;
		padding-bottom: 0px;
		background-color: transparent;
	}
	.cli-modal .cli-modal-dialog {
    overflow: hidden;
	}
}
/* popup */
@media (min-width:1025px) {
    #cookie-law-info-bar {
		min-height: 316px;
	}
    .cli-style-v2 .cli-bar-message {
	    font-family: 'Red Hat Display';
	    font-weight: 400;
	    font-size: 16px;
	    line-height: 20px;
        max-width: 848px;
        text-align: center;
        margin-top: 24px;
        margin-bottom: 40px;
	    color: #4D4F50;
    }
    .cli-tab-container h4, .cli-tab-container p {
    	font-family: 'Red Hat Display';
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -0.24px;
    	margin: 0px;
    	padding-bottom: 24px;
    	padding-top: 60px!important;
    }
    .cli-tab-footer {
        width: 100%;
        text-align: center;
	    display: flex;
        justify-content: center;
	    gap: 24px;
	    padding: 24px 0px 60px 0px;
	    margin-bottom: -1px;
	    height: 100%;
    }
    #cookie-law-info-bar[data-cli-style=cli-style-v2] {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 60px 20px; 
    }
    .cli-style-v2 .cli_settings_button:not(.cli-plugin-button), #wt-cli-privacy-cancel-btn {
	    border: 1px solid #0f1113;
	    padding: 14px 12px;
	    text-decoration: none;
	    border-radius: 0px;
	    font-weight: 600;
	    font-size: 18px;
	    line-height: 26px;
	    height: 56px;
	    width: 282px;
	    color: #2A2D33;
	    text-transform: uppercase;
		white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 481px) {
	.cli-switch .cli-slider:after {
		display: none;
	}
}

@media (min-width: 1025px) {
	.cli-style-v2 .cli-bar-message {
		width: 100%;
		font-size: 16px;
		line-height: 20px;
		text-align: center;
		color: #0F1113;
		max-width: 1200px;
		margin: 16px 0px 0px 0px;
	}
    #cookie-law-info-bar[data-cli-style=cli-style-v2] .cli_messagebar_head {
    	font-family: 'Red Hat Display';
    	font-size: 36px;
    	line-height: 44px;
    	text-align: center;
    	font-weight: 600;
    	max-width: 1200px;
    	margin: 0 auto;
    	color: #1f1f1f;
    	text-transform: uppercase;
    	padding-top: 0!important;
    }
    .cli-style-v2 {
		display: flex;
		flex-direction: column;
		font-family: 'Red Hat Display';
		gap: 40px;
	}
}
@media (min-width: 880px) and (max-width: 1024px) {
    #cookie-law-info-bar {
		min-height: 316px;
	}
    .cli-style-v2 {
		display: flex;
		flex-direction: column;
		font-family: 'Red Hat Display';
		gap: 40px;
	}
    .cli-tab-container h4, .cli-tab-container p {
        font-family: 'Red Hat Display';
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -0.24px;
        margin: 0px;
        padding-bottom: 24px;
        padding-top: 60px !important;
    }
    .cli-container-fluid {
        padding: 0px 44px; 
    }
    #cookie-law-info-bar[data-cli-style=cli-style-v2] .cli_messagebar_head {
    	font-family: 'Red Hat Display';
    	font-size: 36px;
    	line-height: 44px;
    	text-align: center;
    	font-weight: 600;
    	max-width: 1200px;
    	margin: 0 auto;
    	color: #1f1f1f;
    	text-transform: uppercase;
    	padding-top: 0!important;
    	padding-bottom: 16px;
    }
    #cookie-law-info-bar {
		height: auto;
		padding: 60px 44px !important;
		min-height: 316px;
	}
	.cli-bar-popup {
		padding: 0px 0px;
	}
	.cli-modal-content {
        display: flex !important;
        position: absolute;
        bottom: 0px;
        height: 100%;
        overflow-y: auto;
        justify-content: flex-end;
        background-color:transparent;
	}
	.cli-tab-container .cli-row {
        padding: 0px;
	}
	.cli-tab-footer {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        gap: 24px;
        padding: 24px 0 60px;
    }
}
@media (min-width: 560px) and (max-width: 879px) {
    .cli-modal-content {
        display: flex !important;
        position: absolute;
        bottom: 0px;
        height: 100%;
        overflow-y: auto;
        justify-content: flex-end;
        background-color:transparent;
	}
    #cookie-law-info-bar {
		min-height: 360px;
	}
    .cli-style-v2 {
		display: flex;
		flex-direction: column;
		font-family: 'Red Hat Display';
	}
    .cli-style-v2 .cli-bar-btn_container {
        display: flex;
        flex-direction: column;
        gap: 16px;
        height: 100%;
    }
    #cookie-law-info-bar[data-cli-style=cli-style-v2] .cli_messagebar_head {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -0.24px;
        text-transform: uppercase;
        margin-bottom: 0px;
        text-align: center;
        padding-top: 0px!important;
	}
    .cli-style-v2 .cli-bar-message {
	    font-family: 'Red Hat Display';
	    font-weight: 400;
	    font-size: 16px;
	    line-height: 20px;
	    width: 100%;
        text-align: center;
        margin: 16px 0px 24px 0px;
	    color: #4D4F50;
    }
    .cli-tab-footer {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        gap: 16px;
        padding: 24px 0px 0px 0px;
        flex-direction: column;
    }
    .cli-tab-container h4, .cli-tab-container p {
        font-family: "Red Hat Display";
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -0.24px;
    	padding-top: 40px!important;
    	padding-bottom: 16px;
    }
    .cli-tab-footer {
        width: 100%;
        text-align: center;
	    display: flex;
        justify-content: center;
	    gap: 16px;
	    padding: 10px 0px 40px 0px;
	    margin-bottom: -1px;
	    height: 100%;
    }
    .cli-tab-container .cli-row {
        margin-bottom: 1px!important;
    }
    #cookie-law-info-bar[data-cli-style=cli-style-v2] {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 40px 88px; 
    }
    .cli-tab-footer .wt-cli-privacy-accept-btn {
        padding: 14px 12px;
    }
    .cli-container-fluid {
        padding: 0 88px;
    }
}
@media (min-width: 480px) and (max-width: 559px) {
    #cookie-law-info-bar {
		min-height: 360px;
	}
    .cli-style-v2 {
		display: flex;
		flex-direction: column;
		font-family: 'Red Hat Display';
	}
    .cli-style-v2 .cli-bar-btn_container {
        display: flex;
        flex-direction: column;
        gap: 16px;
        height: 100%;
    }
    #cookie-law-info-bar[data-cli-style=cli-style-v2] .cli_messagebar_head {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -0.24px;
        text-transform: uppercase;
        margin-bottom: 0px;
        text-align: center;
        padding-top: 0px!important;
	}
    .cli-style-v2 .cli-bar-message {
	    font-family: 'Red Hat Display';
	    font-weight: 400;
	    font-size: 16px;
	    line-height: 20px;
	    width: 100%;
        text-align: center;
        margin: 16px 0px 24px 0px;
	    color: #4D4F50;
    }
    .cli-tab-footer {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        gap: 16px;
        padding: 24px 0px 0px 0px;
        flex-direction: column;
    }
    .cli-tab-container h4, .cli-tab-container p {
        font-family: "Red Hat Display";
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -0.24px;
    	padding-top: 40px!important;
    	padding-bottom: 16px;
    }
    .cli-tab-footer {
        width: 100%;
        text-align: center;
	    display: flex;
        justify-content: center;
	    gap: 16px;
	    padding: 10px 0px 40px 0px;
	    margin-bottom: -1px;
	    height: 100%;
    }
    .cli-tab-container .cli-row {
        margin-bottom: 1px!important;
    }
    #cookie-law-info-bar[data-cli-style=cli-style-v2] {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 40px 48px; 
    }
    .cli-tab-footer .wt-cli-privacy-accept-btn {
        padding: 14px 12px;
    }
    .cli-container-fluid {
        padding: 0 48px;
    }
}
@media (max-width: 479px) {
    #cookie-law-info-bar {
		min-height: 360px;
	}
    .cli-style-v2 {
		display: flex;
		flex-direction: column;
		font-family: 'Red Hat Display';
	}
    .cli-style-v2 .cli-bar-btn_container {
        display: flex;
        flex-direction: column;
        gap: 16px;
        height: 100%;
    }
    #cookie-law-info-bar[data-cli-style=cli-style-v2] .cli_messagebar_head {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -0.24px;
        text-transform: uppercase;
        margin-bottom: 0px;
        text-align: center;
        padding-top: 0px!important;
	}
    .cli-style-v2 .cli-bar-message {
	    font-family: 'Red Hat Display';
	    font-weight: 400;
	    font-size: 16px;
	    line-height: 20px;
	    width: 100%;
        text-align: center;
        margin: 16px 0px 24px 0px;
	    color: #4D4F50;
    }
    .cli-tab-footer {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        gap: 16px;
        padding: 24px 0px 0px 0px;
        flex-direction: column;
    }
    .cli-tab-container h4, .cli-tab-container p {
        font-family: "Red Hat Display";
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -0.24px;
    	padding-top: 40px!important;
    	padding-bottom: 16px;
    }
    .cli-tab-footer {
        width: 100%;
        text-align: center;
	    display: flex;
        justify-content: center;
	    gap: 16px;
	    padding: 10px 0px 40px 0px;
	    margin-bottom: -1px;
	    height: 100%;
    }
    .cli-tab-container .cli-row {
        margin-bottom: 1px!important;
    }
    #cookie-law-info-bar[data-cli-style=cli-style-v2] {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 40px 20px; 
    }
    .cli-tab-footer .wt-cli-privacy-accept-btn {
        padding: 14px 12px;
    }
    .cli-container-fluid {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 479px) and (min-width: 320px) {
    .cli-style-v2 .cli-bar-btn_container {
        flex-wrap: nowrap;
    }
}


/* CSS - New Cookie bar */
@media (min-width: 1024px) {
   #wt-cli-accept-all-btn,
    a.medium.cli-plugin-button.cli-plugin-main-button.cli_settings_button {
    	margin: 0!important;
    	font-family: 'Red Hat Display';
    	font-weight: 600;
    	font-size: 18px;
    	line-height: 32px;
    	border: 1px solid #0f1113;
    	border-radius: 0px;
    	height: 56px;
    	padding: 11px 8px;
    	transition: 0.3s;
    	width: 282px;
    	text-transform: uppercase;
    }
    .cli-style-v2 .cli_settings_button:not(.cli-plugin-button), #wt-cli-privacy-cancel-btn {
	    border: 1px solid #0f1113;
	    padding: 14px 12px;
	    text-decoration: none;
	    border-radius: 0px;
	    font-weight: 600;
	    font-size: 18px;
	    line-height: 26px;
	    height: 56px;
	    width: 282px;
	    color: #2A2D33;
    }
    .cli-tab-footer .wt-cli-privacy-accept-btn {
        padding: 12px 10px;
        line-height: 30px;
        width: 282px;
    }
}
@media (max-width: 1023px) {
   #wt-cli-accept-all-btn,
    a.medium.cli-plugin-button.cli-plugin-main-button.cli_settings_button {
    	margin: 0!important;
    	font-family: 'Red Hat Display';
    	font-weight: 600;
    	font-size: 18px;
    	line-height: 32px;
    	border: 1px solid #0f1113;
    	border-radius: 0px;
    	height: 56px;
    	padding: 11px 8px;
    	transition: 0.3s;
    	width: 100%;
    	text-transform: uppercase;
		white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    } 
    .cli-style-v2 .cli_settings_button:not(.cli-plugin-button), #wt-cli-privacy-cancel-btn {
	    border: 1px solid #0f1113;
	    padding: 14px 12px;
	    text-decoration: none;
	    border-radius: 0px;
	    font-weight: 600;
	    font-size: 18px;
	    line-height: 26px;
	    height: 56px;
	    width: 100%;
	    color: #2A2D33;
	    text-transform: uppercase;
		white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .cli-tab-footer .wt-cli-privacy-accept-btn {
        padding: 12px 10px;
        line-height: 30px;
        width: 100%;
		white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
#wt-cli-accept-all-btn {
	color: #fff!important;
}
a.medium.cli-plugin-button.cli-plugin-main-button.cli_settings_button {
	color: #1F1F1F!important;
}
#wt-cli-accept-all-btn:hover {
	opacity: 0.8;
}
a.medium.cli-plugin-button.cli-plugin-main-button.cli_settings_button:hover {
	background-color: #eee!important;
}
#wt-cli-privacy-save-btn {
	border-radius: 0px;
	transition: 0.3s;
}

	.cli-bar-btn_container {
		margin: 0!important;
		margin-left: 0;
		gap: 24px;
		width: 100%;
		justify-content: center;
	}
	.cli-plugin-button,
	.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
		margin: 0;
	}
	.cli-style-v2 .cli-bar-message {
		width: 100%;
		font-size: 16px;
		line-height: 20px;
		text-align: center;
		color: #0F1113;
	}

.cli-tab-container h4, .cli-tab-container h1 {
    margin: 0!important;
}
/**/