﻿/*
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900");
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .nmToast-action>.caret,
    .snackbar-action>.caret,
    .dropup>.btn>.caret,
    .dropup>.nmToast-action>.caret,
    .dropup>.snackbar-action>.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #1c3e95;
    text-decoration: none
}

a:hover,
a:focus {
    color: #102355;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase,
.initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #1c3e95
}

a.text-primary:hover,
a.text-primary:focus {
    color: #142c6a
}

.text-success {
    color: #3c763d
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover,
a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #1c3e95
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #142c6a
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.42857
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    display: table;
    content: " "
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: "\2014 \00A0"
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: ""
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: "\00A0 \2014"
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

.container:before,
.container:after {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width: 740px
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1160px
    }
}

.container-fluid {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

.container-fluid:before,
.container-fluid:after {
    display: table;
    content: " "
}

.container-fluid:after {
    clear: both
}

.row,
.r {
    margin-right: -10px;
    margin-left: -10px
}

.row:before,
.r:before,
.row:after,
.r:after {
    display: table;
    content: " "
}

.row:after,
.r:after {
    clear: both
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-xs-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-xs-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24 {
    float: left
}

.col-xs-1 {
    width: 4.16667%
}

.col-xs-2 {
    width: 8.33333%
}

.col-xs-3 {
    width: 12.5%
}

.col-xs-4 {
    width: 16.66667%
}

.col-xs-5 {
    width: 20.83333%
}

.col-xs-6 {
    width: 25%
}

.col-xs-7 {
    width: 29.16667%
}

.col-xs-8 {
    width: 33.33333%
}

.col-xs-9 {
    width: 37.5%
}

.col-xs-10 {
    width: 41.66667%
}

.col-xs-11 {
    width: 45.83333%
}

.col-xs-12 {
    width: 50%
}

.col-xs-13 {
    width: 54.16667%
}

.col-xs-14 {
    width: 58.33333%
}

.col-xs-15 {
    width: 62.5%
}

.col-xs-16 {
    width: 66.66667%
}

.col-xs-17 {
    width: 70.83333%
}

.col-xs-18 {
    width: 75%
}

.col-xs-19 {
    width: 79.16667%
}

.col-xs-20 {
    width: 83.33333%
}

.col-xs-21 {
    width: 87.5%
}

.col-xs-22 {
    width: 91.66667%
}

.col-xs-23 {
    width: 95.83333%
}

.col-xs-24 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 4.16667%
}

.col-xs-pull-2 {
    right: 8.33333%
}

.col-xs-pull-3 {
    right: 12.5%
}

.col-xs-pull-4 {
    right: 16.66667%
}

.col-xs-pull-5 {
    right: 20.83333%
}

.col-xs-pull-6 {
    right: 25%
}

.col-xs-pull-7 {
    right: 29.16667%
}

.col-xs-pull-8 {
    right: 33.33333%
}

.col-xs-pull-9 {
    right: 37.5%
}

.col-xs-pull-10 {
    right: 41.66667%
}

.col-xs-pull-11 {
    right: 45.83333%
}

.col-xs-pull-12 {
    right: 50%
}

.col-xs-pull-13 {
    right: 54.16667%
}

.col-xs-pull-14 {
    right: 58.33333%
}

.col-xs-pull-15 {
    right: 62.5%
}

.col-xs-pull-16 {
    right: 66.66667%
}

.col-xs-pull-17 {
    right: 70.83333%
}

.col-xs-pull-18 {
    right: 75%
}

.col-xs-pull-19 {
    right: 79.16667%
}

.col-xs-pull-20 {
    right: 83.33333%
}

.col-xs-pull-21 {
    right: 87.5%
}

.col-xs-pull-22 {
    right: 91.66667%
}

.col-xs-pull-23 {
    right: 95.83333%
}

.col-xs-pull-24 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 4.16667%
}

.col-xs-push-2 {
    left: 8.33333%
}

.col-xs-push-3 {
    left: 12.5%
}

.col-xs-push-4 {
    left: 16.66667%
}

.col-xs-push-5 {
    left: 20.83333%
}

.col-xs-push-6 {
    left: 25%
}

.col-xs-push-7 {
    left: 29.16667%
}

.col-xs-push-8 {
    left: 33.33333%
}

.col-xs-push-9 {
    left: 37.5%
}

.col-xs-push-10 {
    left: 41.66667%
}

.col-xs-push-11 {
    left: 45.83333%
}

.col-xs-push-12 {
    left: 50%
}

.col-xs-push-13 {
    left: 54.16667%
}

.col-xs-push-14 {
    left: 58.33333%
}

.col-xs-push-15 {
    left: 62.5%
}

.col-xs-push-16 {
    left: 66.66667%
}

.col-xs-push-17 {
    left: 70.83333%
}

.col-xs-push-18 {
    left: 75%
}

.col-xs-push-19 {
    left: 79.16667%
}

.col-xs-push-20 {
    left: 83.33333%
}

.col-xs-push-21 {
    left: 87.5%
}

.col-xs-push-22 {
    left: 91.66667%
}

.col-xs-push-23 {
    left: 95.83333%
}

.col-xs-push-24 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 4.16667%
}

.col-xs-offset-2 {
    margin-left: 8.33333%
}

.col-xs-offset-3 {
    margin-left: 12.5%
}

.col-xs-offset-4 {
    margin-left: 16.66667%
}

.col-xs-offset-5 {
    margin-left: 20.83333%
}

.col-xs-offset-6 {
    margin-left: 25%
}

.col-xs-offset-7 {
    margin-left: 29.16667%
}

.col-xs-offset-8 {
    margin-left: 33.33333%
}

.col-xs-offset-9 {
    margin-left: 37.5%
}

.col-xs-offset-10 {
    margin-left: 41.66667%
}

.col-xs-offset-11 {
    margin-left: 45.83333%
}

.col-xs-offset-12 {
    margin-left: 50%
}

.col-xs-offset-13 {
    margin-left: 54.16667%
}

.col-xs-offset-14 {
    margin-left: 58.33333%
}

.col-xs-offset-15 {
    margin-left: 62.5%
}

.col-xs-offset-16 {
    margin-left: 66.66667%
}

.col-xs-offset-17 {
    margin-left: 70.83333%
}

.col-xs-offset-18 {
    margin-left: 75%
}

.col-xs-offset-19 {
    margin-left: 79.16667%
}

.col-xs-offset-20 {
    margin-left: 83.33333%
}

.col-xs-offset-21 {
    margin-left: 87.5%
}

.col-xs-offset-22 {
    margin-left: 91.66667%
}

.col-xs-offset-23 {
    margin-left: 95.83333%
}

.col-xs-offset-24 {
    margin-left: 100%
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-13,
    .col-sm-14,
    .col-sm-15,
    .col-sm-16,
    .col-sm-17,
    .col-sm-18,
    .col-sm-19,
    .col-sm-20,
    .col-sm-21,
    .col-sm-22,
    .col-sm-23,
    .col-sm-24 {
        float: left
    }
    .col-sm-1 {
        width: 4.16667%
    }
    .col-sm-2 {
        width: 8.33333%
    }
    .col-sm-3 {
        width: 12.5%
    }
    .col-sm-4 {
        width: 16.66667%
    }
    .col-sm-5 {
        width: 20.83333%
    }
    .col-sm-6 {
        width: 25%
    }
    .col-sm-7 {
        width: 29.16667%
    }
    .col-sm-8 {
        width: 33.33333%
    }
    .col-sm-9 {
        width: 37.5%
    }
    .col-sm-10 {
        width: 41.66667%
    }
    .col-sm-11 {
        width: 45.83333%
    }
    .col-sm-12 {
        width: 50%
    }
    .col-sm-13 {
        width: 54.16667%
    }
    .col-sm-14 {
        width: 58.33333%
    }
    .col-sm-15 {
        width: 62.5%
    }
    .col-sm-16 {
        width: 66.66667%
    }
    .col-sm-17 {
        width: 70.83333%
    }
    .col-sm-18 {
        width: 75%
    }
    .col-sm-19 {
        width: 79.16667%
    }
    .col-sm-20 {
        width: 83.33333%
    }
    .col-sm-21 {
        width: 87.5%
    }
    .col-sm-22 {
        width: 91.66667%
    }
    .col-sm-23 {
        width: 95.83333%
    }
    .col-sm-24 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 4.16667%
    }
    .col-sm-pull-2 {
        right: 8.33333%
    }
    .col-sm-pull-3 {
        right: 12.5%
    }
    .col-sm-pull-4 {
        right: 16.66667%
    }
    .col-sm-pull-5 {
        right: 20.83333%
    }
    .col-sm-pull-6 {
        right: 25%
    }
    .col-sm-pull-7 {
        right: 29.16667%
    }
    .col-sm-pull-8 {
        right: 33.33333%
    }
    .col-sm-pull-9 {
        right: 37.5%
    }
    .col-sm-pull-10 {
        right: 41.66667%
    }
    .col-sm-pull-11 {
        right: 45.83333%
    }
    .col-sm-pull-12 {
        right: 50%
    }
    .col-sm-pull-13 {
        right: 54.16667%
    }
    .col-sm-pull-14 {
        right: 58.33333%
    }
    .col-sm-pull-15 {
        right: 62.5%
    }
    .col-sm-pull-16 {
        right: 66.66667%
    }
    .col-sm-pull-17 {
        right: 70.83333%
    }
    .col-sm-pull-18 {
        right: 75%
    }
    .col-sm-pull-19 {
        right: 79.16667%
    }
    .col-sm-pull-20 {
        right: 83.33333%
    }
    .col-sm-pull-21 {
        right: 87.5%
    }
    .col-sm-pull-22 {
        right: 91.66667%
    }
    .col-sm-pull-23 {
        right: 95.83333%
    }
    .col-sm-pull-24 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 4.16667%
    }
    .col-sm-push-2 {
        left: 8.33333%
    }
    .col-sm-push-3 {
        left: 12.5%
    }
    .col-sm-push-4 {
        left: 16.66667%
    }
    .col-sm-push-5 {
        left: 20.83333%
    }
    .col-sm-push-6 {
        left: 25%
    }
    .col-sm-push-7 {
        left: 29.16667%
    }
    .col-sm-push-8 {
        left: 33.33333%
    }
    .col-sm-push-9 {
        left: 37.5%
    }
    .col-sm-push-10 {
        left: 41.66667%
    }
    .col-sm-push-11 {
        left: 45.83333%
    }
    .col-sm-push-12 {
        left: 50%
    }
    .col-sm-push-13 {
        left: 54.16667%
    }
    .col-sm-push-14 {
        left: 58.33333%
    }
    .col-sm-push-15 {
        left: 62.5%
    }
    .col-sm-push-16 {
        left: 66.66667%
    }
    .col-sm-push-17 {
        left: 70.83333%
    }
    .col-sm-push-18 {
        left: 75%
    }
    .col-sm-push-19 {
        left: 79.16667%
    }
    .col-sm-push-20 {
        left: 83.33333%
    }
    .col-sm-push-21 {
        left: 87.5%
    }
    .col-sm-push-22 {
        left: 91.66667%
    }
    .col-sm-push-23 {
        left: 95.83333%
    }
    .col-sm-push-24 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0%
    }
    .col-sm-offset-1 {
        margin-left: 4.16667%
    }
    .col-sm-offset-2 {
        margin-left: 8.33333%
    }
    .col-sm-offset-3 {
        margin-left: 12.5%
    }
    .col-sm-offset-4 {
        margin-left: 16.66667%
    }
    .col-sm-offset-5 {
        margin-left: 20.83333%
    }
    .col-sm-offset-6 {
        margin-left: 25%
    }
    .col-sm-offset-7 {
        margin-left: 29.16667%
    }
    .col-sm-offset-8 {
        margin-left: 33.33333%
    }
    .col-sm-offset-9 {
        margin-left: 37.5%
    }
    .col-sm-offset-10 {
        margin-left: 41.66667%
    }
    .col-sm-offset-11 {
        margin-left: 45.83333%
    }
    .col-sm-offset-12 {
        margin-left: 50%
    }
    .col-sm-offset-13 {
        margin-left: 54.16667%
    }
    .col-sm-offset-14 {
        margin-left: 58.33333%
    }
    .col-sm-offset-15 {
        margin-left: 62.5%
    }
    .col-sm-offset-16 {
        margin-left: 66.66667%
    }
    .col-sm-offset-17 {
        margin-left: 70.83333%
    }
    .col-sm-offset-18 {
        margin-left: 75%
    }
    .col-sm-offset-19 {
        margin-left: 79.16667%
    }
    .col-sm-offset-20 {
        margin-left: 83.33333%
    }
    .col-sm-offset-21 {
        margin-left: 87.5%
    }
    .col-sm-offset-22 {
        margin-left: 91.66667%
    }
    .col-sm-offset-23 {
        margin-left: 95.83333%
    }
    .col-sm-offset-24 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-13,
    .col-md-14,
    .col-md-15,
    .col-md-16,
    .col-md-17,
    .col-md-18,
    .col-md-19,
    .col-md-20,
    .col-md-21,
    .col-md-22,
    .col-md-23,
    .col-md-24 {
        float: left
    }
    .col-md-1 {
        width: 4.16667%
    }
    .col-md-2 {
        width: 8.33333%
    }
    .col-md-3 {
        width: 12.5%
    }
    .col-md-4 {
        width: 16.66667%
    }
    .col-md-5 {
        width: 20.83333%
    }
    .col-md-6 {
        width: 25%
    }
    .col-md-7 {
        width: 29.16667%
    }
    .col-md-8 {
        width: 33.33333%
    }
    .col-md-9 {
        width: 37.5%
    }
    .col-md-10 {
        width: 41.66667%
    }
    .col-md-11 {
        width: 45.83333%
    }
    .col-md-12 {
        width: 50%
    }
    .col-md-13 {
        width: 54.16667%
    }
    .col-md-14 {
        width: 58.33333%
    }
    .col-md-15 {
        width: 62.5%
    }
    .col-md-16 {
        width: 66.66667%
    }
    .col-md-17 {
        width: 70.83333%
    }
    .col-md-18 {
        width: 75%
    }
    .col-md-19 {
        width: 79.16667%
    }
    .col-md-20 {
        width: 83.33333%
    }
    .col-md-21 {
        width: 87.5%
    }
    .col-md-22 {
        width: 91.66667%
    }
    .col-md-23 {
        width: 95.83333%
    }
    .col-md-24 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 4.16667%
    }
    .col-md-pull-2 {
        right: 8.33333%
    }
    .col-md-pull-3 {
        right: 12.5%
    }
    .col-md-pull-4 {
        right: 16.66667%
    }
    .col-md-pull-5 {
        right: 20.83333%
    }
    .col-md-pull-6 {
        right: 25%
    }
    .col-md-pull-7 {
        right: 29.16667%
    }
    .col-md-pull-8 {
        right: 33.33333%
    }
    .col-md-pull-9 {
        right: 37.5%
    }
    .col-md-pull-10 {
        right: 41.66667%
    }
    .col-md-pull-11 {
        right: 45.83333%
    }
    .col-md-pull-12 {
        right: 50%
    }
    .col-md-pull-13 {
        right: 54.16667%
    }
    .col-md-pull-14 {
        right: 58.33333%
    }
    .col-md-pull-15 {
        right: 62.5%
    }
    .col-md-pull-16 {
        right: 66.66667%
    }
    .col-md-pull-17 {
        right: 70.83333%
    }
    .col-md-pull-18 {
        right: 75%
    }
    .col-md-pull-19 {
        right: 79.16667%
    }
    .col-md-pull-20 {
        right: 83.33333%
    }
    .col-md-pull-21 {
        right: 87.5%
    }
    .col-md-pull-22 {
        right: 91.66667%
    }
    .col-md-pull-23 {
        right: 95.83333%
    }
    .col-md-pull-24 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 4.16667%
    }
    .col-md-push-2 {
        left: 8.33333%
    }
    .col-md-push-3 {
        left: 12.5%
    }
    .col-md-push-4 {
        left: 16.66667%
    }
    .col-md-push-5 {
        left: 20.83333%
    }
    .col-md-push-6 {
        left: 25%
    }
    .col-md-push-7 {
        left: 29.16667%
    }
    .col-md-push-8 {
        left: 33.33333%
    }
    .col-md-push-9 {
        left: 37.5%
    }
    .col-md-push-10 {
        left: 41.66667%
    }
    .col-md-push-11 {
        left: 45.83333%
    }
    .col-md-push-12 {
        left: 50%
    }
    .col-md-push-13 {
        left: 54.16667%
    }
    .col-md-push-14 {
        left: 58.33333%
    }
    .col-md-push-15 {
        left: 62.5%
    }
    .col-md-push-16 {
        left: 66.66667%
    }
    .col-md-push-17 {
        left: 70.83333%
    }
    .col-md-push-18 {
        left: 75%
    }
    .col-md-push-19 {
        left: 79.16667%
    }
    .col-md-push-20 {
        left: 83.33333%
    }
    .col-md-push-21 {
        left: 87.5%
    }
    .col-md-push-22 {
        left: 91.66667%
    }
    .col-md-push-23 {
        left: 95.83333%
    }
    .col-md-push-24 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0%
    }
    .col-md-offset-1 {
        margin-left: 4.16667%
    }
    .col-md-offset-2 {
        margin-left: 8.33333%
    }
    .col-md-offset-3 {
        margin-left: 12.5%
    }
    .col-md-offset-4 {
        margin-left: 16.66667%
    }
    .col-md-offset-5 {
        margin-left: 20.83333%
    }
    .col-md-offset-6 {
        margin-left: 25%
    }
    .col-md-offset-7 {
        margin-left: 29.16667%
    }
    .col-md-offset-8 {
        margin-left: 33.33333%
    }
    .col-md-offset-9 {
        margin-left: 37.5%
    }
    .col-md-offset-10 {
        margin-left: 41.66667%
    }
    .col-md-offset-11 {
        margin-left: 45.83333%
    }
    .col-md-offset-12 {
        margin-left: 50%
    }
    .col-md-offset-13 {
        margin-left: 54.16667%
    }
    .col-md-offset-14 {
        margin-left: 58.33333%
    }
    .col-md-offset-15 {
        margin-left: 62.5%
    }
    .col-md-offset-16 {
        margin-left: 66.66667%
    }
    .col-md-offset-17 {
        margin-left: 70.83333%
    }
    .col-md-offset-18 {
        margin-left: 75%
    }
    .col-md-offset-19 {
        margin-left: 79.16667%
    }
    .col-md-offset-20 {
        margin-left: 83.33333%
    }
    .col-md-offset-21 {
        margin-left: 87.5%
    }
    .col-md-offset-22 {
        margin-left: 91.66667%
    }
    .col-md-offset-23 {
        margin-left: 95.83333%
    }
    .col-md-offset-24 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-13,
    .col-lg-14,
    .col-lg-15,
    .col-lg-16,
    .col-lg-17,
    .col-lg-18,
    .col-lg-19,
    .col-lg-20,
    .col-lg-21,
    .col-lg-22,
    .col-lg-23,
    .col-lg-24 {
        float: left
    }
    .col-lg-1 {
        width: 4.16667%
    }
    .col-lg-2 {
        width: 8.33333%
    }
    .col-lg-3 {
        width: 12.5%
    }
    .col-lg-4 {
        width: 16.66667%
    }
    .col-lg-5 {
        width: 20.83333%
    }
    .col-lg-6 {
        width: 25%
    }
    .col-lg-7 {
        width: 29.16667%
    }
    .col-lg-8 {
        width: 33.33333%
    }
    .col-lg-9 {
        width: 37.5%
    }
    .col-lg-10 {
        width: 41.66667%
    }
    .col-lg-11 {
        width: 45.83333%
    }
    .col-lg-12 {
        width: 50%
    }
    .col-lg-13 {
        width: 54.16667%
    }
    .col-lg-14 {
        width: 58.33333%
    }
    .col-lg-15 {
        width: 62.5%
    }
    .col-lg-16 {
        width: 66.66667%
    }
    .col-lg-17 {
        width: 70.83333%
    }
    .col-lg-18 {
        width: 75%
    }
    .col-lg-19 {
        width: 79.16667%
    }
    .col-lg-20 {
        width: 83.33333%
    }
    .col-lg-21 {
        width: 87.5%
    }
    .col-lg-22 {
        width: 91.66667%
    }
    .col-lg-23 {
        width: 95.83333%
    }
    .col-lg-24 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 4.16667%
    }
    .col-lg-pull-2 {
        right: 8.33333%
    }
    .col-lg-pull-3 {
        right: 12.5%
    }
    .col-lg-pull-4 {
        right: 16.66667%
    }
    .col-lg-pull-5 {
        right: 20.83333%
    }
    .col-lg-pull-6 {
        right: 25%
    }
    .col-lg-pull-7 {
        right: 29.16667%
    }
    .col-lg-pull-8 {
        right: 33.33333%
    }
    .col-lg-pull-9 {
        right: 37.5%
    }
    .col-lg-pull-10 {
        right: 41.66667%
    }
    .col-lg-pull-11 {
        right: 45.83333%
    }
    .col-lg-pull-12 {
        right: 50%
    }
    .col-lg-pull-13 {
        right: 54.16667%
    }
    .col-lg-pull-14 {
        right: 58.33333%
    }
    .col-lg-pull-15 {
        right: 62.5%
    }
    .col-lg-pull-16 {
        right: 66.66667%
    }
    .col-lg-pull-17 {
        right: 70.83333%
    }
    .col-lg-pull-18 {
        right: 75%
    }
    .col-lg-pull-19 {
        right: 79.16667%
    }
    .col-lg-pull-20 {
        right: 83.33333%
    }
    .col-lg-pull-21 {
        right: 87.5%
    }
    .col-lg-pull-22 {
        right: 91.66667%
    }
    .col-lg-pull-23 {
        right: 95.83333%
    }
    .col-lg-pull-24 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 4.16667%
    }
    .col-lg-push-2 {
        left: 8.33333%
    }
    .col-lg-push-3 {
        left: 12.5%
    }
    .col-lg-push-4 {
        left: 16.66667%
    }
    .col-lg-push-5 {
        left: 20.83333%
    }
    .col-lg-push-6 {
        left: 25%
    }
    .col-lg-push-7 {
        left: 29.16667%
    }
    .col-lg-push-8 {
        left: 33.33333%
    }
    .col-lg-push-9 {
        left: 37.5%
    }
    .col-lg-push-10 {
        left: 41.66667%
    }
    .col-lg-push-11 {
        left: 45.83333%
    }
    .col-lg-push-12 {
        left: 50%
    }
    .col-lg-push-13 {
        left: 54.16667%
    }
    .col-lg-push-14 {
        left: 58.33333%
    }
    .col-lg-push-15 {
        left: 62.5%
    }
    .col-lg-push-16 {
        left: 66.66667%
    }
    .col-lg-push-17 {
        left: 70.83333%
    }
    .col-lg-push-18 {
        left: 75%
    }
    .col-lg-push-19 {
        left: 79.16667%
    }
    .col-lg-push-20 {
        left: 83.33333%
    }
    .col-lg-push-21 {
        left: 87.5%
    }
    .col-lg-push-22 {
        left: 91.66667%
    }
    .col-lg-push-23 {
        left: 95.83333%
    }
    .col-lg-push-24 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0%
    }
    .col-lg-offset-1 {
        margin-left: 4.16667%
    }
    .col-lg-offset-2 {
        margin-left: 8.33333%
    }
    .col-lg-offset-3 {
        margin-left: 12.5%
    }
    .col-lg-offset-4 {
        margin-left: 16.66667%
    }
    .col-lg-offset-5 {
        margin-left: 20.83333%
    }
    .col-lg-offset-6 {
        margin-left: 25%
    }
    .col-lg-offset-7 {
        margin-left: 29.16667%
    }
    .col-lg-offset-8 {
        margin-left: 33.33333%
    }
    .col-lg-offset-9 {
        margin-left: 37.5%
    }
    .col-lg-offset-10 {
        margin-left: 41.66667%
    }
    .col-lg-offset-11 {
        margin-left: 45.83333%
    }
    .col-lg-offset-12 {
        margin-left: 50%
    }
    .col-lg-offset-13 {
        margin-left: 54.16667%
    }
    .col-lg-offset-14 {
        margin-left: 58.33333%
    }
    .col-lg-offset-15 {
        margin-left: 62.5%
    }
    .col-lg-offset-16 {
        margin-left: 66.66667%
    }
    .col-lg-offset-17 {
        margin-left: 70.83333%
    }
    .col-lg-offset-18 {
        margin-left: 75%
    }
    .col-lg-offset-19 {
        margin-left: 79.16667%
    }
    .col-lg-offset-20 {
        margin-left: 83.33333%
    }
    .col-lg-offset-21 {
        margin-left: 87.5%
    }
    .col-lg-offset-22 {
        margin-left: 91.66667%
    }
    .col-lg-offset-23 {
        margin-left: 95.83333%
    }
    .col-lg-offset-24 {
        margin-left: 100%
    }
}

table {
    background-color: rgba(0, 0, 0, 0)
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px
    }
    input[type="date"].input-sm,
    .input-group-sm>input.form-control[type="date"],
    .input-group-sm>input.input-group-addon[type="date"],
    .input-group-sm>.input-group-btn>input.btn[type="date"],
    .input-group-sm>.input-group-btn>input.nmToast-action[type="date"],
    .input-group-sm>.input-group-btn>input.snackbar-action[type="date"],
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm>input.form-control[type="time"],
    .input-group-sm>input.input-group-addon[type="time"],
    .input-group-sm>.input-group-btn>input.btn[type="time"],
    .input-group-sm>.input-group-btn>input.nmToast-action[type="time"],
    .input-group-sm>.input-group-btn>input.snackbar-action[type="time"],
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm>input.form-control[type="datetime-local"],
    .input-group-sm>input.input-group-addon[type="datetime-local"],
    .input-group-sm>.input-group-btn>input.btn[type="datetime-local"],
    .input-group-sm>.input-group-btn>input.nmToast-action[type="datetime-local"],
    .input-group-sm>.input-group-btn>input.snackbar-action[type="datetime-local"],
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm>input.form-control[type="month"],
    .input-group-sm>input.input-group-addon[type="month"],
    .input-group-sm>.input-group-btn>input.btn[type="month"],
    .input-group-sm>.input-group-btn>input.nmToast-action[type="month"],
    .input-group-sm>.input-group-btn>input.snackbar-action[type="month"],
    .input-group-sm input[type="month"] {
        line-height: 30px
    }
    input[type="date"].input-lg,
    .input-group-lg>input.form-control[type="date"],
    .input-group-lg>input.input-group-addon[type="date"],
    .input-group-lg>.input-group-btn>input.btn[type="date"],
    .input-group-lg>.input-group-btn>input.nmToast-action[type="date"],
    .input-group-lg>.input-group-btn>input.snackbar-action[type="date"],
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg>input.form-control[type="time"],
    .input-group-lg>input.input-group-addon[type="time"],
    .input-group-lg>.input-group-btn>input.btn[type="time"],
    .input-group-lg>.input-group-btn>input.nmToast-action[type="time"],
    .input-group-lg>.input-group-btn>input.snackbar-action[type="time"],
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg>input.form-control[type="datetime-local"],
    .input-group-lg>input.input-group-addon[type="datetime-local"],
    .input-group-lg>.input-group-btn>input.btn[type="datetime-local"],
    .input-group-lg>.input-group-btn>input.nmToast-action[type="datetime-local"],
    .input-group-lg>.input-group-btn>input.snackbar-action[type="datetime-local"],
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg>input.form-control[type="month"],
    .input-group-lg>input.input-group-addon[type="month"],
    .input-group-lg>.input-group-btn>input.btn[type="month"],
    .input-group-lg>.input-group-btn>input.nmToast-action[type="month"],
    .input-group-lg>.input-group-btn>input.snackbar-action[type="month"],
    .input-group-lg input[type="month"] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-lg>.input-group-btn>.form-control-static.nmToast-action,
.input-group-lg>.input-group-btn>.form-control-static.snackbar-action,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn,
.input-group-sm>.input-group-btn>.form-control-static.nmToast-action,
.input-group-sm>.input-group-btn>.form-control-static.snackbar-action {
    padding-right: 0;
    padding-left: 0
}

.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-group-sm>.input-group-btn>.nmToast-action,
.input-group-sm>.input-group-btn>.snackbar-action {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn,
.input-group-sm>.input-group-btn>select.nmToast-action,
.input-group-sm>.input-group-btn>select.snackbar-action {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>.input-group-btn>textarea.nmToast-action,
.input-group-sm>.input-group-btn>textarea.snackbar-action,
select[multiple].input-sm,
.input-group-sm>select.form-control[multiple],
.input-group-sm>select.input-group-addon[multiple],
.input-group-sm>.input-group-btn>select.btn[multiple],
.input-group-sm>.input-group-btn>select.nmToast-action[multiple],
.input-group-sm>.input-group-btn>select.snackbar-action[multiple] {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-group-lg>.input-group-btn>.nmToast-action,
.input-group-lg>.input-group-btn>.snackbar-action {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn,
.input-group-lg>.input-group-btn>select.nmToast-action,
.input-group-lg>.input-group-btn>select.snackbar-action {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>.input-group-btn>textarea.nmToast-action,
.input-group-lg>.input-group-btn>textarea.snackbar-action,
select[multiple].input-lg,
.input-group-lg>select.form-control[multiple],
.input-group-lg>select.input-group-addon[multiple],
.input-group-lg>.input-group-btn>select.btn[multiple],
.input-group-lg>.input-group-btn>select.nmToast-action[multiple],
.input-group-lg>.input-group-btn>select.snackbar-action[multiple] {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-group-lg>.input-group-btn>.nmToast-action+.form-control-feedback,
.input-group-lg>.input-group-btn>.snackbar-action+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-group-sm>.input-group-btn>.nmToast-action+.form-control-feedback,
.input-group-sm>.input-group-btn>.snackbar-action+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -10px;
    margin-left: -10px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    display: table;
    content: " "
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 10px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn,
.nmToast-action,
.snackbar-action {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.nmToast-action:focus,
.snackbar-action:focus,
.btn.focus,
.focus.nmToast-action,
.focus.snackbar-action,
.btn:active:focus,
.nmToast-action:active:focus,
.snackbar-action:active:focus,
.btn:active.focus,
.nmToast-action:active.focus,
.snackbar-action:active.focus,
.btn.active:focus,
.active.nmToast-action:focus,
.active.snackbar-action:focus,
.btn.active.focus,
.active.focus.nmToast-action,
.active.focus.snackbar-action {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.nmToast-action:hover,
.snackbar-action:hover,
.btn:focus,
.nmToast-action:focus,
.snackbar-action:focus,
.btn.focus,
.focus.nmToast-action,
.focus.snackbar-action {
    color: #333;
    text-decoration: none
}

.btn:active,
.nmToast-action:active,
.snackbar-action:active,
.btn.active,
.active.nmToast-action,
.active.snackbar-action {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.disabled.nmToast-action,
.disabled.snackbar-action,
.btn[disabled],
.nmToast-action[disabled],
.snackbar-action[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .nmToast-action,
fieldset[disabled] .snackbar-action {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
a.disabled.nmToast-action,
a.disabled.snackbar-action,
fieldset[disabled] a.btn,
fieldset[disabled] a.nmToast-action,
fieldset[disabled] a.snackbar-action {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #1c3e95;
    border-color: #183580
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #142c6a;
    border-color: #040814
}

.btn-primary:hover {
    color: #fff;
    background-color: #142c6a;
    border-color: #0e204c
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #142c6a;
    background-image: none;
    border-color: #0e204c
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #0e204c;
    border-color: #040814
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #1c3e95;
    border-color: #183580
}

.btn-primary .badge {
    color: #1c3e95;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #19b820;
    border-color: #16a21c
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #138b18;
    border-color: #073109
}

.btn-success:hover {
    color: #fff;
    background-color: #138b18;
    border-color: #0f6c13
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #138b18;
    background-image: none;
    border-color: #0f6c13
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #0f6c13;
    border-color: #073109
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #19b820;
    border-color: #16a21c
}

.btn-success .badge {
    color: #19b820;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #006ed0;
    border-color: #0061b7
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #00539d;
    border-color: #001d37
}

.btn-info:hover {
    color: #fff;
    background-color: #00539d;
    border-color: #004079
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #00539d;
    background-image: none;
    border-color: #004079
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #004079;
    border-color: #001d37
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #006ed0;
    border-color: #0061b7
}

.btn-info .badge {
    color: #006ed0;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #fc7272;
    border-color: #fb5959
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #fb4040;
    border-color: #d10404
}

.btn-warning:hover {
    color: #fff;
    background-color: #fb4040;
    border-color: #fa1d1d
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #fb4040;
    background-image: none;
    border-color: #fa1d1d
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #fa1d1d;
    border-color: #d10404
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #fc7272;
    border-color: #fb5959
}

.btn-warning .badge {
    color: #fc7272;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #b91f19;
    border-color: #a31b16
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #8c1713;
    border-color: #320807
}

.btn-danger:hover {
    color: #fff;
    background-color: #8c1713;
    border-color: #6d120f
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #8c1713;
    background-image: none;
    border-color: #6d120f
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #6d120f;
    border-color: #320807
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #b91f19;
    border-color: #a31b16
}

.btn-danger .badge {
    color: #b91f19;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #1c3e95;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #102355;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #1c3e95;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: rgba(28, 62, 149, 0.87)
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1c3e95;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn,
.input-group-sm>.input-group-btn>.input-group-addon.nmToast-action,
.input-group-sm>.input-group-btn>.input-group-addon.snackbar-action {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn,
.input-group-lg>.input-group-btn>.input-group-addon.nmToast-action,
.input-group-lg>.input-group-btn>.input-group-addon.snackbar-action {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.nmToast-action,
.input-group-btn:first-child>.snackbar-action,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.btn-group>.nmToast-action,
.input-group-btn:first-child>.btn-group>.snackbar-action,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.nmToast-action:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.snackbar-action:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn-group:not(:last-child)>.nmToast-action,
.input-group-btn:last-child>.btn-group:not(:last-child)>.snackbar-action {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.nmToast-action,
.input-group-btn:last-child>.snackbar-action,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.btn-group>.nmToast-action,
.input-group-btn:last-child>.btn-group>.snackbar-action,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.nmToast-action:not(:first-child),
.input-group-btn:first-child>.snackbar-action:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn-group:not(:first-child)>.nmToast-action,
.input-group-btn:first-child>.btn-group:not(:first-child)>.snackbar-action {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn,
.input-group-btn>.nmToast-action,
.input-group-btn>.snackbar-action {
    position: relative
}

.input-group-btn>.btn+.btn,
.input-group-btn>.nmToast-action+.btn,
.input-group-btn>.snackbar-action+.btn,
.input-group-btn>.btn+.nmToast-action,
.input-group-btn>.nmToast-action+.nmToast-action,
.input-group-btn>.snackbar-action+.nmToast-action,
.input-group-btn>.btn+.snackbar-action,
.input-group-btn>.nmToast-action+.snackbar-action,
.input-group-btn>.snackbar-action+.snackbar-action {
    margin-left: -1px
}

.input-group-btn>.btn:hover,
.input-group-btn>.nmToast-action:hover,
.input-group-btn>.snackbar-action:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.nmToast-action:focus,
.input-group-btn>.snackbar-action:focus,
.input-group-btn>.btn:active,
.input-group-btn>.nmToast-action:active,
.input-group-btn>.snackbar-action:active {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.nmToast-action,
.input-group-btn:first-child>.snackbar-action,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.nmToast-action,
.input-group-btn:last-child>.snackbar-action,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav:before,
.nav:after {
    display: table;
    content: " "
}

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #1c3e95
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 0 0 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 0
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #1c3e95
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 0
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 80px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar:before,
.navbar:after {
    display: table;
    content: " "
}

.navbar:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0
    }
}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: " "
}

.navbar-header:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 10px;
    padding-left: 10px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:before,
.navbar-collapse:after {
    display: table;
    content: " "
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
    margin-right: -10px;
    margin-left: -10px
}

@media (min-width: 768px) {
    .container>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-brand {
    float: left;
    height: 80px;
    padding: 30px 10px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -10px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 10px;
    margin-top: 23px;
    margin-bottom: 23px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 15px -10px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.navbar-form {
    padding: 10px 10px;
    margin-right: -10px;
    margin-left: -10px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 23px;
    margin-bottom: 23px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 23px;
    margin-bottom: 23px
}

.navbar-btn.btn-sm {
    margin-top: 25px;
    margin-bottom: 25px
}

.navbar-btn.btn-xs {
    margin-top: 29px;
    margin-bottom: 29px
}

.navbar-text {
    margin-top: 30px;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 10px;
        margin-left: 10px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }
    .navbar-right {
        float: right !important;
        margin-right: -10px
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0)
}

.navbar-default .navbar-brand {
    color: #1c3e95
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #142c6a;
    background-color: rgba(0, 0, 0, 0)
}

.navbar-default .navbar-text {
    color: #444
}

.navbar-default .navbar-nav>li>a {
    color: #1c3e95
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #1c3e95;
    background-color: rgba(28, 62, 149, 0.16)
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #1c3e95
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: rgba(68, 68, 68, 0.87);
    background-color: rgba(68, 68, 68, 0.87)
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #1c3e95
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #1c3e95
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #1c3e95;
        background-color: rgba(28, 62, 149, 0.16)
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #1c3e95
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: rgba(68, 68, 68, 0.87);
        background-color: rgba(68, 68, 68, 0.87)
    }
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: rgba(0, 0, 0, 0)
}

.navbar-default .navbar-link {
    color: #1c3e95
}

.navbar-default .navbar-link:hover {
    color: #1c3e95
}

.navbar-default .btn-link {
    color: #1c3e95
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #1c3e95
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: rgba(68, 68, 68, 0.87)
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0)
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0)
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: rgba(0, 0, 0, 0)
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #090909
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: rgba(0, 0, 0, 0)
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: rgba(0, 0, 0, 0)
    }
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/ "
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857;
    color: #1c3e95;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    z-index: 2;
    color: #102355;
    background-color: #eee;
    border-color: #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #1c3e95;
    border-color: #1c3e95
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager:before,
.pager:after {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label,
.nmToast-action .label,
.snackbar-action .label {
    position: relative;
    top: -1px
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #1c3e95
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #142c6a
}

.label-success {
    background-color: #19b820
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #138b18
}

.label-info {
    background-color: #006ed0
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #00539d
}

.label-warning {
    background-color: #fc7272
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #fb4040
}

.label-danger {
    background-color: #b91f19
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #8c1713
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge,
.nmToast-action .badge,
.snackbar-action .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge,
.btn-group-xs>.btn .badge,
.btn-group-xs>.nmToast-action .badge,
.btn-group-xs>.snackbar-action .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #1c3e95;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #1c3e95;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #19b820
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #006ed0
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #fc7272
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #b91f19
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    filter: alpha(opacity=0);
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table !important
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.flex,
.fTable .fTR,
.materialTabs .nav-tabs,
.matTabs .nav-tabs,
.f-row,
.f-col-xs,
.f-col-sm,
.f-col-md,
.f-col-lg,
.f-col-xs-1,
.f-col-xs-2,
.f-col-xs-3,
.f-col-xs-4,
.f-col-xs-5,
.f-col-xs-6,
.f-col-xs-7,
.f-col-xs-8,
.f-col-xs-9,
.f-col-xs-10,
.f-col-xs-11,
.f-col-xs-12,
.f-col-xs-13,
.f-col-xs-14,
.f-col-xs-15,
.f-col-xs-16,
.f-col-xs-17,
.f-col-xs-18,
.f-col-xs-19,
.f-col-xs-20,
.f-col-xs-21,
.f-col-xs-22,
.f-col-xs-23,
.f-col-xs-24,
.f-col-sm-1,
.f-col-sm-2,
.f-col-sm-3,
.f-col-sm-4,
.f-col-sm-5,
.f-col-sm-6,
.f-col-sm-7,
.f-col-sm-8,
.f-col-sm-9,
.f-col-sm-10,
.f-col-sm-11,
.f-col-sm-12,
.f-col-sm-13,
.f-col-sm-14,
.f-col-sm-15,
.f-col-sm-16,
.f-col-sm-17,
.f-col-sm-18,
.f-col-sm-19,
.f-col-sm-20,
.f-col-sm-21,
.f-col-sm-22,
.f-col-sm-23,
.f-col-sm-24,
.f-col-md-1,
.f-col-md-2,
.f-col-md-3,
.f-col-md-4,
.f-col-md-5,
.f-col-md-6,
.f-col-md-7,
.f-col-md-8,
.f-col-md-9,
.f-col-md-10,
.f-col-md-11,
.f-col-md-12,
.f-col-md-13,
.f-col-md-14,
.f-col-md-15,
.f-col-md-16,
.f-col-md-17,
.f-col-md-18,
.f-col-md-19,
.f-col-md-20,
.f-col-md-21,
.f-col-md-22,
.f-col-md-23,
.f-col-md-24,
.f-col-lg-1,
.f-col-lg-2,
.f-col-lg-3,
.f-col-lg-4,
.f-col-lg-5,
.f-col-lg-6,
.f-col-lg-7,
.f-col-lg-8,
.f-col-lg-9,
.f-col-lg-10,
.f-col-lg-11,
.f-col-lg-12,
.f-col-lg-13,
.f-col-lg-14,
.f-col-lg-15,
.f-col-lg-16,
.f-col-lg-17,
.f-col-lg-18,
.f-col-lg-19,
.f-col-lg-20,
.f-col-lg-21,
.f-col-lg-22,
.f-col-lg-23,
.f-col-lg-24,
.nmToast,
.snackbar {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.flex,
.fTable .fTR,
.materialTabs .nav-tabs,
.matTabs .nav-tabs {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap
}

.flex.L,
.flex.R,
.fTable .L.fTR,
.materialTabs .L.nav-tabs,
.matTabs .L.nav-tabs,
.fTable .R.fTR,
.materialTabs .R.nav-tabs,
.matTabs .R.nav-tabs {
    float: none
}

.flex.L,
.fTable .L.fTR,
.materialTabs .L.nav-tabs,
.matTabs .L.nav-tabs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start
}

.flex.R,
.fTable .R.fTR,
.materialTabs .R.nav-tabs,
.matTabs .R.nav-tabs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end
}

.flexJustify,
.flex.justify,
.fTable .justify.fTR,
.materialTabs .justify.nav-tabs,
.matTabs .justify.nav-tabs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between
}

.flexContentMiddle,
.flex.contentMiddle,
.fTable .contentMiddle.fTR,
.materialTabs .contentMiddle.nav-tabs,
.matTabs .contentMiddle.nav-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center
}

.flexForceJustify,
.flex.forceJustify,
.fTable .forceJustify.fTR,
.materialTabs .forceJustify.nav-tabs,
.matTabs .forceJustify.nav-tabs {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around
}

.flexTop,
.flex.top,
.fTable .top.fTR,
.materialTabs .top.nav-tabs,
.matTabs .top.nav-tabs {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.flexMiddle,
.flex.middle,
.fTable .middle.fTR,
.materialTabs .middle.nav-tabs,
.matTabs .middle.nav-tabs {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.flexBottom,
.flex.bottom,
.fTable .bottom.fTR,
.materialTabs .bottom.nav-tabs,
.matTabs .bottom.nav-tabs {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.flexEnd,
.flex.end,
.fTable .end.fTR,
.materialTabs .end.nav-tabs,
.matTabs .end.nav-tabs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end
}

.flexCenter,
.flex.center,
.fTable .center.fTR,
.materialTabs .center.nav-tabs,
.matTabs .center.nav-tabs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.flexStart,
.flex.start,
.fTable .start.fTR,
.materialTabs .start.nav-tabs,
.matTabs .start.nav-tabs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start
}

.flexStretch,
.flex.stretch,
.fTable .stretch.fTR,
.materialTabs .stretch.nav-tabs,
.matTabs .stretch.nav-tabs {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch
}

.flexBaseline,
.flex.baseline,
.fTable .baseline.fTR,
.materialTabs .baseline.nav-tabs,
.matTabs .baseline.nav-tabs {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    align-items: baseline
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex .cell,
.flex .fTable .fTR>span,
.fTable .flex .fTR>span,
.flex .materialTabs .nav-tabs>li,
.materialTabs .flex .nav-tabs>li,
.flex .matTabs .nav-tabs>li,
.matTabs .flex .nav-tabs>li,
.fTable .fTR .cell,
.materialTabs .nav-tabs .cell,
.matTabs .nav-tabs .cell,
.fTable .fTR>span,
.fTable .materialTabs .nav-tabs .fTR>span,
.fTable .matTabs .nav-tabs .fTR>span,
.materialTabs .fTable .fTR .nav-tabs>li,
.materialTabs .nav-tabs>li,
.matTabs .fTable .fTR .nav-tabs>li,
.matTabs .nav-tabs>li,
.flexTable .cell,
.flexTable .fTable .fTR>span,
.fTable .flexTable .fTR>span,
.flexTable .materialTabs .nav-tabs>li,
.materialTabs .flexTable .nav-tabs>li,
.flexTable .matTabs .nav-tabs>li,
.matTabs .flexTable .nav-tabs>li {
    padding: 0px 10px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.flex .cell-0,
.fTable .fTR .cell-0,
.materialTabs .nav-tabs .cell-0,
.matTabs .nav-tabs .cell-0,
.flexTable .cell-0 {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.flex .cell-1,
.fTable .fTR .cell-1,
.materialTabs .nav-tabs .cell-1,
.matTabs .nav-tabs .cell-1,
.flexTable .cell-1 {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.flex .cell-2,
.fTable .fTR .cell-2,
.materialTabs .nav-tabs .cell-2,
.matTabs .nav-tabs .cell-2,
.flexTable .cell-2 {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}

.flex .cell-3,
.fTable .fTR .cell-3,
.materialTabs .nav-tabs .cell-3,
.matTabs .nav-tabs .cell-3,
.flexTable .cell-3 {
    -webkit-box-flex: 3;
    -webkit-flex-grow: 3;
    -moz-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3
}

.flex .cell-4,
.fTable .fTR .cell-4,
.materialTabs .nav-tabs .cell-4,
.matTabs .nav-tabs .cell-4,
.flexTable .cell-4 {
    -webkit-box-flex: 4;
    -webkit-flex-grow: 4;
    -moz-flex-grow: 4;
    -ms-flex-positive: 4;
    flex-grow: 4
}

.flex .cell-5,
.fTable .fTR .cell-5,
.materialTabs .nav-tabs .cell-5,
.matTabs .nav-tabs .cell-5,
.flexTable .cell-5 {
    -webkit-box-flex: 5;
    -webkit-flex-grow: 5;
    -moz-flex-grow: 5;
    -ms-flex-positive: 5;
    flex-grow: 5
}

.flex .cell-6,
.fTable .fTR .cell-6,
.materialTabs .nav-tabs .cell-6,
.matTabs .nav-tabs .cell-6,
.flexTable .cell-6 {
    -webkit-box-flex: 6;
    -webkit-flex-grow: 6;
    -moz-flex-grow: 6;
    -ms-flex-positive: 6;
    flex-grow: 6
}

@media only screen and (max-width: 767px) {
    .flex:not(.nowrap) {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.flexTable {
    display: block
}

.flexTable .fTR {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-grow: 0;
    -webkit-flex-grow: 0;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%
}

.flexTable .fTR .fTD {
    word-break: break-all
}

.flexTable .fTR .fTD.text {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    padding-right: 5px
}

.flexTable .fTR .fTD.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.f-row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.f-col-xs,
.f-col-sm,
.f-col-md,
.f-col-lg,
.f-col-xs-1,
.f-col-xs-2,
.f-col-xs-3,
.f-col-xs-4,
.f-col-xs-5,
.f-col-xs-6,
.f-col-xs-7,
.f-col-xs-8,
.f-col-xs-9,
.f-col-xs-10,
.f-col-xs-11,
.f-col-xs-12,
.f-col-xs-13,
.f-col-xs-14,
.f-col-xs-15,
.f-col-xs-16,
.f-col-xs-17,
.f-col-xs-18,
.f-col-xs-19,
.f-col-xs-20,
.f-col-xs-21,
.f-col-xs-22,
.f-col-xs-23,
.f-col-xs-24,
.f-col-sm-1,
.f-col-sm-2,
.f-col-sm-3,
.f-col-sm-4,
.f-col-sm-5,
.f-col-sm-6,
.f-col-sm-7,
.f-col-sm-8,
.f-col-sm-9,
.f-col-sm-10,
.f-col-sm-11,
.f-col-sm-12,
.f-col-sm-13,
.f-col-sm-14,
.f-col-sm-15,
.f-col-sm-16,
.f-col-sm-17,
.f-col-sm-18,
.f-col-sm-19,
.f-col-sm-20,
.f-col-sm-21,
.f-col-sm-22,
.f-col-sm-23,
.f-col-sm-24,
.f-col-md-1,
.f-col-md-2,
.f-col-md-3,
.f-col-md-4,
.f-col-md-5,
.f-col-md-6,
.f-col-md-7,
.f-col-md-8,
.f-col-md-9,
.f-col-md-10,
.f-col-md-11,
.f-col-md-12,
.f-col-md-13,
.f-col-md-14,
.f-col-md-15,
.f-col-md-16,
.f-col-md-17,
.f-col-md-18,
.f-col-md-19,
.f-col-md-20,
.f-col-md-21,
.f-col-md-22,
.f-col-md-23,
.f-col-md-24,
.f-col-lg-1,
.f-col-lg-2,
.f-col-lg-3,
.f-col-lg-4,
.f-col-lg-5,
.f-col-lg-6,
.f-col-lg-7,
.f-col-lg-8,
.f-col-lg-9,
.f-col-lg-10,
.f-col-lg-11,
.f-col-lg-12,
.f-col-lg-13,
.f-col-lg-14,
.f-col-lg-15,
.f-col-lg-16,
.f-col-lg-17,
.f-col-lg-18,
.f-col-lg-19,
.f-col-lg-20,
.f-col-lg-21,
.f-col-lg-22,
.f-col-lg-23,
.f-col-lg-24 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px
}

.f-col-xs,
.f-col-sm,
.f-col-md,
.f-col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

.f-col-xs-1 {
    -webkit-flex-basis: 4.16667%;
    -moz-flex-basis: 4.16667%;
    -ms-flex-preferred-size: 4.16667%;
    flex-basis: 4.16667%;
    max-width: 4.16667%
}

.f-col-xs-2 {
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%
}

.f-col-xs-3 {
    -webkit-flex-basis: 12.5%;
    -moz-flex-basis: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%
}

.f-col-xs-4 {
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%
}

.f-col-xs-5 {
    -webkit-flex-basis: 20.83333%;
    -moz-flex-basis: 20.83333%;
    -ms-flex-preferred-size: 20.83333%;
    flex-basis: 20.83333%;
    max-width: 20.83333%
}

.f-col-xs-6 {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.f-col-xs-7 {
    -webkit-flex-basis: 29.16667%;
    -moz-flex-basis: 29.16667%;
    -ms-flex-preferred-size: 29.16667%;
    flex-basis: 29.16667%;
    max-width: 29.16667%
}

.f-col-xs-8 {
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%
}

.f-col-xs-9 {
    -webkit-flex-basis: 37.5%;
    -moz-flex-basis: 37.5%;
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%
}

.f-col-xs-10 {
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%
}

.f-col-xs-11 {
    -webkit-flex-basis: 45.83333%;
    -moz-flex-basis: 45.83333%;
    -ms-flex-preferred-size: 45.83333%;
    flex-basis: 45.83333%;
    max-width: 45.83333%
}

.f-col-xs-12 {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.f-col-xs-13 {
    -webkit-flex-basis: 54.16667%;
    -moz-flex-basis: 54.16667%;
    -ms-flex-preferred-size: 54.16667%;
    flex-basis: 54.16667%;
    max-width: 54.16667%
}

.f-col-xs-14 {
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%
}

.f-col-xs-15 {
    -webkit-flex-basis: 62.5%;
    -moz-flex-basis: 62.5%;
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%
}

.f-col-xs-16 {
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%
}

.f-col-xs-17 {
    -webkit-flex-basis: 70.83333%;
    -moz-flex-basis: 70.83333%;
    -ms-flex-preferred-size: 70.83333%;
    flex-basis: 70.83333%;
    max-width: 70.83333%
}

.f-col-xs-18 {
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.f-col-xs-19 {
    -webkit-flex-basis: 79.16667%;
    -moz-flex-basis: 79.16667%;
    -ms-flex-preferred-size: 79.16667%;
    flex-basis: 79.16667%;
    max-width: 79.16667%
}

.f-col-xs-20 {
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%
}

.f-col-xs-21 {
    -webkit-flex-basis: 87.5%;
    -moz-flex-basis: 87.5%;
    -ms-flex-preferred-size: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%
}

.f-col-xs-22 {
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%
}

.f-col-xs-23 {
    -webkit-flex-basis: 95.83333%;
    -moz-flex-basis: 95.83333%;
    -ms-flex-preferred-size: 95.83333%;
    flex-basis: 95.83333%;
    max-width: 95.83333%
}

.f-col-xs-24 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.f-offset-xs-1 {
    margin-left: 4.16667%
}

.f-offset-xs-2 {
    margin-left: 8.33333%
}

.f-offset-xs-3 {
    margin-left: 12.5%
}

.f-offset-xs-4 {
    margin-left: 16.66667%
}

.f-offset-xs-5 {
    margin-left: 20.83333%
}

.f-offset-xs-6 {
    margin-left: 25%
}

.f-offset-xs-7 {
    margin-left: 29.16667%
}

.f-offset-xs-8 {
    margin-left: 33.33333%
}

.f-offset-xs-9 {
    margin-left: 37.5%
}

.f-offset-xs-10 {
    margin-left: 41.66667%
}

.f-offset-xs-11 {
    margin-left: 45.83333%
}

.f-offset-xs-12 {
    margin-left: 50%
}

.f-offset-xs-13 {
    margin-left: 54.16667%
}

.f-offset-xs-14 {
    margin-left: 58.33333%
}

.f-offset-xs-15 {
    margin-left: 62.5%
}

.f-offset-xs-16 {
    margin-left: 66.66667%
}

.f-offset-xs-17 {
    margin-left: 70.83333%
}

.f-offset-xs-18 {
    margin-left: 75%
}

.f-offset-xs-19 {
    margin-left: 79.16667%
}

.f-offset-xs-20 {
    margin-left: 83.33333%
}

.f-offset-xs-21 {
    margin-left: 87.5%
}

.f-offset-xs-22 {
    margin-left: 91.66667%
}

.f-offset-xs-23 {
    margin-left: 95.83333%
}

@media only screen and (min-width: 768px) {
    .f-col-sm-1 {
        -webkit-flex-basis: 4.16667%;
        -moz-flex-basis: 4.16667%;
        -ms-flex-preferred-size: 4.16667%;
        flex-basis: 4.16667%;
        max-width: 4.16667%
    }
    .f-col-sm-2 {
        -webkit-flex-basis: 8.33333%;
        -moz-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }
    .f-col-sm-3 {
        -webkit-flex-basis: 12.5%;
        -moz-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%
    }
    .f-col-sm-4 {
        -webkit-flex-basis: 16.66667%;
        -moz-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }
    .f-col-sm-5 {
        -webkit-flex-basis: 20.83333%;
        -moz-flex-basis: 20.83333%;
        -ms-flex-preferred-size: 20.83333%;
        flex-basis: 20.83333%;
        max-width: 20.83333%
    }
    .f-col-sm-6 {
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .f-col-sm-7 {
        -webkit-flex-basis: 29.16667%;
        -moz-flex-basis: 29.16667%;
        -ms-flex-preferred-size: 29.16667%;
        flex-basis: 29.16667%;
        max-width: 29.16667%
    }
    .f-col-sm-8 {
        -webkit-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
    .f-col-sm-9 {
        -webkit-flex-basis: 37.5%;
        -moz-flex-basis: 37.5%;
        -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
        max-width: 37.5%
    }
    .f-col-sm-10 {
        -webkit-flex-basis: 41.66667%;
        -moz-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }
    .f-col-sm-11 {
        -webkit-flex-basis: 45.83333%;
        -moz-flex-basis: 45.83333%;
        -ms-flex-preferred-size: 45.83333%;
        flex-basis: 45.83333%;
        max-width: 45.83333%
    }
    .f-col-sm-12 {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .f-col-sm-13 {
        -webkit-flex-basis: 54.16667%;
        -moz-flex-basis: 54.16667%;
        -ms-flex-preferred-size: 54.16667%;
        flex-basis: 54.16667%;
        max-width: 54.16667%
    }
    .f-col-sm-14 {
        -webkit-flex-basis: 58.33333%;
        -moz-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }
    .f-col-sm-15 {
        -webkit-flex-basis: 62.5%;
        -moz-flex-basis: 62.5%;
        -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%;
        max-width: 62.5%
    }
    .f-col-sm-16 {
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }
    .f-col-sm-17 {
        -webkit-flex-basis: 70.83333%;
        -moz-flex-basis: 70.83333%;
        -ms-flex-preferred-size: 70.83333%;
        flex-basis: 70.83333%;
        max-width: 70.83333%
    }
    .f-col-sm-18 {
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .f-col-sm-19 {
        -webkit-flex-basis: 79.16667%;
        -moz-flex-basis: 79.16667%;
        -ms-flex-preferred-size: 79.16667%;
        flex-basis: 79.16667%;
        max-width: 79.16667%
    }
    .f-col-sm-20 {
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }
    .f-col-sm-21 {
        -webkit-flex-basis: 87.5%;
        -moz-flex-basis: 87.5%;
        -ms-flex-preferred-size: 87.5%;
        flex-basis: 87.5%;
        max-width: 87.5%
    }
    .f-col-sm-22 {
        -webkit-flex-basis: 91.66667%;
        -moz-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }
    .f-col-sm-23 {
        -webkit-flex-basis: 95.83333%;
        -moz-flex-basis: 95.83333%;
        -ms-flex-preferred-size: 95.83333%;
        flex-basis: 95.83333%;
        max-width: 95.83333%
    }
    .f-col-sm-24 {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .f-offset-sm-1 {
        margin-left: 4.16667%
    }
    .f-offset-sm-2 {
        margin-left: 8.33333%
    }
    .f-offset-sm-3 {
        margin-left: 12.5%
    }
    .f-offset-sm-4 {
        margin-left: 16.66667%
    }
    .f-offset-sm-5 {
        margin-left: 20.83333%
    }
    .f-offset-sm-6 {
        margin-left: 25%
    }
    .f-offset-sm-7 {
        margin-left: 29.16667%
    }
    .f-offset-sm-8 {
        margin-left: 33.33333%
    }
    .f-offset-sm-9 {
        margin-left: 37.5%
    }
    .f-offset-sm-10 {
        margin-left: 41.66667%
    }
    .f-offset-sm-11 {
        margin-left: 45.83333%
    }
    .f-offset-sm-12 {
        margin-left: 50%
    }
    .f-offset-sm-13 {
        margin-left: 54.16667%
    }
    .f-offset-sm-14 {
        margin-left: 58.33333%
    }
    .f-offset-sm-15 {
        margin-left: 62.5%
    }
    .f-offset-sm-16 {
        margin-left: 66.66667%
    }
    .f-offset-sm-17 {
        margin-left: 70.83333%
    }
    .f-offset-sm-18 {
        margin-left: 75%
    }
    .f-offset-sm-19 {
        margin-left: 79.16667%
    }
    .f-offset-sm-20 {
        margin-left: 83.33333%
    }
    .f-offset-sm-21 {
        margin-left: 87.5%
    }
    .f-offset-sm-22 {
        margin-left: 91.66667%
    }
    .f-offset-sm-23 {
        margin-left: 95.83333%
    }
}

@media only screen and (min-width: 992px) {
    .f-col-md-1 {
        -webkit-flex-basis: 4.16667%;
        -moz-flex-basis: 4.16667%;
        -ms-flex-preferred-size: 4.16667%;
        flex-basis: 4.16667%;
        max-width: 4.16667%
    }
    .f-col-md-2 {
        -webkit-flex-basis: 8.33333%;
        -moz-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }
    .f-col-md-3 {
        -webkit-flex-basis: 12.5%;
        -moz-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%
    }
    .f-col-md-4 {
        -webkit-flex-basis: 16.66667%;
        -moz-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }
    .f-col-md-5 {
        -webkit-flex-basis: 20.83333%;
        -moz-flex-basis: 20.83333%;
        -ms-flex-preferred-size: 20.83333%;
        flex-basis: 20.83333%;
        max-width: 20.83333%
    }
    .f-col-md-6 {
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .f-col-md-7 {
        -webkit-flex-basis: 29.16667%;
        -moz-flex-basis: 29.16667%;
        -ms-flex-preferred-size: 29.16667%;
        flex-basis: 29.16667%;
        max-width: 29.16667%
    }
    .f-col-md-8 {
        -webkit-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
    .f-col-md-9 {
        -webkit-flex-basis: 37.5%;
        -moz-flex-basis: 37.5%;
        -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
        max-width: 37.5%
    }
    .f-col-md-10 {
        -webkit-flex-basis: 41.66667%;
        -moz-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }
    .f-col-md-11 {
        -webkit-flex-basis: 45.83333%;
        -moz-flex-basis: 45.83333%;
        -ms-flex-preferred-size: 45.83333%;
        flex-basis: 45.83333%;
        max-width: 45.83333%
    }
    .f-col-md-12 {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .f-col-md-13 {
        -webkit-flex-basis: 54.16667%;
        -moz-flex-basis: 54.16667%;
        -ms-flex-preferred-size: 54.16667%;
        flex-basis: 54.16667%;
        max-width: 54.16667%
    }
    .f-col-md-14 {
        -webkit-flex-basis: 58.33333%;
        -moz-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }
    .f-col-md-15 {
        -webkit-flex-basis: 62.5%;
        -moz-flex-basis: 62.5%;
        -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%;
        max-width: 62.5%
    }
    .f-col-md-16 {
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }
    .f-col-md-17 {
        -webkit-flex-basis: 70.83333%;
        -moz-flex-basis: 70.83333%;
        -ms-flex-preferred-size: 70.83333%;
        flex-basis: 70.83333%;
        max-width: 70.83333%
    }
    .f-col-md-18 {
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .f-col-md-19 {
        -webkit-flex-basis: 79.16667%;
        -moz-flex-basis: 79.16667%;
        -ms-flex-preferred-size: 79.16667%;
        flex-basis: 79.16667%;
        max-width: 79.16667%
    }
    .f-col-md-20 {
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }
    .f-col-md-21 {
        -webkit-flex-basis: 87.5%;
        -moz-flex-basis: 87.5%;
        -ms-flex-preferred-size: 87.5%;
        flex-basis: 87.5%;
        max-width: 87.5%
    }
    .f-col-md-22 {
        -webkit-flex-basis: 91.66667%;
        -moz-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }
    .f-col-md-23 {
        -webkit-flex-basis: 95.83333%;
        -moz-flex-basis: 95.83333%;
        -ms-flex-preferred-size: 95.83333%;
        flex-basis: 95.83333%;
        max-width: 95.83333%
    }
    .f-col-md-24 {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .f-offset-md-1 {
        margin-left: 4.16667%
    }
    .f-offset-md-2 {
        margin-left: 8.33333%
    }
    .f-offset-md-3 {
        margin-left: 12.5%
    }
    .f-offset-md-4 {
        margin-left: 16.66667%
    }
    .f-offset-md-5 {
        margin-left: 20.83333%
    }
    .f-offset-md-6 {
        margin-left: 25%
    }
    .f-offset-md-7 {
        margin-left: 29.16667%
    }
    .f-offset-md-8 {
        margin-left: 33.33333%
    }
    .f-offset-md-9 {
        margin-left: 37.5%
    }
    .f-offset-md-10 {
        margin-left: 41.66667%
    }
    .f-offset-md-11 {
        margin-left: 45.83333%
    }
    .f-offset-md-12 {
        margin-left: 50%
    }
    .f-offset-md-13 {
        margin-left: 54.16667%
    }
    .f-offset-md-14 {
        margin-left: 58.33333%
    }
    .f-offset-md-15 {
        margin-left: 62.5%
    }
    .f-offset-md-16 {
        margin-left: 66.66667%
    }
    .f-offset-md-17 {
        margin-left: 70.83333%
    }
    .f-offset-md-18 {
        margin-left: 75%
    }
    .f-offset-md-19 {
        margin-left: 79.16667%
    }
    .f-offset-md-20 {
        margin-left: 83.33333%
    }
    .f-offset-md-21 {
        margin-left: 87.5%
    }
    .f-offset-md-22 {
        margin-left: 91.66667%
    }
    .f-offset-md-23 {
        margin-left: 95.83333%
    }
}

@media only screen and (min-width: 1200px) {
    .f-col-lg-1 {
        -webkit-flex-basis: 4.16667%;
        -moz-flex-basis: 4.16667%;
        -ms-flex-preferred-size: 4.16667%;
        flex-basis: 4.16667%;
        max-width: 4.16667%
    }
    .f-col-lg-2 {
        -webkit-flex-basis: 8.33333%;
        -moz-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }
    .f-col-lg-3 {
        -webkit-flex-basis: 12.5%;
        -moz-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%
    }
    .f-col-lg-4 {
        -webkit-flex-basis: 16.66667%;
        -moz-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }
    .f-col-lg-5 {
        -webkit-flex-basis: 20.83333%;
        -moz-flex-basis: 20.83333%;
        -ms-flex-preferred-size: 20.83333%;
        flex-basis: 20.83333%;
        max-width: 20.83333%
    }
    .f-col-lg-6 {
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .f-col-lg-7 {
        -webkit-flex-basis: 29.16667%;
        -moz-flex-basis: 29.16667%;
        -ms-flex-preferred-size: 29.16667%;
        flex-basis: 29.16667%;
        max-width: 29.16667%
    }
    .f-col-lg-8 {
        -webkit-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
    .f-col-lg-9 {
        -webkit-flex-basis: 37.5%;
        -moz-flex-basis: 37.5%;
        -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
        max-width: 37.5%
    }
    .f-col-lg-10 {
        -webkit-flex-basis: 41.66667%;
        -moz-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }
    .f-col-lg-11 {
        -webkit-flex-basis: 45.83333%;
        -moz-flex-basis: 45.83333%;
        -ms-flex-preferred-size: 45.83333%;
        flex-basis: 45.83333%;
        max-width: 45.83333%
    }
    .f-col-lg-12 {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .f-col-lg-13 {
        -webkit-flex-basis: 54.16667%;
        -moz-flex-basis: 54.16667%;
        -ms-flex-preferred-size: 54.16667%;
        flex-basis: 54.16667%;
        max-width: 54.16667%
    }
    .f-col-lg-14 {
        -webkit-flex-basis: 58.33333%;
        -moz-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }
    .f-col-lg-15 {
        -webkit-flex-basis: 62.5%;
        -moz-flex-basis: 62.5%;
        -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%;
        max-width: 62.5%
    }
    .f-col-lg-16 {
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }
    .f-col-lg-17 {
        -webkit-flex-basis: 70.83333%;
        -moz-flex-basis: 70.83333%;
        -ms-flex-preferred-size: 70.83333%;
        flex-basis: 70.83333%;
        max-width: 70.83333%
    }
    .f-col-lg-18 {
        -webkit-flex-basis: 75%;
        -moz-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .f-col-lg-19 {
        -webkit-flex-basis: 79.16667%;
        -moz-flex-basis: 79.16667%;
        -ms-flex-preferred-size: 79.16667%;
        flex-basis: 79.16667%;
        max-width: 79.16667%
    }
    .f-col-lg-20 {
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }
    .f-col-lg-21 {
        -webkit-flex-basis: 87.5%;
        -moz-flex-basis: 87.5%;
        -ms-flex-preferred-size: 87.5%;
        flex-basis: 87.5%;
        max-width: 87.5%
    }
    .f-col-lg-22 {
        -webkit-flex-basis: 91.66667%;
        -moz-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }
    .f-col-lg-23 {
        -webkit-flex-basis: 95.83333%;
        -moz-flex-basis: 95.83333%;
        -ms-flex-preferred-size: 95.83333%;
        flex-basis: 95.83333%;
        max-width: 95.83333%
    }
    .f-col-lg-24 {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .f-offset-lg-1 {
        margin-left: 4.16667%
    }
    .f-offset-lg-2 {
        margin-left: 8.33333%
    }
    .f-offset-lg-3 {
        margin-left: 12.5%
    }
    .f-offset-lg-4 {
        margin-left: 16.66667%
    }
    .f-offset-lg-5 {
        margin-left: 20.83333%
    }
    .f-offset-lg-6 {
        margin-left: 25%
    }
    .f-offset-lg-7 {
        margin-left: 29.16667%
    }
    .f-offset-lg-8 {
        margin-left: 33.33333%
    }
    .f-offset-lg-9 {
        margin-left: 37.5%
    }
    .f-offset-lg-10 {
        margin-left: 41.66667%
    }
    .f-offset-lg-11 {
        margin-left: 45.83333%
    }
    .f-offset-lg-12 {
        margin-left: 50%
    }
    .f-offset-lg-13 {
        margin-left: 54.16667%
    }
    .f-offset-lg-14 {
        margin-left: 58.33333%
    }
    .f-offset-lg-15 {
        margin-left: 62.5%
    }
    .f-offset-lg-16 {
        margin-left: 66.66667%
    }
    .f-offset-lg-17 {
        margin-left: 70.83333%
    }
    .f-offset-lg-18 {
        margin-left: 75%
    }
    .f-offset-lg-19 {
        margin-left: 79.16667%
    }
    .f-offset-lg-20 {
        margin-left: 83.33333%
    }
    .f-offset-lg-21 {
        margin-left: 87.5%
    }
    .f-offset-lg-22 {
        margin-left: 91.66667%
    }
    .f-offset-lg-23 {
        margin-left: 95.83333%
    }
}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    from,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    from,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

@keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.animated._fast {
    -webkit-animation-duration: .21s;
    -ms-animation-duration: .21s;
    animation-duration: .21s
}

.animated._1s {
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s
}

.animated._1-5s {
    -webkit-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    animation-duration: 1.5s
}

.animated._2s {
    -webkit-animation-duration: 2.1s;
    -ms-animation-duration: 2.1s;
    animation-duration: 2.1s
}

.animated._2-5s {
    -webkit-animation-duration: 2.5s;
    -ms-animation-duration: 2.5s;
    animation-duration: 2.5s
}

.animated.loop {
    -webkit-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.loader {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-top: 5px solid #14bcfc;
    animation: spin 2s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite
}

::-moz-selection {
    background-color: rgba(28, 62, 149, 0.3)
}

::selection {
    background-color: rgba(28, 62, 149, 0.3)
}

*:before,
*:after {
    pointer-events: none
}

html,
body {
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 14px
}

body {
    font-weight: 400;
    color: #232325;
    background: #fff;
    font-family: "Montserrat", sans-serif;
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

a>*,
button>* {
    pointer-events: none
}

a {
    color: #1c3e95
}

a,
a>* {
    outline: none
}

a>* {
    pointer-events: none
}

a,
a:hover,
a:active,
a:focus {
    cursor: pointer;
    text-decoration: none
}

a:hover,
a:active,
a:focus,
a.active {
    color: #1c3e95
}

b {
    font-weight: normal;
    font-weight: 700
}

svg.defs {
    width: 0;
    height: 0;
    position: absolute
}

.container-fluid.pageWrapper {
    padding: 0;
    margin: 0 auto;
    max-width: 1200px;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5)
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    line-height: 1.2em;
    font-weight: normal
}

h1,
.h1 {
    font-size: 2.85714em
}

h2,
.h2 {
    font-size: 2.14286em
}

h3,
.h3 {
    font-size: 1.71429em
}

h4,
.h4 {
    font-size: 1.42857em
}

h5,
.h5 {
    font-size: 1.28571em
}

h6,
.h6 {
    font-size: 1.14286em
}

img {
    max-width: 100%;
    height: auto !important
}

.fw,
.fh {
    position: relative
}

.fw {
    width: 100%
}

.fh {
    height: 100%
}

video.asBackground {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next,
button.owl-dot {
    background: transparent;
    border: 0 none transparent
}

.lgVisible {
    display: none !important
}

.xsVisible {
    display: none !important
}

.xsHidden {
    display: block !important
}

@media screen and (min-width: 1200px) {
    .lgVisible {
        display: block !important
    }
}

@media screen and (max-width: 767px) {
    .xsHidden {
        display: none !important
    }
    .xsVisible {
        display: block !important
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: flex !important
    }
    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: flex !important
    }
    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: flex !important
    }
    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: flex !important
    }
    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: flex !important
    }
    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }
    .flex-sm-column {
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        justify-content: center !important
    }
    .justify-content-sm-between {
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        justify-content: space-around !important
    }
    .align-items-sm-start {
        align-items: flex-start !important
    }
    .align-items-sm-end {
        align-items: flex-end !important
    }
    .align-items-sm-center {
        align-items: center !important
    }
    .align-items-sm-baseline {
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        align-items: stretch !important
    }
    .align-content-sm-start {
        align-content: flex-start !important
    }
    .align-content-sm-end {
        align-content: flex-end !important
    }
    .align-content-sm-center {
        align-content: center !important
    }
    .align-content-sm-between {
        align-content: space-between !important
    }
    .align-content-sm-around {
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        align-content: stretch !important
    }
    .align-self-sm-auto {
        align-self: auto !important
    }
    .align-self-sm-start {
        align-self: flex-start !important
    }
    .align-self-sm-end {
        align-self: flex-end !important
    }
    .align-self-sm-center {
        align-self: center !important
    }
    .align-self-sm-baseline {
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }
    .flex-md-column {
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        justify-content: center !important
    }
    .justify-content-md-between {
        justify-content: space-between !important
    }
    .justify-content-md-around {
        justify-content: space-around !important
    }
    .align-items-md-start {
        align-items: flex-start !important
    }
    .align-items-md-end {
        align-items: flex-end !important
    }
    .align-items-md-center {
        align-items: center !important
    }
    .align-items-md-baseline {
        align-items: baseline !important
    }
    .align-items-md-stretch {
        align-items: stretch !important
    }
    .align-content-md-start {
        align-content: flex-start !important
    }
    .align-content-md-end {
        align-content: flex-end !important
    }
    .align-content-md-center {
        align-content: center !important
    }
    .align-content-md-between {
        align-content: space-between !important
    }
    .align-content-md-around {
        align-content: space-around !important
    }
    .align-content-md-stretch {
        align-content: stretch !important
    }
    .align-self-md-auto {
        align-self: auto !important
    }
    .align-self-md-start {
        align-self: flex-start !important
    }
    .align-self-md-end {
        align-self: flex-end !important
    }
    .align-self-md-center {
        align-self: center !important
    }
    .align-self-md-baseline {
        align-self: baseline !important
    }
    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }
    .flex-lg-column {
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        justify-content: center !important
    }
    .justify-content-lg-between {
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        justify-content: space-around !important
    }
    .align-items-lg-start {
        align-items: flex-start !important
    }
    .align-items-lg-end {
        align-items: flex-end !important
    }
    .align-items-lg-center {
        align-items: center !important
    }
    .align-items-lg-baseline {
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        align-items: stretch !important
    }
    .align-content-lg-start {
        align-content: flex-start !important
    }
    .align-content-lg-end {
        align-content: flex-end !important
    }
    .align-content-lg-center {
        align-content: center !important
    }
    .align-content-lg-between {
        align-content: space-between !important
    }
    .align-content-lg-around {
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        align-content: stretch !important
    }
    .align-self-lg-auto {
        align-self: auto !important
    }
    .align-self-lg-start {
        align-self: flex-start !important
    }
    .align-self-lg-end {
        align-self: flex-end !important
    }
    .align-self-lg-center {
        align-self: center !important
    }
    .align-self-lg-baseline {
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }
    .flex-xl-column {
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        justify-content: center !important
    }
    .justify-content-xl-between {
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        justify-content: space-around !important
    }
    .align-items-xl-start {
        align-items: flex-start !important
    }
    .align-items-xl-end {
        align-items: flex-end !important
    }
    .align-items-xl-center {
        align-items: center !important
    }
    .align-items-xl-baseline {
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        align-items: stretch !important
    }
    .align-content-xl-start {
        align-content: flex-start !important
    }
    .align-content-xl-end {
        align-content: flex-end !important
    }
    .align-content-xl-center {
        align-content: center !important
    }
    .align-content-xl-between {
        align-content: space-between !important
    }
    .align-content-xl-around {
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        align-content: stretch !important
    }
    .align-self-xl-auto {
        align-self: auto !important
    }
    .align-self-xl-start {
        align-self: flex-start !important
    }
    .align-self-xl-end {
        align-self: flex-end !important
    }
    .align-self-xl-center {
        align-self: center !important
    }
    .align-self-xl-baseline {
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.listItem ul>li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

label.checkbox.switch:after,
label.checkbox.switch:before,
label.radio.switch:after,
label.radio.switch:before,
.btn,
.nmToast-action,
.snackbar-action,
.card,
.cards>li,
.cards>article,
.materialTabs.matRipple .nav-tabs>li>a:before,
.matTabs.matRipple .nav-tabs>li>a:before,
.owl-dots .owl-dot span,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
header.header .navbar,
header.header .navbar-nav>li>a,
header.header .navbar-brand,
header.header .navbar-toggle,
footer.footer .about .socialIcon a:hover,
footer.footer .about .socialIcon a:active,
footer.footer .about .socialIcon a:focus,
.gridArea a.grid:before,
.partners .title i,
.productList .card.product,
.careers .card.listCollapse .cardContent .detailBox .jobList>li:before,
.autoIcon[data-toggle="collapse"][aria-expanded]:before,
.grid .gridList a.link {
    -moz-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-moz-keyframes spin {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

input[type="radio"].custom+label,
input[type="checkbox"].custom+label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cards {
    list-style: none;
    margin: 0px;
    padding: 0px
}

.ghostVcenter {
    text-align: left
}

.ghostVcenter:before {
    width: 1px;
    width: .1px;
    content: ' ';
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.ghostVcenter .vAlign {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 0.5em)
}

.scroll,
.scrollX,
.scrollY {
    overflow: scroll;
    overflow: auto
}

.scrollX {
    overflow-x: auto;
    overflow-y: hidden
}

.scrollY {
    overflow-y: auto;
    overflow-x: hidden
}

.cropped {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    min-height: 14.28571rem
}

.cropped>a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.cropped img {
    top: 50%;
    left: 50%;
    position: absolute;
    pointer-events: none;
    -webkt-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

@media only screen and (min-width: 1420px) {
    .container {
        width: 1400px
    }
}

.f-ultralight {
    font-weight: 100
}

.f-light {
    font-weight: 300
}

.f-thin {
    font-weight: 200
}

.f-regular {
    font-weight: 400
}

.f-medium {
    font-weight: 500
}

.f-semibold {
    font-weight: 600
}

.f-bold {
    font-weight: 700
}

.f-heavy {
    font-weight: 800
}

.f-black {
    font-weight: 900
}

.bg-default {
    color: #232325 !important;
    background: #fff !important
}

.bg-primary {
    color: #fff !important;
    background: #1c3e95 !important
}

.bg-success {
    color: #fff !important;
    background: #19b820 !important
}

.bg-info {
    color: #fff !important;
    background: #006ed0 !important
}

.bg-warning {
    color: #fff !important;
    background: #fc7272 !important
}

.bg-danger {
    color: #fff !important;
    background: #b91f19 !important
}

.bg-theme {
    color: #fff !important;
    background: #1c3e95 !important
}

.bg-secondary {
    color: #fff !important;
    background: #14bcfc !important
}

.text-primary {
    color: #1c3e95 !important
}

.text-success {
    color: #19b820 !important
}

.text-info {
    color: #006ed0 !important
}

.text-warning {
    color: #fc7272 !important
}

.text-danger {
    color: #b91f19 !important
}

.text-accent {
    color: #14bcfc !important
}

.text-white {
    color: #fff !important
}

.text-black {
    color: #000 !important
}

.fill-primary {
    fill: #1c3e95
}

.fill-success {
    fill: #19b820
}

.fill-info {
    fill: #006ed0
}

.fill-warning {
    fill: #fc7272
}

.fill-danger {
    fill: #b91f19
}

.fill-accent {
    fill: #14bcfc
}

.fill-white {
    fill: #fff
}

.fill-black {
    fill: #000
}

.t-l {
    text-align: left
}

.t-r {
    text-align: right
}

.t-c {
    text-align: center
}

.t-j {
    text-align: justify
}

.ib {
    vertical-align: middle
}

.ib,
.ib-t,
.ib-m,
.ib-b,
.ib-l {
    display: inline-block
}

.ib-t {
    vertical-align: top
}

.ib-m {
    vertical-align: middle
}

.ib-b {
    vertical-align: bottom
}

.ib-l {
    vertical-align: baseline
}

.i {
    display: inline-block
}

.i-stack {
    width: 2em;
    height: 2em;
    line-height: 2em;
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.i-stack-1x,
.i-stack-2x {
    left: 0;
    width: 100%;
    text-align: center;
    position: absolute
}

.i-stack-1x {
    line-height: inherit
}

.i-stack-2x {
    font-size: 2em
}

.i-0_3x {
    font-size: 0.3em
}

.i-0_5x {
    font-size: 0.5em
}

.i-0_7x {
    font-size: 0.7em
}

.i-1_3x {
    font-size: 1.3em
}

.i-1_5x {
    font-size: 1.5em
}

.i-1_7x {
    font-size: 1.7em
}

.i-2x {
    font-size: 2em
}

.i-2_3x {
    font-size: 2.3em
}

.i-2_5x {
    font-size: 2.5em
}

.i-2_7x {
    font-size: 2.7em
}

.i-3x {
    font-size: 3em
}

.i-3_3x {
    font-size: 3.3em
}

.i-3_5x {
    font-size: 3.5em
}

.i-3_7x {
    font-size: 3.7em
}

.i-4x {
    font-size: 4em
}

.i-4_3x {
    font-size: 4.3em
}

.i-4_5x {
    font-size: 4.5em
}

.i-4_7x {
    font-size: 4.7em
}

.i-5x {
    font-size: 5em
}

.i-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.i-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.i-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.i-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.i-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

.o-0 {
    opacity: 0
}

.o-5 {
    opacity: .05
}

.o-10 {
    opacity: .1
}

.o-15 {
    opacity: .15
}

.o-20 {
    opacity: .2
}

.o-25 {
    opacity: .25
}

.o-30 {
    opacity: .3
}

.o-35 {
    opacity: .35
}

.o-40 {
    opacity: .4
}

.o-45 {
    opacity: .45
}

.o-50 {
    opacity: .5
}

.o-55 {
    opacity: .55
}

.o-60 {
    opacity: .6
}

.o-65 {
    opacity: .65
}

.o-70 {
    opacity: .7
}

.o-75 {
    opacity: .75
}

.o-80 {
    opacity: .8
}

.o-85 {
    opacity: .85
}

.o-90 {
    opacity: .9
}

.o-95 {
    opacity: .95
}

.o-100 {
    opacity: 1
}

:root .i-rotate-90,
:root .i-rotate-180,
:root .i-rotate-270,
:root .i-flip-horizontal,
:root .i-flip-vertical {
    filter: none
}

.m-x-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.m-y-auto {
    margin-top: auto !important;
    margin-left: auto !important
}

.w-auto {
    width: auto !important
}

.w-auto.min {
    min-width: initial
}

.w-auto.max {
    max-width: initial
}

.h-auto {
    height: auto !important
}

.h-auto.min {
    min-height: initial
}

.h-auto.max {
    max-height: initial
}

.m-a-0 {
    margin: 0px !important
}

.m-a-5 {
    margin: 5px !important
}

.m-a-10 {
    margin: 10px !important
}

.m-a-15 {
    margin: 15px !important
}

.m-a-20 {
    margin: 20px !important
}

.m-a-25 {
    margin: 25px !important
}

.m-a-30 {
    margin: 30px !important
}

.m-t-0 {
    margin-top: 0px !important
}

.m-t-5 {
    margin-top: 5px !important
}

.m-t-10 {
    margin-top: 10px !important
}

.m-t-15 {
    margin-top: 15px !important
}

.m-t-20 {
    margin-top: 20px !important
}

.m-t-25 {
    margin-top: 25px !important
}

.m-t-30 {
    margin-top: 30px !important
}

.m-r-0 {
    margin-right: 0px !important
}

.m-r-5 {
    margin-right: 5px !important
}

.m-r-10 {
    margin-right: 10px !important
}

.m-r-15 {
    margin-right: 15px !important
}

.m-r-20 {
    margin-right: 20px !important
}

.m-r-25 {
    margin-right: 25px !important
}

.m-r-30 {
    margin-right: 30px !important
}

.m-b-0 {
    margin-bottom: 0px !important
}

.m-b-5 {
    margin-bottom: 5px !important
}

.m-b-10 {
    margin-bottom: 10px !important
}

.m-b-15 {
    margin-bottom: 15px !important
}

.m-b-20 {
    margin-bottom: 20px !important
}

.m-b-25 {
    margin-bottom: 25px !important
}

.m-b-30 {
    margin-bottom: 30px !important
}

.m-l-0 {
    margin-left: 0px !important
}

.m-l-5 {
    margin-left: 5px !important
}

.m-l-10 {
    margin-left: 10px !important
}

.m-l-15 {
    margin-left: 15px !important
}

.m-l-20 {
    margin-left: 20px !important
}

.m-l-25 {
    margin-left: 25px !important
}

.m-l-30 {
    margin-left: 30px !important
}

.m-x-0 {
    margin-left: 0px !important;
    margin-right: 0px !important
}

.m-x-5 {
    margin-left: 5px !important;
    margin-right: 5px !important
}

.m-x-10 {
    margin-left: 10px !important;
    margin-right: 10px !important
}

.m-x-15 {
    margin-left: 15px !important;
    margin-right: 15px !important
}

.m-x-20 {
    margin-left: 20px !important;
    margin-right: 20px !important
}

.m-x-25 {
    margin-left: 25px !important;
    margin-right: 25px !important
}

.m-x-30 {
    margin-left: 30px !important;
    margin-right: 30px !important
}

.m-y-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important
}

.m-y-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important
}

.m-y-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.m-y-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important
}

.m-y-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.m-y-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.m-y-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}

.p-a-0 {
    padding: 0px !important
}

.p-a-5 {
    padding: 5px !important
}

.p-a-10 {
    padding: 10px !important
}

.p-a-15 {
    padding: 15px !important
}

.p-a-20 {
    padding: 20px !important
}

.p-a-25 {
    padding: 25px !important
}

.p-a-30 {
    padding: 30px !important
}

.p-t-0 {
    padding-top: 0px !important
}

.p-t-5 {
    padding-top: 5px !important
}

.p-t-10 {
    padding-top: 10px !important
}

.p-t-15 {
    padding-top: 15px !important
}

.p-t-20 {
    padding-top: 20px !important
}

.p-t-25 {
    padding-top: 25px !important
}

.p-t-30 {
    padding-top: 30px !important
}

.p-r-0 {
    padding-right: 0px !important
}

.p-r-5 {
    padding-right: 5px !important
}

.p-r-10 {
    padding-right: 10px !important
}

.p-r-15 {
    padding-right: 15px !important
}

.p-r-20 {
    padding-right: 20px !important
}

.p-r-25 {
    padding-right: 25px !important
}

.p-r-30 {
    padding-right: 30px !important
}

.p-b-0 {
    padding-bottom: 0px !important
}

.p-b-5 {
    padding-bottom: 5px !important
}

.p-b-10 {
    padding-bottom: 10px !important
}

.p-b-15 {
    padding-bottom: 15px !important
}

.p-b-20 {
    padding-bottom: 20px !important
}

.p-b-25 {
    padding-bottom: 25px !important
}

.p-b-30 {
    padding-bottom: 30px !important
}

.p-l-0 {
    padding-left: 0px !important
}

.p-l-5 {
    padding-left: 5px !important
}

.p-l-10 {
    padding-left: 10px !important
}

.p-l-15 {
    padding-left: 15px !important
}

.p-l-20 {
    padding-left: 20px !important
}

.p-l-25 {
    padding-left: 25px !important
}

.p-l-30 {
    padding-left: 30px !important
}

.p-x-0 {
    padding-left: 0px !important;
    padding-right: 0px !important
}

.p-x-5 {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.p-x-10 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.p-x-15 {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.p-x-20 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.p-x-25 {
    padding-left: 25px !important;
    padding-right: 25px !important
}

.p-x-30 {
    padding-left: 30px !important;
    padding-right: 30px !important
}

.p-y-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important
}

.p-y-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.p-y-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.p-y-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important
}

.p-y-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.p-y-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

.p-y-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.m-a--5 {
    margin: -5px !important
}

.m-a--10 {
    margin: -10px !important
}

.m-a--15 {
    margin: -15px !important
}

.m-a--20 {
    margin: -20px !important
}

.m-a--25 {
    margin: -25px !important
}

.m-a--30 {
    margin: -30px !important
}

.m-t--5 {
    margin-top: -5px !important
}

.m-t--10 {
    margin-top: -10px !important
}

.m-t--15 {
    margin-top: -15px !important
}

.m-t--20 {
    margin-top: -20px !important
}

.m-t--25 {
    margin-top: -25px !important
}

.m-t--30 {
    margin-top: -30px !important
}

.m-r--5 {
    margin-right: -5px !important
}

.m-r--10 {
    margin-right: -10px !important
}

.m-r--15 {
    margin-right: -15px !important
}

.m-r--20 {
    margin-right: -20px !important
}

.m-r--25 {
    margin-right: -25px !important
}

.m-r--30 {
    margin-right: -30px !important
}

.m-b--5 {
    margin-bottom: -5px !important
}

.m-b--10 {
    margin-bottom: -10px !important
}

.m-b--15 {
    margin-bottom: -15px !important
}

.m-b--20 {
    margin-bottom: -20px !important
}

.m-b--25 {
    margin-bottom: -25px !important
}

.m-b--30 {
    margin-bottom: -30px !important
}

.m-l--5 {
    margin-left: -5px !important
}

.m-l--10 {
    margin-left: -10px !important
}

.m-l--15 {
    margin-left: -15px !important
}

.m-l--20 {
    margin-left: -20px !important
}

.m-l--25 {
    margin-left: -25px !important
}

.m-l--30 {
    margin-left: -30px !important
}

.m-x--5 {
    margin-left: -5px !important;
    margin-right: -5px !important
}

.m-x--10 {
    margin-left: -10px !important;
    margin-right: -10px !important
}

.m-x--15 {
    margin-left: -15px !important;
    margin-right: -15px !important
}

.m-x--20 {
    margin-left: -20px !important;
    margin-right: -20px !important
}

.m-x--25 {
    margin-left: -25px !important;
    margin-right: -25px !important
}

.m-x--30 {
    margin-left: -30px !important;
    margin-right: -30px !important
}

.m-y--5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important
}

.m-y--10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important
}

.m-y--15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important
}

.m-y--20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important
}

.m-y--25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important
}

.m-y--30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important
}

[class*=" b-"],
[class^="b-"] {
    border-width: 0px;
    border-color: rgba(0, 0, 0, 0.24);
    border-style: solid
}

[class*=" b-"].solid,
[class^="b-"].solid {
    border-style: solid
}

[class*=" b-"].dashed,
[class^="b-"].dashed {
    border-style: dashed
}

[class*=" b-"].dotted,
[class^="b-"].dotted {
    border-style: dotted
}

[class*=" b-"].double,
[class^="b-"].double {
    border-style: double
}

.b-a-0 {
    border-width: 0px !important
}

.b-a-1 {
    border-width: 1px !important
}

.b-a-2 {
    border-width: 2px !important
}

.b-a-3 {
    border-width: 3px !important
}

.b-a-4 {
    border-width: 4px !important
}

.b-a-5 {
    border-width: 5px !important
}

.b-a-primary {
    border-color: #1c3e95 !important
}

.b-a-success {
    border-color: #19b820 !important
}

.b-a-info {
    border-color: #006ed0 !important
}

.b-a-warning {
    border-color: #fc7272 !important
}

.b-a-danger {
    border-color: #b91f19 !important
}

.b-a-accent {
    border-color: #14bcfc !important
}

.b-a-white {
    border-color: #fff !important
}

.b-a-black {
    border-color: #000 !important
}

.b-t-0 {
    border-top-width: 0px !important
}

.b-t-1 {
    border-top-width: 1px !important
}

.b-t-2 {
    border-top-width: 2px !important
}

.b-t-3 {
    border-top-width: 3px !important
}

.b-t-4 {
    border-top-width: 4px !important
}

.b-t-5 {
    border-top-width: 5px !important
}

.b-t-primary {
    border-top-color: #1c3e95 !important
}

.b-t-success {
    border-top-color: #19b820 !important
}

.b-t-info {
    border-top-color: #006ed0 !important
}

.b-t-warning {
    border-top-color: #fc7272 !important
}

.b-t-danger {
    border-top-color: #b91f19 !important
}

.b-t-accent {
    border-top-color: #14bcfc !important
}

.b-t-white {
    border-top-color: #fff !important
}

.b-t-black {
    border-top-color: #000 !important
}

.b-r-0 {
    border-right-width: 0px !important
}

.b-r-1 {
    border-right-width: 1px !important
}

.b-r-2 {
    border-right-width: 2px !important
}

.b-r-3 {
    border-right-width: 3px !important
}

.b-r-4 {
    border-right-width: 4px !important
}

.b-r-5 {
    border-right-width: 5px !important
}

.b-r-primary {
    border-right-color: #1c3e95 !important
}

.b-r-success {
    border-right-color: #19b820 !important
}

.b-r-info {
    border-right-color: #006ed0 !important
}

.b-r-warning {
    border-right-color: #fc7272 !important
}

.b-r-danger {
    border-right-color: #b91f19 !important
}

.b-r-accent {
    border-right-color: #14bcfc !important
}

.b-r-white {
    border-right-color: #fff !important
}

.b-r-black {
    border-right-color: #000 !important
}

.b-b-0 {
    border-bottom-width: 0px !important
}

.b-b-1 {
    border-bottom-width: 1px !important
}

.b-b-2 {
    border-bottom-width: 2px !important
}

.b-b-3 {
    border-bottom-width: 3px !important
}

.b-b-4 {
    border-bottom-width: 4px !important
}

.b-b-5 {
    border-bottom-width: 5px !important
}

.b-b-primary {
    border-bottom-color: #1c3e95 !important
}

.b-b-success {
    border-bottom-color: #19b820 !important
}

.b-b-info {
    border-bottom-color: #006ed0 !important
}

.b-b-warning {
    border-bottom-color: #fc7272 !important
}

.b-b-danger {
    border-bottom-color: #b91f19 !important
}

.b-b-accent {
    border-bottom-color: #14bcfc !important
}

.b-b-white {
    border-bottom-color: #fff !important
}

.b-b-black {
    border-bottom-color: #000 !important
}

.b-l-0 {
    border-left-width: 0px !important
}

.b-l-1 {
    border-left-width: 1px !important
}

.b-l-2 {
    border-left-width: 2px !important
}

.b-l-3 {
    border-left-width: 3px !important
}

.b-l-4 {
    border-left-width: 4px !important
}

.b-l-5 {
    border-left-width: 5px !important
}

.b-l-primary {
    border-left-color: #1c3e95 !important
}

.b-l-success {
    border-left-color: #19b820 !important
}

.b-l-info {
    border-left-color: #006ed0 !important
}

.b-l-warning {
    border-left-color: #fc7272 !important
}

.b-l-danger {
    border-left-color: #b91f19 !important
}

.b-l-accent {
    border-left-color: #14bcfc !important
}

.b-l-white {
    border-left-color: #fff !important
}

.b-l-black {
    border-left-color: #000 !important
}

.b-x-0 {
    border-left-width: 0px !important;
    border-right-width: 0px !important
}

.b-x-1 {
    border-left-width: 1px !important;
    border-right-width: 1px !important
}

.b-x-2 {
    border-left-width: 2px !important;
    border-right-width: 2px !important
}

.b-x-3 {
    border-left-width: 3px !important;
    border-right-width: 3px !important
}

.b-x-4 {
    border-left-width: 4px !important;
    border-right-width: 4px !important
}

.b-x-5 {
    border-left-width: 5px !important;
    border-right-width: 5px !important
}

.b-x-primary {
    border-left-color: #1c3e95 !important;
    border-right-color: #1c3e95 !important
}

.b-x-success {
    border-left-color: #19b820 !important;
    border-right-color: #19b820 !important
}

.b-x-info {
    border-left-color: #006ed0 !important;
    border-right-color: #006ed0 !important
}

.b-x-warning {
    border-left-color: #fc7272 !important;
    border-right-color: #fc7272 !important
}

.b-x-danger {
    border-left-color: #b91f19 !important;
    border-right-color: #b91f19 !important
}

.b-x-accent {
    border-left-color: #14bcfc !important;
    border-right-color: #14bcfc !important
}

.b-x-white {
    border-left-color: #fff !important;
    border-right-color: #fff !important
}

.b-x-black {
    border-left-color: #000 !important;
    border-right-color: #000 !important
}

.b-y-0 {
    border-top-width: 0px !important;
    border-bottom-width: 0px !important
}

.b-y-1 {
    border-top-width: 1px !important;
    border-bottom-width: 1px !important
}

.b-y-2 {
    border-top-width: 2px !important;
    border-bottom-width: 2px !important
}

.b-y-3 {
    border-top-width: 3px !important;
    border-bottom-width: 3px !important
}

.b-y-4 {
    border-top-width: 4px !important;
    border-bottom-width: 4px !important
}

.b-y-5 {
    border-top-width: 5px !important;
    border-bottom-width: 5px !important
}

.b-y-primary {
    border-top-color: #1c3e95 !important;
    border-bottom-color: #1c3e95 !important
}

.b-y-success {
    border-top-color: #19b820 !important;
    border-bottom-color: #19b820 !important
}

.b-y-info {
    border-top-color: #006ed0 !important;
    border-bottom-color: #006ed0 !important
}

.b-y-warning {
    border-top-color: #fc7272 !important;
    border-bottom-color: #fc7272 !important
}

.b-y-danger {
    border-top-color: #b91f19 !important;
    border-bottom-color: #b91f19 !important
}

.b-y-accent {
    border-top-color: #14bcfc !important;
    border-bottom-color: #14bcfc !important
}

.b-y-white {
    border-top-color: #fff !important;
    border-bottom-color: #fff !important
}

.b-y-black {
    border-top-color: #000 !important;
    border-bottom-color: #000 !important
}

.w-5 {
    width: 5%
}

.h-5 {
    height: 5%
}

.w-20px {
    width: 20px !important
}

.w-20px.min,
.w-20px.max {
    width: auto !important
}

.w-20px.min {
    min-width: 20px !important;
    overflow: visible
}

.w-20px.max {
    max-width: 20px !important
}

.w-20px.scroll {
    overflow: auto
}

.w-20px.scroll-x {
    overflow-y: hidden
}

.w-20px.scroll-y {
    overflow-x: hidden
}

.h-40px {
    overflow: hidden;
    height: 40px !important
}

.h-40px.min,
.h-40px.max {
    height: auto !important
}

.h-40px.min {
    min-height: 40px !important;
    overflow: visible
}

.h-40px.max {
    max-height: 40px !important
}

.h-40px.scroll {
    overflow: auto
}

.h-40px.scroll-x {
    overflow-y: hidden
}

.h-40px.scroll-y {
    overflow-x: hidden
}

.w-10 {
    width: 10%
}

.h-10 {
    height: 10%
}

.w-40px {
    width: 40px !important
}

.w-40px.min,
.w-40px.max {
    width: auto !important
}

.w-40px.min {
    min-width: 40px !important;
    overflow: visible
}

.w-40px.max {
    max-width: 40px !important
}

.w-40px.scroll {
    overflow: auto
}

.w-40px.scroll-x {
    overflow-y: hidden
}

.w-40px.scroll-y {
    overflow-x: hidden
}

.h-80px {
    overflow: hidden;
    height: 80px !important
}

.h-80px.min,
.h-80px.max {
    height: auto !important
}

.h-80px.min {
    min-height: 80px !important;
    overflow: visible
}

.h-80px.max {
    max-height: 80px !important
}

.h-80px.scroll {
    overflow: auto
}

.h-80px.scroll-x {
    overflow-y: hidden
}

.h-80px.scroll-y {
    overflow-x: hidden
}

.w-15 {
    width: 15%
}

.h-15 {
    height: 15%
}

.w-60px {
    width: 60px !important
}

.w-60px.min,
.w-60px.max {
    width: auto !important
}

.w-60px.min {
    min-width: 60px !important;
    overflow: visible
}

.w-60px.max {
    max-width: 60px !important
}

.w-60px.scroll {
    overflow: auto
}

.w-60px.scroll-x {
    overflow-y: hidden
}

.w-60px.scroll-y {
    overflow-x: hidden
}

.h-120px {
    overflow: hidden;
    height: 120px !important
}

.h-120px.min,
.h-120px.max {
    height: auto !important
}

.h-120px.min {
    min-height: 120px !important;
    overflow: visible
}

.h-120px.max {
    max-height: 120px !important
}

.h-120px.scroll {
    overflow: auto
}

.h-120px.scroll-x {
    overflow-y: hidden
}

.h-120px.scroll-y {
    overflow-x: hidden
}

.w-20 {
    width: 20%
}

.h-20 {
    height: 20%
}

.w-80px {
    width: 80px !important
}

.w-80px.min,
.w-80px.max {
    width: auto !important
}

.w-80px.min {
    min-width: 80px !important;
    overflow: visible
}

.w-80px.max {
    max-width: 80px !important
}

.w-80px.scroll {
    overflow: auto
}

.w-80px.scroll-x {
    overflow-y: hidden
}

.w-80px.scroll-y {
    overflow-x: hidden
}

.h-160px {
    overflow: hidden;
    height: 160px !important
}

.h-160px.min,
.h-160px.max {
    height: auto !important
}

.h-160px.min {
    min-height: 160px !important;
    overflow: visible
}

.h-160px.max {
    max-height: 160px !important
}

.h-160px.scroll {
    overflow: auto
}

.h-160px.scroll-x {
    overflow-y: hidden
}

.h-160px.scroll-y {
    overflow-x: hidden
}

.w-25 {
    width: 25%
}

.h-25 {
    height: 25%
}

.w-100px {
    width: 100px !important
}

.w-100px.min,
.w-100px.max {
    width: auto !important
}

.w-100px.min {
    min-width: 100px !important;
    overflow: visible
}

.w-100px.max {
    max-width: 100px !important
}

.w-100px.scroll {
    overflow: auto
}

.w-100px.scroll-x {
    overflow-y: hidden
}

.w-100px.scroll-y {
    overflow-x: hidden
}

.h-200px {
    overflow: hidden;
    height: 200px !important
}

.h-200px.min,
.h-200px.max {
    height: auto !important
}

.h-200px.min {
    min-height: 200px !important;
    overflow: visible
}

.h-200px.max {
    max-height: 200px !important
}

.h-200px.scroll {
    overflow: auto
}

.h-200px.scroll-x {
    overflow-y: hidden
}

.h-200px.scroll-y {
    overflow-x: hidden
}

.w-30 {
    width: 30%
}

.h-30 {
    height: 30%
}

.w-120px {
    width: 120px !important
}

.w-120px.min,
.w-120px.max {
    width: auto !important
}

.w-120px.min {
    min-width: 120px !important;
    overflow: visible
}

.w-120px.max {
    max-width: 120px !important
}

.w-120px.scroll {
    overflow: auto
}

.w-120px.scroll-x {
    overflow-y: hidden
}

.w-120px.scroll-y {
    overflow-x: hidden
}

.h-240px {
    overflow: hidden;
    height: 240px !important
}

.h-240px.min,
.h-240px.max {
    height: auto !important
}

.h-240px.min {
    min-height: 240px !important;
    overflow: visible
}

.h-240px.max {
    max-height: 240px !important
}

.h-240px.scroll {
    overflow: auto
}

.h-240px.scroll-x {
    overflow-y: hidden
}

.h-240px.scroll-y {
    overflow-x: hidden
}

.w-35 {
    width: 35%
}

.h-35 {
    height: 35%
}

.w-140px {
    width: 140px !important
}

.w-140px.min,
.w-140px.max {
    width: auto !important
}

.w-140px.min {
    min-width: 140px !important;
    overflow: visible
}

.w-140px.max {
    max-width: 140px !important
}

.w-140px.scroll {
    overflow: auto
}

.w-140px.scroll-x {
    overflow-y: hidden
}

.w-140px.scroll-y {
    overflow-x: hidden
}

.h-280px {
    overflow: hidden;
    height: 280px !important
}

.h-280px.min,
.h-280px.max {
    height: auto !important
}

.h-280px.min {
    min-height: 280px !important;
    overflow: visible
}

.h-280px.max {
    max-height: 280px !important
}

.h-280px.scroll {
    overflow: auto
}

.h-280px.scroll-x {
    overflow-y: hidden
}

.h-280px.scroll-y {
    overflow-x: hidden
}

.w-40 {
    width: 40%
}

.h-40 {
    height: 40%
}

.w-160px {
    width: 160px !important
}

.w-160px.min,
.w-160px.max {
    width: auto !important
}

.w-160px.min {
    min-width: 160px !important;
    overflow: visible
}

.w-160px.max {
    max-width: 160px !important
}

.w-160px.scroll {
    overflow: auto
}

.w-160px.scroll-x {
    overflow-y: hidden
}

.w-160px.scroll-y {
    overflow-x: hidden
}

.h-320px {
    overflow: hidden;
    height: 320px !important
}

.h-320px.min,
.h-320px.max {
    height: auto !important
}

.h-320px.min {
    min-height: 320px !important;
    overflow: visible
}

.h-320px.max {
    max-height: 320px !important
}

.h-320px.scroll {
    overflow: auto
}

.h-320px.scroll-x {
    overflow-y: hidden
}

.h-320px.scroll-y {
    overflow-x: hidden
}

.w-45 {
    width: 45%
}

.h-45 {
    height: 45%
}

.w-180px {
    width: 180px !important
}

.w-180px.min,
.w-180px.max {
    width: auto !important
}

.w-180px.min {
    min-width: 180px !important;
    overflow: visible
}

.w-180px.max {
    max-width: 180px !important
}

.w-180px.scroll {
    overflow: auto
}

.w-180px.scroll-x {
    overflow-y: hidden
}

.w-180px.scroll-y {
    overflow-x: hidden
}

.h-360px {
    overflow: hidden;
    height: 360px !important
}

.h-360px.min,
.h-360px.max {
    height: auto !important
}

.h-360px.min {
    min-height: 360px !important;
    overflow: visible
}

.h-360px.max {
    max-height: 360px !important
}

.h-360px.scroll {
    overflow: auto
}

.h-360px.scroll-x {
    overflow-y: hidden
}

.h-360px.scroll-y {
    overflow-x: hidden
}

.w-50 {
    width: 50%
}

.h-50 {
    height: 50%
}

.w-200px {
    width: 200px !important
}

.w-200px.min,
.w-200px.max {
    width: auto !important
}

.w-200px.min {
    min-width: 200px !important;
    overflow: visible
}

.w-200px.max {
    max-width: 200px !important
}

.w-200px.scroll {
    overflow: auto
}

.w-200px.scroll-x {
    overflow-y: hidden
}

.w-200px.scroll-y {
    overflow-x: hidden
}

.h-400px {
    overflow: hidden;
    height: 400px !important
}

.h-400px.min,
.h-400px.max {
    height: auto !important
}

.h-400px.min {
    min-height: 400px !important;
    overflow: visible
}

.h-400px.max {
    max-height: 400px !important
}

.h-400px.scroll {
    overflow: auto
}

.h-400px.scroll-x {
    overflow-y: hidden
}

.h-400px.scroll-y {
    overflow-x: hidden
}

.w-55 {
    width: 55%
}

.h-55 {
    height: 55%
}

.w-220px {
    width: 220px !important
}

.w-220px.min,
.w-220px.max {
    width: auto !important
}

.w-220px.min {
    min-width: 220px !important;
    overflow: visible
}

.w-220px.max {
    max-width: 220px !important
}

.w-220px.scroll {
    overflow: auto
}

.w-220px.scroll-x {
    overflow-y: hidden
}

.w-220px.scroll-y {
    overflow-x: hidden
}

.h-440px {
    overflow: hidden;
    height: 440px !important
}

.h-440px.min,
.h-440px.max {
    height: auto !important
}

.h-440px.min {
    min-height: 440px !important;
    overflow: visible
}

.h-440px.max {
    max-height: 440px !important
}

.h-440px.scroll {
    overflow: auto
}

.h-440px.scroll-x {
    overflow-y: hidden
}

.h-440px.scroll-y {
    overflow-x: hidden
}

.w-60 {
    width: 60%
}

.h-60 {
    height: 60%
}

.w-240px {
    width: 240px !important
}

.w-240px.min,
.w-240px.max {
    width: auto !important
}

.w-240px.min {
    min-width: 240px !important;
    overflow: visible
}

.w-240px.max {
    max-width: 240px !important
}

.w-240px.scroll {
    overflow: auto
}

.w-240px.scroll-x {
    overflow-y: hidden
}

.w-240px.scroll-y {
    overflow-x: hidden
}

.h-480px {
    overflow: hidden;
    height: 480px !important
}

.h-480px.min,
.h-480px.max {
    height: auto !important
}

.h-480px.min {
    min-height: 480px !important;
    overflow: visible
}

.h-480px.max {
    max-height: 480px !important
}

.h-480px.scroll {
    overflow: auto
}

.h-480px.scroll-x {
    overflow-y: hidden
}

.h-480px.scroll-y {
    overflow-x: hidden
}

.w-65 {
    width: 65%
}

.h-65 {
    height: 65%
}

.w-260px {
    width: 260px !important
}

.w-260px.min,
.w-260px.max {
    width: auto !important
}

.w-260px.min {
    min-width: 260px !important;
    overflow: visible
}

.w-260px.max {
    max-width: 260px !important
}

.w-260px.scroll {
    overflow: auto
}

.w-260px.scroll-x {
    overflow-y: hidden
}

.w-260px.scroll-y {
    overflow-x: hidden
}

.h-520px {
    overflow: hidden;
    height: 520px !important
}

.h-520px.min,
.h-520px.max {
    height: auto !important
}

.h-520px.min {
    min-height: 520px !important;
    overflow: visible
}

.h-520px.max {
    max-height: 520px !important
}

.h-520px.scroll {
    overflow: auto
}

.h-520px.scroll-x {
    overflow-y: hidden
}

.h-520px.scroll-y {
    overflow-x: hidden
}

.w-70 {
    width: 70%
}

.h-70 {
    height: 70%
}

.w-280px {
    width: 280px !important
}

.w-280px.min,
.w-280px.max {
    width: auto !important
}

.w-280px.min {
    min-width: 280px !important;
    overflow: visible
}

.w-280px.max {
    max-width: 280px !important
}

.w-280px.scroll {
    overflow: auto
}

.w-280px.scroll-x {
    overflow-y: hidden
}

.w-280px.scroll-y {
    overflow-x: hidden
}

.h-560px {
    overflow: hidden;
    height: 560px !important
}

.h-560px.min,
.h-560px.max {
    height: auto !important
}

.h-560px.min {
    min-height: 560px !important;
    overflow: visible
}

.h-560px.max {
    max-height: 560px !important
}

.h-560px.scroll {
    overflow: auto
}

.h-560px.scroll-x {
    overflow-y: hidden
}

.h-560px.scroll-y {
    overflow-x: hidden
}

.w-75 {
    width: 75%
}

.h-75 {
    height: 75%
}

.w-300px {
    width: 300px !important
}

.w-300px.min,
.w-300px.max {
    width: auto !important
}

.w-300px.min {
    min-width: 300px !important;
    overflow: visible
}

.w-300px.max {
    max-width: 300px !important
}

.w-300px.scroll {
    overflow: auto
}

.w-300px.scroll-x {
    overflow-y: hidden
}

.w-300px.scroll-y {
    overflow-x: hidden
}

.h-600px {
    overflow: hidden;
    height: 600px !important
}

.h-600px.min,
.h-600px.max {
    height: auto !important
}

.h-600px.min {
    min-height: 600px !important;
    overflow: visible
}

.h-600px.max {
    max-height: 600px !important
}

.h-600px.scroll {
    overflow: auto
}

.h-600px.scroll-x {
    overflow-y: hidden
}

.h-600px.scroll-y {
    overflow-x: hidden
}

.w-80 {
    width: 80%
}

.h-80 {
    height: 80%
}

.w-320px {
    width: 320px !important
}

.w-320px.min,
.w-320px.max {
    width: auto !important
}

.w-320px.min {
    min-width: 320px !important;
    overflow: visible
}

.w-320px.max {
    max-width: 320px !important
}

.w-320px.scroll {
    overflow: auto
}

.w-320px.scroll-x {
    overflow-y: hidden
}

.w-320px.scroll-y {
    overflow-x: hidden
}

.h-640px {
    overflow: hidden;
    height: 640px !important
}

.h-640px.min,
.h-640px.max {
    height: auto !important
}

.h-640px.min {
    min-height: 640px !important;
    overflow: visible
}

.h-640px.max {
    max-height: 640px !important
}

.h-640px.scroll {
    overflow: auto
}

.h-640px.scroll-x {
    overflow-y: hidden
}

.h-640px.scroll-y {
    overflow-x: hidden
}

.w-85 {
    width: 85%
}

.h-85 {
    height: 85%
}

.h-680px {
    overflow: hidden;
    height: 680px !important
}

.h-680px.min,
.h-680px.max {
    height: auto !important
}

.h-680px.min {
    min-height: 680px !important;
    overflow: visible
}

.h-680px.max {
    max-height: 680px !important
}

.h-680px.scroll {
    overflow: auto
}

.h-680px.scroll-x {
    overflow-y: hidden
}

.h-680px.scroll-y {
    overflow-x: hidden
}

.w-90 {
    width: 90%
}

.h-90 {
    height: 90%
}

.h-720px {
    overflow: hidden;
    height: 720px !important
}

.h-720px.min,
.h-720px.max {
    height: auto !important
}

.h-720px.min {
    min-height: 720px !important;
    overflow: visible
}

.h-720px.max {
    max-height: 720px !important
}

.h-720px.scroll {
    overflow: auto
}

.h-720px.scroll-x {
    overflow-y: hidden
}

.h-720px.scroll-y {
    overflow-x: hidden
}

.w-95 {
    width: 95%
}

.h-95 {
    height: 95%
}

.h-760px {
    overflow: hidden;
    height: 760px !important
}

.h-760px.min,
.h-760px.max {
    height: auto !important
}

.h-760px.min {
    min-height: 760px !important;
    overflow: visible
}

.h-760px.max {
    max-height: 760px !important
}

.h-760px.scroll {
    overflow: auto
}

.h-760px.scroll-x {
    overflow-y: hidden
}

.h-760px.scroll-y {
    overflow-x: hidden
}

.w-100 {
    width: 100%
}

.h-100 {
    height: 100%
}

.h-800px {
    overflow: hidden;
    height: 800px !important
}

.h-800px.min,
.h-800px.max {
    height: auto !important
}

.h-800px.min {
    min-height: 800px !important;
    overflow: visible
}

.h-800px.max {
    max-height: 800px !important
}

.h-800px.scroll {
    overflow: auto
}

.h-800px.scroll-x {
    overflow-y: hidden
}

.h-800px.scroll-y {
    overflow-x: hidden
}

.c:before,
.c:after {
    display: table;
    content: " "
}

.c:after {
    clear: both
}

.L {
    float: left
}

.R {
    float: right
}

.bar:before,
.bar-N:before,
.bar-T:before,
.bar:after,
.bar-N:after,
.bar-T:after {
    display: table;
    content: " "
}

.bar:after,
.bar-N:after,
.bar-T:after {
    clear: both
}

.bar .L>a,
.bar-N .L>a,
.bar-T .L>a,
.bar .R>a,
.bar-N .R>a,
.bar-T .R>a {
    display: inline-block
}

.bar.transparent,
.transparent.bar-N,
.transparent.bar-T {
    background: transparent
}

@font-face {
    font-family: "icon";
    src: url("../fonts_mp/icon/icon.eot?gerlw1");
    src: url("../fonts_mp/icon/icon.eot?gerlw1#iefix") format("embedded-opentype"), url("../fonts_mp/icon/icon.ttf?gerlw1") format("truetype"), url("../fonts_mp/icon/icon.woff?gerlw1") format("woff"), url("../fonts_mp/icon/icon.svg?gerlw1#icon") format("svg");
    font-weight: normal;
    font-style: normal
}

.i {
    font-family: "icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.i-fax:before {
    content: ""
}

.i-angle-up:before {
    content: ""
}

.i-angle-left:before {
    content: ""
}

.i-angle-down:before {
    content: ""
}

.i-angle-right:before {
    content: ""
}

.i-envelope:before {
    content: ""
}

.i-location:before {
    content: ""
}

.i-handburger:before {
    content: ""
}

.i-error:before {
    content: ""
}

.i-error_outline:before {
    content: ""
}

.i-warning:before {
    content: ""
}

.i-add_alert:before {
    content: ""
}

.i-album:before {
    content: ""
}

.i-av_timer:before {
    content: ""
}

.i-closed_caption:before {
    content: ""
}

.i-equalizer:before {
    content: ""
}

.i-explicit:before {
    content: ""
}

.i-fast_forward:before {
    content: ""
}

.i-fast_rewind:before {
    content: ""
}

.i-games:before {
    content: ""
}

.i-hearing:before {
    content: ""
}

.i-high_quality:before {
    content: ""
}

.i-mic:before {
    content: ""
}

.i-mic_none:before {
    content: ""
}

.i-mic_off:before {
    content: ""
}

.i-library_books:before {
    content: ""
}

.i-library_music:before {
    content: ""
}

.i-new_releases:before {
    content: ""
}

.i-not_interested:before {
    content: ""
}

.i-pause:before {
    content: ""
}

.i-pause_circle_filled:before {
    content: ""
}

.i-pause_circle_outline:before {
    content: ""
}

.i-play_arrow:before {
    content: ""
}

.i-play_circle_filled:before {
    content: ""
}

.i-play_circle_outline:before {
    content: ""
}

.i-playlist_add:before {
    content: ""
}

.i-queue:before {
    content: ""
}

.i-queue_music:before {
    content: ""
}

.i-radio:before {
    content: ""
}

.i-recent_actors:before {
    content: ""
}

.i-repeat:before {
    content: ""
}

.i-repeat_one:before {
    content: ""
}

.i-replay:before {
    content: ""
}

.i-shuffle:before {
    content: ""
}

.i-skip_next:before {
    content: ""
}

.i-skip_previous:before {
    content: ""
}

.i-snooze:before {
    content: ""
}

.i-stop:before {
    content: ""
}

.i-subtitles:before {
    content: ""
}

.i-surround_sound:before {
    content: ""
}

.i-video_library:before {
    content: ""
}

.i-videocam:before {
    content: ""
}

.i-videocam_off:before {
    content: ""
}

.i-volume_down:before {
    content: ""
}

.i-volume_mute:before {
    content: ""
}

.i-volume_off:before {
    content: ""
}

.i-volume_up:before {
    content: ""
}

.i-web:before {
    content: ""
}

.i-hd:before {
    content: ""
}

.i-sort_by_alpha:before {
    content: ""
}

.i-airplay:before {
    content: ""
}

.i-forward_10:before {
    content: ""
}

.i-forward_30:before {
    content: ""
}

.i-forward_5:before {
    content: ""
}

.i-replay_10:before {
    content: ""
}

.i-replay_30:before {
    content: ""
}

.i-replay_5:before {
    content: ""
}

.i-add_to_queue:before {
    content: ""
}

.i-fiber_dvr:before {
    content: ""
}

.i-fiber_new:before {
    content: ""
}

.i-playlist_play:before {
    content: ""
}

.i-art_track:before {
    content: ""
}

.i-fiber_manual_record:before {
    content: ""
}

.i-fiber_smart_record:before {
    content: ""
}

.i-music_video:before {
    content: ""
}

.i-subscriptions:before {
    content: ""
}

.i-playlist_add_check:before {
    content: ""
}

.i-queue_play_next:before {
    content: ""
}

.i-remove_from_queue:before {
    content: ""
}

.i-slow_motion_video:before {
    content: ""
}

.i-web_asset:before {
    content: ""
}

.i-fiber_pin:before {
    content: ""
}

.i-branding_watermark:before {
    content: ""
}

.i-call_to_action:before {
    content: ""
}

.i-featured_play_list:before {
    content: ""
}

.i-featured_video:before {
    content: ""
}

.i-note:before {
    content: ""
}

.i-video_call:before {
    content: ""
}

.i-video_label:before {
    content: ""
}

.i-call_end:before {
    content: ""
}

.i-call_made:before {
    content: ""
}

.i-call_missed:before {
    content: ""
}

.i-call_received:before {
    content: ""
}

.i-call_split:before {
    content: ""
}

.i-chat:before {
    content: ""
}

.i-clear_all:before {
    content: ""
}

.i-comment:before {
    content: ""
}

.i-contacts:before {
    content: ""
}

.i-dialer_sip:before {
    content: ""
}

.i-dialpad:before {
    content: ""
}

.i-import_export:before {
    content: ""
}

.i-invert_colors_off:before {
    content: ""
}

.i-live_help:before {
    content: ""
}

.i-location_off:before {
    content: ""
}

.i-message:before {
    content: ""
}

.i-chat_bubble:before {
    content: ""
}

.i-chat_bubble_outline:before {
    content: ""
}

.i-phone:before {
    content: ""
}

.i-portable_wifi_off:before {
    content: ""
}

.i-contact_phone:before {
    content: ""
}

.i-contact_mail:before {
    content: ""
}

.i-ring_volume:before {
    content: ""
}

.i-speaker_phone:before {
    content: ""
}

.i-stay_primary_landscape:before {
    content: ""
}

.i-stay_primary_portrait:before {
    content: ""
}

.i-swap_calls:before {
    content: ""
}

.i-textsms:before {
    content: ""
}

.i-voicemail:before {
    content: ""
}

.i-vpn_key:before {
    content: ""
}

.i-phonelink_erase:before {
    content: ""
}

.i-phonelink_lock:before {
    content: ""
}

.i-phonelink_ring:before {
    content: ""
}

.i-phonelink_setup:before {
    content: ""
}

.i-present_to_all:before {
    content: ""
}

.i-import_contacts:before {
    content: ""
}

.i-mail_outline:before {
    content: ""
}

.i-screen_share:before {
    content: ""
}

.i-stop_screen_share:before {
    content: ""
}

.i-call_missed_outgoing:before {
    content: ""
}

.i-rss_feed:before {
    content: ""
}

.i-add:before {
    content: ""
}

.i-add_box:before {
    content: ""
}

.i-add_circle:before {
    content: ""
}

.i-archive:before {
    content: ""
}

.i-backspace:before {
    content: ""
}

.i-block:before {
    content: ""
}

.i-content_copy:before {
    content: ""
}

.i-content_cut:before {
    content: ""
}

.i-content_paste:before {
    content: ""
}

.i-drafts:before {
    content: ""
}

.i-filter_list:before {
    content: ""
}

.i-flag:before {
    content: ""
}

.i-forward:before {
    content: ""
}

.i-gesture:before {
    content: ""
}

.i-inbox:before {
    content: ""
}

.i-link:before {
    content: ""
}

.i-markunread:before {
    content: ""
}

.i-redo:before {
    content: ""
}

.i-remove:before {
    content: ""
}

.i-remove_circle:before {
    content: ""
}

.i-remove_circle_outline:before {
    content: ""
}

.i-reply:before {
    content: ""
}

.i-reply_all:before {
    content: ""
}

.i-report:before {
    content: ""
}

.i-save:before {
    content: ""
}

.i-select_all:before {
    content: ""
}

.i-send:before {
    content: ""
}

.i-sort:before {
    content: ""
}

.i-text_format:before {
    content: ""
}

.i-undo:before {
    content: ""
}

.i-font_download:before {
    content: ""
}

.i-move_to_inbox:before {
    content: ""
}

.i-unarchive:before {
    content: ""
}

.i-next_week:before {
    content: ""
}

.i-weekend:before {
    content: ""
}

.i-delete_sweep:before {
    content: ""
}

.i-low_priority:before {
    content: ""
}

.i-access_alarms:before {
    content: ""
}

.i-airplanemode_inactive:before {
    content: ""
}

.i-battery_alert:before {
    content: ""
}

.i-battery_charging_full:before {
    content: ""
}

.i-battery_std:before {
    content: ""
}

.i-battery_unknown:before {
    content: ""
}

.i-bluetooth:before {
    content: ""
}

.i-bluetooth_connected:before {
    content: ""
}

.i-bluetooth_disabled:before {
    content: ""
}

.i-bluetooth_searching:before {
    content: ""
}

.i-brightness_auto:before {
    content: ""
}

.i-brightness_high:before {
    content: ""
}

.i-brightness_low:before {
    content: ""
}

.i-brightness_medium:before {
    content: ""
}

.i-data_usage:before {
    content: ""
}

.i-developer_mode:before {
    content: ""
}

.i-dvr:before {
    content: ""
}

.i-location_disabled:before {
    content: ""
}

.i-location_searching:before {
    content: ""
}

.i-graphic_eq:before {
    content: ""
}

.i-network_cell:before {
    content: ""
}

.i-network_wifi:before {
    content: ""
}

.i-nfc:before {
    content: ""
}

.i-wallpaper:before {
    content: ""
}

.i-widgets:before {
    content: ""
}

.i-screen_lock_landscape:before {
    content: ""
}

.i-screen_lock_portrait:before {
    content: ""
}

.i-screen_lock_rotation:before {
    content: ""
}

.i-screen_rotation:before {
    content: ""
}

.i-sd_storage:before {
    content: ""
}

.i-settings_system_daydream:before {
    content: ""
}

.i-signal_cellular_4_bar:before {
    content: ""
}

.i-signal_cellular_connected_no_internet_4_bar:before {
    content: ""
}

.i-signal_cellular_no_sim:before {
    content: ""
}

.i-signal_cellular_null:before {
    content: ""
}

.i-signal_cellular_off:before {
    content: ""
}

.i-signal_wifi_4_bar:before {
    content: ""
}

.i-signal_wifi_4_bar_lock:before {
    content: ""
}

.i-signal_wifi_off:before {
    content: ""
}

.i-storage:before {
    content: ""
}

.i-usb:before {
    content: ""
}

.i-wifi_lock:before {
    content: ""
}

.i-wifi_tethering:before {
    content: ""
}

.i-attach_file:before {
    content: ""
}

.i-attach_money:before {
    content: ""
}

.i-border_all:before {
    content: ""
}

.i-border_bottom:before {
    content: ""
}

.i-border_clear:before {
    content: ""
}

.i-border_color:before {
    content: ""
}

.i-border_horizontal:before {
    content: ""
}

.i-border_inner:before {
    content: ""
}

.i-border_left:before {
    content: ""
}

.i-border_outer:before {
    content: ""
}

.i-border_right:before {
    content: ""
}

.i-border_style:before {
    content: ""
}

.i-border_top:before {
    content: ""
}

.i-border_vertical:before {
    content: ""
}

.i-format_align_center:before {
    content: ""
}

.i-format_align_justify:before {
    content: ""
}

.i-format_align_left:before {
    content: ""
}

.i-format_align_right:before {
    content: ""
}

.i-format_bold:before {
    content: ""
}

.i-format_clear:before {
    content: ""
}

.i-format_color_fill:before {
    content: ""
}

.i-format_color_reset:before {
    content: ""
}

.i-format_color_text:before {
    content: ""
}

.i-format_indent_decrease:before {
    content: ""
}

.i-format_indent_increase:before {
    content: ""
}

.i-format_italic:before {
    content: ""
}

.i-format_line_spacing:before {
    content: ""
}

.i-format_list_bulleted:before {
    content: ""
}

.i-format_list_numbered:before {
    content: ""
}

.i-format_paint:before {
    content: ""
}

.i-format_quote:before {
    content: ""
}

.i-format_size:before {
    content: ""
}

.i-format_strikethrough:before {
    content: ""
}

.i-format_textdirection_l_to_r:before {
    content: ""
}

.i-format_textdirection_r_to_l:before {
    content: ""
}

.i-format_underlined:before {
    content: ""
}

.i-functions:before {
    content: ""
}

.i-insert_comment:before {
    content: ""
}

.i-insert_drive_file:before {
    content: ""
}

.i-insert_invitation:before {
    content: ""
}

.i-merge_type:before {
    content: ""
}

.i-mode_comment:before {
    content: ""
}

.i-mode_edit:before {
    content: ""
}

.i-publish:before {
    content: ""
}

.i-space_bar:before {
    content: ""
}

.i-strikethrough_s:before {
    content: ""
}

.i-vertical_align_bottom:before {
    content: ""
}

.i-vertical_align_center:before {
    content: ""
}

.i-vertical_align_top:before {
    content: ""
}

.i-wrap_text:before {
    content: ""
}

.i-money_off:before {
    content: ""
}

.i-drag_handle:before {
    content: ""
}

.i-format_shapes:before {
    content: ""
}

.i-highlight:before {
    content: ""
}

.i-linear_scale:before {
    content: ""
}

.i-short_text:before {
    content: ""
}

.i-text_fields:before {
    content: ""
}

.i-monetization_on:before {
    content: ""
}

.i-title:before {
    content: ""
}

.i-attachment:before {
    content: ""
}

.i-cloud_circle:before {
    content: ""
}

.i-cloud_done:before {
    content: ""
}

.i-cloud_download:before {
    content: ""
}

.i-cloud_off:before {
    content: ""
}

.i-cloud_queue:before {
    content: ""
}

.i-cloud_upload:before {
    content: ""
}

.i-file_upload:before {
    content: ""
}

.i-folder:before {
    content: ""
}

.i-folder_open:before {
    content: ""
}

.i-folder_shared:before {
    content: ""
}

.i-create_new_folder:before {
    content: ""
}

.i-cast:before {
    content: ""
}

.i-cast_connected:before {
    content: ""
}

.i-desktop_mac:before {
    content: ""
}

.i-desktop_windows:before {
    content: ""
}

.i-developer_board:before {
    content: ""
}

.i-dock:before {
    content: ""
}

.i-headset:before {
    content: ""
}

.i-headset_mic:before {
    content: ""
}

.i-keyboard:before {
    content: ""
}

.i-keyboard_arrow_down:before {
    content: ""
}

.i-keyboard_arrow_left:before {
    content: ""
}

.i-keyboard_arrow_right:before {
    content: ""
}

.i-keyboard_arrow_up:before {
    content: ""
}

.i-keyboard_backspace:before {
    content: ""
}

.i-keyboard_capslock:before {
    content: ""
}

.i-keyboard_hide:before {
    content: ""
}

.i-keyboard_return:before {
    content: ""
}

.i-keyboard_tab:before {
    content: ""
}

.i-keyboard_voice:before {
    content: ""
}

.i-laptop:before {
    content: ""
}

.i-laptop_chromebook:before {
    content: ""
}

.i-laptop_mac:before {
    content: ""
}

.i-laptop_windows:before {
    content: ""
}

.i-memory:before {
    content: ""
}

.i-mouse:before {
    content: ""
}

.i-phone_android:before {
    content: ""
}

.i-phone_iphone:before {
    content: ""
}

.i-phonelink:before {
    content: ""
}

.i-phonelink_off:before {
    content: ""
}

.i-router:before {
    content: ""
}

.i-scanner:before {
    content: ""
}

.i-security:before {
    content: ""
}

.i-sim_card:before {
    content: ""
}

.i-speaker:before {
    content: ""
}

.i-speaker_group:before {
    content: ""
}

.i-tablet:before {
    content: ""
}

.i-tablet_android:before {
    content: ""
}

.i-tablet_mac:before {
    content: ""
}

.i-toys:before {
    content: ""
}

.i-tv:before {
    content: ""
}

.i-watch:before {
    content: ""
}

.i-device_hub:before {
    content: ""
}

.i-power_input:before {
    content: ""
}

.i-devices_other:before {
    content: ""
}

.i-videogame_asset:before {
    content: ""
}

.i-adjust:before {
    content: ""
}

.i-assistant:before {
    content: ""
}

.i-audiotrack:before {
    content: ""
}

.i-blur_circular:before {
    content: ""
}

.i-blur_linear:before {
    content: ""
}

.i-blur_off:before {
    content: ""
}

.i-blur_on:before {
    content: ""
}

.i-brightness_1:before {
    content: ""
}

.i-brightness_2:before {
    content: ""
}

.i-brightness_3:before {
    content: ""
}

.i-brightness_4:before {
    content: ""
}

.i-broken_image:before {
    content: ""
}

.i-brush:before {
    content: ""
}

.i-camera:before {
    content: ""
}

.i-camera_front:before {
    content: ""
}

.i-camera_rear:before {
    content: ""
}

.i-camera_roll:before {
    content: ""
}

.i-center_focus_strong:before {
    content: ""
}

.i-center_focus_weak:before {
    content: ""
}

.i-colorize:before {
    content: ""
}

.i-compare:before {
    content: ""
}

.i-control_point:before {
    content: ""
}

.i-control_point_duplicate:before {
    content: ""
}

.i-crop_16_9:before {
    content: ""
}

.i-crop_3_2:before {
    content: ""
}

.i-crop:before {
    content: ""
}

.i-crop_7_5:before {
    content: ""
}

.i-crop_din:before {
    content: ""
}

.i-crop_free:before {
    content: ""
}

.i-crop_landscape:before {
    content: ""
}

.i-crop_original:before {
    content: ""
}

.i-crop_portrait:before {
    content: ""
}

.i-crop_square:before {
    content: ""
}

.i-dehaze:before {
    content: ""
}

.i-details:before {
    content: ""
}

.i-exposure:before {
    content: ""
}

.i-exposure_neg_1:before {
    content: ""
}

.i-exposure_neg_2:before {
    content: ""
}

.i-exposure_plus_1:before {
    content: ""
}

.i-exposure_plus_2:before {
    content: ""
}

.i-exposure_zero:before {
    content: ""
}

.i-filter_1:before {
    content: ""
}

.i-filter_2:before {
    content: ""
}

.i-filter_3:before {
    content: ""
}

.i-filter:before {
    content: ""
}

.i-filter_4:before {
    content: ""
}

.i-filter_5:before {
    content: ""
}

.i-filter_6:before {
    content: ""
}

.i-filter_7:before {
    content: ""
}

.i-filter_8:before {
    content: ""
}

.i-filter_9:before {
    content: ""
}

.i-filter_9_plus:before {
    content: ""
}

.i-filter_b_and_w:before {
    content: ""
}

.i-filter_center_focus:before {
    content: ""
}

.i-filter_drama:before {
    content: ""
}

.i-filter_frames:before {
    content: ""
}

.i-filter_none:before {
    content: ""
}

.i-filter_tilt_shift:before {
    content: ""
}

.i-filter_vintage:before {
    content: ""
}

.i-flare:before {
    content: ""
}

.i-flash_auto:before {
    content: ""
}

.i-flash_off:before {
    content: ""
}

.i-flash_on:before {
    content: ""
}

.i-flip:before {
    content: ""
}

.i-gradient:before {
    content: ""
}

.i-grain:before {
    content: ""
}

.i-grid_off:before {
    content: ""
}

.i-grid_on:before {
    content: ""
}

.i-hdr_off:before {
    content: ""
}

.i-hdr_on:before {
    content: ""
}

.i-hdr_strong:before {
    content: ""
}

.i-hdr_weak:before {
    content: ""
}

.i-healing:before {
    content: ""
}

.i-image_aspect_ratio:before {
    content: ""
}

.i-iso:before {
    content: ""
}

.i-leak_add:before {
    content: ""
}

.i-leak_remove:before {
    content: ""
}

.i-lens:before {
    content: ""
}

.i-looks_3:before {
    content: ""
}

.i-looks:before {
    content: ""
}

.i-looks_4:before {
    content: ""
}

.i-looks_5:before {
    content: ""
}

.i-looks_6:before {
    content: ""
}

.i-looks_one:before {
    content: ""
}

.i-looks_two:before {
    content: ""
}

.i-loupe:before {
    content: ""
}

.i-monochrome_photos:before {
    content: ""
}

.i-movie_creation:before {
    content: ""
}

.i-music_note:before {
    content: ""
}

.i-nature:before {
    content: ""
}

.i-nature_people:before {
    content: ""
}

.i-navigate_before:before {
    content: ""
}

.i-navigate_next:before {
    content: ""
}

.i-palette:before {
    content: ""
}

.i-panorama:before {
    content: ""
}

.i-panorama_horizontal:before {
    content: ""
}

.i-panorama_vertical:before {
    content: ""
}

.i-panorama_wide_angle:before {
    content: ""
}

.i-photo:before {
    content: ""
}

.i-photo_album:before {
    content: ""
}

.i-photo_camera:before {
    content: ""
}

.i-photo_library:before {
    content: ""
}

.i-picture_as_pdf:before {
    content: ""
}

.i-portrait:before {
    content: ""
}

.i-rotate_90_degrees_ccw:before {
    content: ""
}

.i-rotate_left:before {
    content: ""
}

.i-rotate_right:before {
    content: ""
}

.i-slideshow:before {
    content: ""
}

.i-straighten:before {
    content: ""
}

.i-style:before {
    content: ""
}

.i-switch_camera:before {
    content: ""
}

.i-switch_video:before {
    content: ""
}

.i-tag_faces:before {
    content: ""
}

.i-texture:before {
    content: ""
}

.i-timelapse:before {
    content: ""
}

.i-timer_10:before {
    content: ""
}

.i-timer_3:before {
    content: ""
}

.i-timer:before {
    content: ""
}

.i-timer_off:before {
    content: ""
}

.i-tonality:before {
    content: ""
}

.i-transform:before {
    content: ""
}

.i-tune:before {
    content: ""
}

.i-view_comfy:before {
    content: ""
}

.i-view_compact:before {
    content: ""
}

.i-wb_auto:before {
    content: ""
}

.i-wb_cloudy:before {
    content: ""
}

.i-wb_incandescent:before {
    content: ""
}

.i-wb_sunny:before {
    content: ""
}

.i-collections_bookmark:before {
    content: ""
}

.i-photo_size_select_actual:before {
    content: ""
}

.i-photo_size_select_large:before {
    content: ""
}

.i-photo_size_select_small:before {
    content: ""
}

.i-vignette:before {
    content: ""
}

.i-wb_iridescent:before {
    content: ""
}

.i-crop_rotate:before {
    content: ""
}

.i-linked_camera:before {
    content: ""
}

.i-add_a_photo:before {
    content: ""
}

.i-movie_filter:before {
    content: ""
}

.i-photo_filter:before {
    content: ""
}

.i-burst_mode:before {
    content: ""
}

.i-beenhere:before {
    content: ""
}

.i-directions:before {
    content: ""
}

.i-directions_bike:before {
    content: ""
}

.i-directions_bus:before {
    content: ""
}

.i-directions_car:before {
    content: ""
}

.i-directions_boat:before {
    content: ""
}

.i-directions_railway:before {
    content: ""
}

.i-directions_transit:before {
    content: ""
}

.i-directions_walk:before {
    content: ""
}

.i-flight:before {
    content: ""
}

.i-layers:before {
    content: ""
}

.i-layers_clear:before {
    content: ""
}

.i-local_airport:before {
    content: ""
}

.i-local_atm:before {
    content: ""
}

.i-local_bar:before {
    content: ""
}

.i-local_cafe:before {
    content: ""
}

.i-local_car_wash:before {
    content: ""
}

.i-local_convenience_store:before {
    content: ""
}

.i-local_drink:before {
    content: ""
}

.i-local_florist:before {
    content: ""
}

.i-local_gas_station:before {
    content: ""
}

.i-local_hospital:before {
    content: ""
}

.i-local_hotel:before {
    content: ""
}

.i-local_laundry_service:before {
    content: ""
}

.i-local_library:before {
    content: ""
}

.i-local_mall:before {
    content: ""
}

.i-local_offer:before {
    content: ""
}

.i-local_parking:before {
    content: ""
}

.i-local_pharmacy:before {
    content: ""
}

.i-local_pizza:before {
    content: ""
}

.i-local_play:before {
    content: ""
}

.i-local_shipping:before {
    content: ""
}

.i-local_taxi:before {
    content: ""
}

.i-person_pin:before {
    content: ""
}

.i-map:before {
    content: ""
}

.i-my_location:before {
    content: ""
}

.i-navigation:before {
    content: ""
}

.i-pin_drop:before {
    content: ""
}

.i-rate_review:before {
    content: ""
}

.i-restaurant_menu:before {
    content: ""
}

.i-satellite:before {
    content: ""
}

.i-store_mall_directory:before {
    content: ""
}

.i-terrain:before {
    content: ""
}

.i-traffic:before {
    content: ""
}

.i-directions_run:before {
    content: ""
}

.i-add_location:before {
    content: ""
}

.i-edit_location:before {
    content: ""
}

.i-near_me:before {
    content: ""
}

.i-person_pin_circle:before {
    content: ""
}

.i-zoom_out_map:before {
    content: ""
}

.i-restaurant:before {
    content: ""
}

.i-ev_station:before {
    content: ""
}

.i-streetview:before {
    content: ""
}

.i-subway:before {
    content: ""
}

.i-train:before {
    content: ""
}

.i-tram:before {
    content: ""
}

.i-transfer_within_a_station:before {
    content: ""
}

.i-apps:before {
    content: ""
}

.i-arrow_back:before {
    content: ""
}

.i-arrow_drop_down:before {
    content: ""
}

.i-arrow_drop_down_circle:before {
    content: ""
}

.i-arrow_drop_up:before {
    content: ""
}

.i-arrow_forward:before {
    content: ""
}

.i-cancel:before {
    content: ""
}

.i-check:before {
    content: ""
}

.i-close:before {
    content: ""
}

.i-expand_less:before {
    content: ""
}

.i-expand_more:before {
    content: ""
}

.i-fullscreen:before {
    content: ""
}

.i-fullscreen_exit:before {
    content: ""
}

.i-menu:before {
    content: ""
}

.i-more_horiz:before {
    content: ""
}

.i-more_vert:before {
    content: ""
}

.i-refresh:before {
    content: ""
}

.i-unfold_less:before {
    content: ""
}

.i-unfold_more:before {
    content: ""
}

.i-arrow_upward:before {
    content: ""
}

.i-subdirectory_arrow_left:before {
    content: ""
}

.i-subdirectory_arrow_right:before {
    content: ""
}

.i-arrow_downward:before {
    content: ""
}

.i-first_page:before {
    content: ""
}

.i-last_page:before {
    content: ""
}

.i-adb:before {
    content: ""
}

.i-disc_full:before {
    content: ""
}

.i-do_not_disturb_alt:before {
    content: ""
}

.i-event_available:before {
    content: ""
}

.i-event_busy:before {
    content: ""
}

.i-event_note:before {
    content: ""
}

.i-folder_special:before {
    content: ""
}

.i-mms:before {
    content: ""
}

.i-more:before {
    content: ""
}

.i-network_locked:before {
    content: ""
}

.i-phone_bluetooth_speaker:before {
    content: ""
}

.i-phone_forwarded:before {
    content: ""
}

.i-phone_in_talk:before {
    content: ""
}

.i-phone_locked:before {
    content: ""
}

.i-phone_missed:before {
    content: ""
}

.i-phone_paused:before {
    content: ""
}

.i-sim_card_alert:before {
    content: ""
}

.i-sms_failed:before {
    content: ""
}

.i-sync:before {
    content: ""
}

.i-sync_disabled:before {
    content: ""
}

.i-sync_problem:before {
    content: ""
}

.i-system_update:before {
    content: ""
}

.i-tap_and_play:before {
    content: ""
}

.i-time_to_leave:before {
    content: ""
}

.i-vibration:before {
    content: ""
}

.i-voice_chat:before {
    content: ""
}

.i-vpn_lock:before {
    content: ""
}

.i-airline_seat_flat:before {
    content: ""
}

.i-airline_seat_flat_angled:before {
    content: ""
}

.i-airline_seat_individual_suite:before {
    content: ""
}

.i-airline_seat_legroom_extra:before {
    content: ""
}

.i-airline_seat_legroom_normal:before {
    content: ""
}

.i-airline_seat_legroom_reduced:before {
    content: ""
}

.i-airline_seat_recline_extra:before {
    content: ""
}

.i-airline_seat_recline_normal:before {
    content: ""
}

.i-confirmation_number:before {
    content: ""
}

.i-live_tv:before {
    content: ""
}

.i-ondemand_video:before {
    content: ""
}

.i-personal_video:before {
    content: ""
}

.i-power:before {
    content: ""
}

.i-wc:before {
    content: ""
}

.i-enhanced_encryption:before {
    content: ""
}

.i-network_check:before {
    content: ""
}

.i-no_encryption:before {
    content: ""
}

.i-rv_hookup:before {
    content: ""
}

.i-do_not_disturb_off:before {
    content: ""
}

.i-wifi:before {
    content: ""
}

.i-priority_high:before {
    content: ""
}

.i-pie_chart:before {
    content: ""
}

.i-pie_chart_outlined:before {
    content: ""
}

.i-bubble_chart:before {
    content: ""
}

.i-multiline_chart:before {
    content: ""
}

.i-show_chart:before {
    content: ""
}

.i-cake:before {
    content: ""
}

.i-domain:before {
    content: ""
}

.i-group_add:before {
    content: ""
}

.i-location_city:before {
    content: ""
}

.i-mood_bad:before {
    content: ""
}

.i-notifications:before {
    content: ""
}

.i-notifications_none:before {
    content: ""
}

.i-notifications_off:before {
    content: ""
}

.i-notifications_active:before {
    content: ""
}

.i-notifications_paused:before {
    content: ""
}

.i-pages:before {
    content: ""
}

.i-party_mode:before {
    content: ""
}

.i-people:before {
    content: ""
}

.i-people_outline:before {
    content: ""
}

.i-person:before {
    content: ""
}

.i-person_add:before {
    content: ""
}

.i-person_outline:before {
    content: ""
}

.i-plus_one:before {
    content: ""
}

.i-poll:before {
    content: ""
}

.i-public:before {
    content: ""
}

.i-school:before {
    content: ""
}

.i-share:before {
    content: ""
}

.i-whatshot:before {
    content: ""
}

.i-sentiment_dissatisfied:before {
    content: ""
}

.i-sentiment_neutral:before {
    content: ""
}

.i-sentiment_satisfied:before {
    content: ""
}

.i-sentiment_very_dissatisfied:before {
    content: ""
}

.i-sentiment_very_satisfied:before {
    content: ""
}

.i-check_box:before {
    content: ""
}

.i-check_box_outline_blank:before {
    content: ""
}

.i-radio_button_unchecked:before {
    content: ""
}

.i-radio_button_checked:before {
    content: ""
}

.i-star:before {
    content: ""
}

.i-star_half:before {
    content: ""
}

.i-star_border:before {
    content: ""
}

.i-3d_rotation:before {
    content: ""
}

.i-accessibility:before {
    content: ""
}

.i-account_balance:before {
    content: ""
}

.i-account_balance_wallet:before {
    content: ""
}

.i-account_box:before {
    content: ""
}

.i-account_circle:before {
    content: ""
}

.i-add_shopping_cart:before {
    content: ""
}

.i-alarm:before {
    content: ""
}

.i-alarm_add:before {
    content: ""
}

.i-alarm_off:before {
    content: ""
}

.i-alarm_on:before {
    content: ""
}

.i-android:before {
    content: ""
}

.i-announcement:before {
    content: ""
}

.i-aspect_ratio:before {
    content: ""
}

.i-assignment:before {
    content: ""
}

.i-assignment_ind:before {
    content: ""
}

.i-assignment_late:before {
    content: ""
}

.i-assignment_return:before {
    content: ""
}

.i-assignment_returned:before {
    content: ""
}

.i-assignment_turned_in:before {
    content: ""
}

.i-autorenew:before {
    content: ""
}

.i-bug_report:before {
    content: ""
}

.i-build:before {
    content: ""
}

.i-cached:before {
    content: ""
}

.i-change_history:before {
    content: ""
}

.i-check_circle:before {
    content: ""
}

.i-chrome_reader_mode:before {
    content: ""
}

.i-class:before {
    content: ""
}

.i-code:before {
    content: ""
}

.i-dashboard:before {
    content: ""
}

.i-delete:before {
    content: ""
}

.i-description:before {
    content: ""
}

.i-dns:before {
    content: ""
}

.i-done:before {
    content: ""
}

.i-done_all:before {
    content: ""
}

.i-exit_to_app:before {
    content: ""
}

.i-explore:before {
    content: ""
}

.i-extension:before {
    content: ""
}

.i-face:before {
    content: ""
}

.i-favorite:before {
    content: ""
}

.i-favorite_border:before {
    content: ""
}

.i-find_in_page:before {
    content: ""
}

.i-find_replace:before {
    content: ""
}

.i-flip_to_back:before {
    content: ""
}

.i-flip_to_front:before {
    content: ""
}

.i-get_app:before {
    content: ""
}

.i-group_work:before {
    content: ""
}

.i-help:before {
    content: ""
}

.i-highlight_off:before {
    content: ""
}

.i-home:before {
    content: ""
}

.i-hourglass_empty:before {
    content: ""
}

.i-hourglass_full:before {
    content: ""
}

.i-info:before {
    content: ""
}

.i-info_outline:before {
    content: ""
}

.i-input:before {
    content: ""
}

.i-invert_colors:before {
    content: ""
}

.i-label:before {
    content: ""
}

.i-label_outline:before {
    content: ""
}

.i-language:before {
    content: ""
}

.i-list:before {
    content: ""
}

.i-lock:before {
    content: ""
}

.i-lock_open:before {
    content: ""
}

.i-lock_outline:before {
    content: ""
}

.i-loyalty:before {
    content: ""
}

.i-markunread_mailbox:before {
    content: ""
}

.i-note_add:before {
    content: ""
}

.i-open_in_browser:before {
    content: ""
}

.i-open_in_new:before {
    content: ""
}

.i-open_with:before {
    content: ""
}

.i-pageview:before {
    content: ""
}

.i-payment:before {
    content: ""
}

.i-perm_camera_mic:before {
    content: ""
}

.i-perm_contact_calendar:before {
    content: ""
}

.i-perm_data_setting:before {
    content: ""
}

.i-perm_device_information:before {
    content: ""
}

.i-perm_media:before {
    content: ""
}

.i-perm_phone_msg:before {
    content: ""
}

.i-perm_scan_wifi:before {
    content: ""
}

.i-picture_in_picture:before {
    content: ""
}

.i-polymer:before {
    content: ""
}

.i-power_settings_new:before {
    content: ""
}

.i-print:before {
    content: ""
}

.i-question_answer:before {
    content: ""
}

.i-receipt:before {
    content: ""
}

.i-redeem:before {
    content: ""
}

.i-restore:before {
    content: ""
}

.i-room:before {
    content: ""
}

.i-schedule:before {
    content: ""
}

.i-search:before {
    content: ""
}

.i-settings:before {
    content: ""
}

.i-settings_applications:before {
    content: ""
}

.i-settings_backup_restore:before {
    content: ""
}

.i-settings_bluetooth:before {
    content: ""
}

.i-settings_cell:before {
    content: ""
}

.i-settings_brightness:before {
    content: ""
}

.i-settings_ethernet:before {
    content: ""
}

.i-settings_input_antenna:before {
    content: ""
}

.i-settings_input_composite:before {
    content: ""
}

.i-settings_input_hdmi:before {
    content: ""
}

.i-settings_input_svideo:before {
    content: ""
}

.i-settings_overscan:before {
    content: ""
}

.i-settings_phone:before {
    content: ""
}

.i-settings_power:before {
    content: ""
}

.i-settings_remote:before {
    content: ""
}

.i-settings_voice:before {
    content: ""
}

.i-shop:before {
    content: ""
}

.i-shop_two:before {
    content: ""
}

.i-shopping_basket:before {
    content: ""
}

.i-shopping_cart:before {
    content: ""
}

.i-speaker_notes:before {
    content: ""
}

.i-spellcheck:before {
    content: ""
}

.i-stars:before {
    content: ""
}

.i-subject:before {
    content: ""
}

.i-supervisor_account:before {
    content: ""
}

.i-swap_horiz:before {
    content: ""
}

.i-swap_vert:before {
    content: ""
}

.i-swap_vertical_circle:before {
    content: ""
}

.i-system_update_alt:before {
    content: ""
}

.i-tab:before {
    content: ""
}

.i-tab_unselected:before {
    content: ""
}

.i-theaters:before {
    content: ""
}

.i-thumb_down:before {
    content: ""
}

.i-thumb_up:before {
    content: ""
}

.i-thumbs_up_down:before {
    content: ""
}

.i-toc:before {
    content: ""
}

.i-today:before {
    content: ""
}

.i-toll:before {
    content: ""
}

.i-track_changes:before {
    content: ""
}

.i-translate:before {
    content: ""
}

.i-trending_down:before {
    content: ""
}

.i-trending_flat:before {
    content: ""
}

.i-trending_up:before {
    content: ""
}

.i-turned_in:before {
    content: ""
}

.i-turned_in_not:before {
    content: ""
}

.i-verified_user:before {
    content: ""
}

.i-view_agenda:before {
    content: ""
}

.i-view_array:before {
    content: ""
}

.i-view_carousel:before {
    content: ""
}

.i-view_column:before {
    content: ""
}

.i-view_day:before {
    content: ""
}

.i-view_headline:before {
    content: ""
}

.i-view_list:before {
    content: ""
}

.i-view_module:before {
    content: ""
}

.i-view_quilt:before {
    content: ""
}

.i-view_stream:before {
    content: ""
}

.i-view_week:before {
    content: ""
}

.i-visibility:before {
    content: ""
}

.i-visibility_off:before {
    content: ""
}

.i-card_membership:before {
    content: ""
}

.i-card_travel:before {
    content: ""
}

.i-work:before {
    content: ""
}

.i-youtube_searched_for:before {
    content: ""
}

.i-eject:before {
    content: ""
}

.i-camera_enhance:before {
    content: ""
}

.i-help_outline:before {
    content: ""
}

.i-reorder:before {
    content: ""
}

.i-zoom_in:before {
    content: ""
}

.i-cart:before {
    content: ""
}

.i-facebook:before {
    content: ""
}

.i-instagram:before {
    content: ""
}

.i-linkedin-with-circle:before {
    content: ""
}

.i-twitter:before {
    content: ""
}

.i-star-rounded:before {
    content: ""
}

.i-veg:before {
    content: ""
}

.i-all_out:before {
    content: ""
}

.i-copyright:before {
    content: ""
}

.i-event_seat:before {
    content: ""
}

.i-fingerprint:before {
    content: ""
}

.i-flight_land:before {
    content: ""
}

.i-accessible:before {
    content: ""
}

.i-compare_arrows:before {
    content: ""
}

.i-date_range:before {
    content: ""
}

.i-donut_large:before {
    content: ""
}

.i-donut_small:before {
    content: ""
}

.i-flight_takeoff:before {
    content: ""
}

.i-gavel:before {
    content: ""
}

.i-gif:before {
    content: ""
}

.i-goat:before {
    content: ""
}

.i-http:before {
    content: ""
}

.i-important_devices:before {
    content: ""
}

.i-indeterminate_check_box:before {
    content: ""
}

.i-lightbulb_outline:before {
    content: ""
}

.i-line_style:before {
    content: ""
}

.i-line_weight:before {
    content: ""
}

.i-motorcycle:before {
    content: ""
}

.i-offline_pin:before {
    content: ""
}

.i-opacity:before {
    content: ""
}

.i-euro_symbol:before {
    content: ""
}

.i-g_translate:before {
    content: ""
}

.i-pan_tool:before {
    content: ""
}

.i-pets:before {
    content: ""
}

.i-picture_in_picture_alt:before {
    content: ""
}

.i-delete_forever:before {
    content: ""
}

.i-play_for_work:before {
    content: ""
}

.i-pregnant_woman:before {
    content: ""
}

.i-record_voice_over:before {
    content: ""
}

.i-remove_shopping_cart:before {
    content: ""
}

.i-restore_page:before {
    content: ""
}

.i-rounded_corner:before {
    content: ""
}

.i-rowing:before {
    content: ""
}

.i-speaker_notes_off:before {
    content: ""
}

.i-timeline:before {
    content: ""
}

.i-touch_app:before {
    content: ""
}

.i-update:before {
    content: ""
}

.i-watch_later:before {
    content: ""
}

.i-zoom_out:before {
    content: ""
}

.i-arrow-left:before {
    content: ""
}

.i-arrow-right:before {
    content: ""
}

.i-bullet:before {
    content: ""
}

.i-location-pin:before {
    content: ""
}

.i-rating:before {
    content: ""
}

.i-ac_unit:before {
    content: ""
}

.i-airport_shuttle:before {
    content: ""
}

.i-all_inclusive:before {
    content: ""
}

.i-beach_access:before {
    content: ""
}

.i-business_center:before {
    content: ""
}

.i-casino:before {
    content: ""
}

.i-child_care:before {
    content: ""
}

.i-child_friendly:before {
    content: ""
}

.i-fitness_center:before {
    content: ""
}

.i-free_breakfast:before {
    content: ""
}

.i-golf_course:before {
    content: ""
}

.i-hot_tub:before {
    content: ""
}

.i-kitchen:before {
    content: ""
}

.i-pool:before {
    content: ""
}

.i-room_service:before {
    content: ""
}

.i-smoke_free:before {
    content: ""
}

.i-smoking_rooms:before {
    content: ""
}

.i-spa:before {
    content: ""
}

.i-inr:before {
    content: ""
}

body.modalOpen {
    position: relative;
    overflow: hidden !important
}

body.modalOpen .ui-datepicker {
    z-index: 1100 !important
}

.absFC,
.loading,
.popup[data-loader] .popContent:before,
.popup[data-loader="true"] .popContent:before {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: ' ';
    display: block;
    position: absolute
}

.loading,
.popup[data-loader] .popContent:before,
.popup[data-loader="true"] .popContent:before {
    z-index: 9999;
    background: rgba(255, 255, 255, 0.9) url("../images/loading.gif") center center no-repeat
}

.modalOverlay {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1050;
    position: fixed;
    overflow: hidden;
    visibility: hidden;
    background: rgba(0, 0, 0, 0)
}

.modalOverlay.none,
.modalOverlay.invisible {
    background: none transparent !important
}

.modalOverlay.none>*,
.modalOverlay.invisible>* {
    pointer-events: all
}

.modalOverlay.none>.popup,
.modalOverlay.invisible>.popup {
    -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8)
}

.modalOverlay.none {
    pointer-events: none
}

.modalOverlay.none * {
    pointer-events: all
}

.modalOverlay.active {
    display: block;
    visibility: visible;
    background: rgba(0, 0, 0, 0.54)
}

.modalOverlay.inlineMock {
    position: absolute
}

.popup {
    z-index: 1000;
    display: none;
    color: #333;
    width: 50%;
    height: 50%;
    overflow: hidden;
    top: 25%;
    left: 25%;
    position: absolute;
    background: #fff
}

.popup.open {
    display: block
}

.popup>.row,
.popup>.r {
    margin-left: -40px;
    margin-right: -40px
}

.popup .popHeader,
.popup .popFooter,
.popup .popContent {
    width: 100%
}

.popup .popFooter,
.popup .popHeader {
    min-height: 40px;
    position: relative;
    padding: 10px 15px 0
}

.popup .popFooter:before,
.popup .popFooter:after,
.popup .popHeader:before,
.popup .popHeader:after {
    display: table;
    content: " "
}

.popup .popFooter:after,
.popup .popHeader:after {
    clear: both
}

.popup .popFooter {
    background: #efefef
}

.popup .popHeader {
    color: #1c3e95;
    font-size: 16px;
    border-bottom: rgba(0, 0, 0, 0.24) 1px solid
}

.popup .popHeader.lsBtn {
    padding-left: 40px
}

.popup .popHeader.rsBtn {
    padding-right: 40px
}

.popup .popHeader.xsBtn {
    padding-left: 40px;
    padding-right: 40px
}

.popup .popHeader .close {
    top: 0px;
    right: 0px;
    padding: 1px;
    color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 30px;
    min-width: 40px;
    text-align: center;
    position: absolute;
    font-weight: normal;
    text-decoration: none;
    line-height: 36px;
    border: none transparent;
    background: #1c3e95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$val*100)";
    filter: alpha(opacity=100);
    -o-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.popup .popHeader .btn.back,
.popup .popHeader .back.nmToast-action,
.popup .popHeader .back.snackbar-action {
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    font-size: 1.7em;
    position: absolute
}

.popup .popHeader .btn.back:hover,
.popup .popHeader .back.nmToast-action:hover,
.popup .popHeader .back.snackbar-action:hover,
.popup .popHeader .btn.back:focus,
.popup .popHeader .back.nmToast-action:focus,
.popup .popHeader .back.snackbar-action:focus,
.popup .popHeader .btn.back:active,
.popup .popHeader .back.nmToast-action:active,
.popup .popHeader .back.snackbar-action:active {
    background: rgba(0, 0, 0, 0.12)
}

.popup .popHeader>.L:first-child {
    margin-left: -10px
}

.popup .popHeader>.L>.btn,
.popup .popHeader>.L>.nmToast-action,
.popup .popHeader>.L>.snackbar-action,
.popup .popHeader>.R>.btn,
.popup .popHeader>.R>.nmToast-action,
.popup .popHeader>.R>.snackbar-action {
    margin-top: -6px
}

.popup .popFooter {
    padding: 5px 15px;
    border-top: rgba(0, 0, 0, 0.24) 1px solid
}

.popup .popContent {
    overflow-y: scroll;
    overflow-y: auto;
    padding: 10px
}

.popup .popContent .fWHWrapper,
.popup[data-xsource="true"] .popContent iframe,
.popup .popContent .iframe {
    top: 0px;
    left: 0px;
    z-index: 1;
    right: 0px;
    bottom: 0px;
    position: absolute;
    width: 100% !important;
    height: 100% !important
}

.popup iframe.popContent {
    width: 100%
}

.popup[data-xsource="true"] .popContent {
    position: relative
}

.popup[data-loader] .popContent,
.popup[data-loader="true"] .popContent {
    overflow: hidden;
    position: relative
}

.popup[data-loader] .popContent:before,
.popup[data-loader="true"] .popContent:before {
    background-color: rgba(255, 255, 255, 0.8)
}

.popup[data-loader=""] .popContent,
.popup[data-loader="false"] .popContent {
    overflow: auto
}

.popup[data-loader=""] .popContent:before,
.popup[data-loader="false"] .popContent:before {
    display: none
}

.popup.bounceIn,
.popup.bounceInDown,
.popup.bounceInLeft,
.popup.bounceInRight,
.popup.bounceInUp,
.popup.fadeIn,
.popup.fadeInDown,
.popup.fadeInDownBig,
.popup.fadeInLeft,
.popup.fadeInLeftBig,
.popup.fadeInRight,
.popup.fadeInRightBig,
.popup.fadeInUp,
.popup.fadeInUpBig,
.popup.flip,
.popup.flipInX,
.popup.flipInY,
.popup.lightSpeedIn,
.popup.rotateIn,
.popup.rotateInDownLeft,
.popup.rotateInDownRight,
.popup.rotateInUpLeft,
.popup.rotateInUpRight,
.popup.slideInUp,
.popup.slideInDown,
.popup.slideInLeft,
.popup.slideInRight,
.popup.zoomIn,
.popup.zoomInDown,
.popup.zoomInLeft,
.popup.zoomInRight,
.popup.zoomInUp,
.popup.hinge,
.popup.jackInTheBox,
.popup.rollIn,
.popup.bounceOut,
.popup.bounceOutDown,
.popup.bounceOutLeft,
.popup.bounceOutRight,
.popup.bounceOutUp,
.popup.fadeOut,
.popup.fadeOutDown,
.popup.fadeOutDownBig,
.popup.fadeOutLeft,
.popup.fadeOutLeftBig,
.popup.fadeOutRight,
.popup.fadeOutRightBig,
.popup.fadeOutUp,
.popup.fadeOutUpBig,
.popup.flipOutX,
.popup.flipOutY,
.popup.lightSpeedOut,
.popup.rotateOut,
.popup.rotateOutDownLeft,
.popup.rotateOutDownRight,
.popup.rotateOutUpLeft,
.popup.rotateOutUpRight,
.popup.slideOutUp,
.popup.slideOutDown,
.popup.slideOutLeft,
.popup.slideOutRight,
.popup.zoomOut,
.popup.zoomOutDown,
.popup.zoomOutLeft,
.popup.zoomOutRight,
.popup.zoomOutUp,
.popup.rollOut,
.popup.bounce,
.popup.flash,
.popup.pulse,
.popup.rubberBand,
.popup.shake,
.popup.swing,
.popup.tada,
.popup.wobble,
.popup.jello {
    -webkit-animation-duration: .84s;
    animation-duration: .84s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.popup.rotateXIn {
    -webkit-animation: rotateXIn 500ms 1 10ms;
    -moz-animation: rotateXIn 500ms 1 10ms;
    -o-animation: rotateXIn 500ms 1 10ms;
    animation: rotateXIn 500ms 1 10ms
}

.popup.rotateXOut {
    -webkit-animation: rotateXOut 500ms 1 10ms;
    -moz-animation: rotateXOut 500ms 1 10ms;
    -o-animation: rotateXOut 500ms 1 10ms;
    animation: rotateXOut 500ms 1 10ms
}

.popup.rotateYIn {
    -webkit-animation: rotateYIn 500ms 1 10ms;
    -moz-animation: rotateYIn 500ms 1 10ms;
    -o-animation: rotateYIn 500ms 1 10ms;
    animation: rotateYIn 500ms 1 10ms
}

.popup.rotateYOut {
    -webkit-animation: rotateYOut 500ms 1 10ms;
    -moz-animation: rotateYOut 500ms 1 10ms;
    -o-animation: rotateYOut 500ms 1 10ms;
    animation: rotateYOut 500ms 1 10ms
}

.popup.asymmetricScaleIn,
.popup.asymmetricScaleIn .popContent,
.popup.asymmetricScaleOut,
.popup.asymmetricScaleOut .popContent {
    overflow: hidden !important
}

.popup.asymmetricScaleIn {
    -webkit-animation: asymmetricScaleIn 2s 1 10ms;
    -moz-animation: asymmetricScaleIn 2s 1 10ms;
    -o-animation: asymmetricScaleIn 2s 1 10ms;
    animation: asymmetricScaleIn 2s 1 10ms
}

.popup.asymmetricScaleOut {
    -webkit-animation: asymmetricScaleOut 500ms 1 0ms;
    -moz-animation: asymmetricScaleOut 500ms 1 0ms;
    -o-animation: asymmetricScaleOut 500ms 1 0ms;
    animation: asymmetricScaleOut 500ms 1 0ms
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../images/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.mtlAnimation,
.mtl-label,
.mtl-label:after,
.mtl-label:before {
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.mtl {
    position: relative;
    margin-bottom: 0px;
    font-size: 1em;
    padding: 1em 0
}

.mtl::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.42)
}

.mtl:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.42)
}

.mtl::-moz-placeholder {
    color: rgba(0, 0, 0, 0.42);
    opacity: 1
}

.mtl .txtView,
.mtl textarea,
.mtl select,
.mtl label[data-control],
.mtl input:not([type="checkbox"]):not([type="radio"]) {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 32px;
    border: 0 none;
    font-size: 1em;
    display: block;
    min-width: auto;
    background: 0 0;
    line-height: 32px;
    outline: none transparent !important;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.mtl .txtView[disabled],
.mtl textarea[disabled],
.mtl select[disabled],
.mtl label[data-control][disabled],
.mtl input:not([type="checkbox"]):not([type="radio"])[disabled] {
    background: transparent;
    border-bottom-style: dotted;
    border-bottom-color: rgba(0, 0, 0, 0.26)
}

.mtl textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 4.5em
}

.mtl small,
.mtl .message {
    bottom: 0;
    width: 100%;
    left: 0px;
    right: 0px;
    max-height: 1.6em;
    line-height: 1.4em;
    position: absolute;
    pointer-events: none
}

.mtl .error {
    margin: 0;
    color: #B92D00
}

.mtl[data-type="group"],
.mtl[data-type="search"] {
    height: auto
}

.mtl[data-type="group"] .btn,
.mtl[data-type="group"] .nmToast-action,
.mtl[data-type="group"] .snackbar-action,
.mtl[data-type="group"] button,
.mtl[data-type="group"] .rSect,
.mtl[data-type="group"] .lSect,
.mtl[data-type="search"] .btn,
.mtl[data-type="search"] .nmToast-action,
.mtl[data-type="search"] .snackbar-action,
.mtl[data-type="search"] button,
.mtl[data-type="search"] .rSect,
.mtl[data-type="search"] .lSect {
    top: 0px;
    bottom: 0px;
    width: 2.4em;
    margin: 0px;
    right: 0px;
    height: 32px;
    margin: auto;
    color: inherit;
    padding: 0px 6px;
    text-align: center;
    position: absolute;
    border: none transparent;
    background-color: transparent
}

.mtl[data-type="group"] .rSect,
.mtl[data-type="search"] .rSect {
    padding-left: 5px
}

.mtl[data-type="group"] .lSect,
.mtl[data-type="search"] .lSect {
    left: 0;
    right: auto;
    padding-right: 5px
}

.mtl[data-type="group"].x_o-- .txtView,
.mtl[data-type="group"].x_o-- textarea,
.mtl[data-type="group"].x_o-- select,
.mtl[data-type="group"].x_o-- label[data-control],
.mtl[data-type="group"].x_o-- input:not([type="checkbox"]):not([type="radio"]),
.mtl[data-type="search"].x_o-- .txtView,
.mtl[data-type="search"].x_o-- textarea,
.mtl[data-type="search"].x_o-- select,
.mtl[data-type="search"].x_o-- label[data-control],
.mtl[data-type="search"].x_o-- input:not([type="checkbox"]):not([type="radio"]) {
    padding-left: 32px
}

.mtl[data-type="group"].x_--o .txtView,
.mtl[data-type="group"].x_--o textarea,
.mtl[data-type="group"].x_--o select,
.mtl[data-type="group"].x_--o label[data-control],
.mtl[data-type="group"].x_--o input:not([type="checkbox"]):not([type="radio"]),
.mtl[data-type="search"].x_--o .txtView,
.mtl[data-type="search"].x_--o textarea,
.mtl[data-type="search"].x_--o select,
.mtl[data-type="search"].x_--o label[data-control],
.mtl[data-type="search"].x_--o input:not([type="checkbox"]):not([type="radio"]) {
    padding-right: 32px
}

.mtl[data-type="group"].x_o-o .txtView,
.mtl[data-type="group"].x_o-o textarea,
.mtl[data-type="group"].x_o-o select,
.mtl[data-type="group"].x_o-o label[data-control],
.mtl[data-type="group"].x_o-o input:not([type="checkbox"]):not([type="radio"]),
.mtl[data-type="search"].x_o-o .txtView,
.mtl[data-type="search"].x_o-o textarea,
.mtl[data-type="search"].x_o-o select,
.mtl[data-type="search"].x_o-o label[data-control],
.mtl[data-type="search"].x_o-o input:not([type="checkbox"]):not([type="radio"]) {
    padding-left: 32px;
    padding-right: 32px
}

.mtl[data-type="group"].mtl-no-label .btn,
.mtl[data-type="group"].mtl-no-label .nmToast-action,
.mtl[data-type="group"].mtl-no-label .snackbar-action,
.mtl[data-type="group"].mtl-no-label button,
.mtl[data-type="group"].mtl-no-label .rSect,
.mtl[data-type="group"].mtl-no-label .lSect,
.mtl[data-type="search"].mtl-no-label .btn,
.mtl[data-type="search"].mtl-no-label .nmToast-action,
.mtl[data-type="search"].mtl-no-label .snackbar-action,
.mtl[data-type="search"].mtl-no-label button,
.mtl[data-type="search"].mtl-no-label .rSect,
.mtl[data-type="search"].mtl-no-label .lSect {
    margin-top: 0
}

.mtl-hidden {
    display: none
}

.mtl-select {
    overflow: hidden
}

.mtl-select:before {
    top: -1px;
    z-index: 2;
    width: 32px;
    bottom: 0px;
    height: 33px;
    margin: auto 0;
    right: 0px;
    line-height: 32px;
    background: #fff;
    position: absolute;
    text-align: center;
    pointer-events: none;
    content: "";
    font-family: "icon"
}

.mtl-select select {
    border-radius: 0;
    width: calc(100% + 20px);
    background: none transparent
}

.mtl-select select::-moz-focus-inner {
    border: none
}

.mtl-select select:-moz-focusring {
    color: transparent;
    text-shadow: 0px 0px 0px #000
}

.mtl-select.mtl-no-label:before {
    margin-top: 0
}

.mtl-select:not(.hasValue):not(.mtl-no-label):before {
    height: 31px
}

.mtl-select:not(.hasValue):not(.mtl-no-label) .mtl-label {
    z-index: 0;
    background: #fff
}

.mtl-label {
    top: 0px;
    left: 0px;
    z-index: 2;
    bottom: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    color: #333;
    font-size: 80%;
    overflow: hidden;
    position: absolute;
    line-height: 1.2em;
    white-space: nowrap;
    pointer-events: none;
    font-weight: 400
}

.mtl-label:after,
.mtl-label:before {
    width: 0%;
    z-index: 0;
    height: 2px;
    content: ' ';
    left: 0px;
    right: 0px;
    margin: 0 auto;
    position: absolute;
    bottom: 1em;
    background: #1c3e95
}

.mtl-label:after {
    height: 1px;
    width: 100%;
    background: rgba(0, 0, 0, 0.12)
}

.mtl-label:before {
    z-index: 1
}

.mtl-label small,
.mtl-label .message {
    bottom: 0;
    opacity: 0;
    font-size: 14px;
    position: absolute;
    pointer-events: none;
    color: rgba(0, 0, 0, 0.64)
}

.mtl.mtl-no-label {
    padding-top: 0px
}

.mtl.mtl-no-label .btn,
.mtl.mtl-no-label .nmToast-action,
.mtl.mtl-no-label .snackbar-action,
.mtl.mtl-no-label button,
.mtl.mtl-no-label .rSect,
.mtl.mtl-no-label .lSect {
    margin-top: 0
}

.mtl.mtl-no-label .mtl-select:before {
    margin-top: 0;
    margin-bottom: auto
}

.mtl.mtl-no-label.focus .mtl-label {
    pointer-events: none
}

.mtl.mtl-no-message {
    padding-bottom: 0
}

.mtl.mtl-no-message:after,
.mtl.mtl-no-message:before {
    bottom: 0
}

.mtl.mtl-no-message .mtl-label:before,
.mtl.mtl-no-message .mtl-label:after {
    bottom: 0px
}

.mtl.mtl-no-message.mtl-select:before {
    margin-top: auto;
    margin-bottom: 0
}

.mtl.mtl-no-message small {
    display: none
}

.mtl.mtl-no-message:before,
.mtl.mtl-no-message:after {
    bottom: 0px
}

.mtl.mtl-no-label.mtl-no-message.mtl-select:before {
    margin: 0
}

.mtl.hasMessage .mtl-label small,
.mtl.hasMessage .mtl-label .message {
    opacity: 1
}

.mtl.hasValue .mtl-label,
.mtl.focus .mtl-label {
    top: 0px;
    left: 0px;
    font-size: 80%;
    color: rgba(0, 0, 0, 0.64)
}

.mtl.hasValue .mtl-label>i,
.mtl.focus .mtl-label>i {
    font-size: 110%;
    color: #B92D00
}

.mtl.hasValue .mtl-label,
.mtl.focus .mtl-label {
    font-weight: 500
}

.mtl.focus .mtl-label {
    color: #1c3e95;
    font-weight: 500
}

.mtl.onError>small,
.mtl.onError>.message,
.mtl.onSuccess>small,
.mtl.onSuccess>.message {
    opacity: 0
}

.mtl.focus .mtl-label:before,
.mtl.onError .mtl-label:before,
.mtl.disabled .mtl-label:before {
    width: 100%
}

.mtl.focus .mtl-label:after,
.mtl.onError .mtl-label:after,
.mtl.disabled .mtl-label:after {
    background: transparent !important
}

.mtl.onError .mtl-label:before,
.mtl.onError .mtl-label:after {
    background: #B92D00
}

.mtl.onError .mtl-label small,
.mtl.onError .mtl-label .message {
    color: #B92D00
}

.mtl.onSuccess .mtl-label:before,
.mtl.onSuccess .mtl-label:after {
    background: #009688
}

.mtl.onSuccess .mtl-label small,
.mtl.onSuccess .mtl-label .message {
    color: #009688
}

.mtl.theme .mtl-label:before,
.mtl.theme .mtl-label:after {
    background: #1c3e95
}

.mtl.theme .mtl-label small,
.mtl.theme .mtl-label .message {
    color: #1c3e95
}

.mtl.scTheme .mtl-label:before,
.mtl.scTheme .mtl-label:after {
    background: #14bcfc
}

.mtl.scTheme .mtl-label small,
.mtl.scTheme .mtl-label .message {
    color: #14bcfc
}

.mtl.info .mtl-label:before,
.mtl.info .mtl-label:after {
    background: #006ed0
}

.mtl.info .mtl-label small,
.mtl.info .mtl-label .message {
    color: #006ed0
}

.mtl.warning .mtl-label:before,
.mtl.warning .mtl-label:after {
    background: #fc7272
}

.mtl.warning .mtl-label small,
.mtl.warning .mtl-label .message {
    color: #fc7272
}

.mtl.disabled .mtl-label:before {
    background: transparent;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.26) 0, rgba(0, 0, 0, 0.26) 33%, transparent 0);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0, rgba(0, 0, 0, 0.26) 33%, transparent 0)
}

.mtl-floatingLabel .mtl-label {
    font-size: 100%;
    color: rgba(0, 0, 0, 0.42);
    top: 1.35714em
}

.mtl-floatingLabel .mtl-label.onError .mtl-label,
.mtl-floatingLabel .mtl-label.onSuccess .mtl-label,
.mtl-floatingLabel .mtl-label.focus .mtl-label {
    color: #1c3e95
}

.mtl-floatingLabel[data-type="group"],
.mtl-floatingLabel[data-type="search"] {
    height: auto
}

.mtl-floatingLabel[data-type="group"] .btn,
.mtl-floatingLabel[data-type="group"] .nmToast-action,
.mtl-floatingLabel[data-type="group"] .snackbar-action,
.mtl-floatingLabel[data-type="group"] button,
.mtl-floatingLabel[data-type="group"] .rSect,
.mtl-floatingLabel[data-type="group"] .lSect,
.mtl-floatingLabel[data-type="search"] .btn,
.mtl-floatingLabel[data-type="search"] .nmToast-action,
.mtl-floatingLabel[data-type="search"] .snackbar-action,
.mtl-floatingLabel[data-type="search"] button,
.mtl-floatingLabel[data-type="search"] .rSect,
.mtl-floatingLabel[data-type="search"] .lSect {
    top: 1em
}

input[type="radio"].custom,
input[type="checkbox"].custom {
    padding: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0 none;
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0)
}

input[type="radio"].custom+label,
input[type="checkbox"].custom+label {
    cursor: pointer;
    min-height: 22px;
    line-height: 22px;
    margin: 0 8px 0 0;
    position: relative;
    font-weight: normal;
    word-wrap: break-all;
    word-wrap: break-word;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding-left: 32px
}

input[type="radio"].custom+label:after,
input[type="radio"].custom+label:before,
input[type="checkbox"].custom+label:after,
input[type="checkbox"].custom+label:before {
    top: 0px;
    left: 0px;
    content: ' ';
    position: absolute
}

input[type="radio"].custom+label:after,
input[type="checkbox"].custom+label:after {
    top: -11px;
    left: -11px;
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.2);
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

input[type="radio"].custom+label:before,
input[type="checkbox"].custom+label:before {
    min-width: 22px;
    min-height: 22px;
    font-size: 22px;
    line-height: 22px;
    font-family: "icon";
    content: ""
}

input[type="radio"].custom:checked+label:before,
input[type="checkbox"].custom:checked+label:before {
    color: #1c3e95;
    content: ""
}

input[type="radio"].custom:focus+label:after,
input[type="checkbox"].custom:focus+label:after {
    background: rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

input[type="radio"].custom:focus:checked+label:after,
input[type="checkbox"].custom:focus:checked+label:after {
    background: rgba(28, 62, 149, 0.2)
}

input[type="radio"].custom.disabled+label:before,
input[type="radio"].custom[disabled]+label:before,
input[type="radio"].custom:disabled+label:before,
input[type="checkbox"].custom.disabled+label:before,
input[type="checkbox"].custom[disabled]+label:before,
input[type="checkbox"].custom:disabled+label:before {
    opacity: 0.5
}

input[type="radio"].custom.disabled:checked+label:before,
input[type="radio"].custom[disabled]:checked+label:before,
input[type="radio"].custom:disabled:checked+label:before,
input[type="checkbox"].custom.disabled:checked+label:before,
input[type="checkbox"].custom[disabled]:checked+label:before,
input[type="checkbox"].custom:disabled:checked+label:before {
    opacity: 0.5
}

input[type="radio"].custom:not(.checkbox)+label:before {
    content: ""
}

input[type="radio"].custom:not(.checkbox):checked+label:before {
    content: ""
}

.chkGroup {
    font-size: 0
}

.chkGroup input[type="radio"].chkBtn+label,
.chkGroup input[type="checkbox"].chkBtn+label {
    margin: 0;
    font-size: 1rem;
    border-radius: 0;
    border-left-width: 0
}

.chkGroup input[type="radio"].chkBtn:checked+label,
.chkGroup input[type="checkbox"].chkBtn:checked+label {
    pointer-events: none;
    border-color: transparent
}

.chkGroup input[type="radio"].chkBtn:checked+label:before,
.chkGroup input[type="checkbox"].chkBtn:checked+label:before {
    background: none
}

.chkGroup input[type="radio"].chkBtn:first-child+label,
.chkGroup input[type="checkbox"].chkBtn:first-child+label {
    border-left-width: 1px
}

.chkGroup input[type="radio"].chkBtn:last-child+label,
.chkGroup input[type="checkbox"].chkBtn:last-child+label {
    border-left-width: 1px
}

.radio label,
.checkbox label {
    margin-bottom: 0;
    min-height: 20px;
    padding-left: 20px
}

label.checkbox,
label.radio {
    cursor: pointer;
    line-height: 22px;
    margin: 0 10px 5px 0;
    display: inline-block;
    vertical-align: middle;
    background-position: 0 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

label.checkbox+label.checkbox,
label.radio+label.checkbox,
label.checkbox+label.radio,
label.radio+label.radio {
    margin-top: 0
}

label.checkbox:after,
label.checkbox:before,
label.radio:after,
label.radio:before {
    content: '';
    position: absolute
}

label.checkbox:after,
label.radio:after {
    top: -11px;
    left: -11px;
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.2);
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

label.checkbox:before,
label.radio:before {
    width: 22px;
    height: 22px;
    margin-right: 5px;
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url("../images/chkbox-mtl.png")
}

label.checkbox label,
label.radio label {
    margin: 0;
    padding: 0px;
    min-height: 22px;
    vertical-align: top;
    display: inline-block
}

label.checkbox input[type=radio],
label.checkbox input[type=checkbox],
label.radio input[type=radio],
label.radio input[type=checkbox] {
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0)
}

label.checkbox.checked:before,
label.radio.checked:before {
    background-position: 0px -22px
}

label.checkbox.disabled:before,
label.radio.disabled:before {
    background-position: 0px -44px
}

label.checkbox.focus:after,
label.checkbox:focus:after,
label.radio.focus:after,
label.radio:focus:after {
    background: rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

label.checkbox.focus.checked:after,
label.checkbox:focus.checked:after,
label.radio.focus.checked:after,
label.radio:focus.checked:after {
    background: rgba(28, 62, 149, 0.2)
}

label.checkbox.switch,
label.radio.switch {
    height: 30px;
    margin: 0 2px;
    text-indent: 0;
    min-width: 36px;
    background: none;
    line-height: 30px;
    position: relative;
    padding: 0 0 0 45px !important
}

label.checkbox.switch:after,
label.checkbox.switch:before,
label.radio.switch:after,
label.radio.switch:before {
    top: 50%;
    content: '';
    position: absolute
}

label.checkbox.switch:before,
label.radio.switch:before {
    left: 0;
    width: 36px;
    height: 12px;
    overflow: hidden;
    margin-top: -6px;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 20px
}

label.checkbox.switch:after,
label.radio.switch:after {
    left: 0px;
    width: 20px;
    height: 20px;
    content: ' ';
    background: #fff;
    margin: -10px 0 0 -1px;
    border-radius: 50%;
    -moz-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
    -o-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12)
}

label.checkbox.switch.checked:before,
label.radio.switch.checked:before {
    background: rgba(28, 62, 149, 0.38)
}

label.checkbox.switch.checked:after,
label.radio.switch.checked:after {
    left: 16px;
    margin-left: 0px;
    margin-right: -1px;
    background: #1c3e95
}

label.radio:before {
    border-radius: 50%;
    background-image: url("../images/radio-mtl.png")
}

label.radio.checked:before {
    background-color: #1c3e95
}

.rating-select {
    direction: rtl;
    margin: 0px 5px;
    cursor: pointer;
    display: inline-block;
    unicode-bidi: bidi-override
}

.rating-select input.custom[type="radio"]+label {
    min-height: 1em;
    margin: 0 -1px 0;
    line-height: 1em;
    padding-left: 1em;
    font-size: inherit
}

.rating-select input.custom[type="radio"]+label:before {
    width: 1em;
    height: 1em;
    line-height: 1em;
    content: "";
    background: none;
    font-family: "icon";
    color: rgba(35, 35, 37, 0.4);
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16)
}

.rating-select input.custom[type="radio"]+label:after {
    left: 42%;
    top: -18px;
    opacity: 0;
    width: auto;
    height: 18px;
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
    min-width: 18px;
    line-height: 1.6em;
    position: absolute;
    white-space: nowrap;
    content: attr(aria-rating);
    background: rgba(51, 51, 51, 0.8);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    border-radius: 10px
}

.rating-select input.custom[type="radio"]+label[aria-rating]:hover:after {
    opacity: 1
}

.rating-select input.custom[type="radio"]:checked+label:before {
    background: transparent;
    color: #1c3e95
}

.rating-select input.custom[type="radio"]:checked+label[aria-rating]:hover:after {
    opacity: 1
}

.rating-select input.custom[type="radio"]:checked ~ label {
    position: relative
}

.rating-select input.custom[type="radio"]:checked ~ label:before {
    color: gold;
    content: ""
}

.rating-select input.custom[type="radio"][disabled]+label[aria-rating]:after,
.rating-select input.custom[type="radio"]:disabled+label[aria-rating]:after {
    display: none
}

.rating-select[readonly],
.rating-select.readonly {
    pointer-events: none
}

.rating-select[readonly] input.custom[type="radio"]+label,
.rating-select.readonly input.custom[type="radio"]+label {
    pointer-events: none
}

.rating-select[disabled],
.rating-select.disabled {
    pointer-events: none
}

.rating-select[disabled] input.custom[type="radio"]+label,
.rating-select.disabled input.custom[type="radio"]+label {
    pointer-events: none
}

.rating-select[disabled] input.custom[type="radio"]+label:before,
.rating-select.disabled input.custom[type="radio"]+label:before {
    background-position: 0px 50%
}

.rating-select[disabled] input.custom[type="radio"]+label[aria-rating]:after,
.rating-select.disabled input.custom[type="radio"]+label[aria-rating]:after {
    display: none
}

.rating-select[disabled] input.custom[type="radio"]:checked+label[aria-rating]:after,
.rating-select.disabled input.custom[type="radio"]:checked+label[aria-rating]:after {
    opacity: 1
}

.rating-select[disabled] input.custom[type="radio"]:checked ~ label,
.rating-select.disabled input.custom[type="radio"]:checked ~ label {
    position: relative
}

.rating-select[disabled] input.custom[type="radio"]:checked ~ label:before,
.rating-select.disabled input.custom[type="radio"]:checked ~ label:before {
    background-position: 0px 25%
}

.rating {
    font-size: 0;
    direction: rtl;
    display: inline-block;
    unicode-bidi: bidi-override
}

.rating span.star {
    color: #777777;
    font-style: normal;
    font-weight: normal;
    font-size: 1.14286rem;
    display: inline-block
}

.rating span.star:before {
    content: "";
    font-family: "icon"
}

.rating span.star.active,
.rating span.star.active ~ span.star {
    color: gold
}

.rating span.star.interactive:hover span.star {
    cursor: pointer;
    color: #777777
}

.rating span.star.interactive:hover,
.rating span.star.interactive:hover ~ span.star {
    color: gold
}

.mandatory:after {
    color: #e00;
    content: ' *';
    line-height: 0;
    font-weight: 400
}

.btn,
.nmToast-action,
.snackbar-action {
    font-size: 1em;
    text-decoration: none;
    border-radius: .21429rem;
    font-weight: 700
}

.btn.btn-mtl,
.btn-mtl.nmToast-action,
.btn-mtl.snackbar-action {
    color: #000;
    border-radius: .21429rem;
    background: transparent;
    border-color: transparent;
    text-transform: uppercase;
    font-weight: 700
}

.btn.btn-mtl:hover,
.btn-mtl.nmToast-action:hover,
.btn-mtl.snackbar-action:hover,
.btn.btn-mtl:focus,
.btn-mtl.nmToast-action:focus,
.btn-mtl.snackbar-action:focus,
.btn.btn-mtl:active,
.btn-mtl.nmToast-action:active,
.btn-mtl.snackbar-action:active {
    border-color: transparent;
    background: rgba(0, 0, 0, 0.16)
}

.btn.btn-mtl,
.btn-mtl.nmToast-action,
.btn-mtl.snackbar-action,
.btn.btn-mtl.btn-theme,
.btn-mtl.btn-theme.nmToast-action,
.btn-mtl.btn-theme.snackbar-action,
.btn.btn-mtl.btn-primary,
.btn-mtl.btn-primary.nmToast-action,
.btn-mtl.btn-primary.snackbar-action,
.btn.btn-mtl.btn-success,
.btn-mtl.btn-success.nmToast-action,
.btn-mtl.btn-success.snackbar-action,
.btn.btn-mtl.btn-info,
.btn-mtl.btn-info.nmToast-action,
.btn-mtl.btn-info.snackbar-action,
.btn.btn-mtl.btn-warning,
.btn-mtl.btn-warning.nmToast-action,
.btn-mtl.btn-warning.snackbar-action,
.btn.btn-mtl.btn-danger,
.btn-mtl.btn-danger.nmToast-action,
.btn-mtl.btn-danger.snackbar-action,
.btn.btn-mtl.btn-secondary,
.btn-mtl.btn-secondary.nmToast-action,
.btn-mtl.btn-secondary.snackbar-action {
    color: #fff;
    -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    -o-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.btn.btn-mtl.btn-link,
.btn-mtl.btn-link.nmToast-action,
.btn-mtl.btn-link.snackbar-action {
    color: #000;
    font-weight: 700;
    text-transform: initial;
    background: transparent;
    border-color: transparent;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn.btn-mtl.btn-link:hover,
.btn-mtl.btn-link.nmToast-action:hover,
.btn-mtl.btn-link.snackbar-action:hover,
.btn.btn-mtl.btn-link:focus,
.btn-mtl.btn-link.nmToast-action:focus,
.btn-mtl.btn-link.snackbar-action:focus,
.btn.btn-mtl.btn-link:active,
.btn-mtl.btn-link.nmToast-action:active,
.btn-mtl.btn-link.snackbar-action:active {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.16)
}

.btn.btn-mtl.btn-primary,
.btn-mtl.btn-primary.nmToast-action,
.btn-mtl.btn-primary.snackbar-action {
    background: #1c3e95
}

.btn.btn-mtl.btn-primary:hover,
.btn-mtl.btn-primary.nmToast-action:hover,
.btn-mtl.btn-primary.snackbar-action:hover,
.btn.btn-mtl.btn-primary:focus,
.btn-mtl.btn-primary.nmToast-action:focus,
.btn-mtl.btn-primary.snackbar-action:focus,
.btn.btn-mtl.btn-primary:active,
.btn-mtl.btn-primary.nmToast-action:active,
.btn-mtl.btn-primary.snackbar-action:active {
    background: #173279
}

.btn.btn-mtl.btn-primary.btn-link,
.btn-mtl.btn-primary.btn-link.nmToast-action,
.btn-mtl.btn-primary.btn-link.snackbar-action {
    color: #1c3e95;
    background: transparent
}

.btn.btn-mtl.btn-primary.btn-link:hover,
.btn-mtl.btn-primary.btn-link.nmToast-action:hover,
.btn-mtl.btn-primary.btn-link.snackbar-action:hover,
.btn.btn-mtl.btn-primary.btn-link:focus,
.btn-mtl.btn-primary.btn-link.nmToast-action:focus,
.btn-mtl.btn-primary.btn-link.snackbar-action:focus,
.btn.btn-mtl.btn-primary.btn-link:active,
.btn-mtl.btn-primary.btn-link.nmToast-action:active,
.btn-mtl.btn-primary.btn-link.snackbar-action:active {
    background: rgba(28, 62, 149, 0.16)
}

.btn.btn-mtl.btn-success,
.btn-mtl.btn-success.nmToast-action,
.btn-mtl.btn-success.snackbar-action {
    background: #19b820
}

.btn.btn-mtl.btn-success:hover,
.btn-mtl.btn-success.nmToast-action:hover,
.btn-mtl.btn-success.snackbar-action:hover,
.btn.btn-mtl.btn-success:focus,
.btn-mtl.btn-success.nmToast-action:focus,
.btn-mtl.btn-success.snackbar-action:focus,
.btn.btn-mtl.btn-success:active,
.btn-mtl.btn-success.nmToast-action:active,
.btn-mtl.btn-success.snackbar-action:active {
    background: #159b1b
}

.btn.btn-mtl.btn-success.btn-link,
.btn-mtl.btn-success.btn-link.nmToast-action,
.btn-mtl.btn-success.btn-link.snackbar-action {
    color: #19b820;
    background: transparent
}

.btn.btn-mtl.btn-success.btn-link:hover,
.btn-mtl.btn-success.btn-link.nmToast-action:hover,
.btn-mtl.btn-success.btn-link.snackbar-action:hover,
.btn.btn-mtl.btn-success.btn-link:focus,
.btn-mtl.btn-success.btn-link.nmToast-action:focus,
.btn-mtl.btn-success.btn-link.snackbar-action:focus,
.btn.btn-mtl.btn-success.btn-link:active,
.btn-mtl.btn-success.btn-link.nmToast-action:active,
.btn-mtl.btn-success.btn-link.snackbar-action:active {
    background: rgba(25, 184, 32, 0.16)
}

.btn.btn-mtl.btn-info,
.btn-mtl.btn-info.nmToast-action,
.btn-mtl.btn-info.snackbar-action {
    background: #006ed0
}

.btn.btn-mtl.btn-info:hover,
.btn-mtl.btn-info.nmToast-action:hover,
.btn-mtl.btn-info.snackbar-action:hover,
.btn.btn-mtl.btn-info:focus,
.btn-mtl.btn-info.nmToast-action:focus,
.btn-mtl.btn-info.snackbar-action:focus,
.btn.btn-mtl.btn-info:active,
.btn-mtl.btn-info.nmToast-action:active,
.btn-mtl.btn-info.snackbar-action:active {
    background: #005caf
}

.btn.btn-mtl.btn-info.btn-link,
.btn-mtl.btn-info.btn-link.nmToast-action,
.btn-mtl.btn-info.btn-link.snackbar-action {
    color: #006ed0;
    background: transparent
}

.btn.btn-mtl.btn-info.btn-link:hover,
.btn-mtl.btn-info.btn-link.nmToast-action:hover,
.btn-mtl.btn-info.btn-link.snackbar-action:hover,
.btn.btn-mtl.btn-info.btn-link:focus,
.btn-mtl.btn-info.btn-link.nmToast-action:focus,
.btn-mtl.btn-info.btn-link.snackbar-action:focus,
.btn.btn-mtl.btn-info.btn-link:active,
.btn-mtl.btn-info.btn-link.nmToast-action:active,
.btn-mtl.btn-info.btn-link.snackbar-action:active {
    background: rgba(0, 110, 208, 0.16)
}

.btn.btn-mtl.btn-warning,
.btn-mtl.btn-warning.nmToast-action,
.btn-mtl.btn-warning.snackbar-action {
    background: #fc7272
}

.btn.btn-mtl.btn-warning:hover,
.btn-mtl.btn-warning.nmToast-action:hover,
.btn-mtl.btn-warning.snackbar-action:hover,
.btn.btn-mtl.btn-warning:focus,
.btn-mtl.btn-warning.nmToast-action:focus,
.btn-mtl.btn-warning.snackbar-action:focus,
.btn.btn-mtl.btn-warning:active,
.btn-mtl.btn-warning.nmToast-action:active,
.btn-mtl.btn-warning.snackbar-action:active {
    background: #fb5252
}

.btn.btn-mtl.btn-warning.btn-link,
.btn-mtl.btn-warning.btn-link.nmToast-action,
.btn-mtl.btn-warning.btn-link.snackbar-action {
    color: #fc7272;
    background: transparent
}

.btn.btn-mtl.btn-warning.btn-link:hover,
.btn-mtl.btn-warning.btn-link.nmToast-action:hover,
.btn-mtl.btn-warning.btn-link.snackbar-action:hover,
.btn.btn-mtl.btn-warning.btn-link:focus,
.btn-mtl.btn-warning.btn-link.nmToast-action:focus,
.btn-mtl.btn-warning.btn-link.snackbar-action:focus,
.btn.btn-mtl.btn-warning.btn-link:active,
.btn-mtl.btn-warning.btn-link.nmToast-action:active,
.btn-mtl.btn-warning.btn-link.snackbar-action:active {
    background: rgba(252, 114, 114, 0.16)
}

.btn.btn-mtl.btn-danger,
.btn-mtl.btn-danger.nmToast-action,
.btn-mtl.btn-danger.snackbar-action {
    background: #b91f19
}

.btn.btn-mtl.btn-danger:hover,
.btn-mtl.btn-danger.nmToast-action:hover,
.btn-mtl.btn-danger.snackbar-action:hover,
.btn.btn-mtl.btn-danger:focus,
.btn-mtl.btn-danger.nmToast-action:focus,
.btn-mtl.btn-danger.snackbar-action:focus,
.btn.btn-mtl.btn-danger:active,
.btn-mtl.btn-danger.nmToast-action:active,
.btn-mtl.btn-danger.snackbar-action:active {
    background: #9c1a15
}

.btn.btn-mtl.btn-danger.btn-link,
.btn-mtl.btn-danger.btn-link.nmToast-action,
.btn-mtl.btn-danger.btn-link.snackbar-action {
    color: #b91f19;
    background: transparent
}

.btn.btn-mtl.btn-danger.btn-link:hover,
.btn-mtl.btn-danger.btn-link.nmToast-action:hover,
.btn-mtl.btn-danger.btn-link.snackbar-action:hover,
.btn.btn-mtl.btn-danger.btn-link:focus,
.btn-mtl.btn-danger.btn-link.nmToast-action:focus,
.btn-mtl.btn-danger.btn-link.snackbar-action:focus,
.btn.btn-mtl.btn-danger.btn-link:active,
.btn-mtl.btn-danger.btn-link.nmToast-action:active,
.btn-mtl.btn-danger.btn-link.snackbar-action:active {
    background: rgba(185, 31, 25, 0.16)
}

.btn.btn-mtl.btn-accent,
.btn-mtl.btn-accent.nmToast-action,
.btn-mtl.btn-accent.snackbar-action {
    background: #14bcfc
}

.btn.btn-mtl.btn-accent:hover,
.btn-mtl.btn-accent.nmToast-action:hover,
.btn-mtl.btn-accent.snackbar-action:hover,
.btn.btn-mtl.btn-accent:focus,
.btn-mtl.btn-accent.nmToast-action:focus,
.btn-mtl.btn-accent.snackbar-action:focus,
.btn.btn-mtl.btn-accent:active,
.btn-mtl.btn-accent.nmToast-action:active,
.btn-mtl.btn-accent.snackbar-action:active {
    background: #03acec
}

.btn.btn-mtl.btn-accent.btn-link,
.btn-mtl.btn-accent.btn-link.nmToast-action,
.btn-mtl.btn-accent.btn-link.snackbar-action {
    color: #14bcfc;
    background: transparent
}

.btn.btn-mtl.btn-accent.btn-link:hover,
.btn-mtl.btn-accent.btn-link.nmToast-action:hover,
.btn-mtl.btn-accent.btn-link.snackbar-action:hover,
.btn.btn-mtl.btn-accent.btn-link:focus,
.btn-mtl.btn-accent.btn-link.nmToast-action:focus,
.btn-mtl.btn-accent.btn-link.snackbar-action:focus,
.btn.btn-mtl.btn-accent.btn-link:active,
.btn-mtl.btn-accent.btn-link.nmToast-action:active,
.btn-mtl.btn-accent.btn-link.snackbar-action:active {
    background: rgba(20, 188, 252, 0.16)
}

.btn.btn-mtl.btn-white,
.btn-mtl.btn-white.nmToast-action,
.btn-mtl.btn-white.snackbar-action {
    background: #fff
}

.btn.btn-mtl.btn-white:hover,
.btn-mtl.btn-white.nmToast-action:hover,
.btn-mtl.btn-white.snackbar-action:hover,
.btn.btn-mtl.btn-white:focus,
.btn-mtl.btn-white.nmToast-action:focus,
.btn-mtl.btn-white.snackbar-action:focus,
.btn.btn-mtl.btn-white:active,
.btn-mtl.btn-white.nmToast-action:active,
.btn-mtl.btn-white.snackbar-action:active {
    background: #eee
}

.btn.btn-mtl.btn-white.btn-link,
.btn-mtl.btn-white.btn-link.nmToast-action,
.btn-mtl.btn-white.btn-link.snackbar-action {
    color: #fff;
    background: transparent
}

.btn.btn-mtl.btn-white.btn-link:hover,
.btn-mtl.btn-white.btn-link.nmToast-action:hover,
.btn-mtl.btn-white.btn-link.snackbar-action:hover,
.btn.btn-mtl.btn-white.btn-link:focus,
.btn-mtl.btn-white.btn-link.nmToast-action:focus,
.btn-mtl.btn-white.btn-link.snackbar-action:focus,
.btn.btn-mtl.btn-white.btn-link:active,
.btn-mtl.btn-white.btn-link.nmToast-action:active,
.btn-mtl.btn-white.btn-link.snackbar-action:active {
    background: rgba(255, 255, 255, 0.16)
}

.btn.btn-mtl.btn-black,
.btn-mtl.btn-black.nmToast-action,
.btn-mtl.btn-black.snackbar-action {
    background: #000
}

.btn.btn-mtl.btn-black:hover,
.btn-mtl.btn-black.nmToast-action:hover,
.btn-mtl.btn-black.snackbar-action:hover,
.btn.btn-mtl.btn-black:focus,
.btn-mtl.btn-black.nmToast-action:focus,
.btn-mtl.btn-black.snackbar-action:focus,
.btn.btn-mtl.btn-black:active,
.btn-mtl.btn-black.nmToast-action:active,
.btn-mtl.btn-black.snackbar-action:active {
    background: #000
}

.btn.btn-mtl.btn-black.btn-link,
.btn-mtl.btn-black.btn-link.nmToast-action,
.btn-mtl.btn-black.btn-link.snackbar-action {
    color: #000;
    background: transparent
}

.btn.btn-mtl.btn-black.btn-link:hover,
.btn-mtl.btn-black.btn-link.nmToast-action:hover,
.btn-mtl.btn-black.btn-link.snackbar-action:hover,
.btn.btn-mtl.btn-black.btn-link:focus,
.btn-mtl.btn-black.btn-link.nmToast-action:focus,
.btn-mtl.btn-black.btn-link.snackbar-action:focus,
.btn.btn-mtl.btn-black.btn-link:active,
.btn-mtl.btn-black.btn-link.nmToast-action:active,
.btn-mtl.btn-black.btn-link.snackbar-action:active {
    background: rgba(0, 0, 0, 0.16)
}

.btn-o.btn-info,
.btn-o.btn-accent,
.btn-o.btn-default,
.btn-o.btn-primary,
.btn-o.btn-warning,
.btn-o.btn-success,
.btn-o.btn-danger {
    background: none
}

.btn-o.btn-default {
    color: #fff;
    border-color: #fff
}

.btn-o.btn-default:hover,
.btn-o.btn-default:focus,
.btn-o.btn-default:active {
    color: #fff;
    background: rgba(255, 255, 255, 0.16)
}

.btn-o.btn-primary {
    color: #1c3e95;
    border-color: #1c3e95
}

.btn-o.btn-primary:hover,
.btn-o.btn-primary:focus,
.btn-o.btn-primary:active {
    color: #fff;
    background: #1c3e95
}

.btn-o.btn-info {
    color: #006ed0;
    border-color: #006ed0
}

.btn-o.btn-info:hover,
.btn-o.btn-info:focus,
.btn-o.btn-info:active {
    color: #fff;
    background: #006ed0
}

.btn-o.btn-warning {
    color: #fc7272;
    border-color: #fc7272
}

.btn-o.btn-warning:hover,
.btn-o.btn-warning:focus,
.btn-o.btn-warning:active {
    color: #fff;
    background: #fc7272
}

.btn-o.btn-success {
    color: #19b820;
    border-color: #19b820
}

.btn-o.btn-success:hover,
.btn-o.btn-success:focus,
.btn-o.btn-success:active {
    color: #fff;
    background: #19b820
}

.btn-o.btn-danger {
    color: #b91f19;
    border-color: #b91f19
}

.btn-o.btn-danger:hover,
.btn-o.btn-danger:focus,
.btn-o.btn-danger:active {
    color: #fff;
    background: #b91f19
}

.btn-o.btn-accent {
    color: #14bcfc;
    border-color: #14bcfc;
    margin-top: 50px
}

.btn-o.btn-accent:hover,
.btn-o.btn-accent:focus,
.btn-o.btn-accent:active {
    color: #fff;
    background: #03acec
}

[data-has-filter="true"] {
    overflow: hidden;
    position: relative;
    text-align: center
}

[data-has-filter="true"]>*:not([data-filter]) {
    z-index: 1;
    position: relative
}

[data-has-filter="true"]>img {
    top: 50%;
    left: 50%;
    pointer-events: none;
    position: absolute !important;
    -webkt-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

[data-has-filter="true"] [data-filter] {
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    background-size: cover;
    background-position: center
}

[data-has-filter="true"] [data-filter="blur"] {
    opacity: 0.5
}

[data-has-filter="false"] [data-filter] {
    opacity: 0
}

[data-filter="blur"] {
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    opacity: 0.4;
    filter: url("#blur");
    -webkit-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
    background-size: 100% 100%
}

dialog,
.dialog {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 2000;
    display: none;
    border: 0 none;
    overflow: auto;
    position: fixed;
    max-width: 80vw;
    max-height: 90vh;
    visibility: hidden;
    background: #fff;
    border-radius: 2px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
    -o-box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12)
}

dialog[open],
dialog.open,
.dialog[open],
.dialog.open {
    display: block;
    visibility: visible
}

dialogBackdrop,
.dialogBackdrop {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    position: fixed;
    visibility: hidden;
    pointer-events: none
}

dialogBackdrop.active,
dialogBackdrop.transparent,
.dialogBackdrop.active,
.dialogBackdrop.transparent {
    display: block;
    visibility: visible;
    pointer-events: all
}

dialogBackdrop.active,
.dialogBackdrop.active {
    background: rgba(0, 0, 0, 0.8)
}

dialog-header:before,
dialog-header:after,
dialog-message:before,
dialog-message:after,
dialog-footer:before,
dialog-footer:after,
.dialog-header:before,
.dialog-header:after,
.dialog-message:before,
.dialog-message:after,
.dialog-footer:before,
.dialog-footer:after {
    display: table;
    content: " "
}

dialog-header:after,
dialog-message:after,
dialog-footer:after,
.dialog-header:after,
.dialog-message:after,
.dialog-footer:after {
    clear: both
}

dialog-message,
.dialog-message {
    padding: 24px
}

dialog-footer,
.dialog-footer {
    padding: 0px 24px 10px;
    margin-top: 0px
}

dialog .dialogClose,
.dialog .dialogClose {
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    padding: 3px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    background: #e20000;
    text-decoration: none
}

dialog.transparent,
.dialog.transparent {
    background: transparent
}

dialog.transparent .dialogClose,
.dialog.transparent .dialogClose {
    top: -10px;
    right: -10px
}

@media only screen and (max-width: 767px) {
    dialog,
    .dialog {
        max-width: 90vw;
        max-height: 90vh
    }
}

.nmToast,
.snackbar {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    color: #fff;
    z-index: 2000;
    margin: 0 auto;
    cursor: default;
    position: fixed;
    min-height: 48px;
    max-height: 80px;
    visibility: hidden;
    pointer-events: none;
    will-change: transform;
    background-color: #323232;
    transition: transform 0.25s cubic-bezier(0.4, 0, 1, 1);
    transition: transform 0.25s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transform: translate(0, 80px);
    -ms-transform: translate(0, 80px);
    transform: translate(0, 80px);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between
}

.nmToast-text,
.snackbar-text {
    padding: 14px 12px 14px 24px
}

.nmToast-action,
.snackbar-action {
    font-weight: 700;
    background: transparent;
    text-transform: uppercase;
    padding: 14px 24px 14px 12px;
    color: #14bcfc;
    transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.2, 1)
}

.nmToast-action:hover,
.nmToast-action:focus,
.nmToast-action:active,
.snackbar-action:hover,
.snackbar-action:focus,
.snackbar-action:active {
    color: #14bcfc
}

.nmToast.active,
.snackbar.active {
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media only screen and (min-width: 480px) {
    .nmToast,
    .snackbar {
        min-width: 288px;
        max-width: 568px
    }
}

.nmToast[data-placement="top"],
.snackbar[data-placement="top"] {
    top: 0px;
    bottom: auto;
    -webkit-transform: translate(0, -80px);
    -ms-transform: translate(0, -80px);
    transform: translate(0, -80px)
}

.nmToast[data-placement="top"].active,
.snackbar[data-placement="top"].active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.nmToast[data-placement="bottom"],
.snackbar[data-placement="bottom"] {
    top: auto;
    bottom: 0px;
    -webkit-transform: translate(0, 80px);
    -ms-transform: translate(0, 80px);
    transform: translate(0, 80px)
}

.nmToast[data-placement="bottom"].active,
.snackbar[data-placement="bottom"].active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.card,
.cards>li,
.cards>article {
    padding: 10px;
    display: block;
    color: inherit;
    background: #fff;
    border-radius: 2px;
    position: relative;
    margin-bottom: 20px;
    text-decoration: none;
    -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    -o-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.card.hover,
.cards>li.hover,
.cards>article.hover {
    -moz-box-shadow: 0 6px 4px -8px rgba(0, 0, 0, .2), 0 8px 8px 0 rgba(0, 0, 0, .14), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -o-box-shadow: 0 6px 4px -8px rgba(0, 0, 0, .2), 0 8px 8px 0 rgba(0, 0, 0, .14), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 6px 4px -8px rgba(0, 0, 0, .2), 0 8px 8px 0 rgba(0, 0, 0, .14), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 6px 4px -8px rgba(0, 0, 0, .2), 0 8px 8px 0 rgba(0, 0, 0, .14), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.card.transparent,
.cards>li.transparent,
.cards>article.transparent {
    background: transparent
}

.card.magnet-x,
.cards>li.magnet-x,
.cards>article.magnet-x {
    border-radius: 0px
}

.card.magnet-x:first-child,
.cards>li.magnet-x:first-child,
.cards>article.magnet-x:first-child {
    border-radius: 2px 0px 0px 2px
}

.card.magnet-x:last-child,
.cards>li.magnet-x:last-child,
.cards>article.magnet-x:last-child {
    border-radius: 0px 2px 2px 0px
}

.card.magnet-y,
.cards>li.magnet-y,
.cards>article.magnet-y {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border-radius: 0px
}

.card.magnet-y:first-child,
.cards>li.magnet-y:first-child,
.cards>article.magnet-y:first-child {
    border-radius: 2px 2px 0px 0px
}

.card.magnet-y:last-child,
.cards>li.magnet-y:last-child,
.cards>article.magnet-y:last-child {
    border-radius: 0px 0px 2px 2px
}

.card .cardHeader,
.card .cardFooter,
.card .cardContent,
.cards>li .cardHeader,
.cards>article .cardHeader,
.cards>li .cardFooter,
.cards>article .cardFooter,
.cards>li .cardContent,
.cards>article .cardContent {
    display: block;
    position: relative
}

.card .cardHeader:before,
.card .cardHeader:after,
.card .cardFooter:before,
.card .cardFooter:after,
.card .cardContent:before,
.card .cardContent:after,
.cards>li .cardHeader:before,
.cards>article .cardHeader:before,
.cards>li .cardHeader:after,
.cards>article .cardHeader:after,
.cards>li .cardFooter:before,
.cards>article .cardFooter:before,
.cards>li .cardFooter:after,
.cards>article .cardFooter:after,
.cards>li .cardContent:before,
.cards>article .cardContent:before,
.cards>li .cardContent:after,
.cards>article .cardContent:after {
    display: table;
    content: " "
}

.card .cardHeader:after,
.card .cardFooter:after,
.card .cardContent:after,
.cards>li .cardHeader:after,
.cards>article .cardHeader:after,
.cards>li .cardFooter:after,
.cards>article .cardFooter:after,
.cards>li .cardContent:after,
.cards>article .cardContent:after {
    clear: both
}

.card .cardHeader,
.cards>li .cardHeader,
.cards>article .cardHeader {
    padding: 10px;
    margin: -10px -10px 0;
    border-radius: 2px 2px 0px 0px
}

.card .cardHeader .actions,
.cards>li .cardHeader .actions,
.cards>article .cardHeader .actions {
    top: 0;
    height: 100%;
    position: absolute
}

.card .cardHeader .actions.lside,
.cards>li .cardHeader .actions.lside,
.cards>article .cardHeader .actions.lside {
    left: 0
}

.card .cardHeader .actions.rside,
.cards>li .cardHeader .actions.rside,
.cards>article .cardHeader .actions.rside {
    right: 0;
    text-align: right
}

.card .cardContent,
.cards>li .cardContent,
.cards>article .cardContent {
    margin: 0 -10px;
    padding: 0 10px
}

.card .cardContent .row,
.card .cardContent .r,
.cards>li .cardContent .row,
.cards>article .cardContent .row,
.cards>li .cardContent .r,
.cards>article .cardContent .r {
    margin: 0 -10px
}

.card .cardContent .row>.table-responsive,
.card .cardContent .r>.table-responsive,
.cards>li .cardContent .row>.table-responsive,
.cards>article .cardContent .row>.table-responsive,
.cards>li .cardContent .r>.table-responsive,
.cards>article .cardContent .r>.table-responsive {
    margin: 0 -1px
}

.card .cardFooter,
.cards>li .cardFooter,
.cards>article .cardFooter {
    padding: 7px 10px;
    margin: 10px -10px -10px;
    border-radius: 0px 0px 2px 2px
}

.card:before,
.card:after,
.cards>li:before,
.cards>article:before,
.cards>li:after,
.cards>article:after {
    display: table;
    content: " "
}

.card:after,
.cards>li:after,
.cards>article:after {
    clear: both
}

.card.noShadow,
.cards>li.noShadow,
.cards>article.noShadow {
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.card.hover,
.card:hover,
.card:focus,
.card:active,
.cards>li.hover,
.cards>article.hover,
.cards>li:hover,
.cards>article:hover,
.cards>li:focus,
.cards>article:focus,
.cards>li:active,
.cards>article:active {
    text-decoration: none;
    -moz-box-shadow: 0 6px 4px -8px rgba(0, 0, 0, .2), 0 8px 8px 0 rgba(0, 0, 0, .14), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -o-box-shadow: 0 6px 4px -8px rgba(0, 0, 0, .2), 0 8px 8px 0 rgba(0, 0, 0, .14), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 6px 4px -8px rgba(0, 0, 0, .2), 0 8px 8px 0 rgba(0, 0, 0, .14), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 6px 4px -8px rgba(0, 0, 0, .2), 0 8px 8px 0 rgba(0, 0, 0, .14), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.card.hasFooter {
    padding-bottom: 50px
}

.card.hasFooter .cardFooter {
    left: 0;
    bottom: 0;
    margin: 0px;
    width: 100%;
    position: absolute
}

.cards {
    padding: 10px
}

.cards>li,
.cards>article {
    background: #fff
}

.f-row .card,
.flex .card {
    height: 100%
}

.materialTabs .nav-tabs,
.matTabs .nav-tabs {
    padding: 0px;
    overflow: auto;
    overflow-x: auto;
    background: #fff;
    overflow-y: hidden;
    border: none transparent;
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.materialTabs .nav-tabs>li,
.matTabs .nav-tabs>li {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    background: none;
    border-radius: 0px;
    border: none transparent;
    text-transform: uppercase
}

.materialTabs .nav-tabs>li>a,
.matTabs .nav-tabs>li>a {
    width: 100%;
    display: block;
    font-size: 15px;
    border-radius: 0;
    font-weight: 600;
    text-align: center;
    font-weight: 700;
    padding: 14px 15px 11px;
    border: none transparent;
    color: #232325;
    border-bottom: transparent 3px solid
}

.materialTabs .nav-tabs>li>a:hover,
.materialTabs .nav-tabs>li>a:focus,
.matTabs .nav-tabs>li>a:hover,
.matTabs .nav-tabs>li>a:focus {
    color: #1c3e95;
    border: none transparent;
    background: transparent none
}

.materialTabs .nav-tabs>li>a:focus,
.matTabs .nav-tabs>li>a:focus {
    background: rgba(28, 62, 149, 0.1);
    border-bottom: rgba(28, 62, 149, 0.05) 3px solid
}

.materialTabs .nav-tabs>li.active,
.matTabs .nav-tabs>li.active {
    border: none transparent
}

.materialTabs .nav-tabs>li.active>a,
.matTabs .nav-tabs>li.active>a {
    color: #1c3e95;
    border: none transparent;
    border-bottom: #1c3e95 3px solid
}

.materialTabs .nav-tabs>li.active>a:hover,
.materialTabs .nav-tabs>li.active>a:focus,
.matTabs .nav-tabs>li.active>a:hover,
.matTabs .nav-tabs>li.active>a:focus {
    color: #1c3e95;
    border: none transparent;
    border-bottom: #1c3e95 3px solid
}

.materialTabs .tab-pane,
.matTabs .tab-pane {
    padding: 20px 15px
}

.materialTabs .tab-pane.cardContainer,
.matTabs .tab-pane.cardContainer {
    background: rgba(0, 0, 0, 0.12)
}

.materialTabs.matRipple .nav-tabs>li>a,
.matTabs.matRipple .nav-tabs>li>a {
    position: relative
}

.materialTabs.matRipple .nav-tabs>li>a:before,
.matTabs.matRipple .nav-tabs>li>a:before {
    left: 0;
    right: 0;
    width: 0;
    bottom: 0;
    height: 2px;
    content: '';
    margin: 0 auto;
    position: absolute;
    background: transparent
}

.materialTabs.matRipple .nav-tabs>li.active>a:before,
.matTabs.matRipple .nav-tabs>li.active>a:before {
    width: 100%;
    height: 2px;
    background: #1c3e95
}

.pagination>li>a,
.pagination>li>span {
    padding: 10px 18px;
    font-weight: 600;
    font-weight: 700;
    color: #232325
}

.pagination .disabled>a,
.pagination .disabled>span {
    font-weight: 400
}

.mDataTable {
    font-size: 13px;
    white-space: nowrap;
    border-collapse: collapse;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12)
}

.mDataTable .mtl {
    margin: 0px -10px -18px -10px
}

.mDataTable thead {
    padding-bottom: 3px
}

.mDataTable thead .selected {
    margin-top: 0
}

.mDataTable tbody tr {
    height: 48px;
    -webkit-transition-duration: 0.28s;
    -webkit-transition-property: background-color;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.28s;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.mDataTable tbody tr.selected {
    background-color: #e0e0e0
}

.mDataTable tbody tr:hover {
    background-color: #eeeeee
}

.mDataTable td,
.mDataTable th {
    vertical-align: bottom;
    padding: 8px
}

.mDataTable td:first-of-type,
.mDataTable th:first-of-type {
    padding-left: 12px
}

.mDataTable td:first-of-type>label:not(.btn):not(.nmToast-action):not(.snackbar-action):not(.label),
.mDataTable th:first-of-type>label:not(.btn):not(.nmToast-action):not(.snackbar-action):not(.label) {
    padding-left: 12px;
    margin-left: -12px
}

.mDataTable td:last-of-type,
.mDataTable th:last-of-type {
    padding-right: 12px
}

.mDataTable td:last-of-type label:not(.btn):not(.nmToast-action):not(.snackbar-action):not(.label),
.mDataTable th:last-of-type label:not(.btn):not(.nmToast-action):not(.snackbar-action):not(.label) {
    padding-right: 12px;
    margin-right: -12px
}

.mDataTable td.t-l,
.mDataTable th.t-l {
    text-align: left
}

.mDataTable td.t-r,
.mDataTable th.t-r {
    text-align: right
}

.mDataTable td.t-c,
.mDataTable th.t-c {
    text-align: center
}

.mDataTable td.t-j,
.mDataTable th.t-j {
    text-align: justify
}

.mDataTable td.nonNumeric,
.mDataTable th.nonNumeric {
    text-align: left
}

.mDataTable td.numeric,
.mDataTable th.numeric {
    text-align: right
}

.mDataTable td a,
.mDataTable th a {
    text-decoration: none
}

.mDataTable td a:not(.btn):not(.nmToast-action):not(.snackbar-action),
.mDataTable th a:not(.btn):not(.nmToast-action):not(.snackbar-action) {
    color: inherit
}

.mDataTable td>label:not(.btn):not(.nmToast-action):not(.snackbar-action):not(.label),
.mDataTable td>a:not(.btn):not(.nmToast-action):not(.snackbar-action),
.mDataTable td>a:not(.link),
.mDataTable th>label:not(.btn):not(.nmToast-action):not(.snackbar-action):not(.label),
.mDataTable th>a:not(.btn):not(.nmToast-action):not(.snackbar-action),
.mDataTable th>a:not(.link) {
    display: block;
    padding: 8px;
    margin: -8px
}

.mDataTable td .link,
.mDataTable th .link {
    color: #1c3e95
}

.mDataTable td .link:hover,
.mDataTable td .link:focus,
.mDataTable td .link:active,
.mDataTable th .link:hover,
.mDataTable th .link:focus,
.mDataTable th .link:active {
    color: #1c3e95
}

.mDataTable td {
    height: 48px;
    padding-top: 12px;
    vertical-align: middle;
    box-sizing: border-box;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12)
}

.mDataTable td.selected {
    vertical-align: middle
}

.mDataTable td>label:not(.btn):not(.nmToast-action):not(.snackbar-action):not(.label),
.mDataTable td>a:not(.btn):not(.nmToast-action):not(.snackbar-action) {
    padding-top: 12px;
    margin-top: -12px
}

.mDataTable th {
    height: 48px;
    color: #666;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    padding-bottom: 8px;
    margin-bottom: -8px;
    font-weight: 700;
    box-sizing: border-box;
    vertical-align: bottom;
    text-overflow: ellipsis
}

.mDataTable th.sortedAsc,
.mDataTable th.sortedDesc {
    color: rgba(0, 0, 0, 0.87)
}

.mDataTable th.sortedAsc:before,
.mDataTable th.sortedDesc:before {
    line-height: 1;
    font-size: 16px;
    word-wrap: normal;
    font-style: normal;
    font-weight: normal;
    vertical-align: sub;
    text-transform: none;
    display: inline-block;
    margin-right: 5px;
    letter-spacing: normal;
    content: "";
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-family: "icon"
}

.mDataTable th.sortedAsc:hover,
.mDataTable th.sortedDesc:hover {
    cursor: pointer
}

.mDataTable th.sortedAsc:hover:before,
.mDataTable th.sortedDesc:hover:before {
    color: rgba(0, 0, 0, 0.26)
}

.mDataTable th.sortedDesc:before {
    content: ""
}

.mDataTable.fw {
    width: 100%
}

.mDataTable-center {
    margin: 0 auto
}

.mDataTable-nonNumeric {
    text-align: left
}

.mDataTable-numeric {
    text-align: right
}

.mDataTable .label {
    font-size: 85%;
    font-weight: normal;
    font-weight: 600;
    font-weight: 700
}

.btn-curved {
    border-radius: 2.85714rem;
    padding: 1.07143rem 4.14286rem;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600
}

.input-group-addon {
    padding: .42857rem .85714rem
}

.input-group-addon>select {
    border-radius: 0;
    height: 2.28571rem;
    border: 0 none transparent;
    padding: .42857rem .85714rem;
    margin: -.57143rem -.85714rem
}

.formContainer {
    padding: 2.85714rem 0
}

.formContainer .sm-form {
    max-width: 36.71429rem
}

.formContainer .md-form {
    max-width: 57.14286rem
}

.owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    counter-increment: slide
}

.owl-dots .owl-dot span {
    display: block;
    margin: .35714rem;
    width: .85714rem;
    height: .85714rem;
    position: relative;
    border-radius: 50%;
    color: #fff;
    -webkit-backface-visibility: visible;
    border: #fff .14286rem solid
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #fff;
    -moz-box-shadow: 0 0 .71429rem #000;
    -o-box-shadow: 0 0 .71429rem #000;
    -webkit-box-shadow: 0 0 .71429rem #000;
    box-shadow: 0 0 .71429rem #000
}

.owl-carousel .owl-nav {
    left: 0;
    top: 50%;
    width: 100%;
    position: absolute;
    pointer-events: none;
    margin-top: -4.28571rem
}

.owl-carousel .owl-nav>* {
    pointer-events: all
}

.owl-carousel .owl-nav .i {
    font-size: 3.14286rem
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    color: #232325
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-prev:active,
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-next:active {
    color: #232325
}

.owl-carousel .owl-nav button.owl-prev {
    left: -1.71429rem
}

.owl-carousel .owl-nav button.owl-next {
    right: -1.78571rem
}

.page {
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    max-height: 100vh;
    position: absolute;
    min-height: 137.14286rem;
    background: #fff
}

.rel {
    position: relative
}

ul.infoList {
    padding-left: 0;
    padding-top: 1.42857rem
}

ul.infoList>li {
    list-style: none;
    padding-top: 1.07143rem;
    font-size: 14px;
}

ul.infoList>li a {
    color: #757575
}

ul.infoList>li a:active,
ul.infoList>li a:hover,
ul.infoList>li a:focus {
    color: #1c3e95
}

ul.infoList>li i {
    color: #14bcfc;
    font-size: 1.42857em;
    padding-right: .85714rem
}

.error {
    color: #b91f19
}

header.header .navbar-nav>li {
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Lato", sans-serif
}

header.header .navbar-brand {
    position: relative;
    padding: 1.42857rem .71429rem;
    background: #fff
}

header.header .navbar-brand:hover,
header.header .navbar-brand:active,
header.header .navbar-brand:focus {
    background: #fff
}

header.header .navbar-brand:before,
header.header .navbar-brand:after {
    top: 0;
    content: '';
    height: 100%;
    position: absolute
}

header.header .navbar-brand:after {
    left: 100%;
    border-style: solid;
    border-color: transparent;
    border-left-color: #fff;
    border-width: 0 0 5.71429rem 2.64286rem
}

header.header .navbar-brand:before {
    right: 100%;
    width: 9999em;
    background: #fff
}

header.header .navbar-toggle {
    position: absolute;
    top: 1.42857rem;
    right: 1.42857rem;
    margin: 0;
    border-color: #1c3e95
}

header.header .navbar .dropdown .iconButton {
    font-size: 1.85714em;
    padding-top: 1.85714rem;
    padding-bottom: 1.85714rem
}

header.header .navbar .dropdown-menu>li a {
    padding-top: .71429rem;
    padding-bottom: .71429rem;
    text-transform: capitalize
}

@media only screen and (min-width: 768px) {
    header.header.onTop .navbar {
        background: rgba(43, 53, 148, 0.35)
    }
    header.header.onTop .navbar-nav>li>a {
        color: #fff
    }
    header.header.onTop .navbar-nav>li>a:hover,
    header.header.onTop .navbar-nav>li>a:focus,
    header.header.onTop .navbar-nav>li>a:active {
        background: rgba(43, 53, 148, 0.35)
    }
}

header.header:not(.onTop) .navbar {
    min-height: 4.28571rem;
    -moz-box-shadow: 0 0 2.14286rem rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0 0 2.14286rem rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 2.14286rem rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2.14286rem rgba(0, 0, 0, 0.6)
}

header.header:not(.onTop) .navbar-brand {
    padding-top: .71429rem;
    padding-bottom: .71429rem;
    height: 4.28571rem
}

header.header:not(.onTop) .navbar-brand:after {
    border-bottom-width: 4.28571rem
}

header.header:not(.onTop) .navbar-toggle {
    top: .71429rem
}

header.header:not(.onTop) .navbar .iconButton {
    padding-top: 1.21429rem;
    padding-bottom: 1.21429rem
}

@media only screen and (min-width: 768px) {
    header.header:not(.onTop) .navbar-nav>li>a {
        padding-top: 1.42857rem;
        padding-bottom: 1.42857rem
    }
}

footer.footer {
    padding-top: 5rem;
    color: #757575;
    background: #f2f2f2 url("../images/cta.png") no-repeat center
}

footer.footer a {
    color: #757575;
    display: inline-block;
}

footer.footer .title {
    font-size: 1em;
    color: #404040;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: .71429rem
}

footer.footer .about .desc {
    padding: 20px 0;
    line-height: 1.7em;
}

footer.footer .about .socialIcon a .i {
    font-size: 2.85714em;
    margin-right: .71429rem
}

footer.footer .about .socialIcon a .i-facebook {
    color: #3b5998
}

footer.footer .about .socialIcon a .i-twitter {
    color: #55acee
}

footer.footer .about .socialIcon a .i-linkedIn {
    color: #007ab9
}

footer.footer .about .socialIcon a .i-instagram {
    color: #715e5e
}

footer.footer .about .socialIcon a:hover,
footer.footer .about .socialIcon a:active,
footer.footer .about .socialIcon a:focus {
    text-decoration: none
}

footer.footer .about .socialIcon a:hover .i-facebook,
footer.footer .about .socialIcon a:active .i-facebook,
footer.footer .about .socialIcon a:focus .i-facebook {
    color: #aac2f8
}

footer.footer .about .socialIcon a:hover .i-twitter,
footer.footer .about .socialIcon a:active .i-twitter,
footer.footer .about .socialIcon a:focus .i-twitter {
    color: #b2e0f2
}

footer.footer .about .socialIcon a:hover .i-instagram,
footer.footer .about .socialIcon a:active .i-instagram,
footer.footer .about .socialIcon a:focus .i-instagram {
    color: #f49bca
}

footer.footer .about .socialIcon a:hover .i-linkedin-with-circle,
footer.footer .about .socialIcon a:active .i-linkedin-with-circle,
footer.footer .about .socialIcon a:focus .i-linkedin-with-circle {
    color: #55acee
}

footer.footer .scrollTop {
    position: fixed;
    bottom: 2.28571rem;
    right: 2.85714rem;
    background: #1c3e95;
    color: #fff;
    width: 3.57143rem;
    padding: .71429rem;
    border-radius: 50%;
    font-size: 1.42857rem;
    text-align: center;
    z-index: 10
}

footer.footer .btn-info {
    position: fixed;
    bottom: 2.28571rem;
    right: 7.14286rem;
    border-radius: 3.57143rem;
    padding: .71429rem 1.42857rem;
    font-size: 1.21429rem;
    text-align: center;
    font-weight: 500;
    z-index: 10
}

footer.footer .btn-info i {
    font-weight: 700
}

footer.footer .copyRight {
    color: #616161;
    font-size: .92857em;
    margin-top: 3.92857rem;
    padding: 1.42857rem 0;
    background: rgba(0, 0, 0, 0.06);
    font-family: "Lato", sans-serif;
    font-weight: 400;
    cursor: pointer;
    z-index: 99
}

@media only screen and (max-width: 991px) {
    .footer {
        text-align: center
    }
    .footer .h6 {
        padding: .35714rem;
        border-radius: .28571rem;
        background: rgba(28, 62, 149, 0.1);
        border-bottom: .07143rem solid rgba(117, 117, 117, 0.2)
    }
    .footer .footerBlock {
        margin-bottom: 1.78571rem
    }
}

.banner {
    overflow: hidden;
    position: relative;
    color: #fff
}

@media only screen and (max-width: 1200px) {
    .banner {
        margin-top: 5.71429rem
    }
}

.banner .container {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    padding-top: 180px
}

.banner figure,
.banner .item {
    max-height: 54.71429rem;
    background: #1c3e95
}

.banner figure>img,
.banner .item>img {
    width: 100%
}

.banner figure .bannerTitle,
.banner .item .bannerTitle {
    font-weight: 600;
    font-size: 4em;
    line-height: 5rem;
    margin-bottom: -16.286rem;
    width: 50rem;
    height: 9.64286rem;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .banner figure .bannerTitle,
    .banner .item .bannerTitle {
        font-size: 2.57143em;
        line-height: 2.57143rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 34.28571rem;
        height: 2.92857rem
    }
}

@media only screen and (max-width: 768px) {
    .banner figure .bannerTitle,
    .banner .item .bannerTitle {
        max-width: 25.71429rem
    }
}

.banner figure .bannerInfo,
.banner .item .bannerInfo {
    z-index: 9;
    top: -3.57143rem
}

.banner figure .bannerInfo .bannerDetail,
.banner .item .bannerInfo .bannerDetail {
    font-size: 1em;
    max-width: 30rem;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    height: 2.92857rem;
    overflow: hidden
}

@media only screen and (max-width: 570px) {
    .banner figure .bannerInfo .bannerDetail,
    .banner .item .bannerInfo .bannerDetail {
        display: none
    }
}

@media only screen and (max-width: 1199px) {
    .banner figure .bannerInfo,
    .banner .item .bannerInfo {
        top: -6.07143rem
    }
}

.banner figure .bannerInfo .btn-info,
.banner .item .bannerInfo .btn-info {
    text-transform: capitalize;
    padding: .85714rem 2.57143rem;
    border-radius: 2.85714rem;
    font-size: 1em;
    font-weight: 600
}

@media only screen and (max-width: 767px) {
    .banner figure .bannerInfo .btn-info,
    .banner .item .bannerInfo .btn-info {
        padding-top: .57143rem;
        padding-bottom: .57143rem
    }
}

.banner figure .bannerBg,
.banner .item .bannerBg {
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(43, 53, 148, 0.72);
    background: -webkit-linear-gradient(45deg, rgba(43, 53, 148, 0.72), rgba(0, 173, 239, 0.72));
    background: linear-gradient(45deg, rgba(43, 53, 148, 0.72), rgba(0, 173, 239, 0.72))
}

.banner .caption {
    font-weight: 300
}

.banner .caption .title {
    line-height: 1em;
    font-size: 2.57143em
}

.banner .caption b {
    font-weight: 700
}

.banner .caption .btn,
.banner .caption .nmToast-action,
.banner .caption .snackbar-action {
    font-size: 1.42857em;
    margin-top: 1.07143em;
    font-weight: 600
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
    .banner .caption {
        display: none
    }
}

.banner .owl-nav {
    right: 0;
    bottom: 0;
    top: auto;
    margin: 0 auto;
    max-width: 50%
}

.banner .owl-nav button.owl-prev,
.banner .owl-nav button.owl-next {
    bottom: 2.42857rem;
    color: #fff
}

.banner .owl-dots {
    width: 100%;
    bottom: 4.28571rem;
    position: absolute
}

@media only screen and (max-width: 767px) {
    .banner .owl-dots {
        display: none
    }
}

.banner.innerPage figure,
.banner.innerPage .item {
    max-height: 16.42857rem;
    min-height: 15rem
}

.banner.innerPage .bannerTitle {
    font-size: 2.5rem
}

.innerPage figure .bannerBg {
    opacity: 1
}

.intro {
    position: relative;
    padding: 4.64286rem 0 4.57143rem 0;
    color: #fff;
    background: #1c3e95
}

.intro i {
    font-size: .57143em
}

.intro .title {
    font-size: 2.71429em;
    font-weight: 300;
    padding-bottom: 1.21429rem
}

.intro .content {
    font-weight: 400;
    font-size: .85714em;
    text-transform: uppercase;
    padding-bottom: 2.57143rem;
    line-height: 1.28571rem
}

.intro .scrollBtn {
    left: 0;
    right: 0;
    z-index: 10;
    margin: 0 auto;
    display: block;
    top: -3.14286rem;
    width: 6.28571rem;
    height: 6.28571rem;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    font-size: 1.71429em;
    padding-top: .71429rem;
    pointer-events: none;
    color: #fff;
    background: #1c3e95
}

.intro .scrollBtn:before,
.intro .scrollBtn:after {
    content: '';
    width: 3.21429rem;
    height: 2.28571rem;
    bottom: 2.28571rem;
    position: absolute;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #1c3e95
}

.intro .scrollBtn:before {
    left: -2.42857rem;
    transform: skewX(-20deg);
    border-width: 0 .85714rem .85714rem 0;
    border-bottom-right-radius: 100px;
    border-right-color: #1c3e95
}

.intro .scrollBtn:after {
    right: -2.42857rem;
    transform: skewX(20deg);
    border-width: 0 0 .85714rem .85714rem;
    border-bottom-left-radius: 7.14286rem;
    border-left-color: #1c3e95
}

.gridArea {
    position: relative
}

.gridArea .content {
    padding: 3.57143rem 3.35714rem;
    height: 27.78571rem;
    overflow: hidden
}

@media only screen and (max-width: 991px) {
    .gridArea .content {
        text-align: center;
        height: 17.85714rem;
        margin-bottom: 2.14286rem;
        padding-bottom: 4.57143rem
    }
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
    .gridArea .content {
        height: 18.28571rem
    }
}

.gridArea .content .title {
    color: #232325;
    font-size: 2.85714em;
    font-weight: 600;
    padding-bottom: 1.42857rem
}

@media only screen and (max-width: 1600px) {
    .gridArea .content .title {
        font-size: 2.5em
    }
    .gridArea .content p {
        font-size: .92857em
    }
}

.gridArea .desc {
    z-index: 1;
    bottom: 2.57143rem;
    width: 100%;
    position: absolute;
    line-height: 1.57143rem;
    padding-left: 2.5rem
}

.gridArea .desc .h2 {
    font-size: 1.71429em;
    font-weight: 600
}

@media only screen and (max-width: 991px) {
    .gridArea .desc {
        text-align: center
    }
}

.gridArea a.grid {
    display: block;
    margin: 0 -10px;
    position: relative;
    color: #fff
}

.gridArea a.grid:before {
    content: '';
    z-index: 10;
    width: 100%;
    height: 100%;
    position: absolute;
    -moz-box-shadow: inset 4.57143rem -4.42857rem 7.14286rem 0px rgba(12, 4, 4, 0.9);
    -o-box-shadow: inset 4.57143rem -4.42857rem 7.14286rem 0px rgba(12, 4, 4, 0.9);
    -webkit-box-shadow: inset 4.57143rem -4.42857rem 7.14286rem 0px rgba(12, 4, 4, 0.9);
    box-shadow: inset 4.57143rem -4.42857rem 7.14286rem 0px rgba(12, 4, 4, 0.9)
}

.gridArea a.grid .desc {
    z-index: 10;
    position: absolute
}

.gridArea a.grid.right .desc {
    right: 2.5rem;
    text-align: right
}

@media only screen and (max-width: 991px) {
    .gridArea a.grid.right .desc {
        text-align: center;
        right: 0
    }
}

.gridArea a.grid:hover:before,
.gridArea a.grid:active:before,
.gridArea a.grid:focus:before {
    -moz-box-shadow: inset 6.42857rem -6.07143rem 8.57143rem 0px rgba(12, 4, 4, 0.8);
    -o-box-shadow: inset 6.42857rem -6.07143rem 8.57143rem 0px rgba(12, 4, 4, 0.8);
    -webkit-box-shadow: inset 6.42857rem -6.07143rem 8.57143rem 0px rgba(12, 4, 4, 0.8);
    box-shadow: inset 6.42857rem -6.07143rem 8.57143rem 0px rgba(12, 4, 4, 0.8)
}

.gridArea a.grid figure {
    min-height: 30.35714rem;
    margin-bottom: 0
}

.gridArea a.grid figure img {
    opacity: 0
}

@media only screen and (max-width: 1600px) {
    .gridArea a.grid figure {
        min-height: 19.71429rem
    }
}

.gridArea a.grid.bgPrimary {
    background: #1c3e95
}

.gridArea a.grid.bgPrimary .tag {
    color: #1c3e95;
    background: #fff
}

.gridArea a.grid.bgPrimary .desc {
    width: 100%;
    padding: 0 2.42857rem
}

.gridArea a.grid.bgPrimary .desc .date {
    font-weight: 900;
    font-size: 2.14286rem;
    padding-bottom: .71429rem
}

.gridArea a.grid.bgPrimary .desc p {
    font-size: 1em;
    font-family: "Lato", sans-serif;
    font-weight: 400
}

.gridArea a.grid.event:before,
.gridArea a.grid.bgTransparent:before {
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.gridArea a.grid.news {
    color: #fff
}

.gridArea a.grid.news .tag {
    background: rgba(0, 0, 0, 0.7);
    color: #fff
}

.gridArea a.grid.bgTransparent {
    color: #232325
}

.gridArea a.grid .tag {
    padding: .71429rem 1.14286rem;
    position: absolute;
    right: 0;
    margin: 2rem;
    border-radius: 1.07143rem;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    z-index: 1
}

.services {
    background: url("../images/service/service-bg.png") center center no-repeat;
    background-size: cover
}

.services .iconImage {
    z-index: 1;
    width: 22.28571rem;
    height: 37.64286rem;
    border: 1.07143rem solid #fff;
    background: url("../images/service/main.png") center no-repeat
}

.services .iconImage:not(.affix) {
    top: 5.35714rem;
    right: -8.92857rem;
    position: absolute
}

@media only screen and (max-width: 991px) {
    .services .iconImage {
        left: 0;
        right: 0;
        margin: 0 auto;
        display: none
    }
}

.services .detail {
    background: #333642;
    color: #fff
}

.services .detail .desc {
    padding: 6.71429rem 0 4.71429rem 12.85714rem
}

@media only screen and (max-width: 991px) {
    .services .detail .desc {
        padding-left: .71429rem
    }
}

.services .detail .desc .mainTitle {
    padding-bottom: 0
}

.services .detail .desc ul.serviceList {
    padding-left: 0;
    margin: 0 auto
}

.services .detail .desc ul.serviceList>li {
    list-style: none;
    margin: 2.5rem 0 0 0
}

.services .detail .desc ul.serviceList>li figure {
    width: 5.71429rem;
    height: 5.71429rem;
    border-radius: 50%;
    overflow: hidden;
    border: .35714rem solid #fff;
    display: inline-block;
    vertical-align: middle
}

@media only screen and (max-width: 767px) {
    .services .detail .desc ul.serviceList>li figure {
        display: block;
        margin: .71429rem auto
    }
}

.services .detail .desc ul.serviceList>li .productDesc {
    width: calc(100% - 6.42857rem);
    padding-left: 1.78571rem
}

.services .detail .desc ul.serviceList>li .productDesc .title {
    color: #fff;
    font-weight: 500;
    font-size: 1.07143em;
    padding-bottom: .71429rem
}

.services .detail .desc ul.serviceList>li .productDesc .info {
    color: #9ea1ab;
    font-size: .92857em;
    line-height: 1.42857rem
}

@media only screen and (max-width: 767px) {
    .services .detail .desc ul.serviceList>li .productDesc {
        width: 100%;
        padding-left: 0;
        text-align: center
    }
}

.services .detail .desc ul.serviceList>li a {
    display: block
}

.partners .owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: 0 auto
}

.partners .title {
    font-weight: 500;
    font-size: 2.14286em;
    padding: 3.28571rem 3.57143rem;
    display: block;
    padding-right: .71429rem;
    color: #3d3d3d;
    background: rgba(20, 188, 252, 0.2)
}

.partners .title i {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.partners .title:hover i,
.partners .title:focus i,
.partners .title:active i {
    color: #1c3e95;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

@media only screen and (max-width: 1600px) {
    .partners .title {
        font-size: 1.71429em;
        text-align: center
    }
}

.partners figure {
    margin: 1.07143rem 0
}

.awards .owl-carousel .owl-item img {
    margin: 0 auto;
    width: auto
}

.awards .darkenBg {
    background: rgba(43, 53, 148, 0.72);
    background: -webkit-linear-gradient(-90deg, rgba(43, 53, 148, 0.72), rgba(0, 173, 239, 0.72));
    background: linear-gradient(180deg, rgba(43, 53, 148, 0.72), rgba(0, 173, 239, 0.72));
    min-height: 50.35714rem;
    color: #fff;
    font-weight: 600;
    padding: 4.28571rem 4.28571rem
}

.awards .bgDark {
    padding: 1.42857rem 0
}

.awards .bgDark figure {
    text-align: center;
    padding: 0 0 2.85714rem 0
}

.awards .bgDark .caption img {
    -moz-box-shadow: -.07143rem -1.5rem 1.5rem 0px rgba(0, 0, 0, 0.58);
    -o-box-shadow: -.07143rem -1.5rem 1.5rem 0px rgba(0, 0, 0, 0.58);
    -webkit-box-shadow: -.07143rem -1.5rem 1.5rem 0px rgba(0, 0, 0, 0.58);
    box-shadow: -.07143rem -1.5rem 1.5rem 0px rgba(0, 0, 0, 0.58)
}

.awards .bgDark .owl-dots {
    width: 100%;
    bottom: -4.28571rem;
    position: absolute
}

.awards .desc {
    padding: 6.57143rem 0 5rem 3.57143rem;
    color: #3d3d3d
}

.awards .desc .info {
    max-width: 85.71429rem
}

.awards .desc .featured {
    padding: 2.85714rem 0
}

.awards .desc .featured span.fBlock {
    width: 15.71429rem
}

.awards .desc .featured span.qBlock {
    width: calc(100% - 16.07143rem)
}

@media only screen and (max-width: 767px) {
    .awards .desc .featured span.fBlock,
    .awards .desc .featured span.qBlock {
        width: 100%
    }
}

.awards .desc .featured span .subTitle {
    line-height: 4rem;
    font-weight: 500
}

.awards .desc .featured span .info {
    max-width: 15.71429rem
}

.awards .quotes .h4 {
    font-size: 1.42857rem;
    padding-top: 3.57143rem;
    padding-bottom: 1.42857rem;
    font-weight: 600
}

[aria-watermark] {
    position: relative
}

[aria-watermark]:before {
    position: absolute;
    left: -3.78571rem;
    bottom: 2.64286rem;
    font-weight: 700;
    font-size: 10rem;
    color: rgba(255, 255, 255, 0.02);
    text-transform: uppercase;
    content: attr(aria-watermark)
}

.mainTitle {
    font-weight: 600;
    font-size: 2.85714em;
    padding-bottom: 2.5rem
}

.info {
    font-size: .92857rem;
    font-weight: 400;
    line-height: 1.57143rem;
    /* font-size: 1.14286rem;
    /* font-size: .9rem;
    padding-top: 1.42857rem;
    padding-bottom: 1.42857rem;
    font-weight: 600; */
}

