.fonta {
    font-size: clamp(2.7rem, 2.303rem + 1.695vw, 3.75rem);
    font-weight: bold;
    line-height: 100%;
	letter-spacing:0px;
}

.fontc {
    font-size: clamp(2.7rem, 6.5vw, 8.5rem);
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0px;
}

/*.fontb {
    font-size: clamp(1.3rem, 1.082rem + 0.928vw, 1.875rem);
    line-height: 120%
}*/

/*.fontb {
    font-size: clamp(1.3rem, 1.082rem + 0.928vw, 1.28rem);
    line-height: 120%
}*/

/*.fontb {
    font-size: clamp(1.3rem, 1.082rem + 0.928vw, 1.575rem);
    line-height: 120%
}*/
.fontb {
    font-size: clamp(1.188rem, 1.042rem + 0.625vw, 1.575rem);
    line-height: 120%
}

.fonttlt {
    font-size: clamp(1.8rem, 1rem + 1.5vw, 2.813rem);
    line-height: 100%;
    font-weight: 600;
    text-transform: uppercase;
}

.fonttltb {
    font-size: clamp(1.5rem, 3.2vw, 2.718rem);
    line-height: 100%;
    font-weight: bold;
}

.fontvidtitle {
    /*font-size: clamp(1rem, 0.669rem + 1.413vw, 1.875rem);*/
	font-size: clamp(1.3rem, 1.082rem + 0.928vw, 1.875rem);
    font-weight: 600;
    line-height: 110%
}

.fontvidtitleb {
    font-size: clamp(1rem, 0.55rem + 1.918vw, 2.188rem);
    font-weight: 600;
    line-height: 110%
}


    .fontvidtitle.country {
       font-size: clamp(1rem, 0.669rem + 1.413vw, 1.875rem);
        font-weight: 600;
        line-height: 110%
    }

    .fontvidtitle.active {
        color: #ed3323;
    }
.proj:hover .fontvidtitle {
    color: #ed3323 !important;
}

.proj{
            cursor:pointer;
            
        }
.fontvidsubtitle {
    /*font-size: clamp(1rem, 0.669rem + 1.413vw, 1.875rem);*/
	/*font-size: clamp(1.3rem, 1.082rem + 0.928vw, 1.875rem);*/
	font-size: clamp(1.188rem, 0.928rem + 1.109vw, 1.875rem);
}
.fontvidsubtitleb {
    font-size: clamp(1rem, 0.55rem + 1.918vw, 2.188rem);
}

.fontbox {
    /*font-size: clamp(0.8rem, 1.3vw, 2rem);*/
	font-size: clamp(1rem, 1.3vw, 1.104rem);
}

.fontboxbig {
    font-size: clamp(1.188rem, 2.2vw, 1.869rem);
	line-height:120%;
}




.fontfooter {
    font-size: clamp(1rem, 1.3vw, 1.3rem);
}


.fontmenu {
    font-size: 18px
}
.fontmenub {
    font-size: 32px
}

.fonthigh {
    color: #dc3832;
    white-space: nowrap
}
.fonthighb {
    color: #dc3832;
    white-space:normal;
}
.globalinovation {
    font-size: clamp(1.5rem, 4vw, 3.398rem);
    font-weight: bold;
    color: #dc3832;
    line-height:100%;
}

.address {
    font-size: clamp(1rem, 1.7vw, 1.444rem);
    color: #6d6e71;
}

.fontc {
    font-size: clamp(0.7rem, 4vw, 1.8rem);
}

.whatwedobox {
    width: 15%;
    display: flex;
    align-items: end;
    flex-wrap: wrap
}

    .whatwedobox.active {
        width: 25%;
    }

.whatwedoboxcontent {
    width: 100%;
    aspect-ratio: 1/1;
    background-color: transparent;
    border: 1px solid #ed1b24;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #ed1b24;
    display: flex;
    font-weight: 600;
    line-height: 100%
}

    .whatwedoboxcontent.active {
        width: 100%;
        aspect-ratio: 1/1;
        background-color: #ed1b24;
        border: none;
        text-transform: uppercase;
        text-align: center;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        line-height: 100%;
        color: #ffffff;
        display: flex;
    }


    .fontboxb{

    }



.fixed-ratio {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 225 / 400 = 0.5625 = 56.25% for 16:9 */
    overflow: hidden;
}

.fixed-ratio img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}