.about-us
{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.about-us .hero
{
    display: flex;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100 - 12.4em);
    position: relative;
    align-items: flex-end;
    justify-content: flex-end;
}

.about-us .hero .text
{
    position: absolute;
    top: 50%;
    left: 33.333%;
    transform: translate(-50%, -50%);
    width: 573px;
    font-family: "Deuterium Variable";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

.about-us .hero .text .title
{
    font-family: var(--font);
    font-weight: 560;
    font-size: 20px;
}

.about-us .hero .designs
{
    position: relative;
    margin-bottom: -9.56em;
    width: fit-content;
    height: fit-content;
}

.about-us .hero .designs img
{
    position: relative;
    z-index: 10;
    width: 38.6em;
    height: auto;
}


.about-us .hero .designs .circle
{
    position: absolute;
    top: 38%;
    left: 38%;
    transform: translate(-50%, -50%);

    --circle-size:263px;
    width: var(--circle-size);
    height: var(--circle-size);
    border-radius: var(--circle-size);

    background-color: var(--primary);
}


.about-us .hero .designs .gray.circle
{
    left: unset;
    top: 22.5%;
    right: 26%;
    transform: translate(+50%, -50%);

    --circle-size:144px;

    background-color: var(--secondary);
}


.about-us .what-do-we-do {
    display: flex;
    flex-direction: column;
}

.about-us .what-do-we-do .title
{
    width: calc(100% - 38.6em);
    height: 12em;
    background: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
}
.about-us .what-do-we-do .title h2
{
    font-size: 35px;
    color: var(--white);
    font-weight: 600;
}
.about-us .what-do-we-do .text
{
    width: 100%;
    padding: 4em 15em;
    text-align: center;
    background-color: var(--secondary);
    color: var(--white);
}
.about-us .what-do-we-do .text p
{
    color: var(--white);
    font-size: 1.1em;
    font-weight: 400;
}


.about-us .sustainability
{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about-us .sustainability .title-design
{
    display: flex;
    background-color: var(--primary);
    justify-content: center;
    align-items: center;
    padding: 1.5em;
    gap: 1em;
}

.about-us .sustainability .title
{
    font-size: 2.5em;
    font-style: normal;
    font-weight: 400;
    color: var(--white);
}

.about-us .sustainability .text
{
    margin: 4em auto;
    width: 66.66%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-us .sustainability .text p
{
    text-align: center;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.about-us .sustainability .swiper
{
    width: 100%;
    /* height: 210px; */
    display: flex;

}


.about-us .prizes
{
    margin-top: 12em;
    width: 100%;
}
.about-us .prizes .title-design
{
    width: 60%;
    padding: 2em 111px;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.about-us .prizes .title-design .background
{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--primary);
    clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
}
.about-us .prizes .title-design h2
{
    position: relative;
    z-index: 10;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    color: var(--white);
}

.about-us .prizes .title-design img
{
    position: absolute;
    z-index: 10;
    right: 0%;
    bottom: 50%;
    width: 111px;
    height: auto;
}

.prizes .swiper-container
{
    background-color: var(--secondary);
    width: 100%;
    padding: 4em 0 8em 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prizes .swiper
{
    padding: 0 60px; 
}
.prizes .swiper .swiper-wrapper
{
    max-width: 60vw;
}
.prizes .swiper .swiper-slide
{
    max-width: 264px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.prizes .swiper .swiper-slide h4
{
    color: var(--white);
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.prizes .swiper .swiper-slide img
{
    margin: 1rem 0;
}
.prizes .swiper .swiper-slide p
{
    padding: 0 1rem !important;
    color: var(--white);
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.prizes .swiper button
{
    color: white;
    filter: drop-shadow(rgba(0,0,0, 1) 2px 2px 5px);
}
.prizes .swiper-button-prev {
    left: 0px;
}

.prizes .swiper-button-next {
    right: 0px;
}
@media screen and (max-width:1280px) {
    .about-us .prizes .title-design
    {
        width: 80%;
    }
}

@media screen and (max-width: 864px) {
    .about-us .hero .designs {
        width: 100vw;
        margin: 0 0 -0.2em 0;
    }
    .about-us .hero .designs img
    {
        width: 100%;
        height: auto;
    }
    .about-us .what-do-we-do .title
    {
        width: 100%;
        height: auto;
        padding: 2em 0;
    }
    .about-us .hero {
        flex-direction: column;
        width: 95%;
        height: fit-content;
        position: relative;
        align-items: center;
        margin: 0 auto;
        justify-content: flex-start;
    }
    .about-us .hero .text {
        position: relative;
        transform: unset;
        top: unset;
        left: unset;
        width: 100%;
        height: unset;
    }
    .about-us .hero .text .title
    {
        line-height: 150%;
        margin-bottom: 1em !important;
    }
    .about-us .hero .designs {
        width: 100vw;
    }
    .about-us .what-do-we-do .text {
        width: 100%;
        padding: 1em 2.5%;
        text-align: left;
    }
    .what-do-we-do img
    {
        max-width: unset;
        height: 50vh;
        width: auto;
        transform: translateX(-50%);
        position: relative;
        left: 50%;
    }
    .about-us .sustainability .text {
        margin: 2em auto;
        width: 95%;
    }
    .about-us .sustainability .text p
    {
        text-align: left;
    }
    .prizes .swiper
    {
        padding: 0 100px;
    }
    .about-us .prizes .title-design {
        width: 80%;
    }
}
@media screen and (max-width: 640px) {
    
    .about-us .prizes .title-design
    {
        padding: 1.5em 5.5em 1.5em 0;
        width: 95%;
    }
}