.pageContent {
    padding: 2.85714rem 0
}

.productList a.grid {
    margin: 0 auto
}

.productList a.grid figure {
    min-height: 21.42857rem;
    margin-bottom: 1.07143rem
}

.innerPage figure .bannerInfo,
.innerPage .item .bannerInfo {
    top: -3.57143rem
}

.productList {
    display: table;
    width: 100%
}

.productList .card {
    padding-top: 0
}

.productList .card.product {
    margin-bottom: 2.14286rem;
    color: #232325;
    -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .4), 0 2px 2px 0 rgba(0, 0, 0, .28), 0 1px 5px 0 rgba(0, 0, 0, .24);
    -o-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .4), 0 2px 2px 0 rgba(0, 0, 0, .28), 0 1px 5px 0 rgba(0, 0, 0, .24);
    -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .4), 0 2px 2px 0 rgba(0, 0, 0, .28), 0 1px 5px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .4), 0 2px 2px 0 rgba(0, 0, 0, .28), 0 1px 5px 0 rgba(0, 0, 0, .24)
}

.productList .card.product:hover,
.productList .card.product:active,
.productList .card.product:focus {
    -moz-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .14), 0 30px 10px -20px rgba(0, 0, 0, .2), 0 10px 50px 0 rgba(0, 0, 0, .12);
    -o-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .14), 0 30px 10px -20px rgba(0, 0, 0, .2), 0 10px 50px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .14), 0 30px 10px -20px rgba(0, 0, 0, .2), 0 10px 50px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .14), 0 30px 10px -20px rgba(0, 0, 0, .2), 0 10px 50px 0 rgba(0, 0, 0, .12)
}

