@charset 'utf-8';

footer[role='global'] > *:not(:last-child)
{
    display: none !important;
}

[role='visual']
{
    position: fixed;
    left: 0;
    overflow: hidden;
    width: 100%;
    -webkit-transition: opacity .45s cubic-bezier(.47, 0, .745, .715);
       -moz-transition: opacity .45s cubic-bezier(.47, 0, .745, .715);
        -ms-transition: opacity .45s cubic-bezier(.47, 0, .745, .715);
         -o-transition: opacity .45s cubic-bezier(.47, 0, .745, .715);
            transition: opacity .45s cubic-bezier(.47, 0, .745, .715);
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

[role='visual'].state-ready
{
    opacity: 0;
}

[role='visual'] img
{
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);

    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
            backface-visibility: hidden;
}

#page h2
{
    text-align: center;

    letetr-spacing: .02em;
}

#page section:nth-of-type(1)
{
    color: #080a16;
    background: rgba(245,245,245,.8);
}

#page section:nth-of-type(2)
{
    color: #f5f5f5;
    background: rgba(8,10,22,.8);
}

@media all and (min-width: 641px)
{
    [role='visual']
    {
        top: 2.08em;
        min-width: 1100px;
        height: calc(100vh - 2.08em);
    }

    #page h2
    {
        font-size: 31px;
        line-height: 2.03;
        padding: 45px 0;
    }

    #page section
    {
        padding: 80px 0 70px;
    }

    #page section h3
    {
        font-size: 19px;
        line-height: 2.16;
        text-align: center;
        letter-spacing: .01em;
    }

    #page section h3 + dl
    {
        margin-top: 15px;
    }

    #page section dl
    {
        font-size: 15px;
        display: -webkit-box;
        display:    -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         box;
        display:         flex;

        -webkit-box-lines: multiple;
           -moz-box-lines: multiple;
             -o-box-lines: multiple;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
           -moz-box-pack: center;
             -o-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-box-align: start;
           -moz-box-align: start;
             -o-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
                align-items: flex-start;
    }

    #page section dl + h3
    {
        margin-top: 50px;
    }

    #page section dl dt
    {
        width: 540px;
        text-align: right;
    }

    #page section dl dt + dd
    {
        width: 560px;
        padding-left: 30px;
        text-align: left;
    }

    #page section dl dd
    {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 640px)
{
    [role='visual']
    {
        top: 3.75em;
        height: calc(100vh - 3.75em);
    }

    #page h2
    {
        font-size: 150%;
        padding: 9.38% 0;
    }

    #page section
    {
        padding: 3.91% 6.25% 6.25%;
    }

    #page section h3
    {
        font-size: 125%;
        line-height: 2.67;
        letter-spacing: .02em;
    }

    #page section dl
    {
        line-height: 1.67;
        letter-spacing: .02em;
    }

    #page section dl + h3
    {
        margin-top: 2.67em;
    }

    #page section dl + dl
    {
        margin-top: 1.67em;
    }

    #page section dl dd + dt
    {
        margin-top: 1.67em;
    }

    #page section dl dt + dd
    {
        padding-left: 1.017em;
    }
}
