/* All custom styles  */
.isw-module-content {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}
.isw-module-content:before,
.isw-module-content:after {
    display: table;
    content: " ";
}
.isw-background-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.isw-acf-block a:hover {
    text-decoration: none;
}

/* ISW ACF Block Hero  */
.isw-hero {
    color: #FFF;
    /* min-height: 80vh; */
}
.isw-hero.isw-background-image {
    background-position: center bottom;
}
.isw-hero .text-overlay {
    margin-bottom: 120px;
}
.isw-hero .text-overlay h2 {
    margin: 0 20px;
    margin-top: 200px;
    color: #FFF;
}
.isw-hero .text-overlay a.fl-button {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-top: 20px;
    width: 230px;
    display: block;
    text-align: center;
}
.isw-hero .text-overlay a.fl-button:hover {
    text-decoration: none;
}
.isw-hero.has-image-link-class {
    min-height: 90vh;
    position: relative;
}
.isw-hero.has-image-link-class .hero-wraped-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}


/* Block Series */
.isw-series .title {
    text-align: center;
}
.isw-series .description {
    text-align: center;
}
.isw-series .isw-cat-wrapper {
    margin-bottom: 0;
}
.isw-series .pp-categories {
    display: flex;
    justify-content: space-between;
}
.isw-series .pp-category {
    width: 31%;
    margin-bottom: 4%;
}
.isw-series .pp-category .pp-category__link {
    display: block;
    outline: none;
    text-decoration: none !important;
}
.isw-series .pp-category .pp-category__img {
    height: 300px;
    overflow: hidden;
}
.isw-series .pp-category .pp-category__img img {
    object-fit: cover;
    width: 100%;
    height: 300px;
}
.isw-series .pp-category .pp-category__content {
    text-align: center;
    padding: 10px;
}
.isw-series .pp-category .pp-category__title {
    margin-top: 0;
}
.isw-series .pp-category .pp-category__description {
    font-size: 14px;
    color: #606C73
}

/* Button with lines */
.lined-button {
    display: flex;
    justify-content: space-between;
}
.lined-button .fl-col:nth-child(2) {
    width: 29%;
}
.lined-button .fl-col:first-child,
.lined-button .fl-col:last-child {
    width: 35.5%;
}
.lined-button .fl-button {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: block;
    text-align: center;
    width: 100%;
}
.lined-button .isw-separator {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e0e0e0;
    max-width: 100%;
    margin: 20px auto;
}

