.pre-footer-trending{
    display: none;
}


/*------------------------------- About Page --------------------------------*/

.about-top-section{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-bottom: 48.2%;
    position: relative;
    text-align: center;
}
.about-top-section:before{
    background: rgba(0,0,0,0.4);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.about-top-section .wrap-article{
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    display: flex;
    -ms-flex-align: center;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.about-top-title {
    color: #fff;
    position: relative;
    top: 3px;
}
.about-top-title{
    color: #fff;
}
.about-description-section{
    margin: 110px 0;
}
.about-page-main .about-description-section{
    margin: 125px 0 107px;
}
.accent-section{
    margin: 110px 0 107px;
}
.about-image-col{
    float: left;
    width: calc((100% - 48px)/3);
}
.about-image-col:first-of-type{
    margin-right: 24px;
}
.about-image-col:last-of-type{
    float: right;
}

.aboutus-split-section > div{
    overflow: hidden;
}
.about-page-main .aboutus-section-0 > div {
    margin-bottom: 115px;
}
.about-page-main .aboutus-section-1 > div {
    margin-bottom: 80px;
}
.contact-page-main .aboutus-section-0 > div {
    margin-bottom: 70px;
}
.contact-page-main .aboutus-section-1 > div {
    margin-bottom: 110px;
}
.contact-page-main .aboutus-section-2 > div {
    margin-bottom: 0px;
}
.about-split-col{
    width: 49%;
}
.about-split-col1{
    float: left;
}
.about-split-col2{
    float: right;
}
.about-split-text,
.tab-content{
    font-family: 'Suisse Intl', sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 22px;   
}
.about-split-text{
    margin-top: -2px;
}
.tabs-subsection{
    margin-top: 24px;
}
.tab-content{
    margin-top: 25px;
}
.about-split-text p:not(:last-of-type), 
.tab-content p:not(:last-of-type){
    margin-bottom: 20px;
}
.about-split-text a{
    text-decoration: underline;
    text-underline-offset: 2px;
}
.tab-title a{
    color: #666;
    display: block;
    font-family: 'Abeezee', sans-serif;
    font-size: 12px;
    letter-spacing: 0.02em;
    padding: 3px 0;
    position: relative;
}
.tab-openned-sign{
    height: 13px;
    position: absolute;
    right: 0;
    width: 13px;
}
.tab-openned-sign:before, 
.tab-openned-sign:after{
    content: '';
    display: block;
    position: absolute;
}
.tab-openned-sign:before{
    border-right: 1px solid;
    height: 100%;
    top: 0;
    transition: all 0.1s ease;
    right: 6px;
    width: 0;
}
.tab-openned-sign:after{
    border-bottom: 1px solid;
    height: 0;
    top: 6px;
    right: 0;
    width: 100%;
}
.tab-opened .tab-openned-sign:before{
    opacity: 0;
}

.pre-footer-subscription {
    padding: 115px 0 90px;
}
.pre-footer-form-wrap{
    padding: 58px 0;
}
.pre-footer-form-description{
    font-size: 18px;
    max-width: 476px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}