.productList .card.product figure {
    text-align: center;
    min-height: 17.14286rem
}

.productList .card.product figure img {
    opacity: 0
}

.productList .card.product .cardContent {
    border-bottom: 1px solid rgba(237, 238, 240, 0.9)
}

.productList .card.product .cardFooter {
    height: 6.85714rem;
    margin-top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.productList .card.product .cardFooter .title {
    width: 100%;
    font-size: 1.42857em;
    text-transform: uppercase;
    line-height: 1.71429rem;
    font-weight: 700;
    text-align: center;
    color: #1c3e95
}

.contactInfo ul {
    min-height: 14.57143rem;
    margin-bottom: 1.07143rem
}

.contactInfo ul>li {
    padding-top: .35714rem;
    font-size: 1rem
}

.contactInfo ul>li .h5 {
    padding-bottom: .71429rem;
    padding-top: 0;
    color: #1c3e95
}

ul._infoList li {
    padding-top: .14286rem
}

.map {
    height: 32.85714rem;
    overflow: hidden
}

.careers .mainTitle {
    color: #1c3e95;
    padding-bottom: 1.42857rem
}

.careers .info {
    font-size: 1.28571rem;
    line-height: 2rem
}

.careers .panel.panel-default {
    margin-top: .57143rem
}

.careers .card {
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.careers .card.listCollapse {
    display: table;
    width: 100%;
    padding-top: 4.28571rem
}

.careers .card.listCollapse .cardHeader {
    border: 1px solid rgba(28, 62, 149, 0.2);
    padding: 1.07143rem 0 1.07143rem 0;
    margin: 0;
    width: 100%
}

.careers .card.listCollapse .cardHeader .title {
    color: #1c3e95;
    margin-left: 3.57143rem;
    width: calc(100% - 10.71429rem);
    max-width: 35.71429rem;
    font-weight: 700
}

.careers .card.listCollapse .cardHeader .subTitle {
    color: #999;
    padding: .35714rem 0 1rem 0;
    width: 10.71429rem;
    font-weight: 500
}

.careers .card.listCollapse .cardContent {
    line-height: 1.42857rem
}

.careers .card.listCollapse .cardContent .detailBox {
    background: rgba(35, 35, 37, 0.1);
    width: 100%;
    display: inline-block;
    padding: 2.5rem 2.14286rem .71429rem 2.85714rem
}

.careers .card.listCollapse .cardContent .detailBox .h6 {
    padding-bottom: 1.07143rem;
    line-height: 2rem
}

.careers .card.listCollapse .cardContent .detailBox .jobList>li {
    line-height: 2.28571rem;
    list-style: none
}

.careers .card.listCollapse .cardContent .detailBox .jobList>li:before {
    left: 4.64286rem;
    font-size: 1.28571rem;
    line-height: 2rem;
    display: block;
    position: absolute;
    text-align: center;
    padding: .14286rem 4px;
    content: "";
    font-family: "icon";
    color: #1c3e95
}

.careers .card:hover,
.careers .card:active,
.careers .card:focus {
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

[data-toggle="collapse"].autoIcon {
    position: relative;
    display: block;
    width: 100%
}

[data-toggle="collapse"].autoIcon[aria-expanded]:before {
    top: 50%;
    width: 1.78571rem;
    height: 1.78571rem;
    left: .71429rem;
    font-size: 1.28571rem;
    line-height: 1;
    display: block;
    position: absolute;
    text-align: center;
    margin-top: -.85714rem;
    padding: .14286rem 4px;
    content: "";
    font-family: "icon";
    color: #fff
}

[data-toggle="collapse"].autoIcon[aria-expanded="false"]:before {
    content: "";
    background: #1c3e95;
    color: #fff
}

[data-toggle="collapse"].autoIcon[aria-expanded="true"]:before {
    content: "";
    background: #1c3e95;
    color: #fff
}

.grid {
    padding: 0
}

.grid .gridList {
    list-style: none;
    margin-bottom: 3.21429rem;
    position: relative;
    background: #edeef0
}

.grid .gridList a.link {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute
}

.grid .gridList a.link:hover,
.grid .gridList a.link:active,
.grid .gridList a.link:focus {
    -moz-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .14), 0 30px 10px -20px rgba(0, 0, 0, .2), 0 10px 50px 0 rgba(0, 0, 0, .12);
    -o-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .14), 0 30px 10px -20px rgba(0, 0, 0, .2), 0 10px 50px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .14), 0 30px 10px -20px rgba(0, 0, 0, .2), 0 10px 50px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .14), 0 30px 10px -20px rgba(0, 0, 0, .2), 0 10px 50px 0 rgba(0, 0, 0, .12)
}

