.sub-header{
    margin-top: 60px;
}
.phrases{
    margin-top: 80px;
}
.reveal-top-txt{
    opacity: 0;
}
.phrases h1{
    position: relative;
    margin-bottom: 0;
    font-family: 'Flama Condensed';
    line-height: 1;
    mix-blend-mode: multiply;
}
.phrases h1._1{
    left: -40px;
    font-size: 8.333%;
    font-size: calc(((100vw - 240px - 40px) / 2) * .08333);
    font-size: calc(((100vw - 240px - 40px) / 200) * 12);
    color: var(--grey2);
}
.phrases h1._2{
    display: inline-block;
    text-align: left;
    width: auto;
    margin-top: 10px;
    font-size: calc(((100vw - 240px - 40px) / 200) * 5.6);
}
.phrases h1._3{
    margin-top: 30px;
    left: -60px;
    font-size: calc(((100vw - 240px - 40px) / 200) * 7.2);
}
.phrases h1._4{
    display: inline-block;
    text-align: left;
    width: auto;
    margin-top: 30px;
    margin-right: -70px;
    font-size: calc(((100vw - 240px - 40px) / 200) * 4.8);
}
.phrases h1._5{
    right: -90px;
    margin-top: -55px;
    font-size: calc(((100vw - 240px - 40px) / 200) * 29);
    color: var(--grey2);
}
.phrases h1._6{
    margin-top: 70px;
    /* left: 60px; */
    font-size: calc(((100vw - 240px - 40px) / 200) * 6.4);
}
.phrases h1._7{
    display: inline-block;
    text-align: left;
    width: auto;
    margin-top: 80px;
    margin-right: -60px;
    font-size: calc(((100vw - 240px - 40px) / 200) * 24);
    color: var(--grey2);
}
.phrases h1._8{
    display: inline-block;
    text-align: left;
    width: auto;
    margin-top: -50px;
    margin-right: -30px;
    font-size: calc(((100vw - 240px - 40px) / 200) * 8);
}
.phrases h1._9{
    display: inline-block;
    text-align: left;
    width: auto;
    margin-top: 70px;
    font-size: calc(((100vw - 240px - 40px) / 200) * 5.6);
}
.team{
    padding: 50px 0;
    background-color: var(--black);
    color: var(--white);
    margin-top: 30px;
}
.team .sub-header {
    margin-top: 40px;
}
.team .btn{
    float: right;
}
.team .carousel{
    margin-top: 50px;
}
.team .carousel .item{
    width: 260px!important;
    margin-right: 60px;
    cursor: pointer!important;
}
.team .carousel .slick-track{
    margin-left: 120px;
}
.team .item .txt {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px;
    top: 0;
    font-size: 14px;
    background-color: var(--white);
    color: var(--black);
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 250ms linear;
    /* display: none; */
}
.team .item.is-active .txt {
    opacity: 1;
    visibility: visible;
}
.team .item .ico {
    position: relative;
    width: 20px;
    height: auto;
    margin-top: 14px;
}
.team .item .image{
    overflow: hidden;
}
.team .item img {
    opacity: 1;
    transition: all 250ms ease-out;
}
.team .item:hover img {
    transform: scale(1.05);
}
.team .name{
    position: relative;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-right: 24px;
    font-family: 'Flama M';
    font-size: 14px;
    line-height: 1;
    border-bottom: 1px solid var(--white);
    transition: all 250ms linear;
}
.team .item.is-active{
    opacity: 1!important;
}
.team .item.is-active .name{
    padding-left: 10px;
    padding-right: 30px;
    background-color: var(--white);
    color: var(--black);
}
.team .plus-ico {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 0;    
    top: 25px;
}
.team .plus-ico .h, .team .plus-ico .v {
    border-top: 1px solid var(--white);
}
.team .item.is-active .plus-ico{
    right: 10px;
    transform: rotate(45deg);
}
.team .item.is-active .plus-ico .h, .team .item.is-active .plus-ico .v {
    border-top: 1px solid var(--black);
}
.team .carousel .slick-arrow{
    opacity: 0;
    transition: all 250ms linear;
}
.team .carousel .slick-prev{
    left: 40px;
}
.team .carousel .slick-next{
    right: 40px;
}
.team .carousel:hover .slick-arrow{
    opacity: 1;    
}
/* .team .carousel:hover, .team .item{
    cursor: ew-resize!important;
} */
.team .carousel:before, .team .carousel::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 100%;
    top: 0;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    transition: all 250ms linear;
}
.team .carousel::after {
    right: 0;
    transform: rotate(180deg);
}
.team .carousel:hover:before, .team .carousel:hover::after, .team .carousel:hover .slick-prev, .team .carousel:hover .slick-next {
    opacity: 1;
}
.locations{
    margin-top: 100px; 
    margin-bottom: 60px;   
}
.locations .sub-header {
    margin: 30px 0;
}
.locations .offices{
    display: flex;
    margin-left: -23px;
    margin-right: -8px;
}
.locations .offices .item{
    display: flex;
    flex-grow: 1;
    margin: 0 8px;
    padding: 15px;
    font-size: 13px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.locations .offices .item.dest{
    background-color: var(--grey2);
}
.locations .offices h6{
    margin-bottom: 14px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-family: 'Flama M';
}
.locations .offices h4{
    margin-bottom: 14px;
}
.locations .offices p{
    margin-bottom: 0;
}
.locations .offices .dest p{
    font-size: 14px;
}
.full-team{
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    background-color: rgba(0,0,0,.9);
    overflow-y: auto;
    display: none;
}
.full-team .close{    
    position: fixed;
    width: 30px;
    height: 30px;
    top: 14px;
    right: 14px;
    transform: rotate(45deg);
    z-index: 10;
}
.full-team .close .h, .full-team .close .v{
    border-width: 2px;
}
.full-team .item{
    margin-bottom: 40px;
}
.banner-blog{
    margin-top: 120px;
}
.banner-blog .container{
    padding-top: 150px;
    padding-bottom: 150px;
}
.banner-blog .data{
    color: white;
    display: flex;
    justify-content: space-between;
}

/* MIN 1600 px */
@media screen and (min-width: 1600px){
    .team .carousel .slick-track{
        margin-left: 120px;
        margin-left: calc((100vw - 1600px) / 2 + 120px);
    }
}


/* Tablets */
@media screen and (max-width: 1200px){

    .header h2 {
        font-size: 24px;
    } 
    .phrases h1{
        opacity: 1 !important;
    }
    .phrases h1._1{
        left: 0;
        font-size: calc(((100vw - 240px - 40px) / 150) * 12);
    }
    .phrases h1._2{
        left: 0;
        font-size: calc(((100vw - 240px - 40px) / 150) * 5.6);
    }
    .phrases h1._3{
        left: 0;
        font-size: calc(((100vw - 240px - 40px) / 150) * 7.2);
    }
    .phrases h1._4{
        margin-right: -20px;
        font-size: calc(((100vw - 240px - 40px) / 150) * 4.8);
    }
    .phrases h1._5{
        right: -20px;
        font-size: calc(((100vw - 240px - 40px) / 150) * 29);
    }
    .phrases h1._6{
        font-size: calc(((100vw - 240px - 40px) / 150) * 6.4);
    }
    .phrases h1._7{
        margin-right: 0;
        font-size: calc(((100vw - 240px - 40px) / 150) * 24);
    }
    .phrases h1._8{
        margin-right: 0;
        font-size: calc(((100vw - 240px - 40px) / 150) * 8);
    }
    .phrases h1._9{
        font-size: calc(((100vw - 240px - 40px) / 150) * 5.6);
    }
    .team .sub-header br{
        display: none;
    }
    .team .carousel .slick-track{
        margin-left: 15px;
    }
    .team .carousel .item {
        width: 210px!important;
        margin-right: 30px;
        cursor: pointer!important;
    }
    .locations {
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .locations .offices{
        flex-wrap: wrap;
    }
    .locations .offices .item{
        flex: auto;
        width: calc(33.333% - 16px);
        margin-bottom: 20px;
    }
    .locations .offices .item:nth-child(2){
        margin-inline-end: 33.333%;
    }
}


/* Mobile */
@media screen and (max-width: 576px){

    .p-top {
        padding-top: 120px;
    }
    .header h2 {
        font-size: 20px;
    }
    .sub-header {
        margin-top: 40px;
    }
    .phrases{
        margin-top: 40px;
    }
    .phrases .column{
        width: 50%;
    }
    .phrases h1._1{
        width: 60vw;
        font-size: 30px;
    }
    .phrases h1._2{
        margin-right: -110%;
        margin-top: -20%;
        font-size: 14px;
    }
    .phrases h1._3{
        margin-left: 40px;
        margin-top: 20px;
        font-size: 18px;
    }
    .phrases h1._7{
        position: absolute;
        right: 20px;
        margin-top: 190px;
        font-size: 60px;
    }
    .phrases h1._8{
        margin-top: 224px;
        font-size: 20px;
    }
    .phrases h1._9{
        display: block;
        position: relative;
        margin-left: -100%;
        margin-top: 30px;
        left: -24px;
        font-size: 15px;
    }
    .phrases h1._4{
        margin-right: -100%;
        margin-top: 190px;
        font-size: 12px;
    }
    .phrases h1._5{
        margin-top: -20px;
        right: 0;
        font-size: 60px;
    }
    .phrases h1._6{
        width: 100vw;
        width: calc(100vw - 40px);
        margin-top: 40px;
        text-align: center;
        font-size: 16px;
    }
    /* .team{
        margin-top: 60px;
    } */
    .team h1{
        text-align: center;
    }
    .team .sub-header{
        flex-direction: column;
        margin-top: 24px;
    }
    .team .sub-header .column{
        width: 100%;
        text-align: center;
    }
    .team .btn{
        margin-top: 24px;
        float: none;
    }
    .team .name {
        padding-top: 16px;
        padding-bottom: 16px;
        font-size: 12px;
    }
    .team .plus-ico {
        top: 14px;
    }
    .team .item .txt{
        font-size: 12px;
    }
    .team .item .ico{
        margin-top: 10px;
    }
    .locations h1{
        margin-bottom: 24px;
        text-align: center;
    }
    .locations .sub-header{
        margin-top: 24px;
        margin-bottom: 40px;
        text-align: center;
    }
    .locations .offices {
        margin-left: -4px;
        margin-right: -4px;
    }
    .locations .offices .item {        
        width: calc(50% - 8px);
        margin: 0 4px;
        margin-bottom: 12px;
        padding: 12px;
        justify-content: flex-start;
        font-size: 12px;
    }
    .locations .offices .item:nth-child(2) {
        margin-inline-end: 4px;
    }
    .locations .offices h6 {
        margin-bottom: 12px;
        font-size: 10px;
    }
    .locations .offices .dest p {
        font-size: 12px;
    }
    .column-banner{
        width:60%;
        display: flex;
        justify-content: center;
        position: relative;
        padding: 0 20px;
        padding-top: 40px;
    }
    .columns{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .banner-blog{
        margin-top: 60px;
    }
    .banner-blog .container{
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