/* FIXED CATEGORIES  */
.isw-product-categories h2.title {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}
.isw-product-categories p.description {
    color: #828282;
    text-align: center;
    margin-bottom: 0;
}
.isw-product-categories .card-img-wrapper img {
    max-height: 75px;
    width: auto !important;
}
.isw-product-categories .card-img-wrapper {
    height: 80px;
}
.isw-product-categories .card-img-wrapper {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}
.isw-product-categories .category-card {
    min-height: 200px;
    max-height: 200px;
    width: 18.4%;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
    background: #1C1D1F;
    transition: all 0.3s ease-in;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.isw-product-categories .category-card {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.isw-product-categories .category-card:nth-child(5),
.isw-product-categories .category-card:last-child {
    margin-right: 0;
} 
.isw-product-categories .link-container {
    color: #fff;
    text-align: center;
}
.isw-product-categories .card-title {
    color: #e0e0e0;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    margin-top: 20px !important;
    margin-bottom: 0px !important;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}
.isw-product-categories .card-description {
    color: #828282;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 30px;
    line-height: 1;
}
.isw-product-categories .category-card:hover {
    transform: scale(1.1);
    transition: 0.3s ease all;
    background: linear-gradient(251.75deg, #AD0EE5 -24.38%, rgba(132, 45, 190, 0) 111.77%), #0E75E5;
}
.isw-product-categories .category-card:hover .card-img-wrapper {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}
.isw-product-categories .category-card:hover .card-img-wrapper img {
    filter: brightness(0) invert(1);
    transition: 0.3s ease all;
}
.isw-product-categories .category-card:hover .card-title {
    color: #fff;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}
.isw-product-categories .category-card:hover .card-description {
    color: #fff;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.isw-product-categories .fl-button-wrap.fl-button-width-full.fl-button-center {
    line-height: 1;
    border: 1px solid rgba(0,0,0,0);
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #606C73;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    background: transparent;
    padding: 0;
}
.isw-product-categories .button-small-alt-gradient .fl-button {
    background: transparent !important;
}
.isw-product-categories .button-small-alt-gradient .fl-button-text {
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.isw-product-categories .fl-button-wrap.fl-button-width-full.fl-button-center:hover {
    border-color: #0e75e5;
}
.isw-product-categories .fl-button-wrap.fl-button-width-full.fl-button-center:hover .fl-button {
    background: #0e75e5 !important;
}

/* IMAGE AND TEXT */
.isw-image-and-text {
    padding-top: 50px;
    padding-bottom: 100px;
}
.isw-image-and-text .columns {
    display: flex;
}
.isw-int-image-left .columns {
    flex-direction: row-reverse;
}
.isw-image-and-text .column {
    width: 50%;
}
.isw-image-and-text h2.title {
    margin-top: 20px;
    margin-bottom: 20px;
}
.isw-image-and-text a.isw-button-full {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-top: 20px;
    width: 230px;
    display: block;
    text-align: center;
}
.isw-image-and-text .int-image-wrapper {
    position: relative;
}
.isw-image-and-text .int-image-logo {
    position: absolute;
    bottom: -40px;
    left: -30px;
    width: 163px;
    height: 163px;
}
.isw-int-image-left .int-image-logo {
    left: auto;
    right: -30px;
}


/* ANIMATIONS */
/*animation element sliding left*/
.animation-element-from-left,
.animation-element-from-right {
    opacity: 0;
    position: relative;
}
.isw-int-image-left .animation-element-from-right,
.animation-element-from-left {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
}
.isw-int-image-left .animation-element-from-left,
.animation-element-from-right {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(100px, 0px, 0px);
    -webkit-transform: translate3d(100px, 0px, 0px);
    -o-transform: translate(100px, 0px);
    -ms-transform: translate(100px, 0px);
    transform: translate3d(100px, 0px, 0px);
}

.animation-element-from-left.in-view,
.animation-element-from-right.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
/*animation slide left styled for testimonials*/
/* ANIMATIONS */


/* MEDIAS --> */

@media (max-width: 768px) {
    /* mobile globals */
    .mobile-mlr-0 {
        margin-left: 0;
        margin-right: 0;
    }


    /* .isw-hero */
    .isw-hero {
        position: relative;
    }
    .isw-hero:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        background: #000;
        opacity: 0.7;
    }
    .isw-hero.has-image-link-class {
        min-height: 40vh;
    }
    .isw-hero .text-overlay {
        margin-bottom: 0;
    }
    .isw-hero .text-overlay h2 {
        margin-top: 150px;
        margin-left: 0;
        margin-right: 0;
    }
    .isw-hero .text-overlay h2 + .isw-module-content {
        margin-left: 0;
        margin-right: 0;
    }
    .isw-hero .text-overlay a.fl-button {
        margin-top: 0;
    }


    /* .isw-series  */
    .isw-series .pp-categories {
    flex-direction: column;
    }
    .isw-series .pp-category {
        width: 100%;
    }
    .isw-series .pp-category:last-child {
        margin-bottom: 0;
    }

    .isw-product-categories .category-card {
        /* min-height: 215px; */
        max-height: max-content;
        width: 47.5%;
        margin-right: 5%;
        margin-bottom: 5%;
    }
    .isw-product-categories .category-card:nth-child(even) {
        margin-right: 0;
    }
    .isw-product-categories .category-card:nth-child(5) {
        margin-right: 5%;
    }
    .isw-product-categories .card-description {
        display: none;
    }


    /* .isw-image-and-text */
    .isw-image-and-text {
        padding-top: 0;
        padding-bottom: 20px;
    }
    .isw-image-and-text .columns {
        flex-direction: column;
    }
    .isw-int-image-left .columns {
        flex-direction: column-reverse;
    }
    .isw-image-and-text .column {
        width: 100%;
    }
    .isw-image-and-text .int-image-logo {
        bottom: -10px;
        left: auto;
        right: -10px;
        width: 100px;
        height: 100px;
    }
    .isw-int-image-left .int-image-logo {
        right: auto;
        left: -10px;
    }
    .isw-int-image-left .column.int-image {
        margin-top: 0;
    }
    .column.int-text-group.isw-module-content {
        margin-top: 0;
    }



} /* @media (max-width: 768px) */

@media (min-width: 768px) and (max-width: 980px) {
    .isw-product-categories .card-title {
        font-size: 14px;
    }
    .isw-product-categories .category-card {
        min-height: 175px;
        max-height: 175px;
    }
    .isw-product-categories .card-img-wrapper {
        height: 70px;
    }
    .isw-product-categories .card-img-wrapper img {
        max-height: 70px;
    }
} /* @media (min-width: 768px) and (max-width: 980px) */

/* <-- MEDIAS */