html, body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #212121;
}

ul, ol {
    list-style: none;
}

a, .button {
    text-decoration: none;
    color: #212121;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
a, input, select, textarea, button, .button {
    outline: none;
}
a.active {
    color: #021887;
}

.clear:after {
    content: '';
    display: table;
    clear: both;
}

.row {
    display: block;
    width: 100%;
    font-size: 0;
}
.row.fix, .row-fix {
    font-size: 17px;
    padding: 0 20px;
}
.column {
    display: inline-block;
    padding: 0 20px;
    margin: 0;
    height: 100%;
    min-height: 100%;
    vertical-align: top;
    font-size: 17px;
    line-height: 140%;
}

.blue {
    color: #021787;
}
.azure {
    color: #0099ff;
}
.grey {
    color: #212121;
}
.button, .headline, h1, h2, h3, h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 140%;
    font-size: 36px;
}
.button {
    border: none;
    background: #2646e8;
    background: -moz-linear-gradient(top, #2646e8 0%, #021887 100%, #7db9e8 100%);
    background: -webkit-linear-gradient(top, #2646e8 0%,#021887 100%,#7db9e8 100%);
    background: linear-gradient(to bottom, #2646e8 0%,#021887 100%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2646e8', endColorstr='#7db9e8',GradientType=0 );
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
    color: #ffffff;
    border-radius: 5px;
    padding: 8px 30px;
    border-top: 1px solid #7b8ff1;
    border-bottom: 1px solid #021472;
    font-size: 17px;
}
.button.alt {
    border: none;
    background: #028bed;
    background: -moz-linear-gradient(top, #028bed 0%, #207cca 100%, #2989d8 100%, #0099ff 100%);
    background: -webkit-linear-gradient(top, #028bed 0%,#207cca 100%,#2989d8 100%,#0099ff 100%);
    background: linear-gradient(to bottom, #028bed 0%,#207cca 100%,#2989d8 100%,#0099ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#028bed', endColorstr='#0099ff',GradientType=0 );
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
    border-top: 1px solid #64c1ff;
    border-bottom: 1px solid #0273c6;
}

figure {
    display: block;
}

.embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed iframe,
.embed object,
.embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.inner {
    width: 1400px;
    margin: 0 auto;
    text-align: center;
}

input,  textarea {
    font-family: 'Lato', sans-serif;
    width: 100%;
    border-radius: 5px;
    padding: 8px 10px;
    border: none;
}
textarea {
    resize: vertical;
    height: 150px;
}
form .button {
    float: right;
}


.header {
    background: #ffffff;
    margin: 0 auto;
    padding: 10px 0 10px 0;
    line-height: 100%;
    vertical-align: middle;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}
.header .row {
    /*margin: 20px auto;*/
}
.header a {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.header .logo {
    float: left;
    text-align: left;
}
.header .logo a {
    display: inline-block;
}
.header .logo img {
    max-height: 70px;
}
.header ul li {
    display: inline-block;
    margin: 0 20px
}
.header .nav {
    float: right;
    margin-top: 25px;
}
.header .nav .last {
    display: none;
}
.header .cta {
    float: right;
    margin-top: 25px;
}
header nav .menu-button {
    display: none;
    padding-top: 15px;
    vertical-align: middle;
}

.footer {
    background-color: #505050;
    color: #ffffff;
    padding: 50px 0;
}
.footer .column {
    width: 33%;
    text-align: left;
}
.footer a {
    color: #ffffff;
}
.footer h3 {
    font-size: 36px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.footer li {
    margin-bottom: 15px;
}
.footer p {
    margin-bottom: 15px;
}
.footer .social {
    margin-bottom: 30px;
}
.footer .social a {
    display: inline-block;
    margin-right: 30px;
}
.footer .social a img {
    vertical-align: middle;
}
.footer .copyright {
    margin-top: 50px;
}

/* CONTENT */
.content {
    margin: 100px auto 50px auto;
}
.content h1 {
    color: #021787;
    text-transform: uppercase;
}

/* CONTENT > INDEX */
.index .intro {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 850px;
}
.index .intro .column {
    width: 40%;
    float: right;
    padding-top: 200px;
    text-align: left;
}
.index h1 {
    color: #212121;
    margin-bottom: 20px;
}
.index em {
    color: #021787;
    font-style: normal;
}
.index p em {
    font-weight: 700;
}
.index p {
    color: #757575;
    line-height: 180%;
}
.index p span {
    font-weight: 700;
    text-transform: uppercase;
}

.index .samples {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 100px 0 300px 0;
    transition: background 0.5s linear;
}
.index .samples h2 {
    color: #ffffff;
    margin-bottom: 200px;
    text-transform: uppercase;
}
.index .samples .logos {
    background: rgba(255, 255, 255, 0.9);
    padding: 80px 0 40px 0;
}
.index .samples .logos .row {
    padding: 0 75px;
    position: relative;
}
.index .samples .logos .row figure {
    padding: 0 60px;
    min-height: 48px;
    vertical-align: middle;
    display:flex;
    align-items:center;
    justify-content:center;
}
.index .samples .logos .row .swiper-slide-active figure {
    padding: 0 30px;
}
.index .samples .logos .row .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.index .samples .logos .row figure img {
    vertical-align: middle;
    line-height: 100%;
    padding: 20px 0;
    cursor: pointer;
}
.index .samples .logos .row .center figure img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
}
.index .samples .logos .swiper-button-prev {
    background: url('../img/arrow_left.png') no-repeat;
    width: 25px;
    height: 43px;
    position: absolute;
    left: 20px;
    top: 27px;
    z-index: 999;
}
.index .samples .logos .swiper-button-next {
    background: url('../img/arrow_right.png') no-repeat;
    width: 25px;
    height: 43px;
    position: absolute;
    right: 20px;
    top: 27px;
    z-index: 999;
}
.index .samples .logos .audio {
    margin-top: 50px;
}
.index .samples .logos .audio .button {
    margin: 0 10px;
}

.index .benefits {
    margin: 100px auto 20px auto;
}
.index .benefits h2 {
    text-transform: uppercase;
}
.index .benefits .row {
    margin-top: 100px;
}
.index .benefits .column {
    width: 33.33%;
    margin-bottom: 50px;
}
.index .benefits .column figure {
    margin-bottom: 30px;
}
.index .benefits .column h3 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.index .branding {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 100px 0;
}
.index .branding h2 {
    text-transform: uppercase;
    color: #ffffff;
}
.index .branding .row {
    margin-top: 100px;
}
.index .branding .column {
    width: 33.33%;
    margin-bottom: 50px;
}
.index .branding .column figure {
    margin-bottom: 30px;
}
.index .branding .column h3 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #ffffff;
}
.index .branding .column p {
    color: #ffffff;
}
.index .branding .column:last-child p {
    margin-top: 30px;
}

.index .teaser {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #ffffff;
}
.index .teaser .row {
    display: table;
    height: 1000px;
}
.index .teaser .column {
    display: table-cell;
    vertical-align: middle
}
.index .teaser .column:first-child {
    background: rgba(0, 0, 0, 0.8);
    width: 40%;
    padding: 0 100px;
    text-align: left;
}
.index .teaser .column:last-child {
    width: 60%;
    padding: 0 50px;
}
.index .teaser h3 {
    color: #ffffff;
    margin-bottom: 30px;
}
.index .teaser p {
    color: #ffffff;
    margin-bottom: 30px;
}
.index .teaser .button {
    display: inline-block
}
.index .teaser .mobile {
    display: none;
}

.index .clients {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 100px 0;
}
.index .clients h2 {
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 100px;
}
.index .clients .row {
    padding: 0;
    position: relative;
}
.index .clients .row figure {
    padding: 50px;
}
.index .clients .row .swiper-slide-active figure {
    padding: 30px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.index .clients .captions {
    min-height: 460px;
    margin-top: 50px;
}
.index .clients .captions .caption {
    display: none;
}
.index .clients .captions .caption.active {
    display: block;
}
.index .clients .captions h3 {
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
}
.index .clients .captions h4 {
    text-transform: uppercase;
    font-size: 24px;
    color: #ffffff;
}
.index .clients .captions p {
    font-size: 26px;
    color: #ffffff;
    padding: 50px
}
.index .clients .swiper-button-prev {
    background: url('../img/arrow_left_white.png') no-repeat;
    width: 25px;
    height: 43px;
    position: absolute;
    left: 50px;
    top: 50%;
    z-index: 999;
}
.index .clients .swiper-button-next {
    background: url('../img/arrow_right_white.png') no-repeat;
    width: 25px;
    height: 43px;
    position: absolute;
    right: 50px;
    top: 50%;
    z-index: 999;
}


.index .media {
    margin: 100px auto ;
}
.index .media h2 {
    text-transform: uppercase;
}
.index .media .row {
    margin-top: 100px;
}
.index .media .column {
    width: 20%;
    vertical-align: middle;
    text-align: center;
}


/* CONTENT > PORTFOLIO */
.portfolio {
    margin-top: 150px;
}
.portfolio h1 {
    margin-bottom: 50px;
}
.portfolio .column {
    width: 33.33%;
    margin-bottom: 50px;
}
.portfolio .column div {
    margin-top: 10px;
}
.portfolio .column img {
    max-width: 100%;
}
.portfolio .column a.button {
    display: inline-block;
    float: right;
}
.portfolio .column span {
    font-size: 28px;
    font-family: 'Oswald', sans-serif;
    float: left;
    padding-top: 8px;
}


/* CONTENT > CASE STUDY */
.case-study {
    margin-top: 150px;
}
.case-study .video {
    margin: 50px 0;
}
.case-study .video .inner {
    display: table;
    padding: 0 20px;
}
.case-study .video .column {
    display: table-cell;
    padding: 0;
}
.case-study .video .column:first-child {
    width: 33.34%;
    background-size: cover;
    background-position: center;
}
.case-study .video .column:last-child {
    width: 66.66%;
}

.case-study .text {
    margin-bottom: 50px;
}
.case-study .text h2 {
    margin-bottom: 30px;
}
.case-study .text .column {
    width: 50%;
    text-align: left;
}
.case-study .text p {
    margin-bottom: 30px;
}

.case-study .images {
    margin-bottom: 50px;
    display: table;
    padding: 0 !important;
}
.case-study .images .column {
    width: 25%;
    padding: 0;
    display: table-cell;
    background-size: cover;
    background-position: center;
}
.case-study .images img {
    width: 100%;
    height: auto;
}

.case-study .videos {
    background: url('../img/bg_2.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 50px 20px;
}
.case-study .videos .column {
    width: 33.33%;
}
.case-study .videos h2 {
    color: #ffffff;
    margin-bottom: 50px;
}
.case-study .videos h2 i {
    display: inline-block;
    background: url('../img/icon_play.png') no-repeat;
    background-size: 100% 100%;
    width: 21px;
    height: 30px;
    margin-right: 20px;
}

/* CONTENT > ABOUT US */
.about-us {
    margin-top: 150px;
}
.about-us h1 {
    margin-bottom: 50px;
}
.about-us h3 {
    color: #021887;
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
    text-transform: uppercase;
}
.about-us h3 span {
    font-size: 20px;
    font-weight: 700;
}
.about-us h4 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
}
.about-us .description p {
    padding: 0 15% 100px 15%;
    text-align: left;
    color: #757575;
    line-height: 180%
}
.about-us .column {
    width: 25%;
    margin-bottom: 75px;
    text-align: center;
}
.about-us .column div {
    margin-top: 10px;
}
.about-us .column img {
    max-width: 230px;
}

#konsultacja .content, #kontakt .contact {
    margin: 0 auto 0 auto;
}
.consultation {}
.consultation h1, .contact h1 {
    margin-bottom: 30px;
    text-align: left;
    color: #ffffff;
}
.consultation h2, .contact h2 {
    margin-bottom: 30px;
}
.consultation h4, .contact h4 {
    margin-bottom: 30px;
    color: #ffffff;
}
.consultation p, .contact p {
    color: #ffffff;
    text-align: left;
}
.consultation form, .contact form {
    margin-top: 50px;
}
.consultation .wrap, .contact .wrap {
    min-height: 100vh;
    display: table;
}
.consultation .wrap .column, .contact .wrap .column {
    display: table-cell;

}
.consultation .wrap .column:first-child, .contact .wrap .column.left {
    width: 60% ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.consultation .wrap .column:last-child, .contact .wrap .column.right {
    width: 40%;
    text-align: left;
    background: #0c0738;
    padding: 150px 300px 80px 80px;
}
.consultation .column:first-child h1, .contact .column.right h1 {
    color: #ffffff;
}
.consultation p, .contact p {
    margin-bottom: 20px;
}
.consultation .wrap .row, .contact .wrap .row {
    display: block;
}
.consultation .wrap .row .column, .contact .wrap .row .column {
    background: #ffffff;
    width: 50%;
    padding: 50px;
}

.contact .wrap .row .column {
    padding: 0;
}

.contact .wrap .column.left {
    padding-left: 0;
    padding-right: 0;
}
.contact p {
    color: #212121;
    text-align: center;
}
.contact .wrap .column.left .table {
    margin-top: 95px;
    color: #212121;
    display: table;
    width: 100%;
    height: 100%;
}

.contact .wrap .column.left .top {
    height: 50vh;
    padding: 0 0 0 250px;
    vertical-align: middle;
    display:flex;
    align-items:center;
    justify-content:center;
}
.contact .wrap .column.left .top .row {
    display: table;
}
.contact .wrap .column.left .top .column {
    display: table-cell;
    width: 50%;
}
.contact .wrap .column.left .bottom {
    padding: 0 !important;
    height: calc(50vh - 95px);
}
.contact .wrap .column.left .bottom {
    padding: 0 !important;
    height: calc(50vh - 95px);
}
.contact #map {
    height: 100%;
}

@media(max-width:1800px) {
    .consultation .wrap .column, .contact .wrap .column {
        width: 50% !important;
    }
    .consultation .wrap .column:last-child, .contact .wrap .column.right {
        text-align: left;
        background: #0c0738;
        padding: 150px 200px 80px 80px;
    }
}

@media(max-width:1600px) {
    html, body, a {
        font-size: 15px;
    }
    h1, h2, h3, h4 {
        font-size: 30px;
    }

    textarea {
        height: auto;
    }

    .button {
        font-size: 15px;
    }

    .inner {
        width: 1200px;
    }

    header .logo a img {
        max-width: 80%;
    }
    .header .nav {
        margin-top: 15px;
    }
    .header .cta {
        margin-top: 15px;
    }

    .index .intro {
        height: 600px;
    }
    .index .intro .column {
        padding-top: 100px;
    }
    .index .samples {
        padding: 100px 0 200px 0;
    }
    .index .samples h2 {
        margin-bottom: 150px;
    }
    .index .benefits {
        margin: 100px auto 20px auto;
    }
    .index .benefits .row {
        margin-top: 75px;
    }

    .index .teaser .column:first-child {
        width: 50%;
    }
    .index .teaser .column:last-child {
        width: 50%;
    }
    .index .teaser .column:last-child img {
        max-width: 130px;
    }

    .index .branding .row {
        margin-top: 75px;
    }

    .index .clients {
        padding: 100px 0 50px 0;
    }
    .index .clients .captions {
        min-height: 400px;
    }
    .index .clients .captions p {
        font-size: 20px;
    }
    .index .clients h2 {
        margin-bottom: 50px;
    }

    .index .media .row {
        margin-top: 75px;
    }

    .footer h3 {
        font-size: 30px;
    }
    .footer li {
        margin-bottom: 10px;
    }
    .row.fix, .row-fix {
        font-size: 15px;
    }
    .column {
        font-size: 15px;
    }

    .portfolio {
        margin-top: 100px;
    }
    .portfolio .column span {
        font-size: 22px;
        padding-top: 8px;
    }



    .consultation .wrap .column:last-child, .contact .wrap .column.right {
        padding: 100px 100px 50px 50px;
    }
    .contact .wrap .column.left .table {
        margin-top: 64px;
    }
    .contact .wrap .column.left .top {
        padding: 0;
    }
    .contact .wrap .column.left .bottom {
        height: calc(50vh - 64px);
    }
}

@media(max-width:1400px) {
    h1, h2, h3, h4 {
        font-size: 26px;
    }

    .inner {
        width: 100%;
        padding: 0 50px;
    }
    .index .clients .inner, .index .samples .inner, {
        padding: 0 100px;
    }

    .button {
        padding: 5px 20px;
        font-size: 15px;
    }

    .header .logo {
        width: 220px;
    }
    header .logo a img {
        max-width: 100%;
    }
    .header .nav {
        margin-top: 10px;
    }
    .header .cta {
        margin-top: 10px;
    }


    .index .intro {
        background-position: -150px;
    }
    .index .samples {
        padding: 50px 0 100px 0;
    }
    .index .samples h2 {
        margin-bottom: 100px;
    }

    .index .benefits {
        margin: 50px auto 20px auto;
    }
    .index .benefits .row {
        margin-top: 50px;
    }
    .index .benefits .column h3 {
        font-size: 26px;
    }

    .index .branding .column h3 {
        font-size: 26px;
    }

    .index .branding {
        padding: 50px 0;
    }

    .index .clients .captions {
        min-height: 400px;
        margin-top: 20px;
    }

    .index .media {
        margin: 50px auto;
    }
    .index .media .row {
        margin-top: 50px;
    }

    .consultation .wrap .column:last-child {
        padding: 100px 50px 50px 50px;
    }
}

@media(max-width:1200px) {
    h1, h2, h3, h4 {
        font-size: 22px;
    }

    .inner {
        padding: 0;
    }

    .index .clients {
        padding: 50px 0;
    }
    .index .clients .inner, .index .samples .inner {
        padding: 0 100px;
    }
    .index .clients .row figure {
        padding: 75px;
    }
    .index .clients .row .swiper-slide-active figure {
        padding: 50px;
    }

    .index .benefits p br {
        display: none;
    }

    .index .benefits .column h3 {
        font-size: 20px;
    }

    .index .branding .column h3 {
        font-size: 20px;
    }

    .index .teaser .row {
        display: table;
        height: auto;
    }
    .index .teaser .column:first-child {
        width: 100%;
        padding: 50px 30px;
    }
    .index .teaser .column:last-child {
        display: none;
    }
    .index .teaser .mobile {
        display: block;
        text-align: center;
        margin: 100px auto 70px auto;
    }

    .index .media .column {
        width: 30%;
    }
}

@media(max-width:1000px) {
    h1, h2, h3, h4 {
        font-size: 20px;
    }

    .footer .column {
        width: 50%;
    }
    .footer .column:last-child {
        margin-top: 50px;
        width: 100%;
    }

    .header .cta {
        display: none;
    }

    .header {
        padding: 10px 0 5px 0;
    }
    .header .nav .last {
        display: block;
    }
    header nav .menu-button {
        display: inline-block;
        padding: 5px 10px;
        cursor: pointer;
        color: #ffffff;
        border-radius: 5px;
        margin-top: -10px;
    }

    header nav ul {
        display: none;
        position: absolute;
        width: 180px;
        background: #021787;
        float: right;
        top: 59px;
        right: 20px;
        z-index: 999999;
    }
    header nav ul li {
        display: block;
        text-align: center;
        padding: 15px 0;
        margin: 0 !important;
        width: 100%;
    }
    header nav ul li:hover {
        background: #0099ff;
        margin: 0;
        padding: 15px 0;
    }
    header nav ul li a {
        color: #ffffff !important;
    }

    .index .intro {
        background-position: -300px;
        height: 500px;
    }
    .index .intro .column {
        width: 70%;
        padding: 30px;
        background: rgba(255, 255, 255, 0.8);
    }
    .index .clients .inner, .index .samples .inner {
        padding: 0;
    }
    .index .clients .captions h4 {
        font-size: 20px;
    }

    .consultation .wrap, .contact .wrap {
        min-height: none;
        display: block;
    }

    .consultation .wrap .column, .contact .wrap .column {
        width: 100% !important;
        display: block
    }
    .consultation .wrap .column:first-child {
        padding: 300px 30px 100px 30px;
    }
    .consultation .wrap .column:last-child {
        padding: 30px 30px 60px 30px;
    }

    .contact .wrap .column.left .bottom {
        height: 50vh;
    }
    .contact .wrap .column.left .top .column {
        display: table-cell;
        width: 50% !important;
    }
    .contact .wrap .column.right {
        padding: 50px 50px 75px 50px;
    }
    .portfolio .column {
        width: 50%;
    }
    .about-us .column {
        width: 50%;
        margin-bottom: 75px;
        text-align: center;
    }

}

@media(max-width:800px) {
    .index .benefits .column {
        width: 50%;
        margin-bottom: 50px;
    }
    .index .branding .column {
        width: 50%;
        margin-bottom: 50px;
    }
    .index .clients .captions p {
        font-size: 16px;
    }

    .contact .wrap .column.left .top .column {
        display: table-cell;
        width: 100% !important;
    }
    .contact .wrap .column.left .top .column {
        display: block;
        width: 100% !important;
        margin-bottom: 30px;
    }
    .contact .wrap .column.left .top {
        height: auto;
        padding: 0;
        margin-top: 30px;
    }
    .contact .wrap .column.right {
        padding: 50px 50px 75px 50px;
    }
    .portfolio .column {
        width: 100%;
    }
    .portfolio .column img {
        width: 100%;
    }
    .about-us .column {
        width: 100%;
        margin-bottom: 75px;
        text-align: center;
    }
    .about-us .description p {
        padding: 0 0 100px 0;
    }

    .case-study .text .column {
        width: 100%;
        margin-bottom: 50px;
        display: block;
    }
    .case-study .video .column {
        display: block;
    }
    .case-study .video .column:first-child {
        width: 100%;
    }
    .case-study .video .column:last-child {
        width: 100%;
    }
    .case-study .videos .column {
        width: 100%;
        margin-bottom: 30px;
    }
    .case-study .videos .column:last-child {
        margin-bottom: 0;
    }

    .index .media .column {
        width: 100%;
        margin-bottom: 30px;
        padding: 0 100px;
    }
    .index .media .column img {
        max-width: 250px;
    }
    .footer .column {
        width: 100%;
    }
    .footer .column:first-child {
        margin-bottom: 50px;
    }
}

@media(max-width:640px) {
    .index .intro {
        height: auto;
    }
    .index .intro .column {
        width: 100%;
        float: none;
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .index .benefits .column {
        width: 100%;
    }
    .index .branding .column {
        width: 100%;
    }
    .index .clients {
        background-size: auto 100%;
    }
    .index .clients .row .swiper-container {
        margin-top: -50px;
    }
    .index .clients .row .swiper-slide-active figure {
        padding: 100px;
    }
    .index .clients .captions {
        margin-top: -50px;
    }
    .index .clients h2 {
        margin-bottom: 0;
    }
    .index .samples .logos .row figure {
        padding: 0;
    }
    .index .media .column {
        padding: 0;
    }
    .index .samples .logos .audio .button {
        margin-top: 20px;
        display: inline-block;
    }
    .index .samples .logos .audio .button:first-child {
        margin-top: 0;
    }
    .index .samples .logos .row .center figure img {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }
}