@font-face {
    font-family: "Avenir";
    src: url('../fonts/avenir/Avenir-Medium.woff') format('woff'),
    url('../fonts/avenir/Avenir-Medium.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: "Avenir Book";
    src: url('../fonts/avenir/Avenir-Book.woff') format('woff'),
    url('../fonts/avenir/Avenir-Book.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: "Avenir Black";
    src: url('../fonts/avenir/Avenir-Black.woff') format('woff'),
    url('../fonts/avenir/Avenir-Black.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: "Avenir Heavy";
    src: url('../fonts/avenir/Avenir-Heavy.woff') format('woff'),
    url('../fonts/avenir/Avenir-Heavy.ttf') format('truetype');
    font-style: normal;
}

.content-area.entry-content .wp-block-columns {
    margin: 0;
}

* {
    font-family: 'Avenir', sans-serif;
}

body.home .site-title,
body.home .header__title-nav {
    display: none;
}

.container .title h1, .container  .title h2 {
    font-family: 'Avenir Heavy', sans-serif;
    font-size: 80px;
    line-height: 109px;
    letter-spacing: -1px;
    color: #D5383D;
}

.container {
    min-height: 100vh;
    padding: 220px 0 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 100%!important;
    width: 100%!important;
    margin: 0!important;
}

.container.hero {
    padding: 54px 0 100px;
}

.container.hero .content-wrapper {
    text-align: center;
    padding: 100px 30px;
}

.container.hero .front-logo {
    max-width: 410px;
    width: 100%;
    margin-bottom: 34px;
    margin-right: -98px;
}

.container.hero .text-options p {
    font-family: 'Avenir Book', sans-serif;
    color: #EBEBEB;
    font-size: 20px;
    line-height: 28px;
}

.container.hero .buttons-wrapp {
    margin-top: 83px;
}

.container .btn-bordered {
    font-family: 'Avenir Black', sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #EBEBEB;
    text-decoration: none;
    border: 2px solid #EBEBEB;
    border-radius: 29px;
    padding: 14px 25px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.container .btn-bordered:hover {
    background-color: #fff;
    color: #000;
}


.container.chaos-to-clarity {
    min-height: auto;
    padding: 200px 30px;
}

.container.chaos-to-clarity .content-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1400px;
}

.container.chaos-to-clarity .title {
    width: 100%;
    max-width: 600px;
}

.container.chaos-to-clarity .clarity-text {
    width: 100%;
    max-width: 560px;
}

.container.chaos-to-clarity .clarity-text p{
    font-size: 20px;
    color: #000;
    line-height: 28px;
}

.text-divider {
    width: 1px;
    margin: 0 70px 0 40px;
    align-self: stretch;
    background-color: #707070;
}

.container.full-image {
    min-height: calc(100vw / 2);
    padding: 0;
}


.container.business-needs {
    min-height: auto;
    padding: 0;
}

.container.business-needs .content-wrapper {
    text-align: center;
    padding: 100px 30px 130px;
}

.container.business-needs .title h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
}

.container.business-needs .description {
    max-width: 1200px;
    margin: 0 auto;
}

.container.business-needs .description p {
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}

.container.business-needs .business-options {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}

.container.business-needs .options-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 199px;
    height: 199px;
    border: 3px solid #D9D9D9;
    border-radius: 50%;
    margin: 8px;
}

.container.business-needs .options {
    width: 188px;
    height: 188px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    overflow: hidden;
}

.container.business-needs .options p {
    font-family: 'Avenir Black', sans-serif;
    font-size: 22px;
    line-height: 25px;
    color: #FFFFFF;
    width: 100%;
    max-width: 143px;
}

.container.market-performance {
    min-height: 720px;
    padding: 0;
}

.container.market-performance .content-wrapper {
    padding: 0 30px;
    width: 100%;
    max-width: 1562px;
}

.container.market-performance .content {
    width: 100%;
    max-width: 620px;
}

.container.market-performance .title h2 {
    margin-bottom: 50px;
    line-height: 72px;
}

.container.market-performance .description p{
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
}

.container.your-move {
    min-height: auto;
    padding: 0;
}

.container.your-move .content-wrapper {
    text-align: center;
    width: 100%;
    max-width: 1360px;
    padding: 24px 30px 100px;
}

.container.your-move .title h2 {
    color: #ffffff;
    margin-bottom: 45px;
}

.container.your-move .description{
    margin-bottom: 60px;
}

.container.your-move .description p {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
}

footer .footer-navigation {
    background-color: #000000;
    padding: 75px 30px;
}

.footer-navigation .footer-content {
    display: flex;
    width: 100%;
    justify-content: center;
}

.footer-navigation .container {
    padding: 0;
    min-height: auto;
}

footer .footer-info {
    width: 100%;
    max-width: 505px;
    padding-left: 16px;
}

footer .social-menu {
    width: 100%;
    max-width: 505px;
    text-align: right;
    padding-right: 40px;
}

footer .social-menu .social-menu-wrap {
    width: auto;
    display: inline-block;
    text-align: center;
}

footer .social-menu .social {
    margin-bottom: 22px;
}

footer .social-menu img {
    width: 50px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

footer .social-menu img:hover {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

footer .social-menu a {
    margin: 0 6px;
}

footer .footer-info p{
    font-size: 17px;
    line-height: 24px;
    color: #747474;
    text-decoration: none;
    margin-bottom: 0;
}

footer .footer-content p a {
    font-size: 17px;
    line-height: 24px;
    color: #747474;
    text-decoration: none;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

footer .footer-content  p a:hover {
    color: #ffffff;
}

footer .footer-content  .name {
    font-size: 20px;
    line-height: 28px;
}

footer .footer-info p.copyright {
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px;
}

.home header {
    display: none;
}

.editor-styles-wrapper .wp-block {
    min-width: 100%;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 999999999;
    text-align: center;
    overflow: auto;
    display: none;
}

.modal .modal-wrap {
    width: 90%;
    max-width: 890px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-color: #F1F6F9;
}

.modal .modal-wrap .modal-content {
    color: #fff;
    max-width: 675px;
    margin: 0 auto;
    padding: 40px 0;
}

.modal .modal-wrap .modal-content iframe {
    height: 585px;
    max-height: 90vh;
    border: 2px solid #E6EEF2;
    border-top: 0;
}

.modal .modal-wrap .modal-title{
    background-color: #F1F6F9;
    font-size: 30px;
    line-height: 80px;
    margin-bottom: -67px;
    position: relative;
    z-index: 6;
}

.modal .modal-wrap .modal-close {
    z-index: 1;
    display: block;
    width: 35px;
    height: 35px;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/25px auto no-repeat;
    transition: opacity .3s linear;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    opacity: .5;
}
.modal .modal-wrap .modal-close:hover {
    opacity: 1;
}


@media screen and (max-width:991px) {
    .container .title h1, .container .title h2 {
        font-size: 50px;
        line-height: 58px;
    }
    
    .container .btn-bordered {
        font-size: 16px;
        line-height: 25px;
        padding: 12px 22px;
    }
    
    .container.hero .content-wrapper {
        text-align: center;
        padding: 158px 30px;
    }
    
    .container.hero .front-logo {
        max-width: 320px;
        margin-bottom: 0;
        margin-right: -76px;
    }
    
    .container.hero .text-options p {
        font-size: 18px;
        line-height: 26px;
    }
    
    .container.chaos-to-clarity {
        min-height: auto;
        padding: 50px 30px;
    }
    
    .container.chaos-to-clarity .clarity-text p {
        font-size: 18px;
        line-height: 26px;
    }
    
    .container.business-needs .content-wrapper {
        text-align: center;
        padding: 50px 30px 80px;
    }
    
    .container.business-needs .title h2 {
        font-size: 26px;
        line-height: 30px;
    }
    
    .container.business-needs .description p {
        font-size: 18px;
        line-height: 26px;
    }
    
    .container.business-needs .business-options {
        margin-top: 50px;
    }
    
    .container.business-needs .options {
        width: 168px;
        height: 168px;
    }
    
    .container.business-needs .options-wrap {
        width: 179px;
        height: 179px;
    }
    
    .container.business-needs .options p {
        font-size: 20px;
        line-height: 24px;
        max-width: 129px;
    }
    
    .container.full-image {
        min-height: calc(100vw / 1.7);
    }
    
    .container.market-performance .content {
        max-width: 458px;
    }
    
    .container.market-performance {
        min-height: auto;
    }
    
    .container.market-performance .content-wrapper {
        padding: 50px 30px 115px;
    }
    
    .container.market-performance .title h2 {
        margin: 20px 0;
        line-height: 56px;
    }
    
    .container.your-move .description p {
        font-size: 18px;
        line-height: 26px;
    }
    
    .container.your-move .title h2 {
        margin-bottom: 25px;
    }
    
    .container.your-move .description {
        margin-bottom: 45px;
    }
    
    .container.your-move .content-wrapper {
        padding: 20px 30px 80px;
    }
}


@media screen and (max-width:767px) {
    .container .title h1, .container .title h2 {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 25px;
    }
    
    .container .btn-bordered {
        font-size: 15px;
        line-height: 23px;
        padding: 12px 22px;
    }
    
    .container.hero .text-options p {
        font-size: 16px;
        line-height: 24px;
    }
    
    .container.hero {
        height: auto;
        min-height: unset;
        padding: 30px 0;
        background-size: 1200px;
    }
    
    .container.hero .front-logo {
        max-width: 250px;
        margin-right: -60px;
    }
    
    .container.hero .content-wrapper {
        text-align: center;
        padding: 70px 30px;
    }
    
    .container.hero .buttons-wrapp {
        margin-top: 70px;
    }
    
    .container.chaos-to-clarity .content-wrapper {
        flex-direction: column;
        justify-content: center;
    }
    
    .text-divider {
        display: none;
    }
    
    .container.chaos-to-clarity .clarity-text {
        max-width: 100%;
    }
    
    .container.chaos-to-clarity {
        padding: 20px 30px 60px;
    }
    
    .container.chaos-to-clarity .clarity-text p {
        font-size: 16px;
        line-height: 24px;
    }
    
    .container.business-needs .content-wrapper {
        text-align: center;
        padding: 20px 30px 60px;
    }
    
    .container.business-needs .description p {
        font-size: 16px;
        line-height: 24px;
    }
    
    .container.business-needs .options-wrap {
        width: 159px;
        height: 159px;
    }
    
    .container.business-needs .options {
        width: 148px;
        height: 148px;
    }
    
    .container.business-needs .options p {
        font-size: 18px;
        line-height: 22px;
        max-width: 118px;
    }
    
    .container.market-performance .title h2 {
        line-height: 47px;
    }
    
    .container.market-performance .description p {
        font-size: 18px;
        line-height: 26px;
    }
    
    .container.market-performance .content-wrapper {
        padding: 30px 30px 115px;
    }
    
    .footer-navigation .footer-content {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
    }
    
    footer .social-menu {
        max-width: 100%;
        text-align: center;
        padding-right: 0;
        margin-bottom: 40px;
    }
    
    footer .footer-info {
        max-width: 100%;
        padding-left: 0;
        text-align: center;
    }
}
