/* ERROR 404 Movil */

.Error404 .container{

    height: 100%;
    display: flex;
}
.Error404 .background-title{
    top: 50%;
    left: 50%;
    transform: translate(-55%,-50%) scale(1.3);
    color:#451B17;
    opacity: 5%;
    font-family: PT Serif;
    font-size: 22vw;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -13.645px;
    white-space: nowrap;
    text-transform: uppercase;
    position: absolute;
    overflow: hidden;
    width: auto;
    z-index: 1;
}
.Error404 .gif-aviones{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    position: absolute;
    z-index: 0;

}
.Error404 .text{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    gap: 8rem;
    justify-content: center;
    z-index: 2;
}
.Error404 .text .title, .Error404 .text .description{
    width: 100%;
}
.Error404 .title *{
    font-size: clamp(3.75rem, 2.916666666666667rem + 2.314814814814815vw, 5rem) !important;
    color: #451B17;
    leading-trim: both;
    text-edge: cap;
    font-family: "Manrope";
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1px;
    text-transform: uppercase;
    text-align: center;
}
.Error404 .description *{
    color:  #FF3300;
    leading-trim: both;
    text-edge: cap;
    font-family: Manrope;
    font-size: clamp(1.25rem, 0.9166666666666667rem + 0.9259259259259258vw, 1.75rem);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}

/* ERROR 404 Movil tumbado */
@media (min-width: 576px) {
    .Error404 .text{
        flex-direction: row;
        gap: 1rem;
    }
    .Error404 .title *{
        text-align: end;
    }
    .Error404 .description *{
        text-align: start;
    }
}

/* ERROR 404 Tablet */
@media (min-width: 768px) {
    .Error404 .background-title{
        font-size: 21vw;
        transform: translate(-53%,-50%) scale(1.2);
    }
    .Error404 .text .title{
        width: 45%;
    }
    .Error404 .text .description{
        width: 50%;
    }
}

/* ERROR 404 Large */
@media (min-width: 992px) {
    .Error404 .background-title{
        font-size: 21vw;
        transform: translate(-52%,-50%) scale(1.1);
    }
    .Error404 .text{
        flex-direction: row;
        gap: 1.5rem;
    }
}

/* ERROR 404 X-Large */
@media (min-width: 1200px) {
    .Error404 .background-title{
        font-size: 20vw;
        transform:  translate(-52%,-50%) scale(1.15);

    }
    .Error404 .text .description{
        width: 42%;
    }
    .Error404 .gif-aviones{

        width: 90%;


    }
}
@media (min-width: 1440px) {
    .Error404 .background-title{
        font-size: 20vw;
        transform: translate(-52%,-50%) scale(1.1);
    }
    .Error404 .gif-aviones{
        width: 75%;
    }
}
/* INTERESTEDIN Movil */
.InterestedIn{
    background-color: #451B17;
    position: relative;
    z-index: 1;
    padding: clamp(3.75rem, 1.25rem + 6.944444444444445vw, 7.5rem) 20px;
}
.InterestedIn .container{
    display: flex;
    flex-direction: column;
}

