﻿html, body {
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    background: linear-gradient(60deg,#a7c2de,#a7a9cc,#eaa0a5 66.66%);
}

.bg {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    overflow: visible;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-transition: all 2.5s;
    transition: all 2.5s;
}

    .bg:before {
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-transform: skewX(30deg) translateX(50%);
        transform: skewX(30deg) translateX(50%);
        background: linear-gradient(150deg,#e3e3ed,#e2f1f5,#fafafa,#f9f7e4 66.66%);
        box-shadow: 0 1rem 2rem rgb(35 40 130/50%);
    }

.bg1 {
    /*background-image: url(./-.res/b2b/bg1.jpg?v=::ResTicks::);*/
}

.bg2 {
    /*background-image: url(./-.res/b2b/bg2.jpg?v=::ResTicks::);*/
}

.bg3 {
    /*background-image: url(./-.res/b2b/bg3.jpg?v=::ResTicks::);*/
}

.ti {
    top: 0;
    left: 0;
    position: absolute;
    margin-top: 60px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 48px;
    font-style: italic;
    color: #393939;
    line-height: 40px;
    background-color: transparent;
    opacity: .8;
    filter: alpha(opacity=80);
}

.ft {
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #efefef;
    line-height: 25px;
    padding: 10px;
    background-color: #000;
    opacity: .7;
    filter: alpha(opacity=7);
}

.mi {
    top: 42%;
    left: 0;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

    .mi div {
        margin: 0 80px;
        opacity: .9;
        filter: alpha(opacity=90);
    }

    .mi .f-btn {
        box-shadow: rgb(34 41 171 / 25%) 0px 2px 4px;
    }

        .mi .f-btn.f-btn-info.f-state-default {
            border: none;
            height: 3.5rem;
            margin: 1.5rem 0;
            padding: 0 1.5rem;
            border-radius: 12px;
            background: #2229ab;
            color: #f9f9f9;
            font-size: 1.125rem;
            cursor: pointer;
        }

        .mi .f-btn.f-btn-info.f-state-hover {
            background: #232882;
        }

        .mi .f-btn.f-btn-large .f-btn-text {
            line-height: 3.5rem;
        }

#lang a {
    color: #efefef;
    margin: 0 10px;
    text-decoration: none;
}

    #lang a:hover {
        color: #ffffff;
    }
