

/* ACCORDIO WITH ICON */
.accordion-icon {
    border-bottom: 1px solid #8C9091;
    width: 90%;
}

.accordion-icon:first-of-type {
    border-top: 1px solid #8C9091;
}

.accordion-icon summary {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em 0;

    color: #8C9091;
}

.accordion-icon .title-w-icon {
    display: flex;
    align-items: center;
    gap: 1em;
}

.accordion-icon summary::marker, .accordion-icon summary::-webkit-details-marker {
    display: none; /* hide default triangle */
}

.accordion-icon .summary-icon::before {
    content: '\2303';
    display: inline-block;
    transform: rotate(180deg);
}

.accordion-icon[open] .summary-icon::before {
    content: '\2303';
    transform: none;
}

.accordion-icon[open] .title-w-icon {
    color: #404648;
}

.accordion-icon[open] .title-w-icon object{
    filter: invert(28%) sepia(5%) saturate(608%) hue-rotate(149deg) brightness(91%) contrast(95%);
}

/* RESPONSIVE */
/* mobile */
@media (max-width: 767px) {
    .accordion-icon {
        width: 100%;
    }

    .accordion-icon:first-of-type {
        border-top: none
    }

    section div:first-of-type > .accordion-icon:first-of-type {
        border-top: 1px solid #8C9091;
    }
}
/* END ACCORDIO WITH ICON */



/* ACCORDION  */
.accordion {
    border-bottom: 1px solid #B2B5B5;
    width: 325px;
}

li:first-child .accordion {
    border-top: 1px solid #B2B5B5;
}

.accordion summary {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em 0;

    color: #B2B5B5;
}

.accordion summary::marker, .accordion summary::-webkit-details-marker {
    display: none; /* hide default triangle */
}

.accordion .summary-icon::before {
    content: '+';
}

.accordion[open] .summary-icon::before {
    content: '-';
}
/* END ACCORDION  */


/* IMAGE CARD GALLERY */
.img-gallery {
        margin: 32px auto;
        margin-top: 16px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        max-width: 500px;
        /* max-height: 450px; */
        max-height: inherit;
}
.img-in-gallery {
        max-width: 500px;
        height: auto;
}
.centered {
        align-items: center;
}

.img-gallery .carouselControls {
    margin-bottom: 1em;
}

.caption-content {
    margin: 16px 0px 0px;
    margin-right: 2rem;
    color: rgb(178, 181, 182);
    font-size: small;
    font-style: italic;
}

.img-gallery .swiper-slide {
    width: 500px;
    height: 450px;
    overflow: hidden;
}

