﻿html {
    font-size: 3.47vmax;
}

body {
    background: #FFFFFF;
}

.body_div {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

.wrapper_br {
    display: block;
    min-height: 425px;
    position: relative;
    width: auto;
    height: auto;
    margin: 1.265rem 2.1rem 0 2.1rem;
    font-family: Open Sans, Arial, sans-serif;
    color: #FFFFFF;
    background-attachment: fixed;
}

.wrapper_br .first-screen {
    padding: 0 0px;
}

.wrapper_br p {
    color: #2F3441;
}

.logo_br {
    height: 1.683rem;
    width: 4.75rem;
    margin-top: 0px;
    max-width: 96px;
    max-height: 34px;
}

.wrapper_br .content {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 2.45rem;
    line-height: 22px;
    width: 90%;
}

.wrapper_br .landscapeContent {
    font-size: 0.47rem;
    line-height: 0.57rem;
    margin-top: 0px;
    text-align: center;
    display: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 75%;
}

.wrapper_br .title {
    position: relative;
    margin-top: 1.265rem;
    margin-bottom: 12px;
    display: block;
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: 600;
}

.promoImage {
    margin-top: 1.7rem;
    margin-bottom: 1.095rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
}

.wrapper-button-blue {
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 10px;
    width: 188px;
    font-weight: 600;
    font-family: Open Sans, sans-serif;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.5s;
    position: relative;
    background: #0024A0;
    font-size: 14px;
    line-height: 52px;
    text-transform: uppercase;
    box-shadow: 0px 4px 8px rgba(0, 36, 160, 0.4);
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

@media only screen and (min-height: 540px) {
    .wrapper_br .content{
        line-height: 24px;
        font-size: 16px;
    }
}

@media only screen and (min-height: 700px) {
    .wrapper_br .content{
        line-height: 28px;
        font-size: 18px;
    }
}


@media only screen and (min-height: 800px) and (min-width: 350px) {
    .wrapper_br .title{
        font-size: 0.95rem;
        line-height: 1.4rem;
    }

    .wrapper_br {
        margin: 1.265rem 1.6rem 0 1.6rem;
    }
}

@media only screen and (min-height: 750px) and (min-width:750px), (orientation: landscape) {
    .wrapper_br {
        margin: 3.38rem 2.75rem 3.38rem 2.75rem;
        margin-bottom: 2.511rem;
    }

    .logo_br {
        height: 0.9rem;
        width: 2.05rem;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 96px;
        max-height: 34px;
        min-height: 20px;
    }

    .wrapper_br .title{
        font-size: 0.86rem;
        text-align: center;
        margin-bottom: 0.675rem;
    }

    .wrapper-button-blue {
        width: 220px;
        line-height: 64px;
    }

    .promoImage {
        max-width: 84%;
        margin-top: 1.9rem;
        margin-bottom: 1.9rem;
    }

    .wrapper_br .content {
        display: none;
    }

    .wrapper_br .landscapeContent {
        display: block;
    }
}

@media (orientation: landscape) {
    .promoImage {
        max-width: 65%;
    }

    .wrapper_br .landscapeContent {
        max-width: 65%;
    }
}

@media (orientation: landscape) and (max-width: 850px) {
    .wrapper_br .title{
        font-size: 1.1rem;
        line-height: 1.2rem;
    }

    .wrapper_br .landscapeContent {
        font-size: 0.7rem;
        line-height: 1rem;
    }
}
