@font-face {
    font-family: "CMU";
    src        : url('../fonts/cmunrm-webfont.woff')
}

body {
    color           : #000;
    background-color: #fff;
    font-family     : arial;
    font-weight     : normal;
    font-size       : 16px;
    line-height     : 118%;
    letter-spacing  : 2.2%;
    margin          : 0;
    padding         : 0
}

a {
    color: #00f
}

div,
textarea,
input,
button,
ul,
li,
select,
label,
form,
header {
    padding               : 0;
    margin                : 0;
    box-sizing            : border-box;
    -moz-box-sizing       : border-box;
    -webkit-box-sizing    : border-box;
    font-variant-ligatures: none;
    background-size       : contain;
    background-position   : center center;
    background-repeat     : no-repeat
}

.orange {
    color: #FF4F14
}

.content {
    padding: 32px
}

.logosvg {
    position : relative;
    max-width: 500px;
    position : fixed;
    top      : 50%;
    left     : 50%;
    width    : 100%;
    height   : 200px;
    transform: translate(-50%, -50%)
}

.logosvg svg {
    width: 100%
}

.pinatalogo {
    position  : relative;
    margin-top: 20px;
    width     : 140px;
    height    : 40px
    img{
        object-fit: contain;
    }
}

.pinatalogo svg {
    width: 100%
}

.sans {
    font-family: "arial", sans-serif
}

.serif {
    font-family   : "Times New Roman", Times, serif;
    font-weight   : normal;
    font-size     : 22px;
    line-height   : 118%;
    letter-spacing: 2.2%
}

.infobtn {
    position   : fixed;
    bottom     : 30px;
    right      : 40px;
    width      : 180px;
    height     : 30px;
    text-align : right;
    font-family: arial;
    font-size  : 14px
}

.infobtn:hover {
    cursor         : pointer;
    text-decoration: none;
    opacity        : .7
}

.infobtnclose {
    position   : absolute;
    top        : 30px;
    right      : 18px;
    width      : 180px;
    height     : 30px;
    text-align : center;
    font-family: arial;
    font-size  : 14px
}

.infobtnclose:hover {
    cursor         : pointer;
    text-decoration: none;
    opacity        : .7
}

a {
    color          : #000;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

.infocard {
    display         : block;
    width           : 100%;
    min-height      : 100vh;
    position        : relative;
    margin-top      : 100vh;
    float           : left;
    background-color: #FF4F14;
    color           : #000;
    z-index         : 100;
    transition      : none;
    padding-bottom  : 50px
}

.infocard.on {
    display: block
}

.infocard .inner {
    display  : block;
    margin   : 300px auto 0 auto;
    width    : 100%;
    min-width: 1090px;
    max-width: 1350px
}

.infocard .inner p {
    font-family   : 'Times New Roman', Times, serif;
    font-weight   : normal;
    font-size     : 25px;
    line-height   : 31px;
    letter-spacing: -2.2%;
    padding       : 0;
    margin        : 0 0 31px 0
}

.infocard .inner h2 {
    font-family   : arial;
    font-weight   : normal;
    font-size     : 16px;
    line-height   : 118%;
    letter-spacing: 2.2%
}

.infocard .inner .logo {
    position: absolute;
    top     : 150px;
    left    : 0;
    right   : 0
}

.infocard .inner .logo img {
    width  : 165px;
    margin : 0 auto;
    display: block
}

.infocard .inner .left {
    -webkit-font-smoothing : antialiased;
    -moz-osx-font-smoothing: grayscale;
    display                : block;
    float                  : left;
    width                  : 590px;
    padding-left           : 20px
}

.infocard .inner .right {
    display: block;
    float  : right
}

.infocard .inner .right .topblock {
    width: 560px
}

.infocard .inner .right .topblock .topleft {
    float: left;
    width: 330px
}

.infocard .inner .right .topblock .topright {
    float: right;
    width: 220px
}

.infocard .inner .right .bottomblock {
    float     : left;
    clear     : both;
    margin-top: 278px;
    width     : 400px
}

.video {
    position: fixed;
    top     : 0;
    left    : 0;
    width   : 100%;
    height  : 100vh;
    z-index : -1
}

.video video {
    object-fit: cover;
    width     : 100%;
    height    : 100vh
}


@media(max-width: 1200px) {
    body{
        font-size: 14px;
    }
    .serif{
        font-size: 18px;
    }
    .video{
        width: 100%;
        height: calc(100vw * 0.5625);
        float: left;
        position: relative;
        display: block;
        top: unset;
        z-index: unset;
        video{
            object-fit: cover;
            height: calc(100vw * 0.5625);
        }
    }
    .logosvg{
        width: 40%;
        height: 70px;
        position: absolute;
        top: calc((100vw * 0.5625) / 2);
        z-index: 2000;
    }
    .infocard{
        display: block;
        margin-top: 0;
        .infobtnclose {
            display: none;
        }
    }
    .infocard .inner {
        min-width: unset;
        padding: 0 20px;
        margin-top: 0;
        h2{
            font-size: 14px;
        }
        p{
            font-family: "Times New Roman", Times, serif;
            font-weight: normal;
            font-size: 18px;
            line-height: 118%;
            letter-spacing: 2.2%;
        }
        .logo{
            position: relative;
            top: unset;
            margin: 60px auto 40px auto;
            img{
                width: 120px;
            }
        }.left{
            width: 100%;
            max-width: 420px;
            float: unset;
            margin: 0 auto;
            padding-left: 0;
        }.right{
            margin-top: 50px;
            width: 100%;
            position: relative;
            max-width: 420px;
            float: unset;
            margin: 0 auto;
            .topblock{
                width: 100%;
                margin-top: 60px;
                .topleft{
                    width: 210px;
                    .serif{
                        font-size: 15px;
                    }
                }.topright{
                    width: 140px;
                }
            }
            .bottomblock{
                width: 100%;
                max-width: 420px;
                margin-top: 60px;
                margin-bottom: 100px;
            }
        }
    }
}