/*
Theme Name: DNW Lab Child
Description: Child theme for DNW Lab
Author: As you were
Author URI: https://asyouwere.nl
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/


@media (-webkit-device-pixel-ratio: 1.25) {
.row-menu, .main-wrapper {
    zoom: 0.85;
  }
}

/* Fixed background in ::after */
:not(.page-id-114 .box-wrapper).box-wrapper::after {
    content: "";
    position: fixed;       /* stay in viewport */
    inset: 0;              /* full screen */
    z-index: -1;           /* behind content */
    background: url("img/almond.png") center/cover no-repeat;
    transform: scale(var(--zoom-scale, 1));
    transform-origin: center center;
    transition: transform 0.3s linear; /* smooth zoom */
}
.page-id-114 .box-wrapper.box-wrapper::after {
    content: "";
    position: fixed;       /* stay in viewport */
    inset: 0;              /* full screen */
    z-index: -1;           /* behind content */
    background: url("img/almond.png") center/cover no-repeat;
}
.zoom-counter {
    position: fixed; 
    top: 50%; 
    right: 36px; 
    width: 100px;
    transform: translate(0px, -50%);
    font-size: 18px; 
    color: white; 
    z-index: 999;
}
.image-name {
    margin: 9px 0px !important;
    color: #fff!important;
    font-family: aktiv-grotesk,sans-serif;
    font-weight: 400!important;
    font-size: 18px;
    opacity: 0.6;
}
.image-name:after {
    content: "";
    display: block;
    margin: auto;
    border-bottom: 1px solid #fff;
    margin-top: 9px;
}
.zoom-label {
    margin-top: 9px!important;
    color: #fff!important;
    font-family: aktiv-grotesk,sans-serif;
    font-weight: 400!important;
    font-size: 18px;
    opacity: 0.6;
}

/* Noise overlay to mask moiré 
.box-wrapper::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  background: url("img/noise.png") repeat; 
  opacity: 0.03;
  pointer-events: none;*/
}



/* Font styles*/
h1, h2, h3, h4, h5, h6 {
    line-height: 1.0em!important;
}
.uncode_text_column p, .uncode_text_column p a {
    line-height: 1.6em!important;
}
.uncode_text_column.text-lead p, .uncode_text_column.text-lead p a {
    line-height: 1.4em!important;
}
@media (max-width: 959px) {
.uncode_text_column.text-lead p, .uncode_text_column.text-lead p a {
    line-height: 1.2em!important;
    font-size: 18px;
    }
.uncode_text_column p, .uncode_text_column p a {
    font-size: 16px;
    }
.uncode_text_column.text-small p, .uncode_text_column.text-small p a {
    font-size: 14px;
    }
}
@media (max-width: 569px) {
.fontsize-113790 {
    font-size: 54px;
    }
.fontsize-825756 {
    font-size: 30px;
    }
.fontsize-133165 {
    font-size: 25px;
    }
}

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #E5302A;
}
::selection {
  color: #fff;
  background: #E5302A;
}



/* Desktop menu */
@media (min-width: 960px){
.menu-container .limit-width {
    max-width: 1300px!important;
    }
body:not(.menu-force-opacity):not(.menu-scroll-transparency:not(.navbar-hover))[class*=hmenu-] .menu-primary.is_stuck .menu-container {
    box-shadow: none!important;
    }
.menu-item-type-post_type.menu-item-object-page {
    display: none!important;
    }
}

