@media only screen and (min-width: 641px) {
    .home header {
        position: absolute;
        top: 81px;
        right: 84px;
    }
}

.home .home-buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 18px;
    padding-top: 165px;
    margin-top: -50px;
    margin-left: -390px;
    width: 780px;
    height: 20px;
    text-align: center;
    display: none;
}

.home .home-buttons a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 125px;
    height: 20px;
    color: #000000;
    position: relative;
}

.home .home-buttons a.left {
    text-align: right;
}

.home .home-buttons a.right {
    text-align: left;
}

.home .home-buttons a span {
    position: absolute;
    width: auto;
    top: 0;
    height: 20px;
}

.home .home-buttons a.left span {
    right: 0;
}

.home .home-buttons a.right span {
    left: 0;
}

.home .home-buttons .divider, .home .home-buttons a {
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -ms-animation: bintrovert .3s;
    -webkit-animation: bintrovert .3s;
    animation: bintrovert .3s;
    -ms-animation-delay: 3.3s;
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s;
    -ms-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.home .home-buttons .divider {
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 25px;
    height: 20px;
    overflow: hidden;
    -ms-animation-delay: 3s;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.home .home-buttons .divider span {
    position: absolute;
    width: 100%;
    height: 20px;
    top: 50%;
    left: 0;
    margin-top: -10px;
}

.home .home-buttons a span:before {
    position: absolute;
    content: "";
    margin-top: 20px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 0;
    border-bottom: 2px solid #000;
    -webkit-transition: width 0.3s ease-out;
    -moz-transition: width 0.3s ease-out;
    -o-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
}

.home .home-buttons a.left:hover span:before {
    width: 25px;
}

.home .home-buttons a:hover span:before {
    width: 23px;
}

@-webkit-keyframes bintrovert {
    to {
        transform: scale(1, 1);
    }
}

@keyframes bintrovert {
    to {
        transform: scale(1, 1);
    }
}

.video-fullscreen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #000000;
}

.video-fullscreen__close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    cursor: pointer;
}

.video-fullscreen iframe {
    width: 100%;
    height: 100%;
}

.home-canva {
    display: none;
}

.home-buttons-desktop{
    display: none;
}

@media (min-width: 641px) {
    .home-canva {
        display: block;
    }

    .home-buttons-desktop{
        display: block;
    }
}

.home-mobile {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: bolder;
    position: relative;
    font-size: 1.6em;
}

.title-home {
    font-size: 1.7em;
    line-height: 1.4;
    font-family: 'HelveticaNeue-Bd', 'Helvetica Neue', sans-serif;
    margin-bottom: 1em;
}

.actions-home {
    font-weight: 100;
}

.actions-home .divider {
    margin: 0 7px;
}

@media (min-width: 380px) {
    .home-mobile {
        padding: 0 30px;
    }
}

@media (min-width: 460px) {
    .home-mobile {
        font-size: 1.9em;
    }
}

@media (min-width: 641px) {
    .home-mobile {
        display: none;
    }
}