.InterestedIn .container .cards{
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.InterestedIn .section-title *{
    color:  #FF3300;
    font-size: clamp(3.75rem, 2.916666666666667rem + 2.314814814814815vw, 5rem);
    leading-trim: both;
    text-edge: cap;
    font-family: PT Serif;
    font-style: normal;
    font-weight: 400;
    line-height: clamp(3.75rem, 2.916666666666667rem + 2.314814814814815vw, 5rem);
    letter-spacing: -1px;
    margin-bottom: 1rem;

}
.InterestedIn .description *{
    color: #FFFFF9;
    leading-trim: both;
    text-edge: cap;
    font-family: Manrope;
    font-size: clamp(0.875rem, 0.7916666666666666rem + 0.23148148148148145vw, 1rem);
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    margin-bottom: 2rem;

}
.InterestedIn .card-interested{
    background-color: #fffff9;
    padding: 35px 25px;
}
.InterestedIn .card-interested .card-header{
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.InterestedIn .card-interested .title{
    width: 70%;

}
.InterestedIn .card-interested .title *{
    color: #020C11;
    leading-trim: both;
    text-edge: cap;
    font-family: Manrope;
    font-size: clamp(2rem, 1.8333333333333333rem + 0.4629629629629629vw, 2.25rem);
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 36px */
    margin-bottom: 0;
}
.InterestedIn .card-interested .btn-card{
    background-color:  #FF3300;
    padding: 14px 16px;
    text-transform: uppercase;
    color:  #FFFFF9;
    leading-trim: both;
    text-edge: cap;
    font-family: Manrope;
    font-size: clamp(0.75rem, 0.6666666666666666rem + 0.23148148148148145vw, 0.875rem);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}
.InterestedIn .card-interested .btn-card:hover{
    background-color: #992000;
}
.InterestedIn .card-interested .card-image{
    display: flex;
    justify-content: end;
}

.InterestedIn .card-interested img{
    aspect-ratio: 7/9;
    width: 75%;
}

@media (min-width: 768px){
    .InterestedIn .container .cards{
        flex-direction: row;
    }
    .InterestedIn .card-interested .card-header{
        gap:1rem;
        flex-direction: column;
        align-items: start;
        min-height: 160px;
    }
    .InterestedIn .card-interested .title{
        width: 100%;
    }
    .InterestedIn .card-interested{
        width: 33%;
    }
    .InterestedIn .card-interested .div-btn{
        display: flex;
        width: 100%;
        justify-content: end;
    }
    .InterestedIn .section-title *, .InterestedIn .description *{
        width: 60%;
    }

}
@media (min-width: 1200px){
    .InterestedIn .container .cards{
        flex-direction: row;
    }
    .InterestedIn .card-interested .card-header{
        gap: 0;
        flex-direction: row;
        align-items: center;
        min-height: 64px;
        justify-content: space-between;
    }
    .InterestedIn .card-interested{
        width: 33%;
    }
    .InterestedIn .card-interested .title{
        width: 70%;
    }
    .InterestedIn .card-header{
        margin-bottom: 40px;
    }
    .InterestedIn .card-interested .div-btn{
        display: flex;
        width: auto;
        justify-content: end;
    }
    .InterestedIn .section-title *{
        margin-bottom: 30px;
        width: 50%;
    }
    .InterestedIn .description *{
        color: #FFFFF9;
        leading-trim: both;
        text-edge: cap;
        font-family: Manrope;
        font-size: clamp(0.875rem, 0.7916666666666666rem + 0.23148148148148145vw, 1rem);
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 150% */
        margin-bottom: 50px;
        width: 50%;
    }

}

.Legales{
    margin-top: clamp(3.75rem, 1.25rem + 6.944444444444445vw, 7.5rem);
}
.Legales .container{
    padding: 0 20px;
}

.Legales .page-title{
    color: #451B17;
    text-align: start;
    leading-trim: both;
    text-edge: cap;
    font-family: Manrope;
    font-size: clamp(1.25rem, 1.0833333333333333rem + 0.4629629629629629vw, 1.5rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 30px;
    margin-bottom: 88px;
    border-bottom: 1px solid #451B17;
    text-transform: uppercase;
}

.Legales h3{
    color:  #FF3300;
    leading-trim: both;
    text-edge: cap;
    font-family: Manrope;
    font-size: clamp(1.75rem, 1.5833333333333333rem + 0.4629629629629629vw, 2rem);
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
    margin-top: clamp(2.75rem, 1.9166666666666667rem + 2.314814814814815vw, 4rem);
}
.Legales p{
    color: #451B17;
    leading-trim: both;
    text-edge: cap;

    /* Body */
    font-family: Manrope;
    font-size: clamp(0.875rem, 0.7916666666666666rem + 0.23148148148148145vw, 1rem);
    font-style: normal;
    font-weight: 500;
    line-height: clamp(1.375rem, 1.2916666666666667rem + 0.23148148148148145vw, 1.5rem);
    margin: 1.5rem 0;
}
.Legales strong{
    color: #451B17;;
}
.Legales ul,.Legales li,.Legales ol{
    list-style: disc;
    margin: 0 0 0 1.5rem;
}
.Legales li{
    margin: 1rem 0;
}
.Legales li::marker{
    font-size: 10px;
}
.Legales a{
    color: #FF3300;
}

@media(min-width: 992px){
    .Legales .page-content{
        width: 71%;
    }
    .Legales .container{
        padding: 0;
    }
}

/*
.InterestedIn{
    position: absolute;
    top: 85vh;
    width: 100%;
    min-height: 90vh;
    padding: 5vh 20px;
    z-index: 10;
    transition: all 2.5s ease;
}
*/
.Error404{
    height: 85vh;
    position: relative;
    transition: all 2.5s ease;
}
.InterestedIn{
    width: 100%;
    padding: 5vh 20px;
    z-index: 10;
    transition: all 2.5s ease;
}

/* FEEDBACK CSS NATALIE */
.IntroAboutUs .hero_claim{
    transition: all 0.5s 0.5s;
}
.IntroAboutUs .hero_image{
    transition: all 0.25s 0.25s;
}
@media (min-width: 1920px){
    body.s-hero .hero_image, body.s-figures .hero_image {
        height: calc(100vh + 148px);
    }
}

.InFIgures .figures_title{
    margin-bottom: 80px;
}
.InFIgures .figures-last .figures_item p{
    transition: all 1s ease;
    z-index: 1;
}
.InFIgures .figures-last img{
    opacity: 100%;
    transition: all .5s ease;
}
.InFIgures .figures.figures-last .figures_item{
    max-height: unset !important;
    height: unset;
    aspect-ratio: 1331/742;
}
.InFIgures .figures-last.viewport img{
    opacity: 70%;
}
.InFIgures .figures-last.viewport .figures_item{
    background-color: black;
}
.InFIgures .figures.figures-last .figures_item{
    max-width: 100% !Important;
}
@media(max-width: 567px){
    .InFIgures .figures.figures-last .figures_item{
        margin-left: 0;
    }
}

.OurHistory .container{
    padding-top: 170px;
}
.OurHistory .titleRow{
    padding-top: 40px;
    margin-bottom: 170px;
    border-top: 1px solid white;
}
.OurHistory .titleRow *{
    font-size: 28px;
    color:  #FF3300;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Manrope";
}
.OurHistory .full-height{
    height: calc(100vh - 120px);
    max-height: 960px;
}
.OurHistory .full-height .yearsCarousel {
    height: 88%;
}
.OurHistory .full-height .yearSelectorContainer {
    height: 12%;
}
.OurHistory .owl-stage-outer, .owl-stage, .owl-item, .yearItem{
    height: 97%;
}
.OurHistory .owl-carousel .owl-item.active .yearItem{
    width: 100%;
}
.OurHistory .yearItem_year{
    font-size: clamp(9.375rem, 5.625rem + 10.416666666666666vw, 15rem) !important;
}

.OurHistory .owl-carousel .owl-item{
    opacity: 0.2;
}

.OurHistory .owl-carousel .owl-item.active{
    opacity: 1;

}
.OurHistory .owl-carousel .owl-item{
    transition: opacity 2s ease, transform 2s ease;

}
.OurHistory .owl-carousel .owl-item.active .yearItem_year{
    transform: translate(-20%,0);
}
.OurHistory .owl-carousel .owl-item.active #year_15 .yearItem_image{ top: 10%; right: 5%; transform: translate(42%, 30%)!important; }
.OurHistory #year_15.yearItem.item-1 .yearItem_image { height: 25% !important; }

.OurHistory .owl-carousel .owl-item.active .yearItem_image{
    transform: translate(-20%,0);
}
.OurHistory .owl-carousel .owl-item.active .yearItem_text{
    transform: translate(-20%,0);
}
.OurHistory .owl-carousel .owl-item .yearItem_year{
    transition: transform 3s ease;
}
.OurHistory .owl-carousel .owl-item .yearItem_image{
    transition: transform 1s ease;
}
.OurHistory .owl-carousel .owl-item .yearItem_text{
    transition: transform 2s ease;
}


@media screen and (max-width: 576px){
    .OurHistory .owl-carousel .owl-item.active .yearItem_text{
        font-size: 14.5px;
        max-width: 320px;
        width: 100%;
    }

    .OurHistory .yearItem.item-2 .yearItem_text{
        top: 45% !important;
    }
}


.OurHistory .yearItem.item-1 .yearItem_year{
    position: absolute;
    left: 250px;
    top: 20px;
    width: fit-content;
    line-height: normal;
    height: fit-content;
}
.OurHistory .yearItem.item-1 .yearItem_image{
    max-width: unset;
    max-height: unset;
    height: 30%;
    position: absolute;
    bottom: 16%;
}
.OurHistory .yearItem.item-1 .yearItem_text {
    max-width: 350px;
    position: absolute;
    color: #fff;
    left: 52%;
    top: 45%;
}
.OurHistory .yearItem.item-2{
    padding-left: 0;
}
.OurHistory .yearItem.item-2 .yearItem_year{
    position: absolute;
    left: 0;
    bottom: 19%;
    width: fit-content;
    line-height: normal;
    height: fit-content;
}
.OurHistory .yearItem.item-2 .yearItem_image {
    max-width: unset;
    max-height: unset;
    aspect-ratio: 365 / 465;
    z-index: 2;
    position: absolute;
    height: 40%;
    top: 0;
    left: 3.4%;
}
.OurHistory .yearItem.item-2 .yearItem_image img{ height: 100%; }
.OurHistory .yearItem.item-2 .yearItem_text {
    max-width: 350px;
    position: absolute;
    color: #fff;
    left: 610px;
    top:26%;
}
.OurHistory .yearItem.item-3 {
    display: block;
    position: relative;
}
.OurHistory .yearItem.item-3 .yearItem_year{
    position: absolute;
    right: 230px;
    top: -7%;
    width: fit-content;
    line-height: normal;
    height: fit-content;
}
.OurHistory .yearItem.item-3 .yearItem_image {
    max-width: unset;
    max-height: unset;
    aspect-ratio: 427 / 720;
    z-index: 2;
    position: absolute;
    height: 50%;
    bottom: 10%;
    right: 0;

}
.OurHistory .yearItem.item-3 .yearItem_text {
    max-width: 350px;
    position: absolute;
    color: #fff;
    right: 350px;
    bottom:65%;
}


.OurHistory .yearSelector::before{
    transition: all .5s ease;
}
.OurHistory .yearSelector:hover{
    cursor: pointer;
}
.yearSelectorContainerAbsolute{
    z-index: 9;
}
.OurHistory ul li::before{
    color: white;
}
.OurHistory .yearItem{
    margin-left: 8%;
}
@media(min-width: 768px){
    .OurHistory .owl-carousel .owl-item.active{
        margin-right: 0px;
    }
    .OurHistory .owl-carousel .owl-item.active .yearItem{
        width: 100%;
    }
    .OurHistory .yearItem.item-1 .yearItem_image{
        height: 54%;
    }
    .OurHistory .yearItem.item-1 .yearItem_text{
        left: 470px;
        top: 290px !important;
    }
    .OurHistory .yearItem.item-2 .yearItem_image{
        height: 55%;
        left: 17.4%;
    }
    .OurHistory .yearItem.item-3 .yearItem_image {
        height: 75%;


    }
    .OurHistory .yearItem.item-3 .yearItem_text{
         bottom: 14%;
    }
    .OurHistory .yearItem.item-3 .yearItem_year{

        top: 0%;
    }
    .OurHistory .yearItem{
        margin-left: 7%;
    }
}
@media(min-width: 992px){
    .OurHistory .owl-carousel .owl-item.active{
        margin-right: 0px;
    }
    .OurHistory .owl-carousel .owl-item.active .yearItem{
        width: 100%;
    }
    .OurHistory .yearItem{
        margin-left: 7%;
    }
}
@media(min-width: 1200px){
    .OurHistory .owl-carousel .owl-item.active{
        margin-right: -200px;
    }
    .OurHistory .owl-carousel .owl-item.active .yearItem{
        width: 80%;
    }
    .OurHistory .yearItem.item-1 .yearItem_text{
        top: 45%
    }
    .OurHistory .yearItem{
        margin-left: 6%;
    }

}
@media(min-width: 1440px){
    .OurHistory .owl-carousel .owl-item.active{
        margin-right: -200px;
    }
    .OurHistory .owl-carousel .owl-item.active .yearItem{
        width: 75%;
    }

    .OurHistory .yearItem{
        margin-left: 5%;
    }

}
@media(min-width: 1800px){
    .OurHistory .owl-carousel .owl-item.active{
        margin-right: -400px;
    }
    .OurHistory .owl-carousel .owl-item.active .yearItem{
        width: 55%;
    }
    .OurHistory .yearItem.item-1 .yearItem_text{
        top: 55%
    }

    .OurHistory .yearItem{
        margin-left: 4%;
    }
}
.otgs-development-site-front-end {
    display: none;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin-bottom: 0px;
}
/*
.OurHistory .owl-carousel .owl-item{
    transition: all 0.5s ease;

}*/


/*
.OurHistory .owl-item:has(.item-1){
    width: 860px !important;
}
.OurHistory .owl-item:has(.item-2){
    width: 891px !important;
}
.OurHistory .owl-item:has(.item-3){
    width: 741px !important;
}*/
@media screen and (max-width: 1600px){
    .AtExcaliburMultiphysics{
        margin-top: -100vh!important;
    }
}

@media screen and (max-width: 1300px){
    .AtExcaliburMultiphysics{
        margin-top: -80vh!important;
    }
}

@media screen and (max-width: 767px){
    .AtExcaliburMultiphysics{
        margin-top: unset!important;
    }
}

@media (max-width: 992px){
    .OurHistory .yearSelectorContainer{
        margin-top: 6px;
        width: max-content;
    }
    .OurHistory .overflowMobile{
        overflow-x: auto;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .OurHistory .yearSelectorContainer::before{
        width: 105%;
    }
}
@media (min-width: 600px){
    .InFIgures .figures.viewport.figures-last .figures_item{
        width: 100%;
        max-width: 100%;
    }
    .InFIgures .figures-last .container{
        margin-right: 0;
        max-width: unset;
    }
    .MappingNaturalResources .gallery .trick{
        height: 20.6vw;
    }
    .AtExcaliburMultiphysics{
        margin-top: -120vh;
    }

    .SLiderValues .about_title{
        font-size: 175px;
    }
    .SLiderValues .about_subtitle{
        font-size: 38px;
    }

    .SLiderValues .about_subtitle-3{
        margin-top: 88px;
        margin-bottom: 88px;
    }

    .SLiderValues .about_title-1,  .SLiderValues .about_title-3{
        margin-top: 128px;
    }
    .SLiderValues .about_title-1{
        margin-bottom: 111px;
    }
    .SLiderValues .about_number-5{
        margin-left: auto !important;
    }
    .SLiderValues .about_number-4{
        margin: -10% 0 auto 5% !important;
    }
    .SLiderValues .horizontal.about-simple .wrapper{
        width: 800vw;
    }
    /*
    .OurValues .values_item.active{
        width: 32%;
        transform: scale(1.1);
    }
    .OurValues .values_item.active .values_item_title{
        font-size: 32px;
    }
    .OurValues .values_item:nth-of-type(2).active{
        left: 34%;
    }
    */
    .OurHistory .timeline .container:nth-of-type(3n + 3) .timeline_year{
        top: 10%;
    }
    .OurHistory ul{
        margin: 0 0 0 1rem;
        padding: 0rem 0rem 0 0.25rem;
        list-style: disc;
    }
    .OurHistory li{
        margin: 0.75rem 0;
        list-style: disc;

    }
    .OurHistory .timeline .container:nth-of-type(3n + 1) .timeline_text, .OurHistory .timeline .container:nth-of-type(3n + 1) .timeline_list{
        margin-top: 40%;
        margin-bottom: auto;
    }
}
@media (min-width: 992px){
    .OurHistory .timeline .container:nth-of-type(3n + 1) .timeline_text, .OurHistory .timeline .container:nth-of-type(3n + 1) .timeline_list{
        margin-top: 33%;
        margin-bottom: auto;
    }
    .MappingNaturalResources .gallery .trick{
        height: 5vw;
    }
}
@media (min-width: 1200px) {
    .MappingNaturalResources .gallery .trick{
        height: 4vw;
    }
}
@media (min-width: 1440px){
    .OurHistory .timeline .container:nth-of-type(3n + 1) .timeline_text, .OurHistory .timeline .container:nth-of-type(3n + 1) .timeline_list{
        margin-top: 26%;
        margin-bottom: auto;
    }
    .MappingNaturalResources .gallery .trick{
        height: 4vw;
    }
}
@media (min-width: 1800px){
    .OurHistory .timeline .container:nth-of-type(3n + 1) .timeline_text, .OurHistory .timeline .container:nth-of-type(3n + 1) .timeline_list{
        margin-top: 18%;
        margin-bottom: auto;
    }
    /*.MappingNaturalResources .gallery .trick{*/
    /*    height: 17.6vw;*/
    /*}*/
}
@media (min-width: 1800px){
    .MappingNaturalResources .gallery .trick{
        height: 2vw;
    }
}



.SLiderValues .about_number-5{
    margin-top: 65px;
    margin-left: 0;
}
.SLiderValues .about_number-4{
    margin-left: 0;
    margin-top: 200px;
}
.FormContacto{
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 45vw;
    background-position-x: 100%;
    padding-top: 1px;
    background-position-y: clamp(1.8125rem, 10.456064356435643rem + -9.603960396039604vw, 7.875rem);
}
/*
@media(min-width: 768px){
    .FormContacto{
        background-position-y: 111px;
    }
}
@media(min-width: 992px){
    .FormContacto{
        background-position-y: 77px;
    }
}
@media(min-width: 1200px){
    .FormContacto{
        background-position-y: 80px;
    }
}
@media(min-width: 1440px){
    .FormContacto{
        background-position-y: 59px;
    }
}


 */
@media(min-width: 1920px){
    .FormContacto{
        background-position-y: -64px;
    }
}
.FormContacto .container{
    padding: 0 20px;
}
.FormContacto .container#title{
    max-width: unset;
    padding: 0;
    position: relative;

}
.FormContacto .title{
    color: #451B17;
    text-align: start;
    leading-trim: both;
    text-edge: cap;
    font-family: Manrope;
    font-size: clamp(1.25rem, 1.0833333333333333rem + 0.4629629629629629vw, 1.5rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 30px;
    margin-bottom: clamp(1.25rem, -1.25rem + 6.944444444444445vw, 5rem);
    border-bottom: 1px solid #451B17;
    text-transform: uppercase;
    margin-top: clamp(2.5rem, -0.833333333333333rem + 9.25925925925926vw, 7.5rem);
}
.FormContacto .form{
    padding: clamp(1.25rem, -1.25rem + 6.944444444444445vw, 5rem);
    margin: clamp(3.75rem, 1.0000000000000004rem + 7.638888888888888vw, 7.875rem) clamp(0rem, -4.333333333333333rem + 12.037037037037036vw, 6.5rem);
    border: 1px solid #451B17;
    background-color: #FFFFF9;
}
.Offices .container{
    padding: clamp(2.5rem, 0.8333333333333335rem + 4.62962962962963vw, 5rem) clamp(1.25rem, -2.2499999999999996rem + 9.722222222222221vw, 6.5rem);
}
.Offices .header-offices{
    display: flex;
    align-items: center;
    gap: clamp(1.75rem, 1.5416666666666667rem + 0.5787037037037037vw, 2.0625rem);
    margin-bottom: clamp(2.875rem, 2.041666666666667rem + 2.314814814814815vw, 4.125rem);
}
.Offices .header-offices .total-offices{
    font-size: clamp(6.25rem, 2.083333333333334rem + 11.574074074074073vw, 12.5rem);
    color:  #451B17;
    leading-trim: both;
    text-edge: cap;
    font-family: Manrope;
    font-style: normal;
    font-weight: 600;
    line-height: 80%;
    letter-spacing: -1px;
}
.Offices .header-offices .text .title *{
    color:  #FF3300;
    leading-trim: both;
    text-edge: cap;
    font-family: Manrope;
    font-size: clamp(1.5rem, 1.3333333333333333rem + 0.4629629629629629vw, 1.75rem);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: clamp(1.25rem, 1.0833333333333333rem + 0.4629629629629629vw, 1.5rem);
}
.Offices .header-offices .text .description *{
    color:  #451B17;
    font-family: PT Serif;
    font-size: clamp(1.75rem, 0.9166666666666667rem + 2.314814814814815vw, 3rem);
    font-style: normal;
    font-weight: 400;
    line-height: 105%; /* 50.4px */
    max-width: 600px;
}
.Offices .offices{
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 0.8333333333333334rem + 0.4629629629629629vw, 1.25rem);
}
.Offices .office{
    width: 100%;
    background-color: black;
}
.Offices .office .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: black;
    padding: clamp(1.25rem, 0.8333333333333334rem + 1.1574074074074074vw, 1.875rem) clamp(1.875rem, 1.4583333333333335rem + 1.1574074074074074vw, 2.5rem);;
    position: relative;
    background-color: black;
}
.Offices .office .title *{
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: PT Serif;
    font-size: clamp(1.5rem, 0.8333333333333334rem + 1.8518518518518516vw, 2.5rem);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(1.5rem, 1.3333333333333333rem + 0.4629629629629629vw, 1.75rem);
    letter-spacing: -1px;
}
.Offices .office .title .location{
    display: flex;
    gap: 20px;
    align-items: center;
    z-index: 2;
}
.Offices .office .title .location img{
    width: 22px;
}
.Offices .office .title > img.arrow{
    transition: all .5s ease;
    width: 32px;
    z-index: 2;
    transform: rotate(180deg);
}
.Offices .office .title > img.arrow:hover{
    cursor: pointer;
}
.Offices .office.active .title > img.arrow{
    transform: rotate(0);

}

.Offices .office .title .bg-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}


.Offices .office .team { display: none }
.Offices .office .teamWrapper{
    background:  #FF3300;
    display: flex;
    padding: clamp(3.125rem, 2.291666666666667rem + 2.314814814814815vw, 4.375rem) clamp(2.5rem, 1.6666666666666667rem + 2.314814814814815vw, 3.75rem);
    flex-wrap: wrap;
    gap: clamp(2.125rem, 1.2916666666666667rem + 2.314814814814815vw, 3.375rem);
    justify-content: space-between;
    align-items: center;
}

.Offices .office .team .member{
    max-width: 415px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
}
@media(min-width: 576px){
    .Offices .office .team .member{
        width: 45%;
    }
}
@media(min-width: 1200px){
    .Offices .office .team .member{
        width: 50%;
    }
}
.Offices .office .team .member .name{
    color: #FFFFF9;
    leading-trim: both;
    text-edge: cap;
    font-family: Manrope;
    font-size: clamp(1.25rem, 1.0833333333333333rem + 0.4629629629629629vw, 1.5rem);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;

}
.Offices .office .team .member .role{
    color: #FFFFF9;
    leading-trim: both;
    text-edge: cap;
    font-family: Manrope;
    font-size: clamp(0.875rem, 0.7083333333333334rem + 0.4629629629629629vw, 1.125rem);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
    padding-bottom: clamp(1rem, 0.8333333333333334rem + 0.4629629629629629vw, 1.25rem);
    border-bottom: 1px solid white;
}
.Offices .office .team .member .email{
    color: #FFFFF9;
    leading-trim: both;
    text-edge: cap;
    font-family: Manrope;
    font-size: clamp(0.875rem, 0.7083333333333334rem + 0.4629629629629629vw, 1.125rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: end;
    width: 100%;
    margin-top: clamp(1.25rem, 1.0833333333333333rem + 0.4629629629629629vw, 1.5rem);
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: end;
}
.Offices .office .team .member .email img{
    width: 20px;
    height: 16px;
}
/* Container */
@media(max-width: 768px){
    .cmplz-cookiebanner{
        grid-template-columns: 1fr !important;
    }
    .cmplz-cookiebanner .cmplz-body{
        grid-column-start: 1 !important;
        grid-row-start: 2 !important;
        margin-bottom: 30px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: flex-start !important;
    }
    .cmplz-cookiebanner .cmplz-buttons{
        grid-column-start: 1 !important;
        grid-row-start: 3 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .cmplz-cookiebanner .cmplz-header{
        grid-column-start: 1 !important;
        grid-row-start: 1 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: flex-start !important;
        margin-bottom: 30px !important;
    }
}
.cmplz-cookiebanner{
    margin: 0 !important;
    width: 100% !important;
    border-radius: 0;
    gap: 0;
    grid-template-columns: 1fr 1fr;
    padding: clamp(1.25rem, 0.29166666666666663rem + 2.662037037037037vw, 2.6875rem) clamp(1.25rem, -5.541666666666666rem + 18.865740740740737vw, 11.4375rem);;
}
.cmplz-btn {
    width: fit-content !important;
}
.cmplz-divider{
    display: none;
}
.cmplz-cookiebanner .cmplz-header{
    grid-column-start: 1;
    grid-row-start: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.cmplz-cookiebanner .cmplz-header .cmplz-title{
    grid-column-start: 1;
    grid-row-start: 1;
    font-size: 23px !important;
    font-weight: 600 !important;
    font-family: Manrope !important;
    line-height: 33px !important;
}
.cmplz-cookiebanner .cmplz-body{
    grid-column-start: 2;
    grid-row-start: 1;
    margin-bottom: 30px;
}
.cmplz-cookiebanner .cmplz-buttons{
    grid-column-start: 2;
    grid-row-start: 2;
}

/* Logo */
.cmplz-cookiebanner .cmplz-logo{}
/* Title */
.cmplz-cookiebanner .cmplz-title{}
/* Close icon */
.cmplz-cookiebanner .cmplz-close{}

/* Message */
.cmplz-cookiebanner .cmplz-message{
    margin: 0;
    line-height: 22px;
}
.cmplz-cookiebanner .cmplz-message a{
    text-decoration: underline;
}

/* All buttons */
.cmplz-buttons .cmplz-btn{}
/* Accept button */
.cmplz-btn .cmplz-accept{}
/* Deny button */
.cmplz-btn .cmplz-deny{}
/* Save preferences button */
.cmplz-btn .cmplz-deny{}
/* View preferences button */
.cmplz-btn .cmplz-deny{}

/* Document hyperlinks */
.cmplz-links .cmplz-documents{}

/* Categories */
.cmplz-cookiebanner .cmplz-category{}
.cmplz-cookiebanner .cmplz-category-title{}

/* Manage consent tab */
#cmplz-manage-consent .cmplz-manage-consent{}

/* Soft cookie wall */
.cmplz-soft-cookiewall{}

/* Placeholder button - Per category */
.cmplz-blocked-content-container .cmplz-blocked-content-notice{}

/* Placeholder button & message - Per service */
.cmplz-blocked-content-container .cmplz-blocked-content-notice,
.cmplz-blocked-content-notice{}
button.cmplz-accept-service{}

/* Styles for the AMP notice */
#cmplz-consent-ui, #cmplz-post-consent-ui {}
/* Message */
#cmplz-consent-ui .cmplz-consent-message {}
/* Buttons */
#cmplz-consent-ui button, #cmplz-post-consent-ui button {}


body.s-cta .header.animated .header_logo {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
    animation: none;
    opacity: 1;
    visibility: visible;
    width: 205px;
}

body.s-cta .header.animated {
    background-color: #FFFFF9;
    box-shadow: 0px 4px 27.7px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
    transition: all 0.4s;
}
@media (min-width: 1000px) {
    body.s-cta .header.animated {
        padding: 32px 20px;
    }
}

body.s-intro .header.animated .header_logo,  body.s-about .header.animated .header_logo{
    min-width: 230px;
}


body:not(.s-intro):not(.s-about):not(.s-intro-animation) .header.animated .header_logo {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
    animation: none;
    opacity: 1;
    visibility: visible;
    width: 205px;
    min-width: 230px;
}

body:not(.s-intro):not(.s-about):not(.s-intro-animation) .header.animated {
    background-color: #FFFFF9;
    box-shadow: 0px 4px 27.7px 0px rgba(0, 0, 0, 0.15);
    padding: 22px 0 22px 15px;
    transition: all 0.4s;
}


@media (min-width: 1000px) {
    body:not(.s-intro):not(.s-about) .header.animated {
        padding: 32px 20px;
    }
    body.home.s-intro-animation .header.animated .header_logo{
        position: fixed;
        width: 400px;
        height: 400px;
        margin-top: -250px;
        margin-left: auto;
        margin-right: -150px;
        right: 50%;
        top: 50%;
        animation: opacity 1s forwards, scale 2s forwards, imagoDesktopM 1s 1s forwards ease-in-out;
    }
}

@media (max-width: 600px) {
    body.s-intro-animation .header.animated .header_logo {
        width: 200px;
        height: 200px;
        position: fixed;
        top: 50%;
        left: 53%;
        margin-top: -100px;
        margin-left: -100px;
        opacity: 0;
        visibility: hidden;
        animation: opacity 1s forwards, scale 2s forwards, imago 1s 1s forwards ease-in-out;
    }
}













