.f-size-14 {
    font-size: 0.875rem;
}
.f-size-16 {
    font-size: 1rem;
}
.f-size-18 {
    font-size: 1.125rem;
}
.f-size-20 {
    font-size: 1.25rem;
}
.f-size-23 {
    font-size: 1.4375rem;
}
.f-size-30 {
    font-size: 1.875rem;
}
.f-size-60 {
    font-size: 3.75rem;
}
@media (min-width: 1200px) {
    :root {
        --rez: 1;
    }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
    :root {
        --rez: 0.85;
    }
}
@media (min-width: 768px) and (max-width: 991.9px) {
    :root {
        --rez: 0.7;
    }
}
@media (min-width: 576px) and (max-width: 767.9px) {
    :root {
        --rez: 0.5;
    }
}
@media (max-width: 575.9px) {
    :root {
        --rez: 0.3;
    }
}
.line-16-20 {
    line-height: 1.25em;
}
.line-16-30 {
    line-height: 1.875em;
}
.line-23-30 {
    line-height: 1.3043em;
}
.line-30-40 {
    line-height: 1.3333em;
}
.line-30-45 {
    line-height: 1.5em;
}
.line-30-50 {
    line-height: 1.6666em;
}
.line-50-55 {
    line-height: 1.1em;
}
.banner-inner {
    max-height: 640px;
    min-height: 200px !important;
    height: min(100vh, 120vw);
    background-position: center;
    padding-top: 60px;
}
.banner-inner .main-title {
    font-size: var(--fz50) !important;
    line-height: 1.1em !important;
    margin-bottom: calc(12px + (var(--rez) * 20px)) !important;
}
.line30-40 {
    line-height: 1.3333em;
}
.full-img-content-list-content {
    max-width: 500px;
}
.full-img-content-list-list {
    padding-left: 0px;
    list-style: none;
    line-height: 1.8em;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 991.9px) {
    .full-img-content-list-list {
        margin-top: 20px;
        padding-left: 0px;
    }
}
.full-img-content-list-list li {
    padding-top: calc(7.5px + (var(--rez) * 7.5px));
    padding-bottom: calc(7.5px + (var(--rez) * 7.5px));
    border-bottom: 1px solid #babab1;
    padding-left: 30px;
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='9' viewBox='0 0 7 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 4.5L0.5 8.39711V0.602886L6.5 4.5Z' fill='%23161614'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 0.4em;
    background-position: left top calc(0.5em + (7.5px + (var(--rez) * 7.5px)));
    line-height: line-height(20, 25);
    width: 100%;
}
.full-img-content-list-list li:nth-child(1) {
    border-top: 1px solid #babab1;
}
@media (min-width: 992px) {
    .full-img-content-list-list li {
        max-width: calc(50% - 16px);
    }
    .full-img-content-list-list li:nth-child(2) {
        border-top: 1px solid #babab1;
    }
    .full-img-content-list-list li:nth-child(2n) {
        margin-left: 32px;
    }
}
.full-img-content-list-continer-content-wrap {
    padding-top: calc(83px * var(--rez));
}
.know-more-btn {
    color: #de3818;
    font-weight: 700;
    font-size: var(--fz14);
    text-decoration: none;
    filter: brightness(1);
    transition: filter 0.3s ease-in-out;
}
.know-more-btn:hover {
    filter: brightness(0.8);
}
.know-more-btn:after {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='5.87256' x2='10.5127' y2='5.87256' stroke='%23DE3818' stroke-width='2'/%3E%3Cpath d='M4.74023 1L10.5903 5.93494L4.74023 10.5706' stroke='%23DE3818' stroke-width='2'/%3E%3C/svg%3E");
    content: "";
    width: 11px;
    height: 10px;
    display: inline-block;
    position: relative;
    margin-left: 8px;
    background-size: contain;
}
.text-cyan {
    color: #0089cd;
}
.line20-25 {
    line-height: lineHeight(20, 25);
}
.grid {
   
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
@media (max-width: 575.9px) {
    .grid {
        padding: 7px;
    }
}
.element-item-wrap {
    display: flex;
}
.element-item-wrap .image-wrap {
    width: 100%;
    max-width: 615px;
    position: relative;
}
.element-item-wrap .image-wrap:before {
    content: "";
    width: 100%;
    display: block;
    padding-top: calc((361 / 555) * 100%);
    pointer-events: none;
}
.element-item-wrap .image-wrap img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
}
.element-item-wrap .content-wrap {
    padding: 37px 37px 50px 37px;
    display: flex;
    align-items: center;
}
/* .element-item-wrap .content-wrap .content-item {
    max-width: 300px;
} */
.element-item-wrap .content-wrap .know-more-btn {
    padding-top: 12px;
}
.element-item {
    width: 100%;
    /* padding: calc(11.5px + (var(--rez) * 11.5px)); */
    position: relative;
    top: 0 !important;
    left: 0 !important;
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.3s ease-in-out;
}
@media (max-width: 575.9px) {
    .element-item {
        padding: 7px;
    }
}
.element-item.hide {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}
@media (min-width: 1200px) {
    .element-item:not(.item-lg):not(.item-sm) {
        width: calc(50% - 20px);
    }
    .element-item:not(.item-lg):not(.item-sm) .element-item-wrap {
        flex-direction: column;
    }
    .element-item:not(.item-lg):not(.item-sm).item-show:nth-of-type(1){
        width: 100%;
    }
    .element-item:not(.item-lg):not(.item-sm).item-show:nth-of-type(1) .element-item-wrap {
        flex-direction: row;
    }
    /* .element-item.item-lg {
        width: 100%;
    }
    .element-item.item-lg .element-item-wrap {
        flex-direction: row;
    } */
    .element-item.item-sm {
        width: 48%;
    }
    .element-item.item-sm .element-item-wrap {
        flex-direction: column;
        height: 100%;
    }
}
@media (max-width: 767.9px) {
    .element-item .element-item-wrap {
        flex-direction: column;
    }
}
.nav-tabs {
    border-bottom: none !important;
}
.nav-tabs .nav-item {
    padding-right: calc((70px * var(--rez)) + 10px);
    padding-top: calc(18.5px + (var(--rez) * 18.5px));
    padding-bottom: calc(18.5px + (var(--rez) * 18.5px));
}
@media (max-width: 575.9px) {
    .nav-tabs .nav-item {
        width: 100%;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}
.nav-tabs .nav-link {
    padding: 10px 0 8px 0;
    line-height: 100%;
    font-size: var(--fz20);
    color: rgba(0, 0, 0, 0);
    font-weight: 700;
    position: relative;
    color: inherit;
    cursor: pointer;
}
.nav-tabs .nav-link:before {
    content: attr(data-name);
    color: #161614;
    position: absolute;
    font-weight: 400;
    transition: all 0.1s ease-in-out;
}
.nav-tabs .nav-link:after {
    content: "";
    width: 0px;
    display: block;
    height: 3px;
    position: absolute;
    left: 0;
    background-color: #de3818;
    margin-top: 8px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.nav-tabs .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
}
.nav-tabs .nav-link.active:after {
    width: 38px;
}
.nav-tabs .nav-link:hover:before,
.nav-tabs .nav-link.active:before {
    font-weight: 700;
}
.img-text-wrap {
    color: #000;
    transition: color 0.3s ease-in-out;
    cursor: pointer;
}
.img-text-wrap:hover {
    color: #90b528;
}
.img-text-wrap .img-wrap {
    margin-bottom: 13px;
    overflow: hidden; 
} 
.img-text-wrap .img-wrap img{
    transition: 0.3s;

}

.img-text-wrap .img-wrap:hover img {
    transform: scale(1.1);
}

@media screen and (max-width:576px) {
.filters-button-group{
  padding: 0 14px;
}
.element-item-wrap .content-wrap{
    padding: 20px;
}

}
/*# sourceMappingURL=resource-hub.css.map */
