@media all and (max-width: 950px) {
    .mobile {
        display: inline-block;
    }
}
@media all and (max-width: 950px) {
    .desktop {
        display: none;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
    .is2x {
        display: inline-block;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
    .isnot2x {
        display: none;
    }
}

@media all and (max-width: 1050px) {
    .wrapper.header h1 {
        margin-right: 69px;
    }
}
@media all and (max-width: 950px) {
    .wrapper.header h1 {
        float: right;
        margin: 21px 9px 0 0;
    }
}

@media all and (max-width: 950px) {
    .wrapper.header ul {
        display: none;
    }
}

@media all and (max-width: 1050px) {
    .wrapper.header ul.navigation {
        margin-right: 50px;
    }
}

@media all and (max-width: 950px) {
    .wrapper.sections .section .inner {
        padding: 0 8px;
    }
}

@media all and (max-width: 640px) {
    .wrapper.sections .section .inner .h1-wrapper {
        margin-bottom: 10px;
    }
}

@media all and (max-width: 640px) {
    .wrapper.sections .section .inner h1 {
        font-size: 40px;
        line-height: 48px;
    }
}
@media all and (max-width: 500px) {
    .wrapper.sections .section .inner h1 {
        font-size: 26px;
        line-height: 32px;
    }
}

@media all and (max-width: 640px) {
    .wrapper.sections .section .inner h2 {
        font-size: 24px;
    }
}

@media all and (max-width: 640px) {
    .wrapper.sections .section .inner p.column {
        float: none;
        max-width: 100%;
        margin-top: 10px;
        line-height: 18px;
        font-size: 13px;
        display: inline;
    }
}

@media all and (max-width: 640px) {
    .wrapper.sections .section .inner p.column.first {
        margin-right: 0;
    }
}

@media all and (max-width: 640px) {
    .wrapper.sections .section .inner p.centered:first-child {
        display: block;
        margin-top: 15px;
    }
}
@media all and (max-width: 640px) {
    .wrapper.sections .section .inner p.centered {
        font-size: 13px;
    }
}

@media all and (max-width: 800px) {
    .wrapper.sections .section.zero .h1-wrapper {
        position: static;
        margin-top: 20px;
    }
}

@media all and (max-width: 950px) {
    .wrapper.sections .section.zero h1 {
        font-size: 64px;
        line-height: 62px;
        margin-left: 0;
        letter-spacing: 0.4px;
        max-width: 190px;
    }
}
@media all and (max-width: 800px) {
    .wrapper.sections .section.zero h1 {
        max-width: none;
        color: #000000;
    }
}
@media all and (max-width: 640px) {
    .wrapper.sections .section.zero h1 {
        font-size: 50px;
        line-height: 48px;
    }
}
@media all and (max-width: 500px) {
    .wrapper.sections .section.zero h1 {
        font-size: 33px;
        line-height: 32px;
    }
}
.wrapper.sections .section.zero h1 strong {
    font-size: 92px;
    font-weight: 100;
}
@media all and (max-width: 950px) {
    .wrapper.sections .section.zero h1 strong {
        font-size: 64px;
    }
}
@media all and (max-width: 640px) {
    .wrapper.sections .section.zero h1 strong {
        font-size: 50px;
        line-height: 48px;
    }
}
@media all and (max-width: 500px) {
    .wrapper.sections .section.zero h1 strong {
        font-size: 33px;
        line-height: 32px;
    }
}

@media all and (max-width: 950px) {
    .wrapper.sections .section.zero .inner {
        padding-top: 0;
    }
}

@media all and (max-width: 800px) {
    .wrapper.sections .section.two .animals-wrapper {
        margin-top: -70px;
        margin-bottom: 0px;
    }
}

@media all and (max-width: 950px) {
    .wrapper.sections .section.two .animals-wrapper img {
        width: 100%;
        margin-left: 0;
    }
}
@media all and (max-width: 800px) {
    .wrapper.sections .section.two .animals-wrapper img.many {
        display: none;
    }
}
.wrapper.sections .section.two .animals-wrapper img.less {
    display: none;
}
@media all and (max-width: 800px) {
    .wrapper.sections .section.two .animals-wrapper img.less {
        display: inline-block;
    }
}

@media all and (max-width: 768px) {
    .wrapper.sections .section.three .logos .logo, .wrapper.sections .section.four .logos .logo, .wrapper.sections .section.five .logos .logo {
        width: 100%;
        text-align: center !important;
    }
}

@media all and (max-width: 400px) {
    .wrapper.sections .section.three .section-background .middle, .wrapper.sections .section.four .section-background .middle {
        height: 400px;
    }
}

@media all and (max-width: 768px) {
    .wrapper.sections .section.three .diagrams img, .wrapper.sections .section.four .diagrams img {
        width: 45%;
        display: block;
        margin: 0 auto 10px;
    }
}
@media all and (max-width: 400px) {
    .wrapper.sections .section.three .diagrams img, .wrapper.sections .section.four .diagrams img {
        width: 172px;
    }
}

@media all and (max-width: 950px) {
    .wrapper .footer {
        height: 350px !important;
    }
}

@media all and (max-width: 950px) {
    .wrapper .footer .left .contact .phone {
        height: 25px;
    }
}

@media all and (max-width: 950px) {
    .wrapper .footer .left .contact .email {
        height: 20px;
    }
}

@media all and (max-width: 950px) {
    .wrapper .footer .left .contact .phone {
        height: 25px;
    }
}

@media all and (max-width: 950px) {
    .wrapper .footer .left .contact .address {
        position: relative;
        top: 0;
        left: 0;
        margin-left: 8px;
    }
}

@media all and (max-width: 950px) {
    .wrapper .footer .right {
        float: none;
        clear: both;
    }
}

@media all and (max-width: 950px) {
    .wrapper .footer .right ul {
        float: none;
    }
}

@media all and (max-width: 950px) {
    .wrapper.sections .section .inner h1 {
        font-size: 53px;
        line-height: 63px;
        margin-left: 0;
        letter-spacing: 0.4px;
        padding-top: 21px;
        margin-bottom: 0px;
    }
}

@media all and (max-width: 950px) {
    .mobile {
        display: inline-block;
    }
}
@media all and (max-width: 950px) {
    .desktop {
        display: none;
    }
}
.is2x {
    display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
    .is2x {
        display: inline-block;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
    .isnot2x {
        display: none;
    }
}

@media all and (max-width: 1050px) {
    .wrapper.header h1 {
        margin-right: 69px;
    }
}
@media all and (max-width: 950px) {
    .wrapper.header h1 {
        float: right;
        margin: 21px 9px 0 0;
    }
}

@media all and (max-width: 950px) {
    .wrapper.header ul {
        display: none;
    }
}

@media all and (max-width: 1050px) {
    .wrapper.header ul.navigation {
        margin-right: 50px;
    }
}

@media all and (max-width: 950px) {
    .wrapper.sections .section .inner {
        padding: 0 8px;
    }
}
.wrapper.sections .section .inner .h1-wrapper {
    text-align: left;
}
@media all and (max-width: 640px) {
    .wrapper.sections .section .inner .h1-wrapper {
        margin-bottom: 10px;
    }
}

@media all and (max-width: 950px) {
    .wrapper.sections .section .inner h1 {
        font-size: 53px;
        line-height: 63px;
        margin-left: 0;
        letter-spacing: 0.4px;
        padding-top: 21px;
        margin-bottom: 0px;
    }
}
@media all and (max-width: 640px) {
    .wrapper.sections .section .inner h1 {
        font-size: 40px;
        line-height: 48px;
    }
}
@media all and (max-width: 500px) {
    .wrapper.sections .section .inner h1 {
        font-size: 26px;
        line-height: 32px;
    }
}

@media all and (max-width: 640px) {
    .wrapper.sections .section .inner h2 {
        font-size: 24px;
    }
}

@media all and (max-width: 640px) {
    .wrapper.sections .section .inner p.column {
        float: none;
        max-width: 100%;
        margin-top: 10px;
        line-height: 18px;
        font-size: 13px;
        display: inline;
    }
}

@media all and (max-width: 640px) {
    .wrapper.sections .section .inner p.column.first {
        margin-right: 0;
    }
}

@media all and (max-width: 640px) {
    .wrapper.sections .section .inner p.centered:first-child {
        display: block;
        margin-top: 15px;
    }
}
@media all and (max-width: 640px) {
    .wrapper.sections .section .inner p.centered {
        font-size: 13px;
    }
}

@media all and (max-width: 800px) {
    .wrapper.sections .section.zero .h1-wrapper {
        position: static;
        margin-top: 20px;
    }
}

@media all and (max-width: 950px) {
    .wrapper.sections .section.zero h1 {
        font-size: 64px;
        line-height: 62px;
        margin-left: 0;
        letter-spacing: 0.4px;
        max-width: 190px;
    }
}
@media all and (max-width: 800px) {
    .wrapper.sections .section.zero h1 {
        max-width: none;
        color: #000000;
    }
}
@media all and (max-width: 640px) {
    .wrapper.sections .section.zero h1 {
        font-size: 50px;
        line-height: 48px;
    }
}
@media all and (max-width: 500px) {
    .wrapper.sections .section.zero h1 {
        font-size: 33px;
        line-height: 32px;
    }
}

@media all and (max-width: 950px) {
    .wrapper.sections .section.zero h1 strong {
        font-size: 64px;
    }
}
@media all and (max-width: 640px) {
    .wrapper.sections .section.zero h1 strong {
        font-size: 50px;
        line-height: 48px;
    }
}
@media all and (max-width: 500px) {
    .wrapper.sections .section.zero h1 strong {
        font-size: 33px;
        line-height: 32px;
    }
}

@media all and (max-width: 950px) {
    .wrapper.sections .section.zero .inner {
        padding-top: 0;
    }
}

@media all and (max-width: 950px) {
    .wrapper.sections .section.two .animals-wrapper img {
        width: 100%;
        margin-left: 0;
    }
}
@media all and (max-width: 800px) {
    .wrapper.sections .section.two .animals-wrapper img.many {
        display: none;
    }
}
.wrapper.sections .section.two .animals-wrapper img.less {
    display: none;
}
@media all and (max-width: 800px) {
    .wrapper.sections .section.two .animals-wrapper img.less {
        display: inline-block;
    }
}

@media all and (max-width: 800px) {
    .wrapper.sections .section.two .animals-wrapper {
        margin-top: -70px;
        margin-bottom: 0px;
    }
}

@media all and (max-width: 400px) {
    .wrapper.sections .section.three .section-background .middle, .wrapper.sections .section.four .section-background .middle {
        height: 400px;
    }
}

@media all and (max-width: 768px) {
    .wrapper.sections .section.three .logos .logo, .wrapper.sections .section.four .logos .logo, .wrapper.sections .section.five .logos .logo {
        width: 100%;
        text-align: center !important;
    }
}

@media all and (max-width: 768px) {
    .wrapper.sections .section.three .diagrams img, .wrapper.sections .section.four .diagrams img {
        width: 45%;
        display: block;
        margin: 0 auto 10px;
    }
}
@media all and (max-width: 400px) {
    .wrapper.sections .section.three .diagrams img, .wrapper.sections .section.four .diagrams img {
        width: 172px;
    }
}

@media all and (max-width: 950px) {
    .wrapper .footer {
        height: 350px !important;
    }
}

@media all and (max-width: 950px) {
    .wrapper .footer .left .contact .email {
        height: 20px;
    }
}

@media all and (max-width: 950px) {
    .wrapper .footer .left .contact .phone {
        height: 25px;
    }
}

@media all and (max-width: 950px) {
    .wrapper .footer .left .contact .address {
        position: relative;
        top: 0;
        left: 0;
        margin-left: 8px;
    }
}

@media all and (max-width: 950px) {
    .wrapper .footer .right {
        float: none;
        clear: both;
    }
}

@media all and (max-width: 950px) {
    .wrapper .footer .right ul {
        float: none;
    }
}

