@font-face {
    font-family: 'SkopexGothic';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Primetype - SkopexGothic-Reg.otf');
    /* IE9 Compat Modes */
    src: local(''),
        url('fonts/Primetype - SkopexGothic-Reg.otf?#iefix') format('embedded-opentype'),
        url('fonts/Primetype - SkopexGothic-Reg.otf') format('otf'),
}

@font-face {
    font-family: 'SkopexGothic';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/Primetype - SkopexGothic-EboTF.otf');
    /* IE9 Compat Modes */
    src: local(''),
        url('fonts/Primetype - SkopexGothic-EboTF.otf?#iefix') format('embedded-opentype'),
        url('fonts/Primetype - SkopexGothic-EboTF.otf') format('otf'),
}

* {
    margin: 0;
    padding: 0;
}

* html body * {
    overflow: visible;
}

html * {
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    text-rendering: optimizeSpeed;

}

a,
button,
input {
    cursor: pointer;
}

div:target {
    outline: 0 none;
}

a,
a:hover,
a:active,
a:focus,
object,
embed {
    outline: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline: none;
}

a {
    color: #000;
    background: transparent;
    text-decoration: none;
    display: block;
}

a:active {
    outline: none;
}

button:active,
button:focus {
    outline: none;
}

mark {
    background: transparent;
    color: #000;
}

img,
figure {
    margin: 0;
}

figure {
    line-height: 0;
}

figcaption {
    line-height: 1.2em;
}

textarea {
    resize: none;
}


html {
    max-width: 1920px !important;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
    color: #000000;
    overflow: hidden;
    overflow-y: auto;
}

html body {
    overflow-y: scroll;
    min-height: 100%;
    max-width: 1920px !important;
    font-size: 100%;
    text-align: left;
    display: block;
    width: 100%;
    padding: 0px;
    height: 100%;
    min-height: 100%;
    min-width: 360px;
    margin: 0px auto 0;
    overflow: hidden;
    overflow-y: auto;
    position: relative;

    /* display: table; */
}

html body {
    margin: 0;
    padding: 0;
    background: white 0% 0% no-repeat padding-box;
}

html header,
html main,
html footer {
    float: right;
    display: block;
    position: relative;
    width: 100%;
}


html main {
    position: relative;
    display: block;
    width: 45%;
    margin: 100px auto;
    /* padding: 0 20px 0px 20px; */
    float: none;

    background: transparent;
}

html.smartn main{
    width: 80%;
    margin: 50px auto;
}

html main>div {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 50px;
    float: none;
    border: solid 5px #b51d32;
    text-align: center;

    background: transparent;
}

html.smartn main>div{
    padding: 10px 25px;
}

html main>div>div {
    position: relative;
    display: inline-block;
    padding: 0px 10px;
    background-color: #b51d32 !important;

    background: transparent;
}

html.smartn main>div>div {
    padding: 0px 5px;
}

html main>div>div p {
    color: white;
    margin: 5px;
    font-weight: 700;
}

html.smartn main>div>div p {
    margin: 2.5px;
    font-weight: 700;
}

html main p {
    font-family: SkopexGothic;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: center;
    max-width: 500px;
    display: block;
    position: relative;
    margin: 0 auto 20px auto;
}

html.smartn main p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 10px;
    margin: 0 auto 10px auto;
}

html main h1 {
    font-family: SkopexGothic;
    font-size: 35px;
    line-height: 50px;
    font-weight: 700;
    width: 100px;
    margin: 0 auto 20px auto;
    color: #b51d32;
}

html.smartn main h1 {
    font-family: SkopexGothic;
    font-size: 30px;
    line-height: 40px;
    width: 70px;
    margin: 0 auto 10px auto;
}