[data-block].is-selected {
    border: 1px dashed #c0c0c0;
}

[data-block].has-child-selected {
    border: 1px dashed #e9e9e9;
}

.block-editor-block-list__block.wp-block.is-reusable {
    max-width: 100% !important;
}

[data-block] a {
    color: var(--inz-secondary);
    text-decoration: underline;
}

body#tinymce.wp-editor {
    max-width: 1000px;
    padding: 0 1rem;
    margin: 2.5rem auto; 
}

body#tinymce.wp-editor a {
    color: var(--inz-primary);
}

body#tinymce.wp-editor iframe {
    max-width: 80%;
}

ul.acf-checkbox-list {
    padding: 0;
}

h1.wp-block-post-title.wp-block {
    padding: 40px 0;
    font-size: 40px;
    font-weight: 700;
}

@media screen and (min-width: 960px) {
    body {
        overflow-x:  hidden;
    }
}

/* BUTTONS */

.wp-block-button__link {
    padding: 15px 2rem;
    border-radius: 30px;
    font-size: 1em;
    font-weight: 700;
    text-align: center;
}

.btn-action::after,
.wp-block-button__link:after {
    content: "\f105";
    margin-left: 10px;
    font-family: 'FontAwesome';
}

.wp-block-button__link:hover {
    background-color: var(--inz-primary) !important;
    color: var(--white) !important;
    border-color: var(--inz-primary) !important;
}

.is-style-outline>:where(.wp-block-button__link), 
:where(.wp-block-button__link).is-style-outline {
    border-width: 1px;
}

/* HERO SLIDER */

div.block-hero {
    overflow: hidden;
    margin: 0 auto;
}

.block-hero,
.block-hero .hero__outer {
	width: 100%;
	height: 380px;
}

.hero__outer.light {
    color: var(--inz-light);
}

.hero__outer img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hero__outer.slick-slide img {
    height: 100%;
}

