﻿@charset "UTF-8";
/**
*  Paper
*  --------------------------------
*  Free to use under the MIT license.
*  http://www.opensource.org/licenses/mit-license.php
*
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

    q:before, q:after, blockquote:before, blockquote:after {
        content: "";
        content: none;
    }

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

html {
    font-size: 100%;
    line-height: 1.5em;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    *::-moz-selection {
        color: #000;
        background-color: #e0f0e9;
    }

    *::selection {
        color: #000;
        background-color: #e0f0e9;
    }

body {
    background-color: #ffffff;
    font-family: "Source Han Sans", "Hiragino Sans", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    font-weight: 300;
    color: #1c1e2a;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 767px) {
    body {
        font-weight: 400;
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        width: 100%;
        min-width: 0;
    }
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.valign {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

    .valign > * {
        display: block;
    }

.hide:not(.show) {
    display: none;
}

@media only screen and (max-width: 767px) {
    .hidden-phone {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 939px) {
    .hidden-tablet {
        display: none !important;
    }
}

@media only screen and (min-width: 940px) {
    .hidden-desktop {
        display: none !important;
    }
}

.vertical {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
}

    .vertical h1, .vertical h2, .vertical h3, .vertical h4, .vertical h5, .vertical h6 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .vertical p {
        margin-bottom: 0;
    }

    .vertical .lr {
        writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
        -webkit-writing-mode: vertical-lr;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Source Han Sans", "Hiragino Sans", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    font-weight: 200;
    color: #161823;
    text-rendering: optimizeLegibility;
    padding-top: 0.252em;
    line-height: 1.0665em;
    padding-bottom: 0.252em;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: #9d2933;
    }

        h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
            color: #c93756;
        }

@media only screen and (max-width: 767px) {
    h1, h2, h3, h4, h5, h6 {
        word-wrap: break-word;
    }
}

h1 {
    font-size: 68px;
    font-size: 4.25rem;
}

    h1.xlarge {
        font-size: 110px;
        font-size: 6.875rem;
    }

    h1.xxlarge {
        font-size: 126px;
        font-size: 7.875rem;
    }

    h1.absurd {
        font-size: 177px;
        font-size: 11.0625rem;
    }

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 42px;
        font-size: 2.625rem;
    }
}

h2 {
    font-size: 42px;
    font-size: 2.625rem;
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 36px;
        font-size: 2.25rem;
    }
}

h3 {
    font-size: 30px;
    font-size: 1.875rem;
}

h4 {
    font-size: 26px;
    font-size: 1.625rem;
}

h5 {
    font-size: 18px;
    font-size: 1.125rem;
}

h6 {
    font-size: 16px;
    font-size: 1rem;
}

article {
    font-size: 16px;
    font-size: 1rem;
}

p {
    font-family: inherit;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0.53325em;
    line-height: 1.5em;
}

@media only screen and (max-width: 767px) {
    p {
        font-weight: 400;
    }
}

p.lead {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 18px;
    text-indent: 0;
}

article > p {
    text-indent: 2em;
}

    article > p.no-indent {
        text-indent: 0;
    }

* > p {
    font-size: inherit;
}

a {
    color: #9d2933;
    text-decoration: none;
    outline: 0;
    line-height: inherit;
}

    a:hover {
        color: #c93756;
        border-bottom: 1px solid;
    }

ul, ol {
    margin-bottom: 0.252em;
}

ul {
    list-style: none outside;
}

    ul ul {
        margin: 0.375em 0 0.375em 2em;
    }

ol {
    list-style: decimal;
    margin-left: 2em;
}

    ol ol {
        margin: 0.375em 0 0.375em 2em;
    }

li {
    padding-bottom: 0.252em;
}

blockquote {
    color: #50616d;
    margin: 1.0665em 4em 1.0665em 4em;
    margin-left: 4rem;
    margin-right: 4rem;
    position: relative;
    min-height: 48px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

    blockquote:before, blockquote:after {
        position: absolute;
        display: inline-block;
        font-size: 64px;
        font-weight: 100;
        color: #758a99;
        line-height: 64px;
    }

    blockquote:before {
        content: '\300e';
        left: -80px;
        top: 0;
    }

    blockquote:after {
        content: '\300f';
        right: -80px;
        bottom: 0;
    }

    blockquote p:last-child {
        margin-bottom: 0;
    }

del {
    text-decoration: line-through;
}

sup, sub {
    font-size: 75%;
    position: relative;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

u {
    text-decoration: none;
    border-bottom: 1px solid;
}

mark {
    background-color: rgba(250, 255, 114, 0.4);
    color: inherit;
    margin: -0.2em;
    padding: 0.2em;
}

em {
    position: relative;
}

    em:after {
        position: absolute;
        top: 0.5em;
        left: 0;
        content: "\30fb";
        text-indent: 0;
    }

abbr {
    border-bottom: 1px dotted;
    font-variant: normal;
    cursor: help;
}

.responsive-text {
    font-size: 1.5rem;
}

@media all and (max-width: 400px) {
    .responsive-text {
        font-size: 1rem;
    }
}

@media all and (max-width: 940px) {
    .responsive-text {
        font-size: 1.5rem;
    }
}

@media all and (max-width: 877px) {
    .responsive-text {
        font-size: 1.49199rem;
    }
}

@media all and (max-width: 818px) {
    .responsive-text {
        font-size: 1.47243rem;
    }
}

@media all and (max-width: 762px) {
    .responsive-text {
        font-size: 1.44309rem;
    }
}

@media all and (max-width: 709px) {
    .responsive-text {
        font-size: 1.40564rem;
    }
}

@media all and (max-width: 659px) {
    .responsive-text {
        font-size: 1.36169rem;
    }
}

@media all and (max-width: 611px) {
    .responsive-text {
        font-size: 1.31162rem;
    }
}

@media all and (max-width: 564px) {
    .responsive-text {
        font-size: 1.25511rem;
    }
}

@media all and (max-width: 519px) {
    .responsive-text {
        font-size: 1.19408rem;
    }
}

@media all and (max-width: 476px) {
    .responsive-text {
        font-size: 1.12942rem;
    }
}

@media all and (max-width: 434px) {
    .responsive-text {
        font-size: 1.06029rem;
    }
}

.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 70%;
}

@media only screen and (min-width: 768px) and (max-width: 939px) {
    .container {
        width: 85%;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        width: 90%;
    }
}

.row {
    margin: 0 auto;
    *zoom: 1;
}

    .row:before, .row:after {
        content: '';
        display: table;
    }

    .row:after {
        clear: both;
    }

    .row .col {
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .row .col:not(.no-gutter) {
            padding: 0 10px;
        }

        .row .col.span-1-1 {
            width: 100%;
        }

        .row .col.span-1-2 {
            width: 50%;
        }

        .row .col.push-1-2 {
            margin-left: 50%;
        }

        .row .col.span-2-2 {
            width: 100%;
        }

        .row .col.span-1-3 {
            width: 33.33333%;
        }

        .row .col.push-1-3 {
            margin-left: 33.33333%;
        }

        .row .col.span-2-3 {
            width: 66.66667%;
        }

        .row .col.push-2-3 {
            margin-left: 66.66667%;
        }

        .row .col.span-3-3 {
            width: 100%;
        }

        .row .col.span-1-4 {
            width: 25%;
        }

        .row .col.push-1-4 {
            margin-left: 25%;
        }

        .row .col.span-2-4 {
            width: 50%;
        }

        .row .col.push-2-4 {
            margin-left: 50%;
        }

        .row .col.span-3-4 {
            width: 75%;
        }

        .row .col.push-3-4 {
            margin-left: 75%;
        }

        .row .col.span-4-4 {
            width: 100%;
        }

        .row .col.span-1-5 {
            width: 20%;
        }

        .row .col.push-1-5 {
            margin-left: 20%;
        }

        .row .col.span-2-5 {
            width: 40%;
        }

        .row .col.push-2-5 {
            margin-left: 40%;
        }

        .row .col.span-3-5 {
            width: 60%;
        }

        .row .col.push-3-5 {
            margin-left: 60%;
        }

        .row .col.span-4-5 {
            width: 80%;
        }

        .row .col.push-4-5 {
            margin-left: 80%;
        }

        .row .col.span-5-5 {
            width: 100%;
        }

        .row .col.span-1-6 {
            width: 16.66667%;
        }

        .row .col.push-1-6 {
            margin-left: 16.66667%;
        }

        .row .col.span-2-6 {
            width: 33.33333%;
        }

        .row .col.push-2-6 {
            margin-left: 33.33333%;
        }

        .row .col.span-3-6 {
            width: 50%;
        }

        .row .col.push-3-6 {
            margin-left: 50%;
        }

        .row .col.span-4-6 {
            width: 66.66667%;
        }

        .row .col.push-4-6 {
            margin-left: 66.66667%;
        }

        .row .col.span-5-6 {
            width: 83.33333%;
        }

        .row .col.push-5-6 {
            margin-left: 83.33333%;
        }

        .row .col.span-6-6 {
            width: 100%;
        }

        .row .col.span-1-7 {
            width: 14.28571%;
        }

        .row .col.push-1-7 {
            margin-left: 14.28571%;
        }

        .row .col.span-2-7 {
            width: 28.57143%;
        }

        .row .col.push-2-7 {
            margin-left: 28.57143%;
        }

        .row .col.span-3-7 {
            width: 42.85714%;
        }

        .row .col.push-3-7 {
            margin-left: 42.85714%;
        }

        .row .col.span-4-7 {
            width: 57.14286%;
        }

        .row .col.push-4-7 {
            margin-left: 57.14286%;
        }

        .row .col.span-5-7 {
            width: 71.42857%;
        }

        .row .col.push-5-7 {
            margin-left: 71.42857%;
        }

        .row .col.span-6-7 {
            width: 85.71429%;
        }

        .row .col.push-6-7 {
            margin-left: 85.71429%;
        }

        .row .col.span-7-7 {
            width: 100%;
        }

        .row .col.span-1-8 {
            width: 12.5%;
        }

        .row .col.push-1-8 {
            margin-left: 12.5%;
        }

        .row .col.span-2-8 {
            width: 25%;
        }

        .row .col.push-2-8 {
            margin-left: 25%;
        }

        .row .col.span-3-8 {
            width: 37.5%;
        }

        .row .col.push-3-8 {
            margin-left: 37.5%;
        }

        .row .col.span-4-8 {
            width: 50%;
        }

        .row .col.push-4-8 {
            margin-left: 50%;
        }

        .row .col.span-5-8 {
            width: 62.5%;
        }

        .row .col.push-5-8 {
            margin-left: 62.5%;
        }

        .row .col.span-6-8 {
            width: 75%;
        }

        .row .col.push-6-8 {
            margin-left: 75%;
        }

        .row .col.span-7-8 {
            width: 87.5%;
        }

        .row .col.push-7-8 {
            margin-left: 87.5%;
        }

        .row .col.span-8-8 {
            width: 100%;
        }

        .row .col.span-1-9 {
            width: 11.11111%;
        }

        .row .col.push-1-9 {
            margin-left: 11.11111%;
        }

        .row .col.span-2-9 {
            width: 22.22222%;
        }

        .row .col.push-2-9 {
            margin-left: 22.22222%;
        }

        .row .col.span-3-9 {
            width: 33.33333%;
        }

        .row .col.push-3-9 {
            margin-left: 33.33333%;
        }

        .row .col.span-4-9 {
            width: 44.44444%;
        }

        .row .col.push-4-9 {
            margin-left: 44.44444%;
        }

        .row .col.span-5-9 {
            width: 55.55556%;
        }

        .row .col.push-5-9 {
            margin-left: 55.55556%;
        }

        .row .col.span-6-9 {
            width: 66.66667%;
        }

        .row .col.push-6-9 {
            margin-left: 66.66667%;
        }

        .row .col.span-7-9 {
            width: 77.77778%;
        }

        .row .col.push-7-9 {
            margin-left: 77.77778%;
        }

        .row .col.span-8-9 {
            width: 88.88889%;
        }

        .row .col.push-8-9 {
            margin-left: 88.88889%;
        }

        .row .col.span-9-9 {
            width: 100%;
        }

        .row .col.span-1-10 {
            width: 10%;
        }

        .row .col.push-1-10 {
            margin-left: 10%;
        }

        .row .col.span-2-10 {
            width: 20%;
        }

        .row .col.push-2-10 {
            margin-left: 20%;
        }

        .row .col.span-3-10 {
            width: 30%;
        }

        .row .col.push-3-10 {
            margin-left: 30%;
        }

        .row .col.span-4-10 {
            width: 40%;
        }

        .row .col.push-4-10 {
            margin-left: 40%;
        }

        .row .col.span-5-10 {
            width: 50%;
        }

        .row .col.push-5-10 {
            margin-left: 50%;
        }

        .row .col.span-6-10 {
            width: 60%;
        }

        .row .col.push-6-10 {
            margin-left: 60%;
        }

        .row .col.span-7-10 {
            width: 70%;
        }

        .row .col.push-7-10 {
            margin-left: 70%;
        }

        .row .col.span-8-10 {
            width: 80%;
        }

        .row .col.push-8-10 {
            margin-left: 80%;
        }

        .row .col.span-9-10 {
            width: 90%;
        }

        .row .col.push-9-10 {
            margin-left: 90%;
        }

        .row .col.span-10-10 {
            width: 100%;
        }

        .row .col.span-1-11 {
            width: 9.09091%;
        }

        .row .col.push-1-11 {
            margin-left: 9.09091%;
        }

        .row .col.span-2-11 {
            width: 18.18182%;
        }

        .row .col.push-2-11 {
            margin-left: 18.18182%;
        }

        .row .col.span-3-11 {
            width: 27.27273%;
        }

        .row .col.push-3-11 {
            margin-left: 27.27273%;
        }

        .row .col.span-4-11 {
            width: 36.36364%;
        }

        .row .col.push-4-11 {
            margin-left: 36.36364%;
        }

        .row .col.span-5-11 {
            width: 45.45455%;
        }

        .row .col.push-5-11 {
            margin-left: 45.45455%;
        }

        .row .col.span-6-11 {
            width: 54.54545%;
        }

        .row .col.push-6-11 {
            margin-left: 54.54545%;
        }

        .row .col.span-7-11 {
            width: 63.63636%;
        }

        .row .col.push-7-11 {
            margin-left: 63.63636%;
        }

        .row .col.span-8-11 {
            width: 72.72727%;
        }

        .row .col.push-8-11 {
            margin-left: 72.72727%;
        }

        .row .col.span-9-11 {
            width: 81.81818%;
        }

        .row .col.push-9-11 {
            margin-left: 81.81818%;
        }

        .row .col.span-10-11 {
            width: 90.90909%;
        }

        .row .col.push-10-11 {
            margin-left: 90.90909%;
        }

        .row .col.span-11-11 {
            width: 100.0%;
        }

        .row .col.span-1-12 {
            width: 8.33333%;
        }

        .row .col.push-1-12 {
            margin-left: 8.33333%;
        }

        .row .col.span-2-12 {
            width: 16.66667%;
        }

        .row .col.push-2-12 {
            margin-left: 16.66667%;
        }

        .row .col.span-3-12 {
            width: 25%;
        }

        .row .col.push-3-12 {
            margin-left: 25%;
        }

        .row .col.span-4-12 {
            width: 33.33333%;
        }

        .row .col.push-4-12 {
            margin-left: 33.33333%;
        }

        .row .col.span-5-12 {
            width: 41.66667%;
        }

        .row .col.push-5-12 {
            margin-left: 41.66667%;
        }

        .row .col.span-6-12 {
            width: 50%;
        }

        .row .col.push-6-12 {
            margin-left: 50%;
        }

        .row .col.span-7-12 {
            width: 58.33333%;
        }

        .row .col.push-7-12 {
            margin-left: 58.33333%;
        }

        .row .col.span-8-12 {
            width: 66.66667%;
        }

        .row .col.push-8-12 {
            margin-left: 66.66667%;
        }

        .row .col.span-9-12 {
            width: 75%;
        }

        .row .col.push-9-12 {
            margin-left: 75%;
        }

        .row .col.span-10-12 {
            width: 83.33333%;
        }

        .row .col.push-10-12 {
            margin-left: 83.33333%;
        }

        .row .col.span-11-12 {
            width: 91.66667%;
        }

        .row .col.push-11-12 {
            margin-left: 91.66667%;
        }

        .row .col.span-12-12 {
            width: 100%;
        }

@media only screen and (max-width: 400px) {
    .row .col.span-phone-vertical-1-1 {
        width: 100%;
    }

    .row .col.span-phone-vertical-1-2 {
        width: 50%;
    }

    .row .col.push-phone-vertical-1-2 {
        margin-left: 50%;
    }

    .row .col.span-phone-vertical-2-2 {
        width: 100%;
    }

    .row .col.span-phone-vertical-1-3 {
        width: 33.33333%;
    }

    .row .col.push-phone-vertical-1-3 {
        margin-left: 33.33333%;
    }

    .row .col.span-phone-vertical-2-3 {
        width: 66.66667%;
    }

    .row .col.push-phone-vertical-2-3 {
        margin-left: 66.66667%;
    }

    .row .col.span-phone-vertical-3-3 {
        width: 100%;
    }

    .row .col.span-phone-vertical-1-4 {
        width: 25%;
    }

    .row .col.push-phone-vertical-1-4 {
        margin-left: 25%;
    }

    .row .col.span-phone-vertical-2-4 {
        width: 50%;
    }

    .row .col.push-phone-vertical-2-4 {
        margin-left: 50%;
    }

    .row .col.span-phone-vertical-3-4 {
        width: 75%;
    }

    .row .col.push-phone-vertical-3-4 {
        margin-left: 75%;
    }

    .row .col.span-phone-vertical-4-4 {
        width: 100%;
    }

    .row .col.span-phone-vertical-1-5 {
        width: 20%;
    }

    .row .col.push-phone-vertical-1-5 {
        margin-left: 20%;
    }

    .row .col.span-phone-vertical-2-5 {
        width: 40%;
    }

    .row .col.push-phone-vertical-2-5 {
        margin-left: 40%;
    }

    .row .col.span-phone-vertical-3-5 {
        width: 60%;
    }

    .row .col.push-phone-vertical-3-5 {
        margin-left: 60%;
    }

    .row .col.span-phone-vertical-4-5 {
        width: 80%;
    }

    .row .col.push-phone-vertical-4-5 {
        margin-left: 80%;
    }

    .row .col.span-phone-vertical-5-5 {
        width: 100%;
    }

    .row .col.span-phone-vertical-1-6 {
        width: 16.66667%;
    }

    .row .col.push-phone-vertical-1-6 {
        margin-left: 16.66667%;
    }

    .row .col.span-phone-vertical-2-6 {
        width: 33.33333%;
    }

    .row .col.push-phone-vertical-2-6 {
        margin-left: 33.33333%;
    }

    .row .col.span-phone-vertical-3-6 {
        width: 50%;
    }

    .row .col.push-phone-vertical-3-6 {
        margin-left: 50%;
    }

    .row .col.span-phone-vertical-4-6 {
        width: 66.66667%;
    }

    .row .col.push-phone-vertical-4-6 {
        margin-left: 66.66667%;
    }

    .row .col.span-phone-vertical-5-6 {
        width: 83.33333%;
    }

    .row .col.push-phone-vertical-5-6 {
        margin-left: 83.33333%;
    }

    .row .col.span-phone-vertical-6-6 {
        width: 100%;
    }

    .row .col.span-phone-vertical-1-7 {
        width: 14.28571%;
    }

    .row .col.push-phone-vertical-1-7 {
        margin-left: 14.28571%;
    }

    .row .col.span-phone-vertical-2-7 {
        width: 28.57143%;
    }

    .row .col.push-phone-vertical-2-7 {
        margin-left: 28.57143%;
    }

    .row .col.span-phone-vertical-3-7 {
        width: 42.85714%;
    }

    .row .col.push-phone-vertical-3-7 {
        margin-left: 42.85714%;
    }

    .row .col.span-phone-vertical-4-7 {
        width: 57.14286%;
    }

    .row .col.push-phone-vertical-4-7 {
        margin-left: 57.14286%;
    }

    .row .col.span-phone-vertical-5-7 {
        width: 71.42857%;
    }

    .row .col.push-phone-vertical-5-7 {
        margin-left: 71.42857%;
    }

    .row .col.span-phone-vertical-6-7 {
        width: 85.71429%;
    }

    .row .col.push-phone-vertical-6-7 {
        margin-left: 85.71429%;
    }

    .row .col.span-phone-vertical-7-7 {
        width: 100%;
    }

    .row .col.span-phone-vertical-1-8 {
        width: 12.5%;
    }

    .row .col.push-phone-vertical-1-8 {
        margin-left: 12.5%;
    }

    .row .col.span-phone-vertical-2-8 {
        width: 25%;
    }

    .row .col.push-phone-vertical-2-8 {
        margin-left: 25%;
    }

    .row .col.span-phone-vertical-3-8 {
        width: 37.5%;
    }

    .row .col.push-phone-vertical-3-8 {
        margin-left: 37.5%;
    }

    .row .col.span-phone-vertical-4-8 {
        width: 50%;
    }

    .row .col.push-phone-vertical-4-8 {
        margin-left: 50%;
    }

    .row .col.span-phone-vertical-5-8 {
        width: 62.5%;
    }

    .row .col.push-phone-vertical-5-8 {
        margin-left: 62.5%;
    }

    .row .col.span-phone-vertical-6-8 {
        width: 75%;
    }

    .row .col.push-phone-vertical-6-8 {
        margin-left: 75%;
    }

    .row .col.span-phone-vertical-7-8 {
        width: 87.5%;
    }

    .row .col.push-phone-vertical-7-8 {
        margin-left: 87.5%;
    }

    .row .col.span-phone-vertical-8-8 {
        width: 100%;
    }

    .row .col.span-phone-vertical-1-9 {
        width: 11.11111%;
    }

    .row .col.push-phone-vertical-1-9 {
        margin-left: 11.11111%;
    }

    .row .col.span-phone-vertical-2-9 {
        width: 22.22222%;
    }

    .row .col.push-phone-vertical-2-9 {
        margin-left: 22.22222%;
    }

    .row .col.span-phone-vertical-3-9 {
        width: 33.33333%;
    }

    .row .col.push-phone-vertical-3-9 {
        margin-left: 33.33333%;
    }

    .row .col.span-phone-vertical-4-9 {
        width: 44.44444%;
    }

    .row .col.push-phone-vertical-4-9 {
        margin-left: 44.44444%;
    }

    .row .col.span-phone-vertical-5-9 {
        width: 55.55556%;
    }

    .row .col.push-phone-vertical-5-9 {
        margin-left: 55.55556%;
    }

    .row .col.span-phone-vertical-6-9 {
        width: 66.66667%;
    }

    .row .col.push-phone-vertical-6-9 {
        margin-left: 66.66667%;
    }

    .row .col.span-phone-vertical-7-9 {
        width: 77.77778%;
    }

    .row .col.push-phone-vertical-7-9 {
        margin-left: 77.77778%;
    }

    .row .col.span-phone-vertical-8-9 {
        width: 88.88889%;
    }

    .row .col.push-phone-vertical-8-9 {
        margin-left: 88.88889%;
    }

    .row .col.span-phone-vertical-9-9 {
        width: 100%;
    }

    .row .col.span-phone-vertical-1-10 {
        width: 10%;
    }

    .row .col.push-phone-vertical-1-10 {
        margin-left: 10%;
    }

    .row .col.span-phone-vertical-2-10 {
        width: 20%;
    }

    .row .col.push-phone-vertical-2-10 {
        margin-left: 20%;
    }

    .row .col.span-phone-vertical-3-10 {
        width: 30%;
    }

    .row .col.push-phone-vertical-3-10 {
        margin-left: 30%;
    }

    .row .col.span-phone-vertical-4-10 {
        width: 40%;
    }

    .row .col.push-phone-vertical-4-10 {
        margin-left: 40%;
    }

    .row .col.span-phone-vertical-5-10 {
        width: 50%;
    }

    .row .col.push-phone-vertical-5-10 {
        margin-left: 50%;
    }

    .row .col.span-phone-vertical-6-10 {
        width: 60%;
    }

    .row .col.push-phone-vertical-6-10 {
        margin-left: 60%;
    }

    .row .col.span-phone-vertical-7-10 {
        width: 70%;
    }

    .row .col.push-phone-vertical-7-10 {
        margin-left: 70%;
    }

    .row .col.span-phone-vertical-8-10 {
        width: 80%;
    }

    .row .col.push-phone-vertical-8-10 {
        margin-left: 80%;
    }

    .row .col.span-phone-vertical-9-10 {
        width: 90%;
    }

    .row .col.push-phone-vertical-9-10 {
        margin-left: 90%;
    }

    .row .col.span-phone-vertical-10-10 {
        width: 100%;
    }

    .row .col.span-phone-vertical-1-11 {
        width: 9.09091%;
    }

    .row .col.push-phone-vertical-1-11 {
        margin-left: 9.09091%;
    }

    .row .col.span-phone-vertical-2-11 {
        width: 18.18182%;
    }

    .row .col.push-phone-vertical-2-11 {
        margin-left: 18.18182%;
    }

    .row .col.span-phone-vertical-3-11 {
        width: 27.27273%;
    }

    .row .col.push-phone-vertical-3-11 {
        margin-left: 27.27273%;
    }

    .row .col.span-phone-vertical-4-11 {
        width: 36.36364%;
    }

    .row .col.push-phone-vertical-4-11 {
        margin-left: 36.36364%;
    }

    .row .col.span-phone-vertical-5-11 {
        width: 45.45455%;
    }

    .row .col.push-phone-vertical-5-11 {
        margin-left: 45.45455%;
    }

    .row .col.span-phone-vertical-6-11 {
        width: 54.54545%;
    }

    .row .col.push-phone-vertical-6-11 {
        margin-left: 54.54545%;
    }

    .row .col.span-phone-vertical-7-11 {
        width: 63.63636%;
    }

    .row .col.push-phone-vertical-7-11 {
        margin-left: 63.63636%;
    }

    .row .col.span-phone-vertical-8-11 {
        width: 72.72727%;
    }

    .row .col.push-phone-vertical-8-11 {
        margin-left: 72.72727%;
    }

    .row .col.span-phone-vertical-9-11 {
        width: 81.81818%;
    }

    .row .col.push-phone-vertical-9-11 {
        margin-left: 81.81818%;
    }

    .row .col.span-phone-vertical-10-11 {
        width: 90.90909%;
    }

    .row .col.push-phone-vertical-10-11 {
        margin-left: 90.90909%;
    }

    .row .col.span-phone-vertical-11-11 {
        width: 100.0%;
    }

    .row .col.span-phone-vertical-1-12 {
        width: 8.33333%;
    }

    .row .col.push-phone-vertical-1-12 {
        margin-left: 8.33333%;
    }

    .row .col.span-phone-vertical-2-12 {
        width: 16.66667%;
    }

    .row .col.push-phone-vertical-2-12 {
        margin-left: 16.66667%;
    }

    .row .col.span-phone-vertical-3-12 {
        width: 25%;
    }

    .row .col.push-phone-vertical-3-12 {
        margin-left: 25%;
    }

    .row .col.span-phone-vertical-4-12 {
        width: 33.33333%;
    }

    .row .col.push-phone-vertical-4-12 {
        margin-left: 33.33333%;
    }

    .row .col.span-phone-vertical-5-12 {
        width: 41.66667%;
    }

    .row .col.push-phone-vertical-5-12 {
        margin-left: 41.66667%;
    }

    .row .col.span-phone-vertical-6-12 {
        width: 50%;
    }

    .row .col.push-phone-vertical-6-12 {
        margin-left: 50%;
    }

    .row .col.span-phone-vertical-7-12 {
        width: 58.33333%;
    }

    .row .col.push-phone-vertical-7-12 {
        margin-left: 58.33333%;
    }

    .row .col.span-phone-vertical-8-12 {
        width: 66.66667%;
    }

    .row .col.push-phone-vertical-8-12 {
        margin-left: 66.66667%;
    }

    .row .col.span-phone-vertical-9-12 {
        width: 75%;
    }

    .row .col.push-phone-vertical-9-12 {
        margin-left: 75%;
    }

    .row .col.span-phone-vertical-10-12 {
        width: 83.33333%;
    }

    .row .col.push-phone-vertical-10-12 {
        margin-left: 83.33333%;
    }

    .row .col.span-phone-vertical-11-12 {
        width: 91.66667%;
    }

    .row .col.push-phone-vertical-11-12 {
        margin-left: 91.66667%;
    }

    .row .col.span-phone-vertical-12-12 {
        width: 100%;
    }
}

@media only screen and (min-width: 401px) and (max-width: 767px) {
    .row .col.span-phone-horizontal-1-1 {
        width: 100%;
    }

    .row .col.span-phone-horizontal-1-2 {
        width: 50%;
    }

    .row .col.push-phone-horizontal-1-2 {
        margin-left: 50%;
    }

    .row .col.span-phone-horizontal-2-2 {
        width: 100%;
    }

    .row .col.span-phone-horizontal-1-3 {
        width: 33.33333%;
    }

    .row .col.push-phone-horizontal-1-3 {
        margin-left: 33.33333%;
    }

    .row .col.span-phone-horizontal-2-3 {
        width: 66.66667%;
    }

    .row .col.push-phone-horizontal-2-3 {
        margin-left: 66.66667%;
    }

    .row .col.span-phone-horizontal-3-3 {
        width: 100%;
    }

    .row .col.span-phone-horizontal-1-4 {
        width: 25%;
    }

    .row .col.push-phone-horizontal-1-4 {
        margin-left: 25%;
    }

    .row .col.span-phone-horizontal-2-4 {
        width: 50%;
    }

    .row .col.push-phone-horizontal-2-4 {
        margin-left: 50%;
    }

    .row .col.span-phone-horizontal-3-4 {
        width: 75%;
    }

    .row .col.push-phone-horizontal-3-4 {
        margin-left: 75%;
    }

    .row .col.span-phone-horizontal-4-4 {
        width: 100%;
    }

    .row .col.span-phone-horizontal-1-5 {
        width: 20%;
    }

    .row .col.push-phone-horizontal-1-5 {
        margin-left: 20%;
    }

    .row .col.span-phone-horizontal-2-5 {
        width: 40%;
    }

    .row .col.push-phone-horizontal-2-5 {
        margin-left: 40%;
    }

    .row .col.span-phone-horizontal-3-5 {
        width: 60%;
    }

    .row .col.push-phone-horizontal-3-5 {
        margin-left: 60%;
    }

    .row .col.span-phone-horizontal-4-5 {
        width: 80%;
    }

    .row .col.push-phone-horizontal-4-5 {
        margin-left: 80%;
    }

    .row .col.span-phone-horizontal-5-5 {
        width: 100%;
    }

    .row .col.span-phone-horizontal-1-6 {
        width: 16.66667%;
    }

    .row .col.push-phone-horizontal-1-6 {
        margin-left: 16.66667%;
    }

    .row .col.span-phone-horizontal-2-6 {
        width: 33.33333%;
    }

    .row .col.push-phone-horizontal-2-6 {
        margin-left: 33.33333%;
    }

    .row .col.span-phone-horizontal-3-6 {
        width: 50%;
    }

    .row .col.push-phone-horizontal-3-6 {
        margin-left: 50%;
    }

    .row .col.span-phone-horizontal-4-6 {
        width: 66.66667%;
    }

    .row .col.push-phone-horizontal-4-6 {
        margin-left: 66.66667%;
    }

    .row .col.span-phone-horizontal-5-6 {
        width: 83.33333%;
    }

    .row .col.push-phone-horizontal-5-6 {
        margin-left: 83.33333%;
    }

    .row .col.span-phone-horizontal-6-6 {
        width: 100%;
    }

    .row .col.span-phone-horizontal-1-7 {
        width: 14.28571%;
    }

    .row .col.push-phone-horizontal-1-7 {
        margin-left: 14.28571%;
    }

    .row .col.span-phone-horizontal-2-7 {
        width: 28.57143%;
    }

    .row .col.push-phone-horizontal-2-7 {
        margin-left: 28.57143%;
    }

    .row .col.span-phone-horizontal-3-7 {
        width: 42.85714%;
    }

    .row .col.push-phone-horizontal-3-7 {
        margin-left: 42.85714%;
    }

    .row .col.span-phone-horizontal-4-7 {
        width: 57.14286%;
    }

    .row .col.push-phone-horizontal-4-7 {
        margin-left: 57.14286%;
    }

    .row .col.span-phone-horizontal-5-7 {
        width: 71.42857%;
    }

    .row .col.push-phone-horizontal-5-7 {
        margin-left: 71.42857%;
    }

    .row .col.span-phone-horizontal-6-7 {
        width: 85.71429%;
    }

    .row .col.push-phone-horizontal-6-7 {
        margin-left: 85.71429%;
    }

    .row .col.span-phone-horizontal-7-7 {
        width: 100%;
    }

    .row .col.span-phone-horizontal-1-8 {
        width: 12.5%;
    }

    .row .col.push-phone-horizontal-1-8 {
        margin-left: 12.5%;
    }

    .row .col.span-phone-horizontal-2-8 {
        width: 25%;
    }

    .row .col.push-phone-horizontal-2-8 {
        margin-left: 25%;
    }

    .row .col.span-phone-horizontal-3-8 {
        width: 37.5%;
    }

    .row .col.push-phone-horizontal-3-8 {
        margin-left: 37.5%;
    }

    .row .col.span-phone-horizontal-4-8 {
        width: 50%;
    }

    .row .col.push-phone-horizontal-4-8 {
        margin-left: 50%;
    }

    .row .col.span-phone-horizontal-5-8 {
        width: 62.5%;
    }

    .row .col.push-phone-horizontal-5-8 {
        margin-left: 62.5%;
    }

    .row .col.span-phone-horizontal-6-8 {
        width: 75%;
    }

    .row .col.push-phone-horizontal-6-8 {
        margin-left: 75%;
    }

    .row .col.span-phone-horizontal-7-8 {
        width: 87.5%;
    }

    .row .col.push-phone-horizontal-7-8 {
        margin-left: 87.5%;
    }

    .row .col.span-phone-horizontal-8-8 {
        width: 100%;
    }

    .row .col.span-phone-horizontal-1-9 {
        width: 11.11111%;
    }

    .row .col.push-phone-horizontal-1-9 {
        margin-left: 11.11111%;
    }

    .row .col.span-phone-horizontal-2-9 {
        width: 22.22222%;
    }

    .row .col.push-phone-horizontal-2-9 {
        margin-left: 22.22222%;
    }

    .row .col.span-phone-horizontal-3-9 {
        width: 33.33333%;
    }

    .row .col.push-phone-horizontal-3-9 {
        margin-left: 33.33333%;
    }

    .row .col.span-phone-horizontal-4-9 {
        width: 44.44444%;
    }

    .row .col.push-phone-horizontal-4-9 {
        margin-left: 44.44444%;
    }

    .row .col.span-phone-horizontal-5-9 {
        width: 55.55556%;
    }

    .row .col.push-phone-horizontal-5-9 {
        margin-left: 55.55556%;
    }

    .row .col.span-phone-horizontal-6-9 {
        width: 66.66667%;
    }

    .row .col.push-phone-horizontal-6-9 {
        margin-left: 66.66667%;
    }

    .row .col.span-phone-horizontal-7-9 {
        width: 77.77778%;
    }

    .row .col.push-phone-horizontal-7-9 {
        margin-left: 77.77778%;
    }

    .row .col.span-phone-horizontal-8-9 {
        width: 88.88889%;
    }

    .row .col.push-phone-horizontal-8-9 {
        margin-left: 88.88889%;
    }

    .row .col.span-phone-horizontal-9-9 {
        width: 100%;
    }

    .row .col.span-phone-horizontal-1-10 {
        width: 10%;
    }

    .row .col.push-phone-horizontal-1-10 {
        margin-left: 10%;
    }

    .row .col.span-phone-horizontal-2-10 {
        width: 20%;
    }

    .row .col.push-phone-horizontal-2-10 {
        margin-left: 20%;
    }

    .row .col.span-phone-horizontal-3-10 {
        width: 30%;
    }

    .row .col.push-phone-horizontal-3-10 {
        margin-left: 30%;
    }

    .row .col.span-phone-horizontal-4-10 {
        width: 40%;
    }

    .row .col.push-phone-horizontal-4-10 {
        margin-left: 40%;
    }

    .row .col.span-phone-horizontal-5-10 {
        width: 50%;
    }

    .row .col.push-phone-horizontal-5-10 {
        margin-left: 50%;
    }

    .row .col.span-phone-horizontal-6-10 {
        width: 60%;
    }

    .row .col.push-phone-horizontal-6-10 {
        margin-left: 60%;
    }

    .row .col.span-phone-horizontal-7-10 {
        width: 70%;
    }

    .row .col.push-phone-horizontal-7-10 {
        margin-left: 70%;
    }

    .row .col.span-phone-horizontal-8-10 {
        width: 80%;
    }

    .row .col.push-phone-horizontal-8-10 {
        margin-left: 80%;
    }

    .row .col.span-phone-horizontal-9-10 {
        width: 90%;
    }

    .row .col.push-phone-horizontal-9-10 {
        margin-left: 90%;
    }

    .row .col.span-phone-horizontal-10-10 {
        width: 100%;
    }

    .row .col.span-phone-horizontal-1-11 {
        width: 9.09091%;
    }

    .row .col.push-phone-horizontal-1-11 {
        margin-left: 9.09091%;
    }

    .row .col.span-phone-horizontal-2-11 {
        width: 18.18182%;
    }

    .row .col.push-phone-horizontal-2-11 {
        margin-left: 18.18182%;
    }

    .row .col.span-phone-horizontal-3-11 {
        width: 27.27273%;
    }

    .row .col.push-phone-horizontal-3-11 {
        margin-left: 27.27273%;
    }

    .row .col.span-phone-horizontal-4-11 {
        width: 36.36364%;
    }

    .row .col.push-phone-horizontal-4-11 {
        margin-left: 36.36364%;
    }

    .row .col.span-phone-horizontal-5-11 {
        width: 45.45455%;
    }

    .row .col.push-phone-horizontal-5-11 {
        margin-left: 45.45455%;
    }

    .row .col.span-phone-horizontal-6-11 {
        width: 54.54545%;
    }

    .row .col.push-phone-horizontal-6-11 {
        margin-left: 54.54545%;
    }

    .row .col.span-phone-horizontal-7-11 {
        width: 63.63636%;
    }

    .row .col.push-phone-horizontal-7-11 {
        margin-left: 63.63636%;
    }

    .row .col.span-phone-horizontal-8-11 {
        width: 72.72727%;
    }

    .row .col.push-phone-horizontal-8-11 {
        margin-left: 72.72727%;
    }

    .row .col.span-phone-horizontal-9-11 {
        width: 81.81818%;
    }

    .row .col.push-phone-horizontal-9-11 {
        margin-left: 81.81818%;
    }

    .row .col.span-phone-horizontal-10-11 {
        width: 90.90909%;
    }

    .row .col.push-phone-horizontal-10-11 {
        margin-left: 90.90909%;
    }

    .row .col.span-phone-horizontal-11-11 {
        width: 100.0%;
    }

    .row .col.span-phone-horizontal-1-12 {
        width: 8.33333%;
    }

    .row .col.push-phone-horizontal-1-12 {
        margin-left: 8.33333%;
    }

    .row .col.span-phone-horizontal-2-12 {
        width: 16.66667%;
    }

    .row .col.push-phone-horizontal-2-12 {
        margin-left: 16.66667%;
    }

    .row .col.span-phone-horizontal-3-12 {
        width: 25%;
    }

    .row .col.push-phone-horizontal-3-12 {
        margin-left: 25%;
    }

    .row .col.span-phone-horizontal-4-12 {
        width: 33.33333%;
    }

    .row .col.push-phone-horizontal-4-12 {
        margin-left: 33.33333%;
    }

    .row .col.span-phone-horizontal-5-12 {
        width: 41.66667%;
    }

    .row .col.push-phone-horizontal-5-12 {
        margin-left: 41.66667%;
    }

    .row .col.span-phone-horizontal-6-12 {
        width: 50%;
    }

    .row .col.push-phone-horizontal-6-12 {
        margin-left: 50%;
    }

    .row .col.span-phone-horizontal-7-12 {
        width: 58.33333%;
    }

    .row .col.push-phone-horizontal-7-12 {
        margin-left: 58.33333%;
    }

    .row .col.span-phone-horizontal-8-12 {
        width: 66.66667%;
    }

    .row .col.push-phone-horizontal-8-12 {
        margin-left: 66.66667%;
    }

    .row .col.span-phone-horizontal-9-12 {
        width: 75%;
    }

    .row .col.push-phone-horizontal-9-12 {
        margin-left: 75%;
    }

    .row .col.span-phone-horizontal-10-12 {
        width: 83.33333%;
    }

    .row .col.push-phone-horizontal-10-12 {
        margin-left: 83.33333%;
    }

    .row .col.span-phone-horizontal-11-12 {
        width: 91.66667%;
    }

    .row .col.push-phone-horizontal-11-12 {
        margin-left: 91.66667%;
    }

    .row .col.span-phone-horizontal-12-12 {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .row .col.span-phone-1-1 {
        width: 100%;
    }

    .row .col.span-phone-1-2 {
        width: 50%;
    }

    .row .col.push-phone-1-2 {
        margin-left: 50%;
    }

    .row .col.span-phone-2-2 {
        width: 100%;
    }

    .row .col.span-phone-1-3 {
        width: 33.33333%;
    }

    .row .col.push-phone-1-3 {
        margin-left: 33.33333%;
    }

    .row .col.span-phone-2-3 {
        width: 66.66667%;
    }

    .row .col.push-phone-2-3 {
        margin-left: 66.66667%;
    }

    .row .col.span-phone-3-3 {
        width: 100%;
    }

    .row .col.span-phone-1-4 {
        width: 25%;
    }

    .row .col.push-phone-1-4 {
        margin-left: 25%;
    }

    .row .col.span-phone-2-4 {
        width: 50%;
    }

    .row .col.push-phone-2-4 {
        margin-left: 50%;
    }

    .row .col.span-phone-3-4 {
        width: 75%;
    }

    .row .col.push-phone-3-4 {
        margin-left: 75%;
    }

    .row .col.span-phone-4-4 {
        width: 100%;
    }

    .row .col.span-phone-1-5 {
        width: 20%;
    }

    .row .col.push-phone-1-5 {
        margin-left: 20%;
    }

    .row .col.span-phone-2-5 {
        width: 40%;
    }

    .row .col.push-phone-2-5 {
        margin-left: 40%;
    }

    .row .col.span-phone-3-5 {
        width: 60%;
    }

    .row .col.push-phone-3-5 {
        margin-left: 60%;
    }

    .row .col.span-phone-4-5 {
        width: 80%;
    }

    .row .col.push-phone-4-5 {
        margin-left: 80%;
    }

    .row .col.span-phone-5-5 {
        width: 100%;
    }

    .row .col.span-phone-1-6 {
        width: 16.66667%;
    }

    .row .col.push-phone-1-6 {
        margin-left: 16.66667%;
    }

    .row .col.span-phone-2-6 {
        width: 33.33333%;
    }

    .row .col.push-phone-2-6 {
        margin-left: 33.33333%;
    }

    .row .col.span-phone-3-6 {
        width: 50%;
    }

    .row .col.push-phone-3-6 {
        margin-left: 50%;
    }

    .row .col.span-phone-4-6 {
        width: 66.66667%;
    }

    .row .col.push-phone-4-6 {
        margin-left: 66.66667%;
    }

    .row .col.span-phone-5-6 {
        width: 83.33333%;
    }

    .row .col.push-phone-5-6 {
        margin-left: 83.33333%;
    }

    .row .col.span-phone-6-6 {
        width: 100%;
    }

    .row .col.span-phone-1-7 {
        width: 14.28571%;
    }

    .row .col.push-phone-1-7 {
        margin-left: 14.28571%;
    }

    .row .col.span-phone-2-7 {
        width: 28.57143%;
    }

    .row .col.push-phone-2-7 {
        margin-left: 28.57143%;
    }

    .row .col.span-phone-3-7 {
        width: 42.85714%;
    }

    .row .col.push-phone-3-7 {
        margin-left: 42.85714%;
    }

    .row .col.span-phone-4-7 {
        width: 57.14286%;
    }

    .row .col.push-phone-4-7 {
        margin-left: 57.14286%;
    }

    .row .col.span-phone-5-7 {
        width: 71.42857%;
    }

    .row .col.push-phone-5-7 {
        margin-left: 71.42857%;
    }

    .row .col.span-phone-6-7 {
        width: 85.71429%;
    }

    .row .col.push-phone-6-7 {
        margin-left: 85.71429%;
    }

    .row .col.span-phone-7-7 {
        width: 100%;
    }

    .row .col.span-phone-1-8 {
        width: 12.5%;
    }

    .row .col.push-phone-1-8 {
        margin-left: 12.5%;
    }

    .row .col.span-phone-2-8 {
        width: 25%;
    }

    .row .col.push-phone-2-8 {
        margin-left: 25%;
    }

    .row .col.span-phone-3-8 {
        width: 37.5%;
    }

    .row .col.push-phone-3-8 {
        margin-left: 37.5%;
    }

    .row .col.span-phone-4-8 {
        width: 50%;
    }

    .row .col.push-phone-4-8 {
        margin-left: 50%;
    }

    .row .col.span-phone-5-8 {
        width: 62.5%;
    }

    .row .col.push-phone-5-8 {
        margin-left: 62.5%;
    }

    .row .col.span-phone-6-8 {
        width: 75%;
    }

    .row .col.push-phone-6-8 {
        margin-left: 75%;
    }

    .row .col.span-phone-7-8 {
        width: 87.5%;
    }

    .row .col.push-phone-7-8 {
        margin-left: 87.5%;
    }

    .row .col.span-phone-8-8 {
        width: 100%;
    }

    .row .col.span-phone-1-9 {
        width: 11.11111%;
    }

    .row .col.push-phone-1-9 {
        margin-left: 11.11111%;
    }

    .row .col.span-phone-2-9 {
        width: 22.22222%;
    }

    .row .col.push-phone-2-9 {
        margin-left: 22.22222%;
    }

    .row .col.span-phone-3-9 {
        width: 33.33333%;
    }

    .row .col.push-phone-3-9 {
        margin-left: 33.33333%;
    }

    .row .col.span-phone-4-9 {
        width: 44.44444%;
    }

    .row .col.push-phone-4-9 {
        margin-left: 44.44444%;
    }

    .row .col.span-phone-5-9 {
        width: 55.55556%;
    }

    .row .col.push-phone-5-9 {
        margin-left: 55.55556%;
    }

    .row .col.span-phone-6-9 {
        width: 66.66667%;
    }

    .row .col.push-phone-6-9 {
        margin-left: 66.66667%;
    }

    .row .col.span-phone-7-9 {
        width: 77.77778%;
    }

    .row .col.push-phone-7-9 {
        margin-left: 77.77778%;
    }

    .row .col.span-phone-8-9 {
        width: 88.88889%;
    }

    .row .col.push-phone-8-9 {
        margin-left: 88.88889%;
    }

    .row .col.span-phone-9-9 {
        width: 100%;
    }

    .row .col.span-phone-1-10 {
        width: 10%;
    }

    .row .col.push-phone-1-10 {
        margin-left: 10%;
    }

    .row .col.span-phone-2-10 {
        width: 20%;
    }

    .row .col.push-phone-2-10 {
        margin-left: 20%;
    }

    .row .col.span-phone-3-10 {
        width: 30%;
    }

    .row .col.push-phone-3-10 {
        margin-left: 30%;
    }

    .row .col.span-phone-4-10 {
        width: 40%;
    }

    .row .col.push-phone-4-10 {
        margin-left: 40%;
    }

    .row .col.span-phone-5-10 {
        width: 50%;
    }

    .row .col.push-phone-5-10 {
        margin-left: 50%;
    }

    .row .col.span-phone-6-10 {
        width: 60%;
    }

    .row .col.push-phone-6-10 {
        margin-left: 60%;
    }

    .row .col.span-phone-7-10 {
        width: 70%;
    }

    .row .col.push-phone-7-10 {
        margin-left: 70%;
    }

    .row .col.span-phone-8-10 {
        width: 80%;
    }

    .row .col.push-phone-8-10 {
        margin-left: 80%;
    }

    .row .col.span-phone-9-10 {
        width: 90%;
    }

    .row .col.push-phone-9-10 {
        margin-left: 90%;
    }

    .row .col.span-phone-10-10 {
        width: 100%;
    }

    .row .col.span-phone-1-11 {
        width: 9.09091%;
    }

    .row .col.push-phone-1-11 {
        margin-left: 9.09091%;
    }

    .row .col.span-phone-2-11 {
        width: 18.18182%;
    }

    .row .col.push-phone-2-11 {
        margin-left: 18.18182%;
    }

    .row .col.span-phone-3-11 {
        width: 27.27273%;
    }

    .row .col.push-phone-3-11 {
        margin-left: 27.27273%;
    }

    .row .col.span-phone-4-11 {
        width: 36.36364%;
    }

    .row .col.push-phone-4-11 {
        margin-left: 36.36364%;
    }

    .row .col.span-phone-5-11 {
        width: 45.45455%;
    }

    .row .col.push-phone-5-11 {
        margin-left: 45.45455%;
    }

    .row .col.span-phone-6-11 {
        width: 54.54545%;
    }

    .row .col.push-phone-6-11 {
        margin-left: 54.54545%;
    }

    .row .col.span-phone-7-11 {
        width: 63.63636%;
    }

    .row .col.push-phone-7-11 {
        margin-left: 63.63636%;
    }

    .row .col.span-phone-8-11 {
        width: 72.72727%;
    }

    .row .col.push-phone-8-11 {
        margin-left: 72.72727%;
    }

    .row .col.span-phone-9-11 {
        width: 81.81818%;
    }

    .row .col.push-phone-9-11 {
        margin-left: 81.81818%;
    }

    .row .col.span-phone-10-11 {
        width: 90.90909%;
    }

    .row .col.push-phone-10-11 {
        margin-left: 90.90909%;
    }

    .row .col.span-phone-11-11 {
        width: 100.0%;
    }

    .row .col.span-phone-1-12 {
        width: 8.33333%;
    }

    .row .col.push-phone-1-12 {
        margin-left: 8.33333%;
    }

    .row .col.span-phone-2-12 {
        width: 16.66667%;
    }

    .row .col.push-phone-2-12 {
        margin-left: 16.66667%;
    }

    .row .col.span-phone-3-12 {
        width: 25%;
    }

    .row .col.push-phone-3-12 {
        margin-left: 25%;
    }

    .row .col.span-phone-4-12 {
        width: 33.33333%;
    }

    .row .col.push-phone-4-12 {
        margin-left: 33.33333%;
    }

    .row .col.span-phone-5-12 {
        width: 41.66667%;
    }

    .row .col.push-phone-5-12 {
        margin-left: 41.66667%;
    }

    .row .col.span-phone-6-12 {
        width: 50%;
    }

    .row .col.push-phone-6-12 {
        margin-left: 50%;
    }

    .row .col.span-phone-7-12 {
        width: 58.33333%;
    }

    .row .col.push-phone-7-12 {
        margin-left: 58.33333%;
    }

    .row .col.span-phone-8-12 {
        width: 66.66667%;
    }

    .row .col.push-phone-8-12 {
        margin-left: 66.66667%;
    }

    .row .col.span-phone-9-12 {
        width: 75%;
    }

    .row .col.push-phone-9-12 {
        margin-left: 75%;
    }

    .row .col.span-phone-10-12 {
        width: 83.33333%;
    }

    .row .col.push-phone-10-12 {
        margin-left: 83.33333%;
    }

    .row .col.span-phone-11-12 {
        width: 91.66667%;
    }

    .row .col.push-phone-11-12 {
        margin-left: 91.66667%;
    }

    .row .col.span-phone-12-12 {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .row .col.span-tablet-vertical-1-1 {
        width: 100%;
    }

    .row .col.span-tablet-vertical-1-2 {
        width: 50%;
    }

    .row .col.push-tablet-vertical-1-2 {
        margin-left: 50%;
    }

    .row .col.span-tablet-vertical-2-2 {
        width: 100%;
    }

    .row .col.span-tablet-vertical-1-3 {
        width: 33.33333%;
    }

    .row .col.push-tablet-vertical-1-3 {
        margin-left: 33.33333%;
    }

    .row .col.span-tablet-vertical-2-3 {
        width: 66.66667%;
    }

    .row .col.push-tablet-vertical-2-3 {
        margin-left: 66.66667%;
    }

    .row .col.span-tablet-vertical-3-3 {
        width: 100%;
    }

    .row .col.span-tablet-vertical-1-4 {
        width: 25%;
    }

    .row .col.push-tablet-vertical-1-4 {
        margin-left: 25%;
    }

    .row .col.span-tablet-vertical-2-4 {
        width: 50%;
    }

    .row .col.push-tablet-vertical-2-4 {
        margin-left: 50%;
    }

    .row .col.span-tablet-vertical-3-4 {
        width: 75%;
    }

    .row .col.push-tablet-vertical-3-4 {
        margin-left: 75%;
    }

    .row .col.span-tablet-vertical-4-4 {
        width: 100%;
    }

    .row .col.span-tablet-vertical-1-5 {
        width: 20%;
    }

    .row .col.push-tablet-vertical-1-5 {
        margin-left: 20%;
    }

    .row .col.span-tablet-vertical-2-5 {
        width: 40%;
    }

    .row .col.push-tablet-vertical-2-5 {
        margin-left: 40%;
    }

    .row .col.span-tablet-vertical-3-5 {
        width: 60%;
    }

    .row .col.push-tablet-vertical-3-5 {
        margin-left: 60%;
    }

    .row .col.span-tablet-vertical-4-5 {
        width: 80%;
    }

    .row .col.push-tablet-vertical-4-5 {
        margin-left: 80%;
    }

    .row .col.span-tablet-vertical-5-5 {
        width: 100%;
    }

    .row .col.span-tablet-vertical-1-6 {
        width: 16.66667%;
    }

    .row .col.push-tablet-vertical-1-6 {
        margin-left: 16.66667%;
    }

    .row .col.span-tablet-vertical-2-6 {
        width: 33.33333%;
    }

    .row .col.push-tablet-vertical-2-6 {
        margin-left: 33.33333%;
    }

    .row .col.span-tablet-vertical-3-6 {
        width: 50%;
    }

    .row .col.push-tablet-vertical-3-6 {
        margin-left: 50%;
    }

    .row .col.span-tablet-vertical-4-6 {
        width: 66.66667%;
    }

    .row .col.push-tablet-vertical-4-6 {
        margin-left: 66.66667%;
    }

    .row .col.span-tablet-vertical-5-6 {
        width: 83.33333%;
    }

    .row .col.push-tablet-vertical-5-6 {
        margin-left: 83.33333%;
    }

    .row .col.span-tablet-vertical-6-6 {
        width: 100%;
    }

    .row .col.span-tablet-vertical-1-7 {
        width: 14.28571%;
    }

    .row .col.push-tablet-vertical-1-7 {
        margin-left: 14.28571%;
    }

    .row .col.span-tablet-vertical-2-7 {
        width: 28.57143%;
    }

    .row .col.push-tablet-vertical-2-7 {
        margin-left: 28.57143%;
    }

    .row .col.span-tablet-vertical-3-7 {
        width: 42.85714%;
    }

    .row .col.push-tablet-vertical-3-7 {
        margin-left: 42.85714%;
    }

    .row .col.span-tablet-vertical-4-7 {
        width: 57.14286%;
    }

    .row .col.push-tablet-vertical-4-7 {
        margin-left: 57.14286%;
    }

    .row .col.span-tablet-vertical-5-7 {
        width: 71.42857%;
    }

    .row .col.push-tablet-vertical-5-7 {
        margin-left: 71.42857%;
    }

    .row .col.span-tablet-vertical-6-7 {
        width: 85.71429%;
    }

    .row .col.push-tablet-vertical-6-7 {
        margin-left: 85.71429%;
    }

    .row .col.span-tablet-vertical-7-7 {
        width: 100%;
    }

    .row .col.span-tablet-vertical-1-8 {
        width: 12.5%;
    }

    .row .col.push-tablet-vertical-1-8 {
        margin-left: 12.5%;
    }

    .row .col.span-tablet-vertical-2-8 {
        width: 25%;
    }

    .row .col.push-tablet-vertical-2-8 {
        margin-left: 25%;
    }

    .row .col.span-tablet-vertical-3-8 {
        width: 37.5%;
    }

    .row .col.push-tablet-vertical-3-8 {
        margin-left: 37.5%;
    }

    .row .col.span-tablet-vertical-4-8 {
        width: 50%;
    }

    .row .col.push-tablet-vertical-4-8 {
        margin-left: 50%;
    }

    .row .col.span-tablet-vertical-5-8 {
        width: 62.5%;
    }

    .row .col.push-tablet-vertical-5-8 {
        margin-left: 62.5%;
    }

    .row .col.span-tablet-vertical-6-8 {
        width: 75%;
    }

    .row .col.push-tablet-vertical-6-8 {
        margin-left: 75%;
    }

    .row .col.span-tablet-vertical-7-8 {
        width: 87.5%;
    }

    .row .col.push-tablet-vertical-7-8 {
        margin-left: 87.5%;
    }

    .row .col.span-tablet-vertical-8-8 {
        width: 100%;
    }

    .row .col.span-tablet-vertical-1-9 {
        width: 11.11111%;
    }

    .row .col.push-tablet-vertical-1-9 {
        margin-left: 11.11111%;
    }

    .row .col.span-tablet-vertical-2-9 {
        width: 22.22222%;
    }

    .row .col.push-tablet-vertical-2-9 {
        margin-left: 22.22222%;
    }

    .row .col.span-tablet-vertical-3-9 {
        width: 33.33333%;
    }

    .row .col.push-tablet-vertical-3-9 {
        margin-left: 33.33333%;
    }

    .row .col.span-tablet-vertical-4-9 {
        width: 44.44444%;
    }

    .row .col.push-tablet-vertical-4-9 {
        margin-left: 44.44444%;
    }

    .row .col.span-tablet-vertical-5-9 {
        width: 55.55556%;
    }

    .row .col.push-tablet-vertical-5-9 {
        margin-left: 55.55556%;
    }

    .row .col.span-tablet-vertical-6-9 {
        width: 66.66667%;
    }

    .row .col.push-tablet-vertical-6-9 {
        margin-left: 66.66667%;
    }

    .row .col.span-tablet-vertical-7-9 {
        width: 77.77778%;
    }

    .row .col.push-tablet-vertical-7-9 {
        margin-left: 77.77778%;
    }

    .row .col.span-tablet-vertical-8-9 {
        width: 88.88889%;
    }

    .row .col.push-tablet-vertical-8-9 {
        margin-left: 88.88889%;
    }

    .row .col.span-tablet-vertical-9-9 {
        width: 100%;
    }

    .row .col.span-tablet-vertical-1-10 {
        width: 10%;
    }

    .row .col.push-tablet-vertical-1-10 {
        margin-left: 10%;
    }

    .row .col.span-tablet-vertical-2-10 {
        width: 20%;
    }

    .row .col.push-tablet-vertical-2-10 {
        margin-left: 20%;
    }

    .row .col.span-tablet-vertical-3-10 {
        width: 30%;
    }

    .row .col.push-tablet-vertical-3-10 {
        margin-left: 30%;
    }

    .row .col.span-tablet-vertical-4-10 {
        width: 40%;
    }

    .row .col.push-tablet-vertical-4-10 {
        margin-left: 40%;
    }

    .row .col.span-tablet-vertical-5-10 {
        width: 50%;
    }

    .row .col.push-tablet-vertical-5-10 {
        margin-left: 50%;
    }

    .row .col.span-tablet-vertical-6-10 {
        width: 60%;
    }

    .row .col.push-tablet-vertical-6-10 {
        margin-left: 60%;
    }

    .row .col.span-tablet-vertical-7-10 {
        width: 70%;
    }

    .row .col.push-tablet-vertical-7-10 {
        margin-left: 70%;
    }

    .row .col.span-tablet-vertical-8-10 {
        width: 80%;
    }

    .row .col.push-tablet-vertical-8-10 {
        margin-left: 80%;
    }

    .row .col.span-tablet-vertical-9-10 {
        width: 90%;
    }

    .row .col.push-tablet-vertical-9-10 {
        margin-left: 90%;
    }

    .row .col.span-tablet-vertical-10-10 {
        width: 100%;
    }

    .row .col.span-tablet-vertical-1-11 {
        width: 9.09091%;
    }

    .row .col.push-tablet-vertical-1-11 {
        margin-left: 9.09091%;
    }

    .row .col.span-tablet-vertical-2-11 {
        width: 18.18182%;
    }

    .row .col.push-tablet-vertical-2-11 {
        margin-left: 18.18182%;
    }

    .row .col.span-tablet-vertical-3-11 {
        width: 27.27273%;
    }

    .row .col.push-tablet-vertical-3-11 {
        margin-left: 27.27273%;
    }

    .row .col.span-tablet-vertical-4-11 {
        width: 36.36364%;
    }

    .row .col.push-tablet-vertical-4-11 {
        margin-left: 36.36364%;
    }

    .row .col.span-tablet-vertical-5-11 {
        width: 45.45455%;
    }

    .row .col.push-tablet-vertical-5-11 {
        margin-left: 45.45455%;
    }

    .row .col.span-tablet-vertical-6-11 {
        width: 54.54545%;
    }

    .row .col.push-tablet-vertical-6-11 {
        margin-left: 54.54545%;
    }

    .row .col.span-tablet-vertical-7-11 {
        width: 63.63636%;
    }

    .row .col.push-tablet-vertical-7-11 {
        margin-left: 63.63636%;
    }

    .row .col.span-tablet-vertical-8-11 {
        width: 72.72727%;
    }

    .row .col.push-tablet-vertical-8-11 {
        margin-left: 72.72727%;
    }

    .row .col.span-tablet-vertical-9-11 {
        width: 81.81818%;
    }

    .row .col.push-tablet-vertical-9-11 {
        margin-left: 81.81818%;
    }

    .row .col.span-tablet-vertical-10-11 {
        width: 90.90909%;
    }

    .row .col.push-tablet-vertical-10-11 {
        margin-left: 90.90909%;
    }

    .row .col.span-tablet-vertical-11-11 {
        width: 100.0%;
    }

    .row .col.span-tablet-vertical-1-12 {
        width: 8.33333%;
    }

    .row .col.push-tablet-vertical-1-12 {
        margin-left: 8.33333%;
    }

    .row .col.span-tablet-vertical-2-12 {
        width: 16.66667%;
    }

    .row .col.push-tablet-vertical-2-12 {
        margin-left: 16.66667%;
    }

    .row .col.span-tablet-vertical-3-12 {
        width: 25%;
    }

    .row .col.push-tablet-vertical-3-12 {
        margin-left: 25%;
    }

    .row .col.span-tablet-vertical-4-12 {
        width: 33.33333%;
    }

    .row .col.push-tablet-vertical-4-12 {
        margin-left: 33.33333%;
    }

    .row .col.span-tablet-vertical-5-12 {
        width: 41.66667%;
    }

    .row .col.push-tablet-vertical-5-12 {
        margin-left: 41.66667%;
    }

    .row .col.span-tablet-vertical-6-12 {
        width: 50%;
    }

    .row .col.push-tablet-vertical-6-12 {
        margin-left: 50%;
    }

    .row .col.span-tablet-vertical-7-12 {
        width: 58.33333%;
    }

    .row .col.push-tablet-vertical-7-12 {
        margin-left: 58.33333%;
    }

    .row .col.span-tablet-vertical-8-12 {
        width: 66.66667%;
    }

    .row .col.push-tablet-vertical-8-12 {
        margin-left: 66.66667%;
    }

    .row .col.span-tablet-vertical-9-12 {
        width: 75%;
    }

    .row .col.push-tablet-vertical-9-12 {
        margin-left: 75%;
    }

    .row .col.span-tablet-vertical-10-12 {
        width: 83.33333%;
    }

    .row .col.push-tablet-vertical-10-12 {
        margin-left: 83.33333%;
    }

    .row .col.span-tablet-vertical-11-12 {
        width: 91.66667%;
    }

    .row .col.push-tablet-vertical-11-12 {
        margin-left: 91.66667%;
    }

    .row .col.span-tablet-vertical-12-12 {
        width: 100%;
    }
}

.row .col.centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.doc {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 1.0665em;
    margin-bottom: 1.0665em;
    background-color: #fffefa;
    padding: 6.18034% 10%;
    -moz-box-shadow: 0 0 2px 0 rgba(66, 76, 80, 0.61803);
    -webkit-box-shadow: 0 0 2px 0 rgba(66, 76, 80, 0.61803);
    box-shadow: 0 0 2px 0 rgba(66, 76, 80, 0.61803);
}

    .doc .doc-title {
        text-align: center;
        margin-bottom: 1.0665em;
    }

    .doc.doc-red-head {
        background-color: #ffffff;
    }

        .doc.doc-red-head .doc-title {
            padding-bottom: 1.0665em;
            margin-bottom: 1.3185em;
            border-bottom: 2px #ff2121 solid;
        }

            .doc.doc-red-head .doc-title, .doc.doc-red-head .doc-title h1, .doc.doc-red-head .doc-title h2, .doc.doc-red-head .doc-title h3, .doc.doc-red-head .doc-title h4, .doc.doc-red-head .doc-title h5, .doc.doc-red-head .doc-title h6 {
                font-family: Arial, Helvetica, tahoma, verdana, "宋体", SimSun, "华文细黑", STXihei, sans-serif;
                font-weight: 600;
            }

    .doc.doc-image {
        padding: 0;
    }

        .doc.doc-image .doc-title {
            margin-bottom: 0;
            position: relative;
        }

            .doc.doc-image .doc-title img {
                display: block;
                width: 100%;
            }

            .doc.doc-image .doc-title .doc-title-text {
                position: absolute;
                left: 10%;
                bottom: 6.18034%;
                max-width: 80%;
                padding-top: 0.252em;
                padding-bottom: 0.252em;
                padding-left: 2em;
                padding-right: 2em;
                background-color: rgba(66, 76, 80, 0.8);
            }

                .doc.doc-image .doc-title .doc-title-text * {
                    color: #ffffff;
                }

        .doc.doc-image .doc-content {
            padding: 0 10% 6.18034% 10%;
            padding-top: 1.0665em;
        }

    .doc.doc-newspaper {
        background-color: #f0f0f4;
    }

        .doc.doc-newspaper .doc-title h1, .doc.doc-newspaper .doc-title h2, .doc.doc-newspaper .doc-title h3, .doc.doc-newspaper .doc-title h4, .doc.doc-newspaper .doc-title h5, .doc.doc-newspaper .doc-title h6 {
            font-weight: 700;
        }

        .doc.doc-newspaper .doc-content {
            -moz-column-count: 2;
            -webkit-column-count: 2;
            column-count: 2;
        }

@media only screen and (max-width: 400px) {
    .doc.doc-newspaper .doc-content {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

.doc.doc-newspaper .doc-content p {
    margin-bottom: 0;
}

.doc.vertical article {
    font-size: 19.2px;
    font-size: 1.2rem;
}

.doc.vertical, .doc.vertical h1, .doc.vertical h2, .doc.vertical h3, .doc.vertical h4, .doc.vertical h5, .doc.vertical h6 {
    font-family: Georgia, "Times New Roman", "FangSong", "仿宋", STFangSong, "华文仿宋", serif;
}

    .doc.vertical .doc-title {
        text-align: left;
        text-align: start;
    }

    .doc.vertical .doc-content {
        position: relative;
        padding: 0.5em 0;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iMXB4IiBzdG9wLWNvbG9yPSIjZmZmZWZhIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZWZhIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #000000), color-stop(1px, #fffefa), color-stop(100%, #fffefa));
        background-image: -moz-linear-gradient(left, #000000 0%, #fffefa 1px, #fffefa 2.5em);
        background-image: -webkit-linear-gradient(left, #000000 0%, #fffefa 1px, #fffefa 2.5em);
        background-image: linear-gradient(to right, #000000 0%, #fffefa 1px, #fffefa 2.5em);
        -moz-background-size: 2.5em 100%;
        -o-background-size: 2.5em 100%;
        -webkit-background-size: 2.5em 100%;
        background-size: 2.5em 100%;
    }

        .doc.vertical .doc-content p {
            line-height: 40px;
            font-size: 24.72136px;
            text-indent: 0;
        }

        .doc.vertical .doc-content:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            border: 1px solid #000000;
        }

input, textarea, select {
    color: #1c1e2a;
    border: 1px solid #424c50;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: none;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

    input:disabled, input[readonly="readonly"], textarea:disabled, textarea[readonly="readonly"], select:disabled, select[readonly="readonly"] {
        color: #758a99;
        border-color: #758a99;
    }

        input:disabled:-moz-placeholder, input[readonly="readonly"]:-moz-placeholder, textarea:disabled:-moz-placeholder, textarea[readonly="readonly"]:-moz-placeholder, select:disabled:-moz-placeholder, select[readonly="readonly"]:-moz-placeholder {
            color: #758a99 !important;
        }

        input:disabled::-moz-placeholder, input[readonly="readonly"]::-moz-placeholder, textarea:disabled::-moz-placeholder, textarea[readonly="readonly"]::-moz-placeholder, select:disabled::-moz-placeholder, select[readonly="readonly"]::-moz-placeholder {
            color: #758a99 !important;
        }

        input:disabled:-ms-input-placeholder, input[readonly="readonly"]:-ms-input-placeholder, textarea:disabled:-ms-input-placeholder, textarea[readonly="readonly"]:-ms-input-placeholder, select:disabled:-ms-input-placeholder, select[readonly="readonly"]:-ms-input-placeholder {
            color: #758a99 !important;
        }

        input:disabled::-webkit-input-placeholder, input[readonly="readonly"]::-webkit-input-placeholder, textarea:disabled::-webkit-input-placeholder, textarea[readonly="readonly"]::-webkit-input-placeholder, select:disabled::-webkit-input-placeholder, select[readonly="readonly"]::-webkit-input-placeholder {
            color: #758a99 !important;
        }

        input:disabled + label, input[readonly="readonly"] + label, textarea:disabled + label, textarea[readonly="readonly"] + label, select:disabled + label, select[readonly="readonly"] + label {
            color: #758a99;
        }

    input:not([type=checkbox]):not([type=radio]):not([type=range]), textarea, select {
        font-family: inherit;
        font-weight: 300;
        font-size: 18px;
        background-color: transparent;
        line-height: 29px;
        width: 100%;
    }

        input:not([type=checkbox]):not([type=radio]):not([type=range]):-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
            color: #424c50;
        }

        input:not([type=checkbox]):not([type=radio]):not([type=range])::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
            color: #424c50;
        }

        input:not([type=checkbox]):not([type=radio]):not([type=range]):-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
            color: #424c50;
        }

        input:not([type=checkbox]):not([type=radio]):not([type=range])::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
            color: #424c50;
        }

@media only screen and (max-width: 767px) {
    input:not([type=checkbox]):not([type=radio]):not([type=range]), textarea, select {
        font-weight: 400;
    }
}

input:not([type=checkbox]):not([type=radio]):not([type=range]), textarea {
    padding: 0 0.30902em;
}

select {
    padding: 0 0 0 0.15451em;
}

input:not([type=checkbox]):not([type=radio]):not([type=range]):focus:not([readonly]), textarea:focus:not([readonly]) {
    border-color: transparent;
    background-color: #fffefa;
    -moz-box-shadow: 0 1px 0 0 #1c1e2a;
    -webkit-box-shadow: 0 1px 0 0 #1c1e2a;
    box-shadow: 0 1px 0 0 #1c1e2a;
}

    input:not([type=checkbox]):not([type=radio]):not([type=range]):focus:not([readonly]) + label, textarea:focus:not([readonly]) + label {
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        font-size: 11px;
        line-height: 18px;
    }

select:focus:not([readonly]) {
    background-color: #fffefa;
}

textarea {
    min-height: 87px;
}

    textarea.auto-resize {
        overflow-y: hidden;
        resize: none;
    }

label {
    font-size: 18px;
    color: #424c50;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    margin-left: 5.56231px;
    line-height: 29px;
    left: 0;
}

.active label {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    font-size: 11px;
    line-height: 18px;
}

.col *:not([type=checkbox]):not([type=radio]):not([type=range]) + label {
    left: 11px;
}

*:not([type=checkbox]):not([type=radio]):not([type=range]) + label {
    top: 1px;
}

.input-area {
    position: relative;
    margin-top: 18px;
}

.hiddenfortextarea {
    display: none;
    white-space: pre-wrap;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 18px;
    line-height: 29px;
}

[type=radio], [type=checkbox] {
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 29px;
    height: 29px;
    position: absolute;
    margin: 0;
    visibility: hidden;
}

    [type=radio] + label, [type=checkbox] + label {
        cursor: pointer;
        color: #1c1e2a;
        position: relative;
        line-height: 29px;
        height: 29px;
        display: inline-block;
        margin-left: 29px;
        padding-left: 5.56231px;
        -moz-user-select: -moz-none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
    }

        [type=radio] + label:before, [type=checkbox] + label:before {
            content: '';
            position: absolute;
            top: 0;
            width: 27px;
            height: 27px;
            border: 1px solid #424c50;
            left: -29px;
            -moz-transition: all 0.1s;
            -o-transition: all 0.1s;
            -webkit-transition: all 0.1s;
            transition: all 0.1s;
        }

    [type=radio]:checked, [type=checkbox]:checked {
        border-color: transparent;
    }

        [type=radio]:checked + label:before, [type=checkbox]:checked + label:before {
            border-color: #c93756;
            -moz-box-shadow: 0 0 0 1px #c93756;
            -webkit-box-shadow: 0 0 0 1px #c93756;
            box-shadow: 0 0 0 1px #c93756;
        }

    [type=radio] + label:before {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

[type=range] {
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border: 0;
}

    [type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        height: 16px;
        width: 16px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: 1px #1c1e2a solid;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

        [type=range]::-webkit-slider-thumb:hover, [type=range]::-webkit-slider-thumb:focus, [type=range]::-webkit-slider-thumb:active {
            height: 29px;
            width: 29px;
            -webkit-transform: translateY(-14.5px);
            transform: translateY(-14.5px);
        }

        [type=range]::-webkit-slider-thumb:focus {
            outline: none;
        }

    [type=range]::-moz-range-thumb {
        height: 16px;
        width: 16px;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px #1c1e2a solid;
        cursor: pointer;
        background-color: transparent;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

        [type=range]::-moz-range-thumb:hover, [type=range]::-moz-range-thumb:focus, [type=range]::-moz-range-thumb:active {
            height: 27px;
            width: 27px;
        }

        [type=range]::-moz-range-thumb:focus {
            outline: none;
        }

    [type=range]::-ms-thumb {
        height: 16px;
        width: 16px;
        border-radius: 50%;
        border: 1px #1c1e2a solid;
        cursor: pointer;
        background-color: transparent;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

        [type=range]::-ms-thumb:focus {
            outline: none;
        }

    [type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 1px;
        cursor: pointer;
        background-color: #1c1e2a;
    }

    [type=range]::-moz-range-track {
        width: 100%;
        height: 1px;
        cursor: pointer;
        background-color: #1c1e2a;
    }

    [type=range]::-ms-track {
        width: 100%;
        height: 29px;
        cursor: pointer;
        background: transparent;
        border: 0;
        color: transparent;
    }

    [type=range]::-ms-fill-lower {
        background: #1c1e2a;
        height: 1px;
    }

    [type=range]::-ms-fill-upper {
        background: #1c1e2a;
        height: 1px;
    }

    [type=range]:focus {
        outline: none;
    }

button, .btn {
    position: relative;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 29px;
    min-width: 46.92299px;
    line-height: 29px;
    font-family: inherit;
    font-size: 18px;
    font-weight: inherit;
    color: #ffffff;
    display: inline-block;
    outline: none;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    padding: 0 0.61803em;
    background-color: #ffffff;
    margin-bottom: 5.0px;
    -moz-transition: -moz-transform 0.1s;
    -o-transition: -o-transform 0.1s;
    -webkit-transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    button::before, .btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -moz-border-radius: inherit;
        -webkit-border-radius: inherit;
        border-radius: inherit;
        z-index: -1;
        -moz-box-shadow: inset 0 0 0 15px #426666;
        -webkit-box-shadow: inset 0 0 0 15px #426666;
        box-shadow: inset 0 0 0 15px #426666;
        -moz-transition: -moz-transform 0.1s;
        -o-transition: -o-transform 0.1s;
        -webkit-transition: -webkit-transform 0.1s;
        transition: transform 0.1s;
        -moz-transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    button::after, .btn::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 10px;
        -moz-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        -moz-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -moz-box-shadow: inset 0 0 0 14.5px #426666;
        -webkit-box-shadow: inset 0 0 0 14.5px #426666;
        box-shadow: inset 0 0 0 14.5px #426666;
    }

    button:hover, button:active, .btn:hover, .btn:active {
        color: #426666;
    }

        button:hover::before, button:hover::after, button:active::before, button:active::after, .btn:hover::before, .btn:hover::after, .btn:active::before, .btn:active::after {
            -moz-box-shadow: inset 0 0 0 1px;
            -webkit-box-shadow: inset 0 0 0 1px;
            box-shadow: inset 0 0 0 1px;
        }

    button:active, .btn:active {
        -moz-transform: rotateX(30deg);
        -ms-transform: rotateX(30deg);
        -webkit-transform: rotateX(30deg);
        transform: rotateX(30deg);
    }

    button.r, .btn.r {
        color: #426666;
    }

        button.r::before, button.r::after, .btn.r::before, .btn.r::after {
            -moz-box-shadow: inset 0 0 0 1px #426666;
            -webkit-box-shadow: inset 0 0 0 1px #426666;
            box-shadow: inset 0 0 0 1px #426666;
        }

        button.r:hover, button.r:active, .btn.r:hover, .btn.r:active {
            color: #ffffff;
        }

            button.r:hover::before, button.r:active::before, .btn.r:hover::before, .btn.r:active::before {
                -moz-box-shadow: inset 0 0 0 15px #426666;
                -webkit-box-shadow: inset 0 0 0 15px #426666;
                box-shadow: inset 0 0 0 15px #426666;
            }

            button.r:hover::after, button.r:active::after, .btn.r:hover::after, .btn.r:active::after {
                -moz-box-shadow: inset 0 0 0 14.5px #375656, 0 -1px 0 #426666;
                -webkit-box-shadow: inset 0 0 0 14.5px #375656, 0 -1px 0 #426666;
                box-shadow: inset 0 0 0 14.5px #375656, 0 -1px 0 #426666;
            }

    button.u, .btn.u {
        color: #426666;
    }

        button.u::before, button.u::after, .btn.u::before, .btn.u::after {
            -moz-box-shadow: inset 0 0 0 1px #426666;
            -webkit-box-shadow: inset 0 0 0 1px #426666;
            box-shadow: inset 0 0 0 1px #426666;
        }

    button.f:hover, button.f:active, .btn.f:hover, .btn.f:active {
        color: #ffffff;
    }

        button.f:hover::before, button.f:active::before, .btn.f:hover::before, .btn.f:active::before {
            -moz-box-shadow: inset 0 0 0 15px #426666;
            -webkit-box-shadow: inset 0 0 0 15px #426666;
            box-shadow: inset 0 0 0 15px #426666;
        }

        button.f:hover::after, button.f:active::after, .btn.f:hover::after, .btn.f:active::after {
            -moz-box-shadow: inset 0 0 0 14.5px #375656, 0 -1px 0 #426666;
            -webkit-box-shadow: inset 0 0 0 14.5px #375656, 0 -1px 0 #426666;
            box-shadow: inset 0 0 0 14.5px #375656, 0 -1px 0 #426666;
        }

    button.n, .btn.n {
        color: #426666;
    }

        button.n::before, .btn.n::before {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        button.n:hover::before, button.n:active::before, .btn.n:hover::before, .btn.n:active::before {
            -moz-box-shadow: inset 0 0 0 1px #426666;
            -webkit-box-shadow: inset 0 0 0 1px #426666;
            box-shadow: inset 0 0 0 1px #426666;
        }

    button.large, .btn.large {
        height: 47px;
        min-width: 76.0476px;
        line-height: 47px;
        padding: 0 29.0476px;
    }

        button.large::before, button.large::after, .btn.large::before, .btn.large::after {
            -moz-box-shadow: inset 0 0 0 24px #426666;
            -webkit-box-shadow: inset 0 0 0 24px #426666;
            box-shadow: inset 0 0 0 24px #426666;
        }

        button.large:hover, button.large:active, .btn.large:hover, .btn.large:active {
            color: #426666;
        }

            button.large:hover::before, button.large:hover::after, button.large:active::before, button.large:active::after, .btn.large:hover::before, .btn.large:hover::after, .btn.large:active::before, .btn.large:active::after {
                -moz-box-shadow: inset 0 0 0 1px;
                -webkit-box-shadow: inset 0 0 0 1px;
                box-shadow: inset 0 0 0 1px;
            }

        button.large.r, .btn.large.r {
            color: #426666;
        }

            button.large.r::before, button.large.r::after, .btn.large.r::before, .btn.large.r::after {
                -moz-box-shadow: inset 0 0 0 1px #426666;
                -webkit-box-shadow: inset 0 0 0 1px #426666;
                box-shadow: inset 0 0 0 1px #426666;
            }

            button.large.r:hover, button.large.r:active, .btn.large.r:hover, .btn.large.r:active {
                color: #ffffff;
            }

                button.large.r:hover::before, button.large.r:active::before, .btn.large.r:hover::before, .btn.large.r:active::before {
                    -moz-box-shadow: inset 0 0 0 24px #426666;
                    -webkit-box-shadow: inset 0 0 0 24px #426666;
                    box-shadow: inset 0 0 0 24px #426666;
                }

                button.large.r:hover::after, button.large.r:active::after, .btn.large.r:hover::after, .btn.large.r:active::after {
                    -moz-box-shadow: inset 0 0 0 23.5px #375656, 0 -1px 0 #426666;
                    -webkit-box-shadow: inset 0 0 0 23.5px #375656, 0 -1px 0 #426666;
                    box-shadow: inset 0 0 0 23.5px #375656, 0 -1px 0 #426666;
                }

        button.large.u, .btn.large.u {
            color: #426666;
        }

            button.large.u::before, button.large.u::after, .btn.large.u::before, .btn.large.u::after {
                -moz-box-shadow: inset 0 0 0 1px #426666;
                -webkit-box-shadow: inset 0 0 0 1px #426666;
                box-shadow: inset 0 0 0 1px #426666;
            }

        button.large.f:hover, button.large.f:active, .btn.large.f:hover, .btn.large.f:active {
            color: #ffffff;
        }

            button.large.f:hover::before, button.large.f:active::before, .btn.large.f:hover::before, .btn.large.f:active::before {
                -moz-box-shadow: inset 0 0 0 24px #426666;
                -webkit-box-shadow: inset 0 0 0 24px #426666;
                box-shadow: inset 0 0 0 24px #426666;
            }

            button.large.f:hover::after, button.large.f:active::after, .btn.large.f:hover::after, .btn.large.f:active::after {
                -moz-box-shadow: inset 0 0 0 23.5px #375656, 0 -1px 0 #426666;
                -webkit-box-shadow: inset 0 0 0 23.5px #375656, 0 -1px 0 #426666;
                box-shadow: inset 0 0 0 23.5px #375656, 0 -1px 0 #426666;
            }

        button.large.n, .btn.large.n {
            color: #426666;
        }

            button.large.n::before, .btn.large.n::before {
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

            button.large.n:hover::before, button.large.n:active::before, .btn.large.n:hover::before, .btn.large.n:active::before {
                -moz-box-shadow: inset 0 0 0 1px #426666;
                -webkit-box-shadow: inset 0 0 0 1px #426666;
                box-shadow: inset 0 0 0 1px #426666;
            }

    button.success::before, button.success::after, .btn.success::before, .btn.success::after {
        -moz-box-shadow: inset 0 0 0 15px #789262;
        -webkit-box-shadow: inset 0 0 0 15px #789262;
        box-shadow: inset 0 0 0 15px #789262;
    }

    button.success:hover, button.success:active, .btn.success:hover, .btn.success:active {
        color: #789262;
    }

        button.success:hover::before, button.success:hover::after, button.success:active::before, button.success:active::after, .btn.success:hover::before, .btn.success:hover::after, .btn.success:active::before, .btn.success:active::after {
            -moz-box-shadow: inset 0 0 0 1px;
            -webkit-box-shadow: inset 0 0 0 1px;
            box-shadow: inset 0 0 0 1px;
        }

    button.success.r, .btn.success.r {
        color: #789262;
    }

        button.success.r::before, button.success.r::after, .btn.success.r::before, .btn.success.r::after {
            -moz-box-shadow: inset 0 0 0 1px #789262;
            -webkit-box-shadow: inset 0 0 0 1px #789262;
            box-shadow: inset 0 0 0 1px #789262;
        }

        button.success.r:hover, button.success.r:active, .btn.success.r:hover, .btn.success.r:active {
            color: #ffffff;
        }

            button.success.r:hover::before, button.success.r:active::before, .btn.success.r:hover::before, .btn.success.r:active::before {
                -moz-box-shadow: inset 0 0 0 15px #789262;
                -webkit-box-shadow: inset 0 0 0 15px #789262;
                box-shadow: inset 0 0 0 15px #789262;
            }

            button.success.r:hover::after, button.success.r:active::after, .btn.success.r:hover::after, .btn.success.r:active::after {
                -moz-box-shadow: inset 0 0 0 14.5px #657b52, 0 -1px 0 #789262;
                -webkit-box-shadow: inset 0 0 0 14.5px #657b52, 0 -1px 0 #789262;
                box-shadow: inset 0 0 0 14.5px #657b52, 0 -1px 0 #789262;
            }

    button.success.u, .btn.success.u {
        color: #789262;
    }

        button.success.u::before, button.success.u::after, .btn.success.u::before, .btn.success.u::after {
            -moz-box-shadow: inset 0 0 0 1px #789262;
            -webkit-box-shadow: inset 0 0 0 1px #789262;
            box-shadow: inset 0 0 0 1px #789262;
        }

    button.success.f:hover, button.success.f:active, .btn.success.f:hover, .btn.success.f:active {
        color: #ffffff;
    }

        button.success.f:hover::before, button.success.f:active::before, .btn.success.f:hover::before, .btn.success.f:active::before {
            -moz-box-shadow: inset 0 0 0 15px #789262;
            -webkit-box-shadow: inset 0 0 0 15px #789262;
            box-shadow: inset 0 0 0 15px #789262;
        }

        button.success.f:hover::after, button.success.f:active::after, .btn.success.f:hover::after, .btn.success.f:active::after {
            -moz-box-shadow: inset 0 0 0 14.5px #657b52, 0 -1px 0 #789262;
            -webkit-box-shadow: inset 0 0 0 14.5px #657b52, 0 -1px 0 #789262;
            box-shadow: inset 0 0 0 14.5px #657b52, 0 -1px 0 #789262;
        }

    button.success.n, .btn.success.n {
        color: #789262;
    }

        button.success.n::before, .btn.success.n::before {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        button.success.n:hover::before, button.success.n:active::before, .btn.success.n:hover::before, .btn.success.n:active::before {
            -moz-box-shadow: inset 0 0 0 1px #789262;
            -webkit-box-shadow: inset 0 0 0 1px #789262;
            box-shadow: inset 0 0 0 1px #789262;
        }

    button.success.large, .btn.success.large {
        height: 47px;
        min-width: 76.0476px;
        line-height: 47px;
        padding: 0 29.0476px;
    }

        button.success.large::before, button.success.large::after, .btn.success.large::before, .btn.success.large::after {
            -moz-box-shadow: inset 0 0 0 24px #789262;
            -webkit-box-shadow: inset 0 0 0 24px #789262;
            box-shadow: inset 0 0 0 24px #789262;
        }

        button.success.large:hover, button.success.large:active, .btn.success.large:hover, .btn.success.large:active {
            color: #789262;
        }

            button.success.large:hover::before, button.success.large:hover::after, button.success.large:active::before, button.success.large:active::after, .btn.success.large:hover::before, .btn.success.large:hover::after, .btn.success.large:active::before, .btn.success.large:active::after {
                -moz-box-shadow: inset 0 0 0 1px;
                -webkit-box-shadow: inset 0 0 0 1px;
                box-shadow: inset 0 0 0 1px;
            }

        button.success.large.r, .btn.success.large.r {
            color: #789262;
        }

            button.success.large.r::before, button.success.large.r::after, .btn.success.large.r::before, .btn.success.large.r::after {
                -moz-box-shadow: inset 0 0 0 1px #789262;
                -webkit-box-shadow: inset 0 0 0 1px #789262;
                box-shadow: inset 0 0 0 1px #789262;
            }

            button.success.large.r:hover, button.success.large.r:active, .btn.success.large.r:hover, .btn.success.large.r:active {
                color: #ffffff;
            }

                button.success.large.r:hover::before, button.success.large.r:active::before, .btn.success.large.r:hover::before, .btn.success.large.r:active::before {
                    -moz-box-shadow: inset 0 0 0 24px #789262;
                    -webkit-box-shadow: inset 0 0 0 24px #789262;
                    box-shadow: inset 0 0 0 24px #789262;
                }

                button.success.large.r:hover::after, button.success.large.r:active::after, .btn.success.large.r:hover::after, .btn.success.large.r:active::after {
                    -moz-box-shadow: inset 0 0 0 23.5px #657b52, 0 -1px 0 #789262;
                    -webkit-box-shadow: inset 0 0 0 23.5px #657b52, 0 -1px 0 #789262;
                    box-shadow: inset 0 0 0 23.5px #657b52, 0 -1px 0 #789262;
                }

        button.success.large.u, .btn.success.large.u {
            color: #789262;
        }

            button.success.large.u::before, button.success.large.u::after, .btn.success.large.u::before, .btn.success.large.u::after {
                -moz-box-shadow: inset 0 0 0 1px #789262;
                -webkit-box-shadow: inset 0 0 0 1px #789262;
                box-shadow: inset 0 0 0 1px #789262;
            }

        button.success.large.f:hover, button.success.large.f:active, .btn.success.large.f:hover, .btn.success.large.f:active {
            color: #ffffff;
        }

            button.success.large.f:hover::before, button.success.large.f:active::before, .btn.success.large.f:hover::before, .btn.success.large.f:active::before {
                -moz-box-shadow: inset 0 0 0 24px #789262;
                -webkit-box-shadow: inset 0 0 0 24px #789262;
                box-shadow: inset 0 0 0 24px #789262;
            }

            button.success.large.f:hover::after, button.success.large.f:active::after, .btn.success.large.f:hover::after, .btn.success.large.f:active::after {
                -moz-box-shadow: inset 0 0 0 23.5px #657b52, 0 -1px 0 #789262;
                -webkit-box-shadow: inset 0 0 0 23.5px #657b52, 0 -1px 0 #789262;
                box-shadow: inset 0 0 0 23.5px #657b52, 0 -1px 0 #789262;
            }

        button.success.large.n, .btn.success.large.n {
            color: #789262;
        }

            button.success.large.n::before, .btn.success.large.n::before {
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

            button.success.large.n:hover::before, button.success.large.n:active::before, .btn.success.large.n:hover::before, .btn.success.large.n:active::before {
                -moz-box-shadow: inset 0 0 0 1px #789262;
                -webkit-box-shadow: inset 0 0 0 1px #789262;
                box-shadow: inset 0 0 0 1px #789262;
            }

    button.warning::before, button.warning::after, .btn.warning::before, .btn.warning::after {
        -moz-box-shadow: inset 0 0 0 15px #f47983;
        -webkit-box-shadow: inset 0 0 0 15px #f47983;
        box-shadow: inset 0 0 0 15px #f47983;
    }

    button.warning:hover, button.warning:active, .btn.warning:hover, .btn.warning:active {
        color: #f47983;
    }

        button.warning:hover::before, button.warning:hover::after, button.warning:active::before, button.warning:active::after, .btn.warning:hover::before, .btn.warning:hover::after, .btn.warning:active::before, .btn.warning:active::after {
            -moz-box-shadow: inset 0 0 0 1px;
            -webkit-box-shadow: inset 0 0 0 1px;
            box-shadow: inset 0 0 0 1px;
        }

    button.warning.r, .btn.warning.r {
        color: #f47983;
    }

        button.warning.r::before, button.warning.r::after, .btn.warning.r::before, .btn.warning.r::after {
            -moz-box-shadow: inset 0 0 0 1px #f47983;
            -webkit-box-shadow: inset 0 0 0 1px #f47983;
            box-shadow: inset 0 0 0 1px #f47983;
        }

        button.warning.r:hover, button.warning.r:active, .btn.warning.r:hover, .btn.warning.r:active {
            color: #ffffff;
        }

            button.warning.r:hover::before, button.warning.r:active::before, .btn.warning.r:hover::before, .btn.warning.r:active::before {
                -moz-box-shadow: inset 0 0 0 15px #f47983;
                -webkit-box-shadow: inset 0 0 0 15px #f47983;
                box-shadow: inset 0 0 0 15px #f47983;
            }

            button.warning.r:hover::after, button.warning.r:active::after, .btn.warning.r:hover::after, .btn.warning.r:active::after {
                -moz-box-shadow: inset 0 0 0 14.5px #cd666e, 0 -1px 0 #f47983;
                -webkit-box-shadow: inset 0 0 0 14.5px #cd666e, 0 -1px 0 #f47983;
                box-shadow: inset 0 0 0 14.5px #cd666e, 0 -1px 0 #f47983;
            }

    button.warning.u, .btn.warning.u {
        color: #f47983;
    }

        button.warning.u::before, button.warning.u::after, .btn.warning.u::before, .btn.warning.u::after {
            -moz-box-shadow: inset 0 0 0 1px #f47983;
            -webkit-box-shadow: inset 0 0 0 1px #f47983;
            box-shadow: inset 0 0 0 1px #f47983;
        }

    button.warning.f:hover, button.warning.f:active, .btn.warning.f:hover, .btn.warning.f:active {
        color: #ffffff;
    }

        button.warning.f:hover::before, button.warning.f:active::before, .btn.warning.f:hover::before, .btn.warning.f:active::before {
            -moz-box-shadow: inset 0 0 0 15px #f47983;
            -webkit-box-shadow: inset 0 0 0 15px #f47983;
            box-shadow: inset 0 0 0 15px #f47983;
        }

        button.warning.f:hover::after, button.warning.f:active::after, .btn.warning.f:hover::after, .btn.warning.f:active::after {
            -moz-box-shadow: inset 0 0 0 14.5px #cd666e, 0 -1px 0 #f47983;
            -webkit-box-shadow: inset 0 0 0 14.5px #cd666e, 0 -1px 0 #f47983;
            box-shadow: inset 0 0 0 14.5px #cd666e, 0 -1px 0 #f47983;
        }

    button.warning.n, .btn.warning.n {
        color: #f47983;
    }

        button.warning.n::before, .btn.warning.n::before {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        button.warning.n:hover::before, button.warning.n:active::before, .btn.warning.n:hover::before, .btn.warning.n:active::before {
            -moz-box-shadow: inset 0 0 0 1px #f47983;
            -webkit-box-shadow: inset 0 0 0 1px #f47983;
            box-shadow: inset 0 0 0 1px #f47983;
        }

    button.warning.large, .btn.warning.large {
        height: 47px;
        min-width: 76.0476px;
        line-height: 47px;
        padding: 0 29.0476px;
    }

        button.warning.large::before, button.warning.large::after, .btn.warning.large::before, .btn.warning.large::after {
            -moz-box-shadow: inset 0 0 0 24px #f47983;
            -webkit-box-shadow: inset 0 0 0 24px #f47983;
            box-shadow: inset 0 0 0 24px #f47983;
        }

        button.warning.large:hover, button.warning.large:active, .btn.warning.large:hover, .btn.warning.large:active {
            color: #f47983;
        }

            button.warning.large:hover::before, button.warning.large:hover::after, button.warning.large:active::before, button.warning.large:active::after, .btn.warning.large:hover::before, .btn.warning.large:hover::after, .btn.warning.large:active::before, .btn.warning.large:active::after {
                -moz-box-shadow: inset 0 0 0 1px;
                -webkit-box-shadow: inset 0 0 0 1px;
                box-shadow: inset 0 0 0 1px;
            }

        button.warning.large.r, .btn.warning.large.r {
            color: #f47983;
        }

            button.warning.large.r::before, button.warning.large.r::after, .btn.warning.large.r::before, .btn.warning.large.r::after {
                -moz-box-shadow: inset 0 0 0 1px #f47983;
                -webkit-box-shadow: inset 0 0 0 1px #f47983;
                box-shadow: inset 0 0 0 1px #f47983;
            }

            button.warning.large.r:hover, button.warning.large.r:active, .btn.warning.large.r:hover, .btn.warning.large.r:active {
                color: #ffffff;
            }

                button.warning.large.r:hover::before, button.warning.large.r:active::before, .btn.warning.large.r:hover::before, .btn.warning.large.r:active::before {
                    -moz-box-shadow: inset 0 0 0 24px #f47983;
                    -webkit-box-shadow: inset 0 0 0 24px #f47983;
                    box-shadow: inset 0 0 0 24px #f47983;
                }

                button.warning.large.r:hover::after, button.warning.large.r:active::after, .btn.warning.large.r:hover::after, .btn.warning.large.r:active::after {
                    -moz-box-shadow: inset 0 0 0 23.5px #cd666e, 0 -1px 0 #f47983;
                    -webkit-box-shadow: inset 0 0 0 23.5px #cd666e, 0 -1px 0 #f47983;
                    box-shadow: inset 0 0 0 23.5px #cd666e, 0 -1px 0 #f47983;
                }

        button.warning.large.u, .btn.warning.large.u {
            color: #f47983;
        }

            button.warning.large.u::before, button.warning.large.u::after, .btn.warning.large.u::before, .btn.warning.large.u::after {
                -moz-box-shadow: inset 0 0 0 1px #f47983;
                -webkit-box-shadow: inset 0 0 0 1px #f47983;
                box-shadow: inset 0 0 0 1px #f47983;
            }

        button.warning.large.f:hover, button.warning.large.f:active, .btn.warning.large.f:hover, .btn.warning.large.f:active {
            color: #ffffff;
        }

            button.warning.large.f:hover::before, button.warning.large.f:active::before, .btn.warning.large.f:hover::before, .btn.warning.large.f:active::before {
                -moz-box-shadow: inset 0 0 0 24px #f47983;
                -webkit-box-shadow: inset 0 0 0 24px #f47983;
                box-shadow: inset 0 0 0 24px #f47983;
            }

            button.warning.large.f:hover::after, button.warning.large.f:active::after, .btn.warning.large.f:hover::after, .btn.warning.large.f:active::after {
                -moz-box-shadow: inset 0 0 0 23.5px #cd666e, 0 -1px 0 #f47983;
                -webkit-box-shadow: inset 0 0 0 23.5px #cd666e, 0 -1px 0 #f47983;
                box-shadow: inset 0 0 0 23.5px #cd666e, 0 -1px 0 #f47983;
            }

        button.warning.large.n, .btn.warning.large.n {
            color: #f47983;
        }

            button.warning.large.n::before, .btn.warning.large.n::before {
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

            button.warning.large.n:hover::before, button.warning.large.n:active::before, .btn.warning.large.n:hover::before, .btn.warning.large.n:active::before {
                -moz-box-shadow: inset 0 0 0 1px #f47983;
                -webkit-box-shadow: inset 0 0 0 1px #f47983;
                box-shadow: inset 0 0 0 1px #f47983;
            }

    button.square, button.round, .btn.square, .btn.round {
        width: 29px;
        min-width: 29px;
        padding: initial;
    }

        button.square.large, button.round.large, .btn.square.large, .btn.round.large {
            width: 47px;
            min-width: 47px;
            padding: initial;
        }

    button.round, .btn.round {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

        button.round::after, .btn.round::after {
            top: 50%;
            height: 36.25px;
            -moz-border-radius-bottomleft: 50%;
            -webkit-border-bottom-left-radius: 50%;
            border-bottom-left-radius: 50%;
            -moz-border-radius-bottomright: 50%;
            -webkit-border-bottom-right-radius: 50%;
            border-bottom-right-radius: 50%;
            z-index: -2;
        }

        button.round.large::after, .btn.round.large::after {
            height: 58.75px;
        }

    button:disabled, button:disabled.f, .btn:disabled, .btn:disabled.f {
        cursor: default;
    }

        button:disabled::before, button:disabled::after, button:disabled.f::before, button:disabled.f::after, .btn:disabled::before, .btn:disabled::after, .btn:disabled.f::before, .btn:disabled.f::after {
            -moz-box-shadow: inset 0 0 0 15px #e0eee8;
            -webkit-box-shadow: inset 0 0 0 15px #e0eee8;
            box-shadow: inset 0 0 0 15px #e0eee8;
        }

        button:disabled:hover, button:disabled.f:hover, .btn:disabled:hover, .btn:disabled.f:hover {
            color: #ffffff;
        }

        button:disabled.r, button:disabled.u, .btn:disabled.r, .btn:disabled.u {
            color: #e0eee8;
        }

            button:disabled.r::before, button:disabled.r::after, button:disabled.u::before, button:disabled.u::after, .btn:disabled.r::before, .btn:disabled.r::after, .btn:disabled.u::before, .btn:disabled.u::after {
                -moz-box-shadow: inset 0 0 0 1px #e0eee8;
                -webkit-box-shadow: inset 0 0 0 1px #e0eee8;
                box-shadow: inset 0 0 0 1px #e0eee8;
            }

            button:disabled.r:hover, button:disabled.u:hover, .btn:disabled.r:hover, .btn:disabled.u:hover {
                color: #e0eee8;
            }

        button:disabled.n, .btn:disabled.n {
            color: #e0eee8;
        }

            button:disabled.n::before, button:disabled.n::after, .btn:disabled.n::before, .btn:disabled.n::after {
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

            button:disabled.n:hover, .btn:disabled.n:hover {
                color: #e0eee8;
            }

a.btn:hover {
    border-bottom: none;
}

table {
    width: 100%;
    display: table;
    font-size: 18px;
    border: none;
    outline: none;
}

    table thead {
        font-weight: 500;
        border-bottom: 1px solid #424c50;
    }

    table.text-center > thead th {
        text-align: center;
    }

    table.text-right > thead th {
        text-align: right;
    }

    table tbody {
        font-weight: 300;
    }

@media only screen and (max-width: 767px) {
    table tbody {
        font-weight: 400;
    }
}

table.hover > tbody > tr {
    -moz-transition: background-color 0.1s;
    -o-transition: background-color 0.1s;
    -webkit-transition: background-color 0.1s;
    transition: background-color 0.1s;
}

    table.hover > tbody > tr:hover {
        background-color: #f0f0f4;
    }

table.striped > tbody > tr:nth-child(odd) {
    background-color: #f0f0f4;
}

table.outer-border {
    border: 1px solid #424c50;
}

table.col-border tr > td:not(:last-child), table.col-border tr > th:not(:last-child) {
    border-right: 1px solid #424c50;
}

table.row-border thead {
    border-bottom: 3px double #424c50;
}

table.row-border tbody > tr:not(:last-child) {
    border-bottom: 1px solid #424c50;
}

td, th {
    font-weight: inherit;
    line-height: 29px;
    padding: 0 0.30902em;
    display: table-cell;
}

td {
    text-align: inherit;
}

nav ul > li > ul, .dropdown > ul {
    position: absolute;
    top: 12.96556px;
    left: 8.03444px;
    max-height: 1.61803em;
    overflow: hidden;
    background-color: #ffffff;
    z-index: -1;
    -moz-transition: max-height 0s;
    -o-transition: max-height 0s;
    -webkit-transition: max-height 0s;
    transition: max-height 0s;
}

    nav ul > li > ul > li, .dropdown > ul > li {
        float: none;
        padding: 0.30902em;
        line-height: 26px;
        white-space: nowrap;
    }

        nav ul > li > ul > li:first-child, .dropdown > ul > li:first-child {
            padding-top: 1.92705em;
        }

nav ul > li.active > ul, .dropdown.active > ul {
    height: auto;
    max-height: 500px;
    background-color: #ffffff;
    -moz-box-shadow: 0 0 2px 0 rgba(66, 76, 80, 0.61803);
    -webkit-box-shadow: 0 0 2px 0 rgba(66, 76, 80, 0.61803);
    box-shadow: 0 0 2px 0 rgba(66, 76, 80, 0.61803);
    -moz-transition: max-height 0.3s;
    -o-transition: max-height 0.3s;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
}

nav {
    width: 100%;
    height: 68px;
    line-height: 68px;
    font-size: 26px;
    background-color: #ffffff;
}

    nav > a {
        font-size: 42px;
    }

        nav > a:hover {
            border-bottom: none;
        }

    nav a {
        color: inherit;
        -moz-transition: color 0.1s, border-bottom 0.1s;
        -o-transition: color 0.1s, border-bottom 0.1s;
        -webkit-transition: color 0.1s, border-bottom 0.1s;
        transition: color 0.1s, border-bottom 0.1s;
    }

        nav a:hover {
            color: inherit;
        }

    nav > ul > li > a {
        padding: 0.30902em 0;
        margin: 0 0.61803em;
    }

    nav ul {
        margin: 0;
        float: left;
    }

        nav ul > li {
            float: left;
            padding-bottom: 0;
            position: relative;
        }

            nav ul > li.active {
                z-index: 1;
            }

                nav ul > li.active a:hover {
                    border-bottom: none;
                }

            nav ul > li > a {
                background: transparent;
                white-space: nowrap;
            }

                nav ul > li > a:hover {
                    color: #758a99;
                }

    nav.crumb a, nav.breadcrumb a {
        color: #758a99;
        padding-top: 0;
    }

        nav.crumb a:hover, nav.breadcrumb a:hover {
            color: #1c1e2a;
            border-bottom: none;
        }

    nav.crumb ul > li:first-child a, nav.breadcrumb ul > li:first-child a {
        margin-left: 0;
    }

    nav.crumb ul > li:last-child a, nav.breadcrumb ul > li:last-child a {
        margin-right: 0;
    }

    nav.crumb ul > li:not(:last-child) a, nav.breadcrumb ul > li:not(:last-child) a {
        position: relative;
    }

        nav.crumb ul > li:not(:last-child) a::after, nav.breadcrumb ul > li:not(:last-child) a::after {
            content: '//';
            display: inline-block;
            font-size: 26px;
            line-height: 26px;
            position: relative;
            top: 0;
            bottom: 0;
            padding-bottom: 0.30902em;
            right: -0.61803em;
            color: #758a99;
        }

    nav.crumb ul > li.active a, nav.breadcrumb ul > li.active a {
        color: #1c1e2a;
    }

ul.tabs {
    position: relative;
    width: 100%;
    white-space: nowrap;
    height: 42px;
    font-size: 26px;
}

    ul.tabs > li {
        display: block;
        float: left;
        font-size: inherit;
        line-height: 42px;
        height: 42px;
        cursor: pointer;
        color: #758a99;
        -moz-transition: color 0.1s;
        -o-transition: color 0.1s;
        -webkit-transition: color 0.1s;
        transition: color 0.1s;
    }

        ul.tabs > li:hover, ul.tabs > li.active {
            color: #1c1e2a;
        }

        ul.tabs > li a {
            border-bottom: none;
            color: inherit;
        }

    ul.tabs > .tab-indicator {
        position: absolute;
        bottom: 0;
        border-bottom: 1px solid #758a99;
        -moz-transition: -moz-transform 0.3s, width 0.3s;
        -o-transition: -o-transform 0.3s, width 0.3s;
        -webkit-transition: -webkit-transform 0.3s, width 0.3s;
        transition: transform 0.3s, width 0.3s;
    }