/* Mobile menu */
@media (max-width: 959px){
.menu-container .logo-container {
    position: relative;
    padding: 27px 36px 27px 18px !important;
    }
.mobile-menu-button {
    background-color: #A1A5CA;
    border-radius: 50px;
    height: 36px!important;
    width: 36px!important;
    padding: 8px;
    margin-left: 18px;
    bottom: 0px;
    }
.mobile-menu-button-dark .lines, .mobile-menu-button-dark .lines:before, .mobile-menu-button-dark .lines:after, .mobile-menu-button-dark .lines > span {
    background: #fff!important;
    }
.navbar-header {
    position: absolute;
    z-index: 1;
    }
.mmb-container {
    box-shadow: none;
    background-color: transparent;
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0;
    height: 72px;
    z-index: 100000;
    right: auto;
    width: 100%;
    transition: 0.5s;
    }
.logo-container {
    height: 72px;
    }
.open-overlay-menu .menu-container {
    background-color: #A1A5CA!important;
    z-index: 1000;
    height: 100vh;
    position: fixed;
    }
    .menu-mobile-centered .main-menu-container .menu-horizontal .menu-horizontal-inner ul.menu-smart li.menu-item:not(.social-icon) > a, .menu-mobile-centered .main-menu-container .menu-horizontal .menu-horizontal-inner ul.menu-smart li.menu-item-link:not(.social-icon) > a{   
    color: #fff!important;
    font-family: aktiv-grotesk, sans-serif !important;
    font-style: normal!important;
    font-weight: 400!important;
    padding: 10px 0px!important;
    font-size: 20px!important;
    line-height: 20px!important;
    }
.menu-item.menu-item-type-post_type.menu-item-object-page.page_item.menu-item-link {
    width: fit-content!important;
    margin: auto!important;
    }
.menu-primary .menu-smart > li.current-menu-item > a {
    border-bottom: 2px solid #fff!important;
    }
.mobile-menu-button {
    transform: none;
    width: 100%;
    }
}


/* Side menu */
.side-menu-row {
    position: fixed!important;
    left: 0px;
    top: 0px;
    height: 100vh;
    width: 150px;
}
.side-menu-row .side-menu .menu{
    height: 65vh;
}
.side-menu-row .side-menu ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
}
.side-menu-row a:hover:after {
    content: "";
    border-bottom: 1px solid #fff!important;
    position: absolute;
    width: calc(100% + 20px);
    left: -20px;
    height: 36px;
    }

@media (max-width: 959px){
.side-menu-row {
    display: none;
    }
}

/* Taalswitch */
.wpml-ls-item {
    padding: 0px!important;
}
.wpml-ls-item .dropdown-toggle .fa.fa-angle-down.fa-dropdown {
    display: none;
}
.menu-horizontal ul.menu-smart > li > ul:not(.mega-menu-inner):not(.unmenu-inner-ul) {
    width: auto!important;
}

/* Taalswitch */
@media (min-width: 960px){
.wpml-ls-item {
    float: right;
    padding: 0px!important;
    transform: translate(36px, 0px);
    }
.wpml-ls-item .dropdown-toggle .fa.fa-angle-down.fa-dropdown {
    display: none;
    }
.menu-horizontal ul.menu-smart > li > ul:not(.mega-menu-inner):not(.unmenu-inner-ul) {
    width: auto!important;
    }
.menu-item-has-children.wpml-ls-item {
    float: right;
    margin-left: 10%!important;
    }
.menu-smart > li.wpml-ls-item > a { 
    padding: 0px!important;
    }
.menu-smart {
    padding: 0px 6px 0px 6px!important;
    }
.hmenu-position-right #menu-main-menu {
    padding-right: 6px!important;
    }
.wpml-ls-native {
    background-color: #A1A5CA!important;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    padding: 7px 6px!important;
    border-radius: 50px;
    letter-spacing: 0;
    max-height: 30px;
    margin-right: 8px;
    }
.wpml-ls-current-language .wpml-ls-native {
    background-color: #fff!important;
    color: #A1A5CA;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    padding: 7px 6px!important;
    border-radius: 50px;
    letter-spacing: 0;
    max-height: 30px;
    margin-right: 8px;
    }
.wpml-ls-item a {
    margin: 0px!important;
    }
.wpml-ls-item .drop-menu a {
    padding: 0px!important;
    border-radius: 50px;
    background-color: #A1A5CA;
    line-height: 1em!important;
    margin: auto!important;
    }
.drop-menu.open-animated .wpml-ls-item {
    margin-bottom: 10px
    }
.submenu-light .menu-horizontal:not(.menu-sub-enhanced) .menu-smart ul .wpml-ls-item a:hover{
    background-color: #E5302A!important;
    }
.wpml-ls-item .drop-menu span {
    color: #fff;
    font-weight: 500;
    line-height: 14px;
    padding: 9px 8px!important;
    }
