/* main photocards */
.t106 {
    padding: 0 3rem;
}
.t106__wrapper.t-card__col {
    box-shadow: 0 0 24px 10px rgb(15 28 23 / 85%);
}

@media screen and (max-width: 640px) {
    .t106__wrapper { display: flex; flex-direction: column;}
    #rec536094549 .t106__wrapper > div:nth-child(2){ order:1; }
    #rec536094549 .t106__wrapper > div:nth-child(1){ order: 2; }
}
/* header */
#rec575575905 .word h2 strong {
    font-size: 2.5rem;
}
#rec575575905 .slogan {
    display: flex;
    justify-content: space-around; 
    flex-grow: 1; 
    font-family: 'Rubik',Arial,sans-serif;
}
@media screen and (max-width: 960px) {
    #rec575575905 .slogan {
        margin-left: 10%;
        flex-direction: column;
    }
    #rec575575905 .word:not(:last-of-type) {
        margin-bottom: 8vh;
    }
}

/* footer */
#rec538730172 .t457 .t-container { display: flex; flex-direction: column; }
#rec538730172 .t457 .t-container > div:nth-child(1) { order: 3; margin-top: 2rem; }
#rec538730172 .t457 .t-container > div:nth-child(2) { order: 1; }
#rec538730172 .t457 .t-container > div:nth-child(3) { order: 2; }

/* about us page*/
#rec538906185 .t-cover { background-color: #4c9988; }
#rec538906185 .t-cover__carrier.loaded { opacity: 0.45;}
#coverCarry538906185 { background-size: auto 300%;}

/* contacts page*/
#rec530548115 .t554__card-wrapper { pointer-events: none; }
#rec530548115 .t554__card-wrapper .t554__card { pointer-events: initial; }

@media screen and (min-width: 960px) {
#rec530548115 .t554__general-wrapper .t554__card-wrapper { bottom: 0;}
#rec530548115 .t554__card-wrapper .t554__card {
    top: 50%;
    transform: translateX(40px) translateY(-50%);
}
}