.img-gallery .swiper-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

    /* old part: */
    .swiper-container {
    width: 100%;
    cursor: grab;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    list-style: none;
    margin-bottom: 1em;
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
    .swiper-container::-webkit-scrollbar {
    display: none;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    .swiper-container  {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    }

    .swiper-slide {
    position: relative;
    }

    .swiper-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    box-sizing: content-box;
    align-items: stretch;
    }

    .swiper-wrap .single-card {
    width: 345px;
    height: 364px;
    }


    .arrowBack, .arrowNext {
    background-color: inherit;
    border: none;
    cursor: pointer;
    }

    .arrowBack svg, .arrowNext svg {
    width: 13px;
    height: 13px;
    }

    .arrowBack path, .arrowNext path{
    stroke: var(--text-grey)
    }

.pswp__custom-caption {
    background: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    color: #fff;
    width: 100vw;
    padding: 1rem 20vw;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    text-align: center;
}
.pswp__custom-caption a {
    color: #fff;
    text-decoration: underline;
}
.hidden-caption-content {
    display: none;
}
.no-caption {
    display: none;
}


@media (max-width: 767px) {
    .img-gallery,
    .img-gallery .swiper-slide {
        max-width: 300px;
    }
    .img-in-gallery {
        max-width: 300px;
    }
    .img-gallery .carouselControls {
        width: 170px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .img-gallery,
    .img-gallery .swiper-slide {
        max-width: 350px;
    }
    .img-in-gallery {
        max-width: 350px;
    }
}
/* END IMAGE CARD GALLERY */


/* KPI LIST  */
.kpi_container {
    display: flex;
    border-left: 1px solid rgba(0,0,0,.3);
    margin-top: 2em;
}

.kpi_item {
    display: none;
    padding: 1em;
    border-right: 1px solid rgba(0,0,0,.3);
    border-bottom: 1px solid rgba(0,0,0,.3);
}

.btn_item {
    border-top: 1px solid rgba(0,0,0,.3);
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.btn_item button {
    border-radius: 90px;
    border: none;
    min-height: 29px;
    padding: 0 1rem;

    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.kpi_container-expanded {
    flex-wrap: wrap;
}

.kpi_container-expanded .kpi_item {
    display: block;
}

.kpi_container-expanded .btn_item {
    border-top: none;
}

.kpi_container .btn-content::after {
    content: "See more +";
    white-space: nowrap;
}

.kpi_container-expanded .btn-content:after {
    content: "See less -";
    white-space: nowrap;
}

/* RESPONSIVE */
/* mobile */
@media (max-width: 767px) {
    .kpi_item {
        flex-basis: 50%;
    }
    .kpi_item:nth-child(-n + 1) {
        display: block;
    }
    .kpi_item:nth-child(-n + 2) {
        border-top: 1px solid rgba(0,0,0,.3);
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .kpi_item {
        flex-basis: 33.33%;
    }
    .kpi_item:nth-child(-n + 2) {
        display: block;
    }
    .kpi_item:nth-child(-n + 3) {
        border-top: 1px solid rgba(0,0,0,.3);
    }
}

@media (min-width: 1024px) and (max-width: 1599px) {
    .kpi_item {
        flex-basis: 20%;
    }
    .kpi_item:nth-child(-n + 4) {
        display: block;
    }
    .kpi_item:nth-child(-n + 5) {
        border-top: 1px solid rgba(0,0,0,.3);
    }
}

@media (min-width: 1600px)  and (max-width: 1999px) {
    .kpi_item {
        flex-basis: 16.66%;
    }
    .kpi_item:nth-child(-n + 5) {
        display: block;
    }
    .kpi_item:nth-child(-n + 6) {
        display: block;
        border-top: 1px solid rgba(0,0,0,.3);
    }
}

@media (min-width: 2000px) {
    .kpi_item {
        flex-basis: 12.5%;
    }
    .kpi_item:nth-child(-n + 7) {
        display: block;
    }
    .kpi_item:nth-child(-n + 8) {
        border-top: 1px solid rgba(0,0,0,.3);
    }
}
/* END KPI LIST  */


/* OWL PS IMAGE GALERY */
.owl-carousel {
    max-width: min(90vw, 1420px);
    margin: 1rem 0;
}

.gallery-big img {
    max-height: 400px;
    width: auto;
}

.gallery-small img {
    max-height: 150px;
    width: auto;
}

.owl-dots {
    display: none;
}

.general_plane .owl-stage {
    display: inline-block;
}

.general_plane .owl-stage .sliderboxes_item {
    height: 100%;
}

.general_plane .owl-carousel {
    overflow: hidden;
    padding-left: 40px;
    padding-right: 40px;
}

.general_plane .owl-carousel .owl-nav {
    height: 0;
    margin: 0;
}

.general_plane .owl-carousel button.owl-prev,
.general_plane .owl-carousel button.owl-next {
    display: inline-block;
    position: absolute;
    top: 0;
    height: 100%;
}

.general_plane .owl-carousel button.owl-prev span,
.general_plane .owl-carousel button.owl-next span {
    display: inline-block;
    font-size: 1.5em;
}

.general_plane .owl-carousel button.owl-prev:focus,
.general_plane .owl-carousel button.owl-next:focus {
    outline: none;
}

.general_plane .owl-carousel button.owl-prev.disabled,
.general_plane .owl-carousel button.owl-next.disabled {
    display: none;
}

.general_plane .owl-carousel button.owl-prev {
    left: 10px;
}

.general_plane .owl-carousel button.owl-next {
    right: 10px;
}

.general_plane .owl-item img {
    border: 1px solid rgba(155, 155, 155, .2);
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: inherit !important;
    color: inherit !important;
} 
/* END OWL PS IMAGE GALERY */


/* TABLE */
table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    color: #666B6C;
}

table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table tr {
    border-bottom: 1px solid #ddd;
    padding: 2em .35em;
    background-color: white;
}

thead tr {
    background-color: #E1E3E4;
    border: none;
    padding: .35em;
}

table th {
    padding: 1em .625em;
    text-align: center;
}

table td {
    padding: 1.5em .625em;
    text-align: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    /* Gray medio */
    color: #666B6C;
}

table td div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
}

table th {
    font-size: min(1.4vw, .85em);
    letter-spacing: .1em;
    text-transform: uppercase;
}

.table td:first-of-type { 
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    table {
        border: 0;
    }

    table caption {
        font-size: 1.3em;
    }
      
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
      
    table tr {
        border: 1px solid #ddd;
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }
      
    table td{
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }
      
    table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
      
    table td:last-child {
        border-bottom: 0;
    }

    table td div {
        align-items: flex-end;
    }

}
/* END TABLE  */


/* TABS  */
.tabs {
    margin: 1rem 0;
}

.block-tab_list {
    width: 100%;
}

.tabs .tablink {
    background-color: inherit;
    border: none;
    cursor: pointer;
    padding: 1em 2em;
    transition: 0.3s;
    margin-bottom: -2px;

    font-weight: 800;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
}

.tabs .tablink.active{
    background-color: white;
    border-top: 2px solid var(--border-grey);
    border-left: 2px solid var(--border-grey);
    border-right: 2px solid var(--border-grey);
}

.tabs .content-wrap {
    border: 2px solid var(--border-grey);
}

.tabs .tabcontent {
    display: none;
    padding: 1em;
}

.tabcontent.active {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 1em;
}

 /* responsive mobile  */
@media screen and (max-width: 767px) {
    .tabs .tablink.active{ 
        border: none;
        margin-bottom: 0;
    }

    .tabs .tablink::before {
        content: "\2192";
        padding-right: 8px;
    }

    .tabs .link-wrap {
        border-top: 2px solid var(--border-grey);
        border-left: 2px solid var(--border-grey);
        border-right: 2px solid var(--border-grey);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}
/* END TABS */