.wpml-ls-item .drop-menu {
    top: 100px!important;
    left: auto!important;
    margin-left: 0px!important;
    padding: 0px!important;
    }
}
@media (max-width: 959px){
.wpml-ls-item {
    margin-top: 10px!important;
    display: inline-block!important;
    }
.wpml-ls-item li {
    display: inline-block!important;
    }
.wpml-ls-item .drop-menu {
    display: inline-block!important;
    visibility: visible!important;
    pointer-events: inherit!important;
    }
.wpml-ls-item a{
    padding-right: 10px!important;
    padding-left: 10px!important;
    width: fit-content;
    display: inline-block!important;
    }
.wpml-ls-native {
    background-color: #fff!important;
    color: #A1A5CA;
    font-weight: 500;
    font-size: 11px;
    padding: 13px 11px!important;
    border-radius: 50px;
    line-height: 1em;
    letter-spacing: 0;
    }
.wpml-ls-current-language .wpml-ls-native {
    background-color: #fff!important;
    color: #3f57a1;
    font-weight: 500;
    font-size: 11px;
    padding: 19px 11px!important;
    border-radius: 50px;
    letter-spacing: 0;
    max-height: 30px;
    }
}

/* Fixed socials */
@media (min-width: 1300px) {
.socials-fixed .uncont{
    position: fixed !important;
    bottom: 72px;
    margin-right: 36px;
    text-align: right;
    max-width: 1172px!important;
    width: 100%;
    margin: auto;
    }
}
@media (min-width: 960px) and (max-width: 1299px) {
.socials-fixed .uncont{
    position: fixed !important;
    bottom: 72px;
    right: 36px;
    text-align: right;
    max-width: 1200px!important;
    width: 100%;
    margin: auto;
    }
}
@media (max-width: 960px) {
.socials-fixed .uncont{
    position: fixed !important;
    left: 18px;
    bottom: 72px;
    }
.socials-fixed  .social-icon i, .socials-fixed .social-icon i {
    font-size: 22px!important;
    }
}
.socials-fixed .icon-box.icon-inline {
    display: block;
    text-align: right;
    padding: 9px 0px!important;
}

/* Buttons */
.custom-link.btn.btn-right-black {
    border: 0;
    background-image: url(img/arrow-right-black.svg);
    background-position-x: 98%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-color: transparent!important;
    padding: 7px 60px 7px 0!important;
    color: #000!important;
    font-family: aktiv-grotesk,sans-serif;
    font-weight: 600!important;
    font-size: 18px;
    text-decoration: none!important;
    letter-spacing: 0!important;
    transition: .5s;
    text-transform: none;
    text-align: left;
}
.style-light .btn-default.btn-flat.btn-right-black:hover {
    color: #000!important;
    background-position-x: 100%;
    background-color: transparent!important;
}
.custom-link.btn.btn-right-white {
    border: 0;
    background-image: url(img/arrow-right-white.svg);
    background-position-x: 98%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-color: transparent!important;
    background-size: 30px;
    padding: 7px 60px 7px 0!important;
    color: #fff!important;
    font-family: aktiv-grotesk,sans-serif;
    font-weight: 400!important;
    font-size: 18px;
    text-decoration: none!important;
    letter-spacing: 0!important;
    transition: .5s;
    text-transform: none;
    text-align: left;
}
.style-light .btn-default.btn-flat.btn-right-white:hover {
    color: #fff!important;
    background-position-x: 100%;
    background-color: transparent!important;
}
.custom-link.btn.btn-contact {
    border: 0;
    border-radius: 50px;
    background-color: #A1A5CA!important;
    opacity: 1 ;
    padding: 8px 20px 8px 20px!important;
    color: #fff!important;
    font-family: aktiv-grotesk,sans-serif!important;
    font-weight: 400!important;
    font-size: 18px;
    text-decoration: none!important;
    letter-spacing: 0!important;
    transition: .5s;
    text-transform: none;
    text-align: left;
}
.style-light .btn-default.btn-flat.btn-contact:hover {
    opacity: 0.6 ;
    background-color: #A1A5CA!important;
}
.custom-link.btn.download-btn {
    border: 0;
    border-radius: 50px;
    background-image: url(img/download-icon.svg);
    background-position-x: 90%;
    background-position-y: 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    background-color: transparent!important;
    background-color: #A1A5CA!important;
    opacity: 0.8;
    padding: 8px 60px 8px 20px!important;
    color: #fff!important;
    font-family: aktiv-grotesk,sans-serif!important;
    font-weight: 400!important;
    font-size: 18px;
    text-decoration: none!important;
    letter-spacing: 0!important;
    transition: .5s;
    text-transform: none;
    text-align: left;
}
.style-light .btn-default.btn-flat.download-btn:hover {
    opacity: 1 ;
    background-color: #A1A5CA!important;
}
@media (min-width: 960px) {
.btn-back-row .btn-container {
    position: fixed;
    top: 50%;
    transform: translate(-100%, -50%);
    }
}
.custom-link.btn.btn-back {
    border: 0;
    opacity: 0.6;
    background-image: url(img/arrow-back.svg);
    background-position-x: 2%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-color: transparent!important;
    padding: 7px 0px 7px 50px!important;
    color: #fff!important;
    font-family: aktiv-grotesk,sans-serif;
    font-weight: 400!important;
    font-size: 18px;
    text-decoration: none!important;
    letter-spacing: 0!important;
    transition: .5s;
    text-transform: none;
}
.style-light .btn-default.btn-flat.btn-back:hover {
    color: #fff!important;
    background-position-x: 0%;
    opacity: 1;
    background-color: transparent!important;
}