.hero__outer > .container {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.hero__inner {
    width: 95%;
    max-width: 650px;
}

.hero__outer h2 {
    color: var(--inz-white);
    font-size: 1.8em;
    line-height: 1.2;
}

.hero__outer.dark h2 {
    color: var(--inz-primary);
}

.block-hero p {
    max-width: 90%;
	font-size: 13px;
    line-height: 1.3;
}

.block-hero .text-right p {
    margin-left: auto;
}

.block-hero .text-center p {
    margin-left: auto;
    margin-right: auto;
}

.hero__btn {
    padding: 1rem 2rem;
    display: inline-block;
    border: 1px solid var(--inz-primary);
    border-radius: 50px;
    color: var(--inz-primary);
    font-weight: 700;
}

.hero__outer.light .hero__btn {
    border-color: var(--inz-light);
    color: var(--inz-light);
}

.hero__btn:hover,
.hero__outer.light .hero__btn:hover {
    background-color: var(--inz-primary);
    border-color: var(--inz-primary);
    color: var(--white);
}

@media (max-width: 991px) {
    .hero__btn {
        padding: 8px 20px;
        font-size: 14px;
        line-height: 1;
    }
}

@media (min-width: 768px) {
    .block-hero,
    .block-hero .hero__outer {
        height: 500px;
    }
}

@media (min-width: 992px) {
    .block-hero,
    .block-hero .hero__outer {
        height: 800px;
    }

    .container .hero__outer {
        height: 400px;
    }

    .container .hero__outer > .container {
        padding: 0 5%;
    }
    
    .hero__outer h2 {
        font-size: 3.4em;
    }

    .hero__outer p {
        font-size: 1.2em;
    }
}

/* BLOCK BANNERS */

.block-banners img {
    width: 100%;
    height: auto;
}

/* POSTS LISTS - SLIDE */

.posts-slide .slick-list {
    margin: 0 -1rem;
}

.posts-slide .slick-track {
    display: flex !important;
}

.posts-slide .slick-slide {
    padding: 0 1rem;
    height: inherit !important;
    display: flex !important;
}

@media (min-width: 576px) {
    .gx-5 > .row {
        --bs-gutter-x: 3rem;
    }
}

/* ARTICLE */

article[class^="post-style-"] img {
    width: 100% !important;
    height: 100% !important;
    transition: transform .6s;
    object-fit: cover;
    object-position: center;
}

article[class^="post-style-"]:hover img {
    transform: scale(1.06);
}

article[class^="post-style-"] h2 {
    margin: 0;
    font: 700 1.2em var(--inz-font-primary);
    position: relative;
}

article[class^="post-style-"] p {
    max-width: 90%;
    color: var(--inz-gray);
    font-size: 0.8em;
}

.post-style__thumb {
    overflow: hidden;
}

.post-style__cat,
.post-style__time {
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.post-style__cat {
	padding: 8px 10px;
	margin-right: 5px;
	background-color: var(--inz-primary);
	color: var(--white);
	text-align: center;
}

.post-style__btn {
    position: relative;
}

/* ARTICLE - STYLE 1 */

article.post-style-1 .post-style__infos {
    padding: 2rem;
    text-align: center;
}

article.post-style-1 .post-style__cat,
article.post-style-2 .post-style__cat,
article.post-style-5 .post-style__cat {
    margin: 0 auto;
    display: table;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
}

/* ARTICLE - STYLE 2 */

article.post-style-2 h2 {
	margin-bottom: 1rem;
	font-size: 0.9em;
	line-height: 1.4;
}

article.post-style-2 a {
    color: var(--white);
}

article.post-style-2 .post-style__cat {
    margin: 0;
    bottom: 0;
    left: 1.9rem;
    top: auto;
}

article.post-style-2 .post-style__time {
    color: var(--inz-gray);
    margin-bottom: 5px;
}

article.post-style-2 .post-style__thumb {
    height: 300px;
}

article.post-style-2 .post-style__infos {
    height: 100%;
    padding: 1.9rem;
    background: -webkit-linear-gradient(transparent,rgba(0,0,0,0.8));
    background: -o-linear-gradient(transparent,rgba(0,0,0,0.8));
    background: linear-gradient(transparent,rgba(0,0,0,0.8));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

article.post-style-2 h2 a {
    color: var(--white);
}

@media (max-width: 575px) {
    article.post-style-2 .post-style__thumb {
        height: 250px;
    }
}

/* ARTICLE - STYLE 3 */

article.post-style-3 {
    display: flex;
    gap: 0 20px;
}

article.post-style-3 .post-style__thumb {
    min-width: 95px;
    max-width: 95px;
    height: 95px;
    border-radius: 50%;
}

article.post-style-3 h2 {
    font-size: 1em;
    margin-top: 0.5rem;
}

article.post-style-3:not(.style-4) .post-style__cat,
article.post-style-3:not(.style-4) .post-style__time,
article.post-style-3.style-4:not(.popular) .post-style__cat, 
article.post-style-3.style-4:not(.popular) .post-style__time {
    top: -4px;
    padding: 2px 5px;
}

@media (max-width: 575px) {
    article.post-style-3 .post-style__thumb {
        min-width: 80px;
        height: 80px;
    }
    article.post-style-3.style-4 h2 {
        font-size: 1.2em;
    }
}

/* ARTICLE - STYLE 4 */

article.post-style-3.style-4:not(.popular) h2 {
    padding-left: 34px;
}

article.post-style-3.style-4:not(.popular) h2:before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../../images/icon.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 2px;
}

article.post-style-3.style-4:not(.popular) .post-style__cat,
article.post-style-3.style-4:not(.popular) .post-style__time {
    margin-left: 2.2rem;
}

article.post-style-3.style-4.popular .post-style__cat a {
    color: var(--inz-secondary);
}

/* ARTICLE - STYLE 5 */

article.post-style-5 .post-style__infos {
    padding-top: 1rem;
}

article.post-style-5 .post-style__infos:before {
    content: "";
    background: linear-gradient(to left, transparent,var(--inz-light));
    position: absolute;
    bottom: -1rem;
    left: -2rem;
    right: 0;
    top: -1rem;
}

article.post-style-5 .row {
    align-items: center;
}

article.post-style-5 h2 {
    margin-bottom: 1rem;
}

article.post-style-5 .post-style__cat {
    width: 82px;
    left: 0;
    right: auto;
    top: -2rem;
    line-break: anywhere;
    z-index: 1;
}

article.post-style-5 .post-style__btn {
    margin-right: 1.5rem;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

article.post-style-5 .post-style__btn:after {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    right: -5px;
    top: 4px;
}

@media (min-width: 768px) {
    article.post-style-5 .post-style__infos {
        padding-top: 0;
    }
    
    article.post-style-5 .post-style__infos:before {
        bottom: -2rem;
        left: -3.75rem;
        top: -2rem;
        z-index: -1;
    }

    article.post-style-5 .post-style__cat {
        left: -6.5rem;
        top: 0;
    }
}

@media (min-width: 1200px) {
    article.post-style-5 h2 {
        font-size: 1.6em;
    }
}

/* PERSON LIST */

article.post-style-person,
article.post-style-product {
    text-align: center;
}

article.post-style-person .post-style__infos {
    padding: 2rem 1rem;
}

article.post-style-person h2,
article.post-style-product h2 {
    margin-bottom: 0.5rem;
    font-size: 1em;
    text-transform: uppercase;
}

article.post-style-person h2 {
    min-height: 38px;
}

article.post-style-person .post-style__btn {
    font-size: 0.6em;
    letter-spacing: 0.2rem;
    position: relative;
    text-transform: uppercase;
}

/* PRODUCT LIST */

article.post-style-product .post-style__infos {
    padding: 1rem;
}

article.post-style-product h2 {
    margin: 0;
}

article.post-style-product .post-style__term {
    color: var(--inz-gray);
    font-size: 0.6em;
    text-align: center;
    text-transform: uppercase;
}

.center-slide .slick-list {
    margin: 0 !important;
}

.center-slide .slick-center article.post-style-product h2 {
    font-size: 3em;
    font-family: var(--inz-font-secondary);
    font-weight: 400;
    text-transform: none;    
}

.center-slide .slick-slide:not(.slick-center) article.post-style-product {
    opacity: 0.5;
}

.center-slide.post-list-block [class^="nav-prev"],
.center-slide.post-list-block [class^="nav-next"] {
   display: none !important;
}

.center-slide.post-list-block .slick-dots {
    position: relative;
    bottom: 0;
}
 
/* FILTER */

.aside-filter__btn {
    width: 100px;
    padding: 0.5rem 1rem 0.5rem 2rem;
    background: url(../../images/icon-filter.png) 0.6rem center no-repeat transparent;
    background-size: 16px;
    border: 1px solid var(--inz-dark);
    border-radius: 0 50px 50px;
    color: var(--inz-dark);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.aside-filter__form {
    width: 100%;
    gap: 1rem 2rem;
    position: relative;
}

.filter-block__item {
    min-width: 130px;
    border-bottom: 1px solid;
}

.aside-filter__clean {
    font-size: 12px;
}

@media (max-width: 767px) {
    .aside-filter {
        width: 100%;
        max-width: 360px;
        height: 300px;
        padding: 1.6rem;
        background-color: var(--white);
        box-shadow: 0 10px 10px rgba(0,0,0,0.05);
        display: block;
        opacity: 0;
        position: absolute;
        top: 2.5rem;
        bottom: 0;
        left: 0;
        visibility: hidden;
        transition: 0.5s;
        align-items: flex-start;
        z-index: 999999;
    }

    .aside-filter.show {
        opacity: 1;
        visibility: visible;
    }

    .filter-block__item {
        margin-bottom: 2rem;
    }
}

@media (min-width: 768px) {
    .aside-filter__form {
        margin-bottom: 1rem;
        display: flex;
    }

    .aside-filter__clean {
        font-size: 10px;
        position: relative;
        top: 6px;
    }
}

/* FILTER - SELECT2 */

.filter-block__item .select2-container--default .select2-selection--single {
    padding: 0;
    margin: 0;
    border: none;
    font-size: 0.76em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.filter-block__item .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #8d8d8d;
}

/* MARQUEE */

.block-marquee {
    width: 100%;
    color: var(--inz-primary);
    overflow: hidden;
    z-index: 1;
}

.block-marquee.style1 {
    padding: 50px 0;
}

.block-marquee__item {
    margin-bottom: 0;
    animation: marqueeText 70s infinite linear;
    display: flex;
    font-size: 6em;
    white-space: nowrap;
}

.block-marquee.style2 .block-marquee__item {
    font-size: 9em;
}

.block-marquee__item p {
    padding-right: 20px;
    font-family: var(--inz-font-primary);
    font-weight: 300;
    line-height: 1;
    opacity: 0.2;
    text-transform: uppercase;
}

.block-marquee.style1 .block-marquee__item p {
    margin: 0;
    padding: 0 50px;
    position: relative;
}

.block-marquee.style1 .block-marquee__item p:before {
	content: "";
	width: 50px;
	height: 50px;
	background: url(../../images/icon.png) no-repeat scroll left center;
	background-size: cover;
	margin-top: -25px;
    opacity: 0.3;
	position: absolute;
	left: -25px;
	top: 50%;
}

@keyframes marqueeText {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}

@media (max-width: 1199px) {
    .block-marquee__item {
        font-size: 3em;
        animation: marqueeText 40s infinite linear;
    }

    .block-marquee.style2 .block-marquee__item {
        font-size: 4em;
    }
}

/* FEAT LIST */

ul.feat-list {
	padding: 0;
	list-style: none;
}

ul.feat-list>li {
	display: block;
	padding: 5px 0 5px 30px;
    font-size: 1.1em;
	position: relative;
}

ul.feat-list>li:before {
	content: "\f05d";
    color: var(--inz-secondary);
    font-family: 'FontAwesome';
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

@media (min-width: 768px) {
    ul.columns-list,
    .columns-list ul {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem 2rem;
    }
}

/* PRODUCT TECH */

.icons-list__thumb span {
    width: auto;
    margin: 0 auto;
    padding: 0.2rem 0.6rem;
    background-color: var(--inz-dark);
    border-radius: 0.5rem;
    color: var(--white);
    display: table;
    font-size: 0.7rem;
    letter-spacing: 0.05rem;
    opacity: 0;
    text-transform: uppercase;
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    right: 0;
	visibility: hidden;
}

.icons-list__thumb:hover span {
	opacity: 1;
	visibility: visible;
}

/* FAQ */

.acc-block .accordion-item {
    border: none;
    background-color: transparent;
}

.acc-block h2.accordion-header {
    margin: 0 !important;
    font-family: inherit;
}

.accordion-item .accordion-button {
    padding: 1.5rem 0;
    background-color: transparent;
    border-bottom: 1px solid var(--inz-secondary);
    border-radius: 0 !important;
    box-shadow: none;
    color: var(--inz-secondary);
    font-size: 0.6em;
    outline: none;
    text-transform: uppercase;
}

.accordion-item .accordion-button:focus {
    border-color: var(--inz-primary);
}

.accordion-item .accordion-button:after {
    background-size: 0.8rem;
    background-position: center;
    border-radius: 30px;
    filter: grayscale(1);
}

.accordion-item .accordion-button[aria-expanded=true]:after {
    background-color: var(--white);
    border-color: var(--white);
}

.accordion-button:focus {
    outline: none;
    box-shadow: none !important;
}

.accordion-item .accordion-button:not(.collapsed) {
    color: var(--inz-dark);
}

/* CONTACT BLOCK */

.contact-block {
    padding: 0;
    font-size: 1em;
    line-height: 1.2;
    list-style: none;
}

.contact-block li {
    display: block;
    margin-bottom: 1.4rem;
    position: relative;
}

.contact-block li .fa {
    width: 40px;
    height: 40px;
    margin-right: 0.5rem;
    border-right: 1px solid;
    font-size: 1em;
    line-height: 38px;
    text-align: center;
}

.contact-block li a {
    line-break: anywhere;
    text-decoration: none;
}

.contact-block:not([class*=has-text-align-center]) li {
    padding-left: 60px;
}

.contact-block:not([class*=has-text-align-center]) li .fa {
    position: absolute;
    left: 0;
    top: -1px;
}

.contact-block li span {
    margin-bottom: 0.2rem;
    display: block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* SOCIAL BLOCK */

.social-block {
	display: flex;
	gap: 0 1.5rem;
}

.has-text-align-center.social-block {
    justify-content: center;
}

.has-text-align-right.social-block {
    justify-content: flex-end;
}

.social-block .fa {
    font-size: 1.4em;
}

/* GALLERY */

.gallery-block img {
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
    transition: all .3s ease-in-out;
}

.gallery-block a:hover img {
    filter: brightness(80%);
}

.gallery-slider .slick-list {
    margin: 0 -2px;
}

.gallery-slider,
.gallery-slider .gallery-item {
    padding: 0 2px;
}

.gallery-slider .gallery-item {
    height: 250px;
}

.gallery-item__logo a {
    height: 150px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

[data-desktop="1"] .gallery-item__logo a,
[data-desktop="2"] .gallery-item__logo a,
[data-desktop="3"] .gallery-item__logo a {
    height: 250px;
} 

.gallery-item__logo img {
    width: auto !important;
    height: auto;
    max-height: 100%;
}

.gallery-block.center-slide [class^="nav-prev"],
.gallery-block.center-slide [class^="nav-next"] {
    filter: brightness(0) invert(1);
}

.center-slide [class^="nav-prev"] {
    left: 2rem;
}

.center-slide [class^="nav-next"] {
    right: 2rem;
}

@media (min-width: 768px) {
    .gallery-slider .gallery-item {
        height: var(--inz-height, auto);
    }
}

/* CARDS LIST */

.cards-list__item {
    transition: all .4s;
}

.cards-list__inner {
    color: var(--inz-dark);
}

.cards-list__img img {
    width: 100%;
}

.cards-list__icon {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
}

.cards-list__icon img {
    max-width: 64px;
    margin: 0 auto;
}

.cards-list__overlay {
    background-color: var(--inz-dark);
    mix-blend-mode: multiply;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.cards-list__infos {
	z-index: 2;
}

.cards-list__title {
    color: var(--inz-primary);
    font: 400 1.5em var(--inz-font-primary);
    text-transform: uppercase;
    z-index: 1;
}

.cards-list__item.style-2 .cards-list__title {
    color: var(--white);
}

.cards-list__item.style-2 p {
    color: #dbdbdb;
}

.cards-list__item.style-1 p {
    margin: 15px auto 10px;
    font-size: 14px;
}

.cards-list__btn {
    display: block;
    width: 35px;
    height: 35px;
    border: 1px solid var(--inz-primary);
    color: var(--inz-primary);
    border-radius: 30px;
    font-size: 20px;
    line-height: 33px;
    text-align: center;
    z-index: 1;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.style-2 .cards-list__btn,
.cards-list__item:hover .cards-list__btn {
    border-color: var(--white);
    color: var(--white);
}

.cards-list__slide .slick-list {
    margin: 0 -10px;
}

.cards-list__slide .cards-list__item {
    padding: 0 10px;
}

.style-2:hover {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
    z-index: 2;
}

.style-1 .cards-list__inner,
.style-2 .cards-list__inner {
    width: 100%;
    height: 100%;
    min-height: 160px;
    padding: 2.2rem;
    border: 1px solid #ddd;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    top: 0;
}

.style-1 .cards-list__title {
    padding: 40px 0 0;
    margin-top: -45px;
}

.style-2 .cards-list__img img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.style-2 .cards-list__inner {
    min-height: 250px;
    border: none;
    align-items: flex-start;
    overflow: hidden;
}

.cards-list__item.style-2:nth-child(even) .cards-list__inner {
    align-items: flex-end;
}

.style-2 .cards-list__img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.style-2:hover .cards-list__img {
    transform: scale(1.06);
}

.style-3 .cards-list__inner {
    height: 100%;
    padding: 2rem;
}

.style-3 .cards-list__infos,
.style-4 .cards-list__infos {
    margin-top: 15px;
}

.style-3 .cards-list__infos {
    text-align: center;
}

.style-3 .cards-list__title {
    max-width: 90%;
    margin: 15px auto;
}

.cards-list-block.gx-0 .cards-list__item,
.cards-list-block.gx-0 .slick-list {
    padding: 0;
    margin: 0;
}

@media (max-width: 575px) {
    .cards-slide-mob .row {
        margin: 0 -1rem;
    }
    
    .cards-slide-mob.gx-0 .cards-list__item {
        padding: 0 5px;
    }
}

@media (max-width: 379px) {
    .style-3 .cards-list__title {
        max-width: 100%;
        font-size: 1em;
    }
}

@media (min-width: 768px) and (max-width: 781px) {
    .style-1 .cards-list__inner,
    .style-2 .cards-list__inner {
        padding: 10px 15px;
    }
}

@media (min-width: 576px) {
    .style-2 .cards-list__inner {
        height: var(--inz-height, auto);
    }
}

/* LAYERS */

.block-layers {
    min-height: 1200px;
    overflow: hidden;
}

.layer-content__group {
    max-width: 570px;
    padding: 4rem 1.6rem 0;
}

.layer-outer {
    width: 100%;
}

.layer-group {
    width: 100%;
    max-width: 600px;
    padding: 0;
    margin: 0 0 3rem;
    list-style: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.layer-item {
    width: 100%;
    height: 120px;
    cursor: pointer;
    margin: 0 0 -55px;
    list-style: none;
    background-image: var(--item-bg);
    background-position: center bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    left: -2rem;
    transition: all 1s ease;
    z-index: var(--item-index);
}

.layer-group__viewed .layer-item:first-child {
    height: 150px;
}

.layer-item.out {
    width: 100%;
    transition: all 1s ease;
    left: 0;
}

.layer-item__count {
    padding-right: 1.6rem;
    margin: 0 auto;
    color: var(--inz-primary);
    cursor: pointer;
    font: 300 1.1rem var(--inz-font-primary);
    text-align: right;
    text-transform: uppercase;
    position: absolute;
    bottom: 34%;
    left: 0;
    right: 0;
}

.layer-item:first-child .layer-item__count {
    bottom: 25%;
}

.layer-item:not(.out) span {
    opacity: 0.5;
}

.icons-list__content,
.layer-content__item {
    display: none;
}

.layer-content:before {
    content: "";
    width: calc(100% + 12rem);
    height: 60px;
    background: linear-gradient(to top, transparent,rgb(245 240 233));
    position: absolute;
    left: -12rem;
    top: 0;
    z-index: -1;
}

.layer-content-1 {
    display: block;
}

.layer-content__item h3 {
    margin-bottom: 1rem;
    font-size: 1.6em;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .layer-outer .row.m-b-100 {
        margin-bottom: 0;
        margin-top: -3rem;
    }

    .layer-item.out {
        left: -1rem;
    }

    .layer-left {
        margin-top: -2rem;
    }
}

@media (min-width: 768px) {
    .layer-outer {
        position: absolute;
        left: 0;
        top: 0;
    }
    .layer-image {
        max-width: 50% !important;
    }
    .layer-item {
        height: 90px;
    }
    .layer-group__viewed .layer-item {
        height: 120px;
    }
}

@media (min-width: 992px) {
    .block-layers {
        font-size: 1.1em;
    }

    .layer-outer {
        padding-top: 10rem;
    }

    .layer-content .layer-content__group {
        padding-left: 5rem;
    }

    .layer-group__viewed .layer-item:first-child {
		height: 225px;
	}

    .layer-item__count {
        font-size: 1.4rem;
        bottom: 4.4rem;
    }

    .layer-item:first-child .layer-item__count {
        bottom: 30%;
    }
}

@media (min-width: 1200px) {
    .layer-group__viewed .layer-item {
        height: 150px;
    }

	.layer-content {
		padding-top: 6rem;
	}
}

/* VIDEO */

.video-item__thumb {
    cursor: pointer;
	display: block;
	position: relative;
}

.video-item__thumb img {
    width: 100%;
	height: 100%;
    object-fit: cover;
    object-position: center;
}

.video-item__thumb:before {
    content: "";
    background: url(../../images/play-button.png) center no-repeat rgba(0,0,0,0.4);
    background-size: 8%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition: all .3s ease-in-out;
}

.video-item__thumb:hover:before {
    background: url(../../images/play-button.png) center no-repeat rgba(0,0,0,0.2);
    background-size: 7%;
}

.video-item p {
    max-width: 90%;
    padding: 1rem 2rem;
    font-size: 0.9em;
}

/* DOWNLOADS */

.downloads-block {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 1rem;
    list-style: none;
}

.downloads-block li {
    width: 100%;
    padding: 1rem 1rem 1rem 4rem;
    border-radius: 30px;
    box-shadow: 15px 15px 30px rgba(0,0,0,0.1);
    display: block;
    position: relative;
}

.downloads-block li .fa {
    width: 36px;
    height: 36px;
    margin-top: -18px;
    background-color: var(--inz-primary);
    border-radius: 50%;
    color: var(--white);
    font-size: 1.2em;
    line-height: 36px;
    position: absolute;
    left: 1rem;
    top: 50%;
    text-align: center;
}

.downloads-block li a:hover {
    text-decoration: underline;
}

.downloads-block li span {
    display: table;
    font-size: 0.7rem;
    text-transform: uppercase;
}

@media (min-width: 576px) {
    .downloads-block li {
        width: 48%;
    }
}

/* TESTIMONIALS */

.testimonials-block {
    max-width: 900px;
    margin: 0 auto;
}

.testimonials__slide {
    max-width: 650px;
    margin: 0 auto;
}

.testimonials__slide .slick-track {
    display: flex;
    align-items: center;
}

.testimonials-item__inner {
    min-height: 250px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.testimonials-item__inner span {
    display: block;
    margin-bottom: 5px;
    color: var(--inz-secondary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

.testimonials-item__inner p:last-child {
    margin: 0;
}

/* MAP */

.map-block {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.map-block iframe {
    width: 100%;
    height: 400px;
}

/* ELEMENTS */

[class*="-font-size"] {
    line-height: 1.4;
}

.wp-block-cover,
.wp-block-cover-image {
    padding: 0;
}

.w-90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

[class*="-font-size"] {
    line-height: 1.1;
}

.box-style-1 {
    padding: 2rem 3rem 1rem;
}

@media (min-width: 992px) {
    .b-left {
        border-left: 1px solid var(--white);
    }

    .box-style-1 {
        margin-left: -10rem;
    }

    .box-style-2 {
        max-width: 75%;
    }
}

/* LINKS PAGE */

.page-template-page-links {
    background-color: var(--bg-color-3);
}

.links-block {
    max-width: 600px;
    padding: 40px 0;
    margin: 0 auto;
}

.links-block__img {
    margin: 0 auto;
    text-align: center;
}

.links-block__img img {
    width: auto;
    max-width: 230px;
    height: auto;
}

.links-block__list {
    list-style: none !important;
    padding: 0;
}

.links-block__list li a {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
    color: var(--tx-color);
    background-color: var(--bg-color-1);
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    padding: 15px 5px;
    border-radius: 3px;
}

/* COLUMNS */

@media (min-width: 768px) and (max-width: 991px) {
    .wp-block-columns.is-layout-flex {
        flex-wrap: wrap !important;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 46% !important;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.item-md-70 {
        flex-basis: 65% !important;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.item-md-30 {
        flex-basis: 30% !important;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile).item-md-100>.wp-block-column {
        flex-basis: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.item-sm-100 {
        flex-basis: 100% !important;
    }
}

/* IMAGES */

.aligncenter,
div.aligncenter {
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

img.alignright {
	float: right;
	margin: 5px 0 20px 10px;
}

img.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}