.grid .gridList figure,
.grid .gridList .description {
    display: inline-block;
    vertical-align: top
}

.grid .gridList figure {
    min-height: 17.85714rem;
    height: 100%;
    width: 17.85714rem
}

@media only screen and (max-width: 767px) {
    .grid .gridList figure {
        width: 100%;
        margin-bottom: 1.78571rem;
        height: 17.85714rem
    }
    .grid .gridList figure>div {
        background-position: top center
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .grid .gridList figure {
        width: 100%
    }
}

._gridOverride {
    background: transparent;
    position: relative
}

._gridOverride .iw {
    display: inline
}

@media only screen and (max-width: 767px) {
    ._gridOverride .iw {
        float: none
    }
}

._gridOverride .iw figure {
    display: inline-block;
    margin-right: 1.07143rem;
    height: 100%;
    width: 42.85714rem;
    margin-bottom: .35714rem
}

@media only screen and (max-width: 767px) {
    ._gridOverride .iw figure {
        width: 100%
    }
}

._gridOverride .iw img {
    width: 100%;
    max-width: initial
}

._gridOverride .description {
    display: inline;
    padding: 0
}

._gridOverride .description .info {
    font-weight: 400;
    padding-bottom: .71429rem;
    line-height: 1.57143rem
}

@media only screen and (min-width: 992px) and (max-width: 1299px) {
    ._gridOverride .description .info {
        text-overflow: none;
        white-space: normal
    }
}

.description {
    padding: 1.78571rem 1.42857rem;
    width: calc(100% - 18.21429rem)
}

@media only screen and (max-width: 767px) {
    .description {
        width: 100%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .description {
        width: 100%
    }
}

.description .title {
    font-size: 1.64286rem;
    font-weight: 700;
    padding-bottom: .71429rem;
    line-height: 2rem;
    color: #1c3e95
}

.description .detail {
    font-weight: 400;
    padding-bottom: .71429rem;
    line-height: 1.57143rem
}

@media only screen and (min-width: 992px) and (max-width: 1299px) {
    .description .detail {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }
}

.description .info {
    font-weight: 700;
    font-size: 1.14286rem
}

.description .info span {
    padding-right: .71429rem
}

.description .info span i {
    color: #1c3e95;
    padding-right: .71429rem;
    font-weight: 600
}

.description .readMore {
    margin: .71429rem 0
}

.sectionTitle {
    color: #1c3e95;
    font-weight: 700;
    line-height: 2.85714rem;
    font-size: 2.14286rem;
    margin-bottom: 1.42857rem
}

.listItem {
    border-bottom: 1px solid rgba(35, 35, 37, 0.1)
}

.listItem ul {
    padding-left: 0
}

.listItem ul>li {
    list-style: none;
    font-size: 1rem;
    line-height: 2.28571rem
}

.listItem ul>li i {
    color: #1c3e95;
    font-weight: 700;
    padding-right: .71429rem
}

.listItem ul.downloadItem {
    max-width: 57.14286rem;
    margin: 0 auto
}

.listItem ul.downloadItem>li {
    border-bottom: 1px solid rgba(35, 35, 37, 0.1);
    margin-bottom: 1.07143rem;
    font-size: 1.14286rem;
    color: #1c3e95;
    font-weight: 500;
    display: block;
    width: 100%
}

.listItem ul.downloadItem>li .title {
    font-size: 1.14286rem;
    color: #1c3e95;
    font-weight: 500;
    padding-top: .57143rem
}

.listItem ul.downloadItem>li .icoImage {
    font-size: 1rem;
    margin-bottom: .71429rem
}

.listItem ul.downloadItem>li .icoImage i {
    font-size: 1.35714rem;
    vertical-align: middle;
    padding-right: 0;
    color: #fff
}

@media only screen and (max-width: 767px) {
    .listItem ul.downloadItem>li .icoImage {
        width: 100%;
        display: block;
        margin: .35714rem auto;
        text-align: center
    }
}
.serviceList>.viewMore{
    margin-top: 20px !important;
}

.awards .bgDark .owl-carousel figure {

  /* height: 150px;
  background-repeat: no-repeat;
  background-position: top center;
  width: auto;
  background-size: contain; */
  height: 20.71429rem;
background-repeat: no-repeat;
background-position: top center;
width: auto;
background-size: contain;

}

.awards .quotes .h4 {

/* font-size: 20px;
padding-top: 20px;
padding-bottom: 20px;
font-weight: 600; */
font-size: 1.14286rem;
padding-top: 1.42857rem;
padding-bottom: 1.42857rem;
font-weight: 600;

}

/*# sourceMappingURL=style.css.map