/* Cusom Styles */
.margin-top-0 {
    margin-top: 0px!important;
}
.margin-top-9 {
    margin-top: 9px!important;
}
.margin-top-18 {
    margin-top: 18px!important;
}
.social-icon .fa:before {
    border-radius: 50px;
    width: 30px!important;
    height: 30px!important;
    background-color: #A1A5CA;
    padding: 7px 8px;
    opacity: 1;
}
.social-icon .fa:hover:before {
    opacity: 0.6;
}


@media (min-width: 960px) and (max-width: 1400px) {
.home .post-content {
    padding-left: 150px;
    padding-right: 150px;
    }
}
@media (max-width: 959px){
.main-container .row-container .row-parent {
    padding-left: 72px!important;
    padding-right: 18px!important;
    }
.landing-page .main-container .row-container .row-parent {
    padding-left: 72px!important;
    padding-right: 18px!important;
    }
}

/* Media settings */
.page-body .uncode-single-media-wrapper, .page-body .uncode-single-media-wrapper img {
    border-radius: 5px;
}
.media-box {
    pointer-events: none;
 }
.media-box .t-entry-visual{ 
    border-radius: 5px;
}
@media (min-width: 960px){
.media-box:before, .image-container:before {
    content: "";
    display: block;
    margin: auto;
    height: 100px;
    width: 1px;
    border-left: 1px solid #A1A6C9;
    }
.media-box:after, .image-container:after{
    content: "";
    display: block;
    margin: auto;
    height: 100px;
    width: 1px;
    border-left: 1px solid #A1A6C9;
    }
.video-background:before {
    content: "";
    position: absolute;
    top: -100px;
    display: block;
    margin: auto;
    height: 100px;
    width: 1px;
    border-left: 1px solid #A1A6C9;
    }
.video-background .background-inner {
    margin: auto;
    }
.video-background .wp-video {
    position: absolute;
    width: 100vh!important;
    height: 100vh!important;
    margin: auto!important;
    max-width: calc(100vw - 350px)!important;
    max-height: calc(100vw - 350px)!important;
    object-fit: cover;
    clip-path: circle(50% at 50% 50%);
    aspect-ratio: 1 / 1;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    }
.video-background:before  {
    position: absolute;
    content: "";
    display: block;
    height: 400px!important;
    width: 1px;
    border-left: 1px solid #A1A6C9;
    top: -100px;
    left: 50%;
    }
}
@media (max-width: 959px){
.media-box .self-video.fluid-object, .video-container .dummy{
    padding-top: 130%!important;
    }
.media-box:before, .image-container:before {
    content: "";
    display: block;
    margin: auto;
    height: 100px;
    width: 1px;
    border-left: 1px solid #A1A6C9;
    }
.media-box:after, .image-container:after{
    content: "";
    display: block;
    margin: auto;
    height: 100px;
    width: 1px;
    border-left: 1px solid #A1A6C9;
    }
.square-to-portrait .dummy, .landscape-to-portrait .dummy, .media-box .dummy {
    padding-top: 125%!important;
    border-radius: 5px!important;
    }
.square-to-portrait .t-entry-visual img, .landscape-to-portrait .t-entry-visual img, .media-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    }
.video-background .row.limit-width.row-parent {
    transform: translate(0, -50%);
    top: 50%;
    }
