.elementor-2946 .elementor-element.elementor-element-0a6a51f{--spacer-size:100px;}.elementor-2946 .elementor-element.elementor-element-d0ae9c6{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2946 .elementor-element.elementor-element-d17d54b{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2946 .elementor-element.elementor-element-293244a{--spacer-size:100px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-2946 .elementor-element.elementor-element-d0ae9c6{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}@media(max-width:767px){.elementor-2946 .elementor-element.elementor-element-0a6a51f{--spacer-size:20px;}.elementor-2946 .elementor-element.elementor-element-d0ae9c6{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-abd45c6 */.feature__section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
}
.feature__section .image {
    flex: none;
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);*/
    height: 30vw;
    width: calc(50vw - 13.5px);
    max-width: 950px;
    background-size: cover!important;
    background-repeat: no-repeat!important;
}
.feature__section .image .hover__image {
    position: relative;                
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: all .75s;
}
.feature__section .image .hover__image video {
    width: 100%;
    height: 100%;
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);*/
    object-fit: cover;
    margin-bottom: -8px;
}
.feature__section .image .hover__image .title_box__project {
    color: white;
    padding: 32px;
    font-family: 'Satoshi';
    font-style: normal;
    position: absolute;
    bottom: 0;
    width: inherit;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);*/
}
.feature__section .image .hover__image .title_box__project .title__project {
    display: block;
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.02em;
}
.feature__section .image .hover__image .title_box__project .subtitle__project {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
}
.feature__section .image:hover .hover__image {
    opacity: 1;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0px;
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: none;
}

.filter-custom-taxonomy {
    display: inline-flex;
    padding: 29px 15px;
    gap: 32px;
    flex-wrap: nowrap;
    overflow: auto;
}
.filter-custom-taxonomy a {
    padding-bottom: 8px;
    border-bottom-style: solid;
    border-bottom-color: white;
    white-space: nowrap;
}
.filter-custom-taxonomy a:hover,
.filter-custom-taxonomy a.active {
    border-bottom-color: #090604;
}


/* HELPERS */
.text-bold {
    font-weight: bold!important;
}


@media (max-width: 1024px) {
    .feature__section {
        width: 100%;
        flex-direction: column;
    }
    .feature__section .image {
        width: 100%;
        max-width: 100%;
        height: 70vw;
    }
}

@media (max-width: 767px) {
    .feature__section .image {
        width: 100%;
        max-width: 100%;
        height: 540px;
    }
}/* End custom CSS */