@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700&display=swap');

*,
*:after,
*:before {
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #232323;
    text-align: left;
    background-color: #fff;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

h1 {
    font-weight: 400;
    text-align: center;
    font-size: 72px;
    line-height: 1.1em;
    margin: 4rem 0;
}

strong {
    font-weight: 700;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}


.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    max-width: 400px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}


.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    position: relative;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.col-6+.col-6::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 0px;
    height: 100%;
    display: block;
    width: 1px;
    background-color: #232323;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}


.img-top {
    margin-left: auto;
    margin-right: auto;
    width: 534px;
    max-width: 100%;
}

.text-right {
    text-align: right;
}

@media (min-width:576px) {
    .text-sm-right {
        text-align: right;
    }
}

.text-left {
    text-align: left;
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: right;
    }
}

.text-center {
    text-align: center;
}

@media (min-width:576px) {
    .text-sm-center {
        text-align: right;
    }
}

.d-inline-block {
    display: inline-block;
}

.navbar-brand {
    margin: 0 auto;
    width: 120px;
    margin-top: 6rem;
    padding-top: 4rem;
    margin-bottom: 4rem;
    position: relative;
}

.navbar-brand:before {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #242424;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}



@media (max-width: 1199px) {
    h1 {
        font-size: 52px;
    }

    .navbar-brand {
        margin-top: 4rem;
        padding-top: 3rem;
        margin-bottom: 3rem;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 42px;
    }

    .navbar-brand {
        margin-top: 4rem;
        padding-top: 3rem;
        margin-bottom: 3rem;
    }
}

@media (max-width:575px) {
    .row {
        max-width: none;
        left: auto;
        transform: none;
    }

    .col-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-6 a {
        padding: 0 0 1rem !important;
    }
}

@media (max-width: 479px) {}

.video {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

video {
    width: 100vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.logotype {
    position: absolute;
    top: 10%;
    left: 7%;
    z-index: 2;
    width: 140px;
}

.info {
    position: absolute;
    top: 50%;
    color: #fff;
    left: 10%;
    max-width: 50%;
    text-align: left;
    transform: translateY(-50%);
}

h1 {
    text-align: left;
}

.overlay-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .6);
}

.overlay-video::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../img/noise.png);
    z-index: 1;
}

p:nth-child(1) {
    font-size: 5rem;
    margin: .5rem 0;
    line-height: 1;
    font-weight: 700;
}

p:nth-child(2) {
    font-size: 3rem;
    margin: 0;
    line-height: 1;
    font-weight: 300;
}

p:nth-child(3) {
    font-size: 4rem;
    margin: .5rem 0 3rem;
    line-height: 1;
    font-weight: 700;
}

p:last-child {
    font-weight: 300;
}

p span {
    font-weight: 700;
}

.footer {
    position: absolute;
    bottom: 20%;
    left: 10%;
}

.footer p {
    color: #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.6rem;
}

.footer p span {
    font-weight: 700;
    ;
}