.video-background {
    margin: auto;
    width: 100vw!important;
    height: 140vw!important;
    }
.video-background .wp-video {
    position: absolute;
    width: 140vw!important;
    height: 100%!important;
    margin-left: -20vw!important;
    object-fit: cover;
    clip-path: circle(50% at 50% 50%);
    }
.background-video-shortcode {
    height: 100%;
    }
.video-background:before  {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    height: 100px;
    width: 1px;
    border-left: 1px solid #A1A6C9;
    top: -100px;
    left: 50%;
    }
.video-background:after {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    height: 100px;
    width: 1px;
    border-left: 1px solid #A1A6C9;
    bottom: -100px;
    left: 50%;
    }
}

/* Projects */
.project-img-portrait .tmb .dummy {
    padding-top: calc(200% + 18px)!important;
}
.project-img-portrait .tmb img {
    object-fit: cover;
    height: 100%;
}
.project-details p, .project-details p a {
    color: #A1A5CA;
    font-weight: 500;
}
@media (min-width: 960px) {
.project-timeline :not(.row-child .row-inner).row-inner:before {
    content: "";
    position: absolute;
    top: -300px;
    left: calc(50% + 18px);
    height: calc(100% + 400px);
    width: 1px;
    border-left: 1px solid #A1A6C9;
    margin: auto!important;
    z-index: -1;
    }
.project-date {
    right: 0px;
    text-align: right;
    position: absolute !important;
    top: 0px;
    color: #A1A5CA;
    }
}
@media (max-width: 959px) {
.project-timeline .column_child.col-lg-6 {
    display: inline-block;
    width: 50%;
    }
.project-timeline .column_child.col-lg-6.column-right {
    padding: 0px 0px 0px 9px!important;
    }
.project-timeline .column_child.col-lg-6.column-left {
    padding: 0px 9px 0px 0px!important;
    }
.project-date {
    color: #A1A5CA;
    }
}

/* Tabs */
.custom-tabs .tab-pane.half-internal-gutter > div > *:not(:first-child) {
    margin-top: 36px;
}
.custom-tabs .nav-tabs.tab-active-anim:not(.tab-switch).switch-init .switcher-cursor, .nav-tabs.nav-tabs.tab-no-border:not(.tabs-vertical):not(.tab-switch).switch-init .switcher-cursor {
    display: none;
}
@media (min-width: 960px){
.custom-tabs .nav-tabs a span  {
    font-family: axia, sans-serif;
    font-weight: 400;
    font-size: 25px!important;
    }
.custom-tabs .vc_tta-tab.active {
    border-bottom: 1px solid #fff;
    }
.custom-tabs .nav-tabs > li > a:not(.has-padding) {
    padding: 0px 27px 9px 27px;
    }
}
@media (min-width: 959px) and (max-width: 1150px){
.custom-tabs {
    padding: 0px 36px;
    }
}

@media (max-width: 959px){
.custom-tabs .text-center {
    text-align: left;
    }
.custom-tabs .nav-tabs a span  {
    font-family: axia, sans-serif;
    font-weight: 400;
    font-size: 18px!important;
    }
.custom-tabs .vc_tta-tab.active {
    border-bottom: 1px solid #fff;
    }
.custom-tabs .nav-tabs > li > a:not(.has-padding) {
    padding: 0px 14px 9px 14px;
    }
}

/* Call to actions */
.main-container .row.row-parent:not(.no-h-padding) .cta-blue .column_child > .uncol > .uncoltable > .uncell > .uncont:not(.col-custom-width) {
    padding: 12%!important;
    background-color: #A1A5CA;
    border-radius: 5px;
    opacity: 0.8;
}
.cta-white {
    margin-top: 18px!important;
}
.main-container .row.row-parent:not(.no-h-padding) .cta-white .column_child > .uncol > .uncoltable > .uncell > .uncont:not(.col-custom-width) {
    padding: 12%!important;
    background-color: #fff;
    border-radius: 5px;
}
.cta-img .uncoltable {
    aspect-ratio: 1/1;
}
.cta-img .background-inner {
    border-radius: 5px!important;
}
.cta-img .background-inner:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    content: "";
    background: linear-gradient(transparent 40%, #000 100%);
}

/* Postbox slider */
@media (min-width: 960px) {
 .slider-column .uncont {
    overflow: hidden;
    border-radius: 5px;
    }
.unscroll-horizontal div[class*=col-lg-].pos-top.slider-column {
    overflow: hidden;
    width: 50%;
    height: 100%!important;
    position: absolute;
    }
.postbox-slider .tmb .t-entry-visual {
    border-radius: 5px!important;
    }
.postbox-slider .tmb .t-entry-visual .t-entry-visual-overlay {
    background: linear-gradient(transparent 40%, #000 100%);
    }
.postbox-slider h3.t-entry-title.h6.title-scale {
    font-family: axia, sans-serif;
    font-weight: 400;
    font-size: 35px!important;
    }
.postbox-slider .data-field.data-field--detail-functie span {
    font-family: axia, sans-serif;
    font-weight: 400;
    font-size: 20px!important;
    }
.postbox-slider .t-entry-excerpt p {
    font-size: 18px;
    line-height: 1.4em;
    }
}
@media (max-width: 959px) {
.postbox-slider .tmb {
    margin-bottom: 18px;
    }
.postbox-slider .tmb .t-entry-visual  {
    border-radius: 5px!important;
    }
.postbox-slider .tmb .t-entry-visual .dummy {
    padding-top: 120%!important;
    }
.postbox-slider .tmb .t-entry-visual img {
    object-fit: cover!important;
    width: 100%;
    }
.postbox-slider .tmb .t-entry-visual .t-entry-visual-overlay{
    background: linear-gradient(transparent 40%, #000 100%);
    }
.postbox-slider h3.t-entry-title.h6.title-scale {
    font-family: axia, sans-serif;
    font-weight: 400;
    font-size: 35px!important;
    }
.postbox-slider .data-field.data-field--detail-functie span {
    font-family: axia, sans-serif;
    font-weight: 400;
    font-size: 18px!important;
    }
.postbox-slider .t-entry-excerpt  {
    display: none;
    }
}

/* landing page */
@media (min-width: 960px){
.main-content .row.limit-width.row-parent {
    background-color: #fff;
    padding: 144px;
    border-radius: 5px;
    }
blockquote {
    margin: 36px 0px 36px 0px;
    padding: 0px 0px 0px 36px;
    border-left: 0px;
    }
.main-content .uncode_text_column ul {
    margin-left: -36px;
    }
.main-content .uncode_text_column li {
    padding-left: 18px;
    }
.main-content .uncode_text_column li::marker {
  content: url('img/marker-line.svg');
    }
}
@media (max-width: 959px){
.main-container .main-content .row.row-parent:not(.no-h-padding) .column_parent > .uncol > .uncoltable > .uncell > .uncont:not(.col-custom-width) {
    background-color: #fff;
    padding: 72px 18px!important;
    border-radius: 5px;
    }
blockquote {
    border-left: 0px;
    }
}

/* Privacy Beleid */
table.cky-cookie-audit-table thead tr th {
    text-transform: uppercase;
    background: transparent!important;
}
table.cky-cookie-audit-table tbody, table.cky-cookie-audit-table tr {
    padding: 0px!important;
    width: auto!important;
}
table.cky-cookie-audit-table td, table.cky-cookie-audit-table th {
    border: 1px solid #a6a7a7!important;
    padding: 10px!important;
    vertical-align: top;
    width: 33.3%!important;
}
table.cky-cookie-audit-table td, table.cky-cookie-audit-table td p {
    margin-top: 0px!important;
    background: transparent!important;
    color: #1D1D1B!important;
    font-weight: 400!important;
    display: revert!important;
    line-height: 1.4em;
    font-size: 14px!important;
}
.cky-cookie-audit-table { 
    margin: auto!important;
    width: 100%!important;
}
a.cky-banner-element {
    border: 0;
    background-image: url(img/arrow-right-black.svg);
    background-position-x: 98%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-color: transparent!important;
    padding: 7px 60px 7px 0!important;
    color: #000!important;
    font-family: aktiv-grotesk,sans-serif;
    font-weight: 500!important;
    font-size: 18px;
    text-decoration: none!important;
    letter-spacing: 0!important;
    transition: .5s;
    text-transform: none;
    float: right;
}
a.cky-banner-element:hover {
    background-position-x: 100%;
}

@media (max-width: 800px) {
table.cky-cookie-audit-table td, table.cky-cookie-audit-table th {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-all;  
    }
}

/* Cookie bar */
.cky-btn-revisit-wrapper {
    display: none !important;
}
.cky-consent-container .cky-consent-bar {
    background-color: #424C9A!important;
    border: 0px!important;
}
.cky-title {
    color: #E5302A !important;
    font-weight: 500!important;
}
.cky-notice-des p, .cky-notice-des p a {
    color: #fff!important;
}
.cky-btn-revisit-wrapper {
    background: #A1A5CA!important;
    width: 30px!important;
    height: 30px!important;
}
.cky-btn-revisit-wrapper .cky-btn-revisit img {
    height: 20px!important;
    width: 20px!important;
}
.cky-btn-revisit-wrapper {
    display: none!important;
}
.cky-consent-container {
    z-index: 9999999999!important;
}
@media (min-width: 769px){
.cky-notice {
    max-width: 900px;
    margin: auto;
    }
.cky-notice-group { 
    display: block!important;
    align-items: right!important;
    }
.cky-notice-btn-wrapper {
    display: block;
    justify-content: right!important;
    align-items: right!important;
    margin-left: 0px;
    margin-top: 15px;
    }
.cky-btn.cky-btn-accept {
    background-color: #A1A5CA!important;
    border: 0px;
    border-radius: 50px;
    padding: 9px 18px!important;
    font-family: aktiv-grotesk,sans-serif!important;
    font-weight: 500!important;
    font-size: 15px!important;
    color: #fff!important;
    line-height: 1em!important;
    letter-spacing: 1px!important;
    transition: 0.3s;
    }
.cky-btn.cky-btn-customize {
    background-color: #424C9A!important;
    border: 1px solid #A1A5CA!important;
    border-radius: 50px;
    padding: 9px 18px!important;
    font-family: aktiv-grotesk,sans-serif!important;
    font-weight: 500!important;
    font-size: 15px!important;
    color: #fff!important;
    line-height: 1em!important;
    letter-spacing: 1px!important;
    transition: 0.3s;
    }
   .cky-btn.cky-btn-preferences, .cky-btn.cky-btn-reject {
    background-color: #424C9A!important;
    border: 1px solid #A1A5CA!important;
    border-radius: 50px;
    padding: 9px 18px!important;
    font-family: aktiv-grotesk,sans-serif!important;
    font-weight: 500!important;
    font-size: 15px!important;
    color: #fff!important;
    line-height: 1em!important;
    letter-spacing: 1px!important;
    transition: 0.3s;
    }
}
@media (max-width: 768px){
.cky-notice-btn-wrapper {
    display: block!important;
    margin-top: 15px;
    }
.cky-btn.cky-btn-accept {
    background-color: #A1A5CA!important;
    border: 0px;
    border-radius: 50px;
    padding: 9px 18px!important;
    font-family: aktiv-grotesk,sans-serif!important;
    font-weight: 500!important;
    font-size: 11px!important;
    color: #fff!important;
    line-height: 1em!important;
    letter-spacing: 1px!important;
    transition: 0.3s;
    width: 100%!important;
    }
.cky-btn.cky-btn-customize {
    background-color: #424C9A!important;
    border: 1px solid #A1A5CA!important;
    border-radius: 50px;
    padding: 9px 18px!important;
    font-family: aktiv-grotesk,sans-serif!important;
    font-weight: 500!important;
    font-size: 11px!important;
    color: #fff!important;
    line-height: 1em!important;
    letter-spacing: 1px!important;
    transition: 0.3s;
    width: 100%!important;
    }
.cky-btn.cky-btn-preferences, .cky-btn.cky-btn-reject {
    background-color: #424C9A!important;
    border: 1px solid #A1A5CA!important;
    border-radius: 50px;
    padding: 9px 18px!important;
    font-family: aktiv-grotesk,sans-serif!important;
    font-weight: 500!important;
    font-size: 11px!important;
    color: #fff!important;
    line-height: 1em!important;
    letter-spacing: 1px!important;
    transition: 0.3s;
    width: 100%!important;
    }
}
.cli_action_button:hover {
     background-color: #424C9A!important;
     color: #fff!important;
}
.cli_settings_button:hover  {
     background-color: #424C9A!important;
     color: #2f2f2f!important;
}
