@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,300");
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

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

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

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

dfn {
  font-style: italic; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

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

img {
  border-style: none; }

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .badge {
    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; } }
html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #2b3d51;
  background-color: #f5f5f5; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

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

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

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

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #64b0f2;
  text-decoration: none; }
  a:focus, a:hover {
    color: #1d8cec;
    text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

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

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: 0.2em;
  background-color: #FAE8C4; }

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

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

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #818a91; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }
.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #818a91; }

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

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem; }
  a > code {
    padding: 0;
    color: inherit;
    background-color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #ffffff;
  background-color: #373a3c;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #373a3c; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

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

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 576px) {
    .container {
      width: 540px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 960px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 1140px;
      max-width: 100%; } }

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 576px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .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, .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, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .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, .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, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .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, .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, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .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, .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, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .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, .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, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.33333%; }

.pull-2 {
  right: 16.66667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.33333%; }

.pull-5 {
  right: 41.66667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.33333%; }

.pull-8 {
  right: 66.66667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.33333%; }

.pull-11 {
  right: 91.66667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.33333%; }

.push-2 {
  left: 16.66667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.33333%; }

.push-5 {
  left: 41.66667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.33333%; }

.push-8 {
  left: 66.66667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.33333%; }

.push-11 {
  left: 91.66667%; }

.push-12 {
  left: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .pull-sm-0 {
    right: auto; }

  .pull-sm-1 {
    right: 8.33333%; }

  .pull-sm-2 {
    right: 16.66667%; }

  .pull-sm-3 {
    right: 25%; }

  .pull-sm-4 {
    right: 33.33333%; }

  .pull-sm-5 {
    right: 41.66667%; }

  .pull-sm-6 {
    right: 50%; }

  .pull-sm-7 {
    right: 58.33333%; }

  .pull-sm-8 {
    right: 66.66667%; }

  .pull-sm-9 {
    right: 75%; }

  .pull-sm-10 {
    right: 83.33333%; }

  .pull-sm-11 {
    right: 91.66667%; }

  .pull-sm-12 {
    right: 100%; }

  .push-sm-0 {
    left: auto; }

  .push-sm-1 {
    left: 8.33333%; }

  .push-sm-2 {
    left: 16.66667%; }

  .push-sm-3 {
    left: 25%; }

  .push-sm-4 {
    left: 33.33333%; }

  .push-sm-5 {
    left: 41.66667%; }

  .push-sm-6 {
    left: 50%; }

  .push-sm-7 {
    left: 58.33333%; }

  .push-sm-8 {
    left: 66.66667%; }

  .push-sm-9 {
    left: 75%; }

  .push-sm-10 {
    left: 83.33333%; }

  .push-sm-11 {
    left: 91.66667%; }

  .push-sm-12 {
    left: 100%; }

  .offset-sm-0 {
    margin-left: 0%; }

  .offset-sm-1 {
    margin-left: 8.33333%; }

  .offset-sm-2 {
    margin-left: 16.66667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.33333%; }

  .offset-sm-5 {
    margin-left: 41.66667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.33333%; }

  .offset-sm-8 {
    margin-left: 66.66667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.33333%; }

  .offset-sm-11 {
    margin-left: 91.66667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .pull-md-0 {
    right: auto; }

  .pull-md-1 {
    right: 8.33333%; }

  .pull-md-2 {
    right: 16.66667%; }

  .pull-md-3 {
    right: 25%; }

  .pull-md-4 {
    right: 33.33333%; }

  .pull-md-5 {
    right: 41.66667%; }

  .pull-md-6 {
    right: 50%; }

  .pull-md-7 {
    right: 58.33333%; }

  .pull-md-8 {
    right: 66.66667%; }

  .pull-md-9 {
    right: 75%; }

  .pull-md-10 {
    right: 83.33333%; }

  .pull-md-11 {
    right: 91.66667%; }

  .pull-md-12 {
    right: 100%; }

  .push-md-0 {
    left: auto; }

  .push-md-1 {
    left: 8.33333%; }

  .push-md-2 {
    left: 16.66667%; }

  .push-md-3 {
    left: 25%; }

  .push-md-4 {
    left: 33.33333%; }

  .push-md-5 {
    left: 41.66667%; }

  .push-md-6 {
    left: 50%; }

  .push-md-7 {
    left: 58.33333%; }

  .push-md-8 {
    left: 66.66667%; }

  .push-md-9 {
    left: 75%; }

  .push-md-10 {
    left: 83.33333%; }

  .push-md-11 {
    left: 91.66667%; }

  .push-md-12 {
    left: 100%; }

  .offset-md-0 {
    margin-left: 0%; }

  .offset-md-1 {
    margin-left: 8.33333%; }

  .offset-md-2 {
    margin-left: 16.66667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.33333%; }

  .offset-md-5 {
    margin-left: 41.66667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.33333%; }

  .offset-md-8 {
    margin-left: 66.66667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.33333%; }

  .offset-md-11 {
    margin-left: 91.66667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .pull-lg-0 {
    right: auto; }

  .pull-lg-1 {
    right: 8.33333%; }

  .pull-lg-2 {
    right: 16.66667%; }

  .pull-lg-3 {
    right: 25%; }

  .pull-lg-4 {
    right: 33.33333%; }

  .pull-lg-5 {
    right: 41.66667%; }

  .pull-lg-6 {
    right: 50%; }

  .pull-lg-7 {
    right: 58.33333%; }

  .pull-lg-8 {
    right: 66.66667%; }

  .pull-lg-9 {
    right: 75%; }

  .pull-lg-10 {
    right: 83.33333%; }

  .pull-lg-11 {
    right: 91.66667%; }

  .pull-lg-12 {
    right: 100%; }

  .push-lg-0 {
    left: auto; }

  .push-lg-1 {
    left: 8.33333%; }

  .push-lg-2 {
    left: 16.66667%; }

  .push-lg-3 {
    left: 25%; }

  .push-lg-4 {
    left: 33.33333%; }

  .push-lg-5 {
    left: 41.66667%; }

  .push-lg-6 {
    left: 50%; }

  .push-lg-7 {
    left: 58.33333%; }

  .push-lg-8 {
    left: 66.66667%; }

  .push-lg-9 {
    left: 75%; }

  .push-lg-10 {
    left: 83.33333%; }

  .push-lg-11 {
    left: 91.66667%; }

  .push-lg-12 {
    left: 100%; }

  .offset-lg-0 {
    margin-left: 0%; }

  .offset-lg-1 {
    margin-left: 8.33333%; }

  .offset-lg-2 {
    margin-left: 16.66667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.33333%; }

  .offset-lg-5 {
    margin-left: 41.66667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.33333%; }

  .offset-lg-8 {
    margin-left: 66.66667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.33333%; }

  .offset-lg-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .pull-xl-0 {
    right: auto; }

  .pull-xl-1 {
    right: 8.33333%; }

  .pull-xl-2 {
    right: 16.66667%; }

  .pull-xl-3 {
    right: 25%; }

  .pull-xl-4 {
    right: 33.33333%; }

  .pull-xl-5 {
    right: 41.66667%; }

  .pull-xl-6 {
    right: 50%; }

  .pull-xl-7 {
    right: 58.33333%; }

  .pull-xl-8 {
    right: 66.66667%; }

  .pull-xl-9 {
    right: 75%; }

  .pull-xl-10 {
    right: 83.33333%; }

  .pull-xl-11 {
    right: 91.66667%; }

  .pull-xl-12 {
    right: 100%; }

  .push-xl-0 {
    left: auto; }

  .push-xl-1 {
    left: 8.33333%; }

  .push-xl-2 {
    left: 16.66667%; }

  .push-xl-3 {
    left: 25%; }

  .push-xl-4 {
    left: 33.33333%; }

  .push-xl-5 {
    left: 41.66667%; }

  .push-xl-6 {
    left: 50%; }

  .push-xl-7 {
    left: 58.33333%; }

  .push-xl-8 {
    left: 66.66667%; }

  .push-xl-9 {
    left: 75%; }

  .push-xl-10 {
    left: 83.33333%; }

  .push-xl-11 {
    left: 91.66667%; }

  .push-xl-12 {
    left: 100%; }

  .offset-xl-0 {
    margin-left: 0%; }

  .offset-xl-1 {
    margin-left: 8.33333%; }

  .offset-xl-2 {
    margin-left: 16.66667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.33333%; }

  .offset-xl-5 {
    margin-left: 41.66667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.33333%; }

  .offset-xl-8 {
    margin-left: 66.66667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.33333%; }

  .offset-xl-11 {
    margin-left: 91.66667%; } }
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef; }
  .table tbody + tbody {
    border-top: 2px solid #eceeef; }
  .table .table {
    background-color: #f5f5f5; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #eceeef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #eceeef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #B6E9DF; }

.table-hover .table-success:hover {
  background-color: #a2e3d6; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #a2e3d6; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #ABDBE8; }

.table-hover .table-info:hover {
  background-color: #97d2e3; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #97d2e3; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #FAE8C4; }

.table-hover .table-warning:hover {
  background-color: #f8dfac; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #f8dfac; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #FFCCC5; }

.table-hover .table-danger:hover {
  background-color: #ffb6ac; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ffb6ac; }

.thead-inverse th {
  color: #f5f5f5;
  background-color: #373a3c; }

.thead-default th {
  color: #55595c;
  background-color: #eceeef; }

.table-inverse {
  color: #f5f5f5;
  background-color: #373a3c; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #f5f5f5; }
  .table-inverse.table-bordered {
    border: 0; }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive.table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #55595c;
  background-color: #ffffff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #55595c;
    background-color: #ffffff;
    border-color: #81cefe;
    outline: none; }
  .form-control::placeholder {
    color: #818a91;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }
select.form-control:focus::-ms-value {
  color: #55595c;
  background-color: #ffffff; }

.form-control-file,
.form-control-range {
  display: block; }

.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem; }

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem; }

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-static.form-control-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, .form-control-static.form-control-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 {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem; }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.16667rem; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem; }
  .form-check.disabled .form-check-label {
    color: #818a91;
    cursor: not-allowed; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer; }

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem; }
  .form-check-input:only-child {
    position: static; }

.form-check-inline {
  display: inline-block; }
  .form-check-inline .form-check-label {
    vertical-align: middle; }
  .form-check-inline + .form-check-inline {
    margin-left: 0.75rem; }

.form-control-feedback {
  margin-top: 0.25rem; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem; }

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #1bb99a; }
.has-success .form-control {
  border-color: #1bb99a; }
.has-success .input-group-addon {
  color: #1bb99a;
  border-color: #1bb99a;
  background-color: #adf3e5; }
.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%231bb99a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #f1b53d; }
.has-warning .form-control {
  border-color: #f1b53d; }
.has-warning .input-group-addon {
  color: #f1b53d;
  border-color: #f1b53d;
  background-color: #fffefb; }
.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f1b53d' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #ff5d48; }
.has-danger .form-control {
  border-color: #ff5d48; }
.has-danger .input-group-addon {
  color: #ff5d48;
  border-color: #ff5d48;
  background-color: white; }
.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff5d48' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-static {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      margin-top: 0;
      margin-bottom: 0; }
    .form-inline .form-check-label {
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-left: 0; }
    .form-inline .custom-control-indicator {
      position: static;
      display: inline-block;
      margin-right: 0.25rem;
      vertical-align: text-bottom; }
    .form-inline .has-feedback .form-control-feedback {
      top: 0; } }

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(3, 156, 253, 0.25); }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }
  .btn:active, .btn.active {
    background-image: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: #ffffff;
  background-color: #039cfd;
  border-color: #039cfd; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #027dcb;
    border-color: #0277c1; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 2px rgba(3, 156, 253, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #039cfd;
    border-color: #039cfd; }
  .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #027dcb;
    background-image: none;
    border-color: #0277c1; }

.btn-secondary {
  color: #373a3c;
  background-color: #ffffff;
  border-color: #ccc; }
  .btn-secondary:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #ffffff;
    border-color: #ccc; }
  .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad; }

.btn-info {
  color: #ffffff;
  background-color: #3db9dc;
  border-color: #3db9dc; }
  .btn-info:hover {
    color: #ffffff;
    background-color: #23a0c3;
    border-color: #2299ba; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 2px rgba(61, 185, 220, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #3db9dc;
    border-color: #3db9dc; }
  .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #23a0c3;
    background-image: none;
    border-color: #2299ba; }

.btn-success {
  color: #ffffff;
  background-color: #1bb99a;
  border-color: #1bb99a; }
  .btn-success:hover {
    color: #ffffff;
    background-color: #158c75;
    border-color: #13846e; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 2px rgba(27, 185, 154, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #1bb99a;
    border-color: #1bb99a; }
  .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #158c75;
    background-image: none;
    border-color: #13846e; }

.btn-warning {
  color: #ffffff;
  background-color: #f1b53d;
  border-color: #f1b53d; }
  .btn-warning:hover {
    color: #ffffff;
    background-color: #eaa211;
    border-color: #e19b10; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 2px rgba(241, 181, 61, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #f1b53d;
    border-color: #f1b53d; }
  .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #eaa211;
    background-image: none;
    border-color: #e19b10; }

.btn-danger {
  color: #ffffff;
  background-color: #ff5d48;
  border-color: #ff5d48; }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #ff3015;
    border-color: #ff270b; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 2px rgba(255, 93, 72, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #ff5d48;
    border-color: #ff5d48; }
  .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #ff3015;
    background-image: none;
    border-color: #ff270b; }

.btn-outline-primary {
  color: #039cfd;
  background-image: none;
  background-color: transparent;
  border-color: #039cfd; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #039cfd;
    border-color: #039cfd; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 2px rgba(3, 156, 253, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #039cfd;
    background-color: transparent; }
  .btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #039cfd;
    border-color: #039cfd; }

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #ccc;
    background-color: transparent; }
  .btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }

.btn-outline-info {
  color: #3db9dc;
  background-image: none;
  background-color: transparent;
  border-color: #3db9dc; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #3db9dc;
    border-color: #3db9dc; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 2px rgba(61, 185, 220, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #3db9dc;
    background-color: transparent; }
  .btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #3db9dc;
    border-color: #3db9dc; }

.btn-outline-success {
  color: #1bb99a;
  background-image: none;
  background-color: transparent;
  border-color: #1bb99a; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #1bb99a;
    border-color: #1bb99a; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 2px rgba(27, 185, 154, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #1bb99a;
    background-color: transparent; }
  .btn-outline-success:active, .btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #1bb99a;
    border-color: #1bb99a; }

.btn-outline-warning {
  color: #f1b53d;
  background-image: none;
  background-color: transparent;
  border-color: #f1b53d; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #f1b53d;
    border-color: #f1b53d; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 2px rgba(241, 181, 61, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #f1b53d;
    background-color: transparent; }
  .btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f1b53d;
    border-color: #f1b53d; }

.btn-outline-danger {
  color: #ff5d48;
  background-image: none;
  background-color: transparent;
  border-color: #ff5d48; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #ff5d48;
    border-color: #ff5d48; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 2px rgba(255, 93, 72, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ff5d48;
    background-color: transparent; }
  .btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff5d48;
    border-color: #ff5d48; }

.btn-link {
  font-weight: normal;
  color: #64b0f2;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #1d8cec;
    text-decoration: none;
    background-color: transparent; }
  .btn-link:disabled {
    color: #818a91; }
    .btn-link:disabled:focus, .btn-link:disabled:hover {
      text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

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

.btn-block + .btn-block {
  margin-top: 0.5rem; }

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }
.dropdown-toggle:focus {
  outline: 0; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #2b3d51;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #eceeef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f7f7f9; }
  .dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #039cfd; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #818a91;
    cursor: not-allowed;
    background-color: transparent; }

.show > .dropdown-menu {
  display: block; }
.show > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #818a91;
  white-space: nowrap; }

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 2; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
  .btn + .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem; }

.btn-group-vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  width: 100%; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .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 {
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #55595c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

.input-group-addon:not(:last-child) {
  border-right: 0; }

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

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative;
    flex: 1; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
      z-index: 3; }
  .input-group-btn:not(:last-child) > .btn,
  .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px; }
  .input-group-btn:not(:first-child) > .btn,
  .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
    .input-group-btn:not(:first-child) > .btn-group:focus,
    .input-group-btn:not(:first-child) > .btn-group:active,
    .input-group-btn:not(:first-child) > .btn-group:hover {
      z-index: 3; }

.custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-indicator {
    color: #ffffff;
    background-color: #039cfd; }
  .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 1px #f5f5f5, 0 0 0 3px #039cfd; }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #ffffff;
    background-color: #b4e2fe; }
  .custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #eceeef; }
  .custom-control-input:disabled ~ .custom-control-description {
    color: #818a91;
    cursor: not-allowed; }

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #039cfd;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23ffffff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-indicator {
  border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E"); }

.custom-controls-stacked {
  display: flex;
  flex-direction: column; }
  .custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem; }
    .custom-controls-stacked .custom-control + .custom-control {
      margin-left: 0; }

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #55595c;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .custom-select:focus {
    border-color: #81cefe;
    outline: none; }
    .custom-select:focus::-ms-value {
      color: #55595c;
      background-color: #ffffff; }
  .custom-select:disabled {
    color: #818a91;
    cursor: not-allowed;
    background-color: #eceeef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer; }

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #55595c;
  pointer-events: none;
  user-select: none;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .custom-file-control:lang(en)::after {
    content: "Choose file..."; }
  .custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0.25rem 0.25rem 0; }
  .custom-file-control:lang(en)::before {
    content: "Browse"; }

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

.nav-link {
  display: block;
  padding: 0.5em 1em; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #818a91;
    cursor: not-allowed; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #eceeef #eceeef #ddd; }
    .nav-tabs .nav-link.disabled {
      color: #818a91;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #55595c;
    background-color: #f5f5f5;
    border-color: #ddd #ddd #f5f5f5; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }
.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #ffffff;
  cursor: default;
  background-color: #039cfd; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex: 1 1 100%;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.5rem 1rem; }

.navbar-brand {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }

.navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem; }

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 1rem; }

.navbar-toggler-right {
  position: absolute;
  right: 1rem; }

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .navbar-toggleable .navbar-nav {
      flex-direction: row; }
      .navbar-toggleable .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable > .container {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .navbar-toggleable .navbar-collapse {
      display: flex !important;
      width: 100%; }
    .navbar-toggleable .navbar-toggler {
      display: none; } }
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .navbar-toggleable-sm .navbar-nav {
      flex-direction: row; }
      .navbar-toggleable-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-sm > .container {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .navbar-toggleable-sm .navbar-collapse {
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-sm .navbar-toggler {
      display: none; } }
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .navbar-toggleable-md .navbar-nav {
      flex-direction: row; }
      .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-md > .container {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .navbar-toggleable-md .navbar-collapse {
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-md .navbar-toggler {
      display: none; } }
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .navbar-toggleable-lg .navbar-nav {
      flex-direction: row; }
      .navbar-toggleable-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-lg > .container {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .navbar-toggleable-lg .navbar-collapse {
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-lg .navbar-toggler {
      display: none; } }
.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center; }
  .navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-xl > .container {
    padding-right: 0;
    padding-left: 0; }
  .navbar-toggleable-xl .navbar-nav {
    flex-direction: row; }
    .navbar-toggleable-xl .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem; }
  .navbar-toggleable-xl > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center; }
  .navbar-toggleable-xl .navbar-collapse {
    display: flex !important;
    width: 100%; }
  .navbar-toggleable-xl .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
  .navbar-light .navbar-toggler:focus,
  .navbar-light .navbar-toggler:hover {
    color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: white; }
  .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
  .navbar-inverse .navbar-toggler:focus,
  .navbar-inverse .navbar-toggler:hover {
    color: white; }
.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-inverse .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }
.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: white; }
.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1); }
.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
.navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }

.card-block {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }
.card-link + .card-link {
  margin-left: 1.25rem; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f7f7f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f7f7f9;
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-primary {
  background-color: #039cfd;
  border-color: #039cfd; }
  .card-primary .card-header,
  .card-primary .card-footer {
    background-color: transparent; }

.card-success {
  background-color: #1bb99a;
  border-color: #1bb99a; }
  .card-success .card-header,
  .card-success .card-footer {
    background-color: transparent; }

.card-info {
  background-color: #3db9dc;
  border-color: #3db9dc; }
  .card-info .card-header,
  .card-info .card-footer {
    background-color: transparent; }

.card-warning {
  background-color: #f1b53d;
  border-color: #f1b53d; }
  .card-warning .card-header,
  .card-warning .card-footer {
    background-color: transparent; }

.card-danger {
  background-color: #ff5d48;
  border-color: #ff5d48; }
  .card-danger .card-header,
  .card-danger .card-footer {
    background-color: transparent; }

.card-outline-primary {
  background-color: transparent;
  border-color: #039cfd; }

.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc; }

.card-outline-info {
  background-color: transparent;
  border-color: #3db9dc; }

.card-outline-success {
  background-color: transparent;
  border-color: #1bb99a; }

.card-outline-warning {
  background-color: transparent;
  border-color: #f1b53d; }

.card-outline-danger {
  background-color: transparent;
  border-color: #ff5d48; }

.card-inverse {
  color: rgba(255, 255, 255, 0.65); }
  .card-inverse .card-header,
  .card-inverse .card-footer {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2); }
  .card-inverse .card-header,
  .card-inverse .card-footer,
  .card-inverse .card-title,
  .card-inverse .card-blockquote {
    color: #fff; }
  .card-inverse .card-link,
  .card-inverse .card-text,
  .card-inverse .card-subtitle,
  .card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65); }
  .card-inverse .card-link:focus, .card-inverse .card-link:hover {
    color: #ffffff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img {
  border-radius: calc(0.25rem - 1px); }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img-top {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap; }
    .card-deck .card {
      display: flex;
      flex: 1 0 0;
      flex-direction: column; }
      .card-deck .card:not(:first-child) {
        margin-left: 15px; }
      .card-deck .card:not(:last-child) {
        margin-right: 15px; } }
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group .card {
      flex: 1 0 0; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%;
      margin-bottom: 0.75rem; } }
.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem; }
  .breadcrumb::after {
    display: block;
    content: "";
    clear: both; }

.breadcrumb-item {
  float: left; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #818a91;
    content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #818a91; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }
.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }
.page-item.active .page-link {
  z-index: 2;
  color: #ffffff;
  background-color: #039cfd;
  border-color: #039cfd; }
.page-item.disabled .page-link {
  color: #818a91;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #ddd; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #64b0f2;
  background-color: #ffffff;
  border: 1px solid #ddd; }
  .page-link:focus, .page-link:hover {
    color: #1d8cec;
    text-decoration: none;
    background-color: #eceeef;
    border-color: #ddd; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem; }
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-default {
  background-color: #818a91; }
  .badge-default[href]:focus, .badge-default[href]:hover {
    background-color: #687077; }

.badge-primary {
  background-color: #039cfd; }
  .badge-primary[href]:focus, .badge-primary[href]:hover {
    background-color: #027dcb; }

.badge-success {
  background-color: #1bb99a; }
  .badge-success[href]:focus, .badge-success[href]:hover {
    background-color: #158c75; }

.badge-info {
  background-color: #3db9dc; }
  .badge-info[href]:focus, .badge-info[href]:hover {
    background-color: #23a0c3; }

.badge-warning {
  background-color: #f1b53d; }
  .badge-warning[href]:focus, .badge-warning[href]:hover {
    background-color: #eaa211; }

.badge-danger {
  background-color: #ff5d48; }
  .badge-danger[href]:focus, .badge-danger[href]:hover {
    background-color: #ff3015; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }
.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }
.page-item.active .page-link {
  z-index: 2;
  color: #ffffff;
  background-color: #039cfd;
  border-color: #039cfd; }
.page-item.disabled .page-link {
  color: #818a91;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #ddd; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #64b0f2;
  background-color: #ffffff;
  border: 1px solid #ddd; }
  .page-link:focus, .page-link:hover {
    color: #1d8cec;
    text-decoration: none;
    background-color: #eceeef;
    border-color: #ddd; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem; }
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-hr {
  border-top-color: #d0d5d8; }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-success {
  background-color: #B6E9DF;
  border-color: #a2e3d6;
  color: #1bb99a; }
  .alert-success hr {
    border-top-color: #8fddce; }
  .alert-success .alert-link {
    color: #158c75; }

.alert-info {
  background-color: #ABDBE8;
  border-color: #8fcfe0;
  color: #23a0c3; }
  .alert-info hr {
    border-top-color: #7bc6db; }
  .alert-info .alert-link {
    color: #1b7d98; }

.alert-warning {
  background-color: #FAE8C4;
  border-color: #f8dfac;
  color: #eaa211; }
  .alert-warning hr {
    border-top-color: #f6d695; }
  .alert-warning .alert-link {
    color: #ba810e; }

.alert-danger {
  background-color: #FFCCC5;
  border-color: #ffb6ac;
  color: #ff3015; }
  .alert-danger hr {
    border-top-color: #ff9f92; }
  .alert-danger .alert-link {
    color: #e11a00; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
.progress {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #eceeef;
  border-radius: 0.25rem; }

.progress-bar {
  height: 1rem;
  color: #ffffff;
  background-color: #039cfd; }

.progress-bar-striped {
  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: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #55595c;
  text-align: inherit; }
  .list-group-item-action .list-group-item-heading {
    color: #373a3c; }
  .list-group-item-action:focus, .list-group-item-action:hover {
    color: #55595c;
    text-decoration: none;
    background-color: #f7f7f9; }
  .list-group-item-action:active {
    color: #2b3d51;
    background-color: #eceeef; }

.list-group-item {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:focus, .list-group-item:hover {
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #818a91;
    cursor: not-allowed;
    background-color: #ffffff; }
    .list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {
      color: #818a91; }
  .list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #039cfd;
    border-color: #039cfd; }
    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small {
      color: inherit; }
    .list-group-item.active .list-group-item-text {
      color: white; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-success {
  color: #1bb99a;
  background-color: #B6E9DF; }

a.list-group-item-success,
button.list-group-item-success {
  color: #1bb99a; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #1bb99a;
    background-color: #a2e3d6; }
  a.list-group-item-success.active,
  button.list-group-item-success.active {
    color: #fff;
    background-color: #1bb99a;
    border-color: #1bb99a; }

.list-group-item-info {
  color: #23a0c3;
  background-color: #ABDBE8; }

a.list-group-item-info,
button.list-group-item-info {
  color: #23a0c3; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #23a0c3;
    background-color: #97d2e3; }
  a.list-group-item-info.active,
  button.list-group-item-info.active {
    color: #fff;
    background-color: #23a0c3;
    border-color: #23a0c3; }

.list-group-item-warning {
  color: #eaa211;
  background-color: #FAE8C4; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #eaa211; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #eaa211;
    background-color: #f8dfac; }
  a.list-group-item-warning.active,
  button.list-group-item-warning.active {
    color: #fff;
    background-color: #eaa211;
    border-color: #eaa211; }

.list-group-item-danger {
  color: #ff3015;
  background-color: #FFCCC5; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #ff3015; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #ff3015;
    background-color: #ffb6ac; }
  a.list-group-item-danger.active,
  button.list-group-item-danger.active {
    color: #fff;
    background-color: #ff3015;
    border-color: #ff3015; }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .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-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #eceeef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto; }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px; }
    .tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      content: "";
      border-width: 5px 5px 0;
      border-top-color: #000; }
  .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px; }
    .tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
      top: 50%;
      left: 0;
      margin-top: -5px;
      content: "";
      border-width: 5px 5px 5px 0;
      border-right-color: #000; }
  .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px; }
    .tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
      top: 0;
      left: 50%;
      margin-left: -5px;
      content: "";
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
  .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px; }
    .tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
      top: 50%;
      right: 0;
      margin-top: -5px;
      content: "";
      border-width: 5px 0 5px 5px;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }
  .tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -10px; }
    .popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
      left: 50%;
      border-bottom-width: 0; }
    .popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
      bottom: -11px;
      margin-left: -11px;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
      bottom: -10px;
      margin-left: -10px;
      border-top-color: #ffffff; }
  .popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px; }
    .popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
      top: 50%;
      border-left-width: 0; }
    .popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
      left: -11px;
      margin-top: -11px;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
      left: -10px;
      margin-top: -10px;
      border-right-color: #ffffff; }
  .popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px; }
    .popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
      left: 50%;
      border-top-width: 0; }
    .popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
      top: -11px;
      margin-left: -11px;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
      top: -10px;
      margin-left: -10px;
      border-bottom-color: #f7f7f7; }
    .popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 20px;
      margin-left: -10px;
      content: "";
      border-bottom: 1px solid #f7f7f7; }
  .popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px; }
    .popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
      top: 50%;
      border-right-width: 0; }
    .popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
      right: -11px;
      margin-top: -11px;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
      right: -10px;
      margin-top: -10px;
      border-left-color: #ffffff; }

.popover-title {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px); }
  .popover-title:empty {
    display: none; }

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

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

.popover::before {
  content: "";
  border-width: 11px; }

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

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  width: 100%; }
  @media (-webkit-transform-3d) {
    .carousel-item {
      transition: transform 0.6s ease-in-out;
      backface-visibility: hidden;
      perspective: 1000px; } }
  @supports (transform: translate3d(0, 0, 0)) {
    .carousel-item {
      transition: transform 0.6s ease-in-out;
      backface-visibility: hidden;
      perspective: 1000px; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

@media (-webkit-transform-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0); }

  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0); }

  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0); } }
@supports (transform: translate3d(0, 0, 0)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0); }

  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0); }

  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0); } }
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:focus, .carousel-control-prev:hover,
  .carousel-control-next:focus,
  .carousel-control-next:hover {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 1 0 auto;
    max-width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #ffffff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-faded {
  background-color: #ededed; }

.bg-primary {
  background-color: #039cfd !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #027dcb !important; }

.bg-success {
  background-color: #1bb99a !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #158c75 !important; }

.bg-info {
  background-color: #3db9dc !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #23a0c3 !important; }

.bg-warning {
  background-color: #f1b53d !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #eaa211 !important; }

.bg-danger {
  background-color: #ff5d48 !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #ff3015 !important; }

.bg-inverse {
  background-color: #373a3c !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #1f2021 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.rounded {
  border-radius: 0.25rem; }

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.rounded-circle {
  border-radius: 50%; }

.rounded-0 {
  border-radius: 0; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

.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-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-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-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-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-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
.flex-first {
  order: -1; }

.flex-last {
  order: 1; }

.flex-unordered {
  order: 0; }

.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; }

.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-first {
    order: -1; }

  .flex-sm-last {
    order: 1; }

  .flex-sm-unordered {
    order: 0; }

  .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; }

  .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-first {
    order: -1; }

  .flex-md-last {
    order: 1; }

  .flex-md-unordered {
    order: 0; }

  .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; }

  .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-first {
    order: -1; }

  .flex-lg-last {
    order: 1; }

  .flex-lg-unordered {
    order: 0; }

  .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; }

  .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-first {
    order: -1; }

  .flex-xl-last {
    order: 1; }

  .flex-xl-unordered {
    order: 0; }

  .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; }

  .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; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-right {
    float: right !important; }

  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

  .float-md-right {
    float: right !important; }

  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }

  .float-lg-right {
    float: right !important; }

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }

  .float-xl-right {
    float: right !important; }

  .float-xl-none {
    float: none !important; } }
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030; }

.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; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 0.25rem 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.m-2 {
  margin: 0.5rem 0.5rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-3 {
  margin: 1rem 1rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-4 {
  margin: 1.5rem 1.5rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.ml-4 {
  margin-left: 1.5rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-5 {
  margin: 3rem 3rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.ml-5 {
  margin-left: 3rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-0 {
  padding: 0 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 0.25rem 0.25rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.p-2 {
  padding: 0.5rem 0.5rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-3 {
  padding: 1rem 1rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pr-3 {
  padding-right: 1rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pl-3 {
  padding-left: 1rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-4 {
  padding: 1.5rem 1.5rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pr-4 {
  padding-right: 1.5rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pl-4 {
  padding-left: 1.5rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-5 {
  padding: 3rem 3rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pr-5 {
  padding-right: 3rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.pl-5 {
  padding-left: 3rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important; }

  .mt-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0 {
    margin-left: 0 !important; }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem 0.25rem !important; }

  .mt-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1 {
    margin-left: 0.25rem !important; }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem 0.5rem !important; }

  .mt-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2 {
    margin-left: 0.5rem !important; }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem 1rem !important; }

  .mt-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3 {
    margin-left: 1rem !important; }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem 1.5rem !important; }

  .mt-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4 {
    margin-left: 1.5rem !important; }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem 3rem !important; }

  .mt-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5 {
    margin-left: 3rem !important; }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .p-sm-0 {
    padding: 0 0 !important; }

  .pt-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0 {
    padding-left: 0 !important; }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem 0.25rem !important; }

  .pt-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1 {
    padding-left: 0.25rem !important; }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem 0.5rem !important; }

  .pt-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2 {
    padding-left: 0.5rem !important; }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem 1rem !important; }

  .pt-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3 {
    padding-left: 1rem !important; }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem 1.5rem !important; }

  .pt-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4 {
    padding-left: 1.5rem !important; }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem 3rem !important; }

  .pt-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5 {
    padding-left: 3rem !important; }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto {
    margin-left: auto !important; }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important; }

  .mt-md-0 {
    margin-top: 0 !important; }

  .mr-md-0 {
    margin-right: 0 !important; }

  .mb-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0 {
    margin-left: 0 !important; }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .m-md-1 {
    margin: 0.25rem 0.25rem !important; }

  .mt-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1 {
    margin-left: 0.25rem !important; }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem 0.5rem !important; }

  .mt-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2 {
    margin-left: 0.5rem !important; }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem 1rem !important; }

  .mt-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3 {
    margin-left: 1rem !important; }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem 1.5rem !important; }

  .mt-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4 {
    margin-left: 1.5rem !important; }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem 3rem !important; }

  .mt-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5 {
    margin-left: 3rem !important; }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .p-md-0 {
    padding: 0 0 !important; }

  .pt-md-0 {
    padding-top: 0 !important; }

  .pr-md-0 {
    padding-right: 0 !important; }

  .pb-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0 {
    padding-left: 0 !important; }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .p-md-1 {
    padding: 0.25rem 0.25rem !important; }

  .pt-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1 {
    padding-left: 0.25rem !important; }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem 0.5rem !important; }

  .pt-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2 {
    padding-left: 0.5rem !important; }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem 1rem !important; }

  .pt-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3 {
    padding-left: 1rem !important; }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem 1.5rem !important; }

  .pt-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4 {
    padding-left: 1.5rem !important; }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem 3rem !important; }

  .pt-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5 {
    padding-left: 3rem !important; }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto {
    margin-top: auto !important; }

  .mr-md-auto {
    margin-right: auto !important; }

  .mb-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto {
    margin-left: auto !important; }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important; }

  .mt-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0 {
    margin-left: 0 !important; }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem 0.25rem !important; }

  .mt-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1 {
    margin-left: 0.25rem !important; }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem 0.5rem !important; }

  .mt-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2 {
    margin-left: 0.5rem !important; }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem 1rem !important; }

  .mt-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3 {
    margin-left: 1rem !important; }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem 1.5rem !important; }

  .mt-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4 {
    margin-left: 1.5rem !important; }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem 3rem !important; }

  .mt-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5 {
    margin-left: 3rem !important; }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .p-lg-0 {
    padding: 0 0 !important; }

  .pt-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0 {
    padding-left: 0 !important; }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem 0.25rem !important; }

  .pt-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1 {
    padding-left: 0.25rem !important; }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem 0.5rem !important; }

  .pt-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2 {
    padding-left: 0.5rem !important; }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem 1rem !important; }

  .pt-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3 {
    padding-left: 1rem !important; }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem 1.5rem !important; }

  .pt-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4 {
    padding-left: 1.5rem !important; }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem 3rem !important; }

  .pt-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5 {
    padding-left: 3rem !important; }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto {
    margin-left: auto !important; }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important; }

  .mt-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0 {
    margin-left: 0 !important; }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem 0.25rem !important; }

  .mt-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1 {
    margin-left: 0.25rem !important; }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem 0.5rem !important; }

  .mt-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2 {
    margin-left: 0.5rem !important; }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem 1rem !important; }

  .mt-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3 {
    margin-left: 1rem !important; }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem 1.5rem !important; }

  .mt-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4 {
    margin-left: 1.5rem !important; }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem 3rem !important; }

  .mt-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5 {
    margin-left: 3rem !important; }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .p-xl-0 {
    padding: 0 0 !important; }

  .pt-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0 {
    padding-left: 0 !important; }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem 0.25rem !important; }

  .pt-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1 {
    padding-left: 0.25rem !important; }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem 0.5rem !important; }

  .pt-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2 {
    padding-left: 0.5rem !important; }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem 1rem !important; }

  .pt-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3 {
    padding-left: 1rem !important; }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem 1.5rem !important; }

  .pt-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4 {
    padding-left: 1.5rem !important; }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem 3rem !important; }

  .pt-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5 {
    padding-left: 3rem !important; }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto {
    margin-left: auto !important; }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }
.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-white {
  color: #fff !important; }

.text-muted {
  color: #818a91 !important; }

a.text-muted:focus, a.text-muted:hover {
  color: #687077 !important; }

.text-primary {
  color: #039cfd !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #027dcb !important; }

.text-success {
  color: #1bb99a !important; }

a.text-success:focus, a.text-success:hover {
  color: #158c75 !important; }

.text-info {
  color: #3db9dc !important; }

a.text-info:focus, a.text-info:hover {
  color: #23a0c3 !important; }

.text-warning {
  color: #f1b53d !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #eaa211 !important; }

.text-danger {
  color: #ff5d48 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #ff3015 !important; }

.text-gray-dark {
  color: #373a3c !important; }

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #1f2021 !important; }

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

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

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

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

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

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

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

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

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

.hidden-xl-down {
  display: none !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; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.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; }

/*!
 *  Material Design Iconic Font by Sergey Kupletsky ($zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/
 *  License - http://zavoloklom.github.io/material-design-iconic-font/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "Material-Design-Iconic-Font";
  src: url("../fonts/material-design-iconic-font/Material-Design-Iconic-Font.woff2?v=2.2.0") format("woff2"), url("../fonts/material-design-iconic-font/Material-Design-Iconic-Font.woff?v=2.2.0") format("woff"), url("../fonts/material-design-iconic-font/Material-Design-Iconic-Font.ttf?v=2.2.0") format("truetype");
  font-weight: normal;
  font-style: normal; }
.zmdi {
  display: inline-block;
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.zmdi-hc-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.zmdi-hc-2x {
  font-size: 2em; }

.zmdi-hc-3x {
  font-size: 3em; }

.zmdi-hc-4x {
  font-size: 4em; }

.zmdi-hc-5x {
  font-size: 5em; }

.zmdi-hc-fw {
  width: 1.28571em;
  text-align: center; }

.zmdi-hc-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .zmdi-hc-ul > li {
    position: relative; }

.zmdi-hc-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .zmdi-hc-li.zmdi-hc-lg {
    left: -1.85714em; }

.zmdi-hc-border {
  padding: .1em .25em;
  border: solid 0.1em #9E9E9E;
  border-radius: 2px; }

.zmdi-hc-border-circle {
  padding: .1em .25em;
  border: solid 0.1em #9E9E9E;
  border-radius: 50%; }

.zmdi.pull-left {
  float: left;
  margin-right: .15em; }
.zmdi.pull-right {
  float: right;
  margin-left: .15em; }

.zmdi-hc-spin {
  animation: zmdi-spin 1.5s infinite linear; }

.zmdi-hc-spin-reverse {
  animation: zmdi-spin-reverse 1.5s infinite linear; }

@keyframes zmdi-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
@keyframes zmdi-spin-reverse {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-359deg); } }
.zmdi-hc-rotate-90 {
  transform: rotate(90deg); }

.zmdi-hc-rotate-180 {
  transform: rotate(180deg); }

.zmdi-hc-rotate-270 {
  transform: rotate(270deg); }

.zmdi-hc-flip-horizontal {
  transform: scale(-1, 1); }

.zmdi-hc-flip-vertical {
  transform: scale(1, -1); }

.zmdi-hc-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.zmdi-hc-stack-1x, .zmdi-hc-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.zmdi-hc-stack-1x {
  line-height: inherit; }

.zmdi-hc-stack-2x {
  font-size: 2em; }

.zmdi-hc-inverse {
  color: #FFFFFF; }

/* Material Design Iconic Font uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.zmdi-3d-rotation:before {
  content: ""; }

.zmdi-airplane-off:before {
  content: ""; }

.zmdi-airplane:before {
  content: ""; }

.zmdi-album:before {
  content: ""; }

.zmdi-archive:before {
  content: ""; }

.zmdi-assignment-account:before {
  content: ""; }

.zmdi-assignment-alert:before {
  content: ""; }

.zmdi-assignment-check:before {
  content: ""; }

.zmdi-assignment-o:before {
  content: ""; }

.zmdi-assignment-return:before {
  content: ""; }

.zmdi-assignment-returned:before {
  content: ""; }

.zmdi-assignment:before {
  content: ""; }

.zmdi-attachment-alt:before {
  content: ""; }

.zmdi-attachment:before {
  content: ""; }

.zmdi-audio:before {
  content: ""; }

.zmdi-badge-check:before {
  content: ""; }

.zmdi-balance-wallet:before {
  content: ""; }

.zmdi-balance:before {
  content: ""; }

.zmdi-battery-alert:before {
  content: ""; }

.zmdi-battery-flash:before {
  content: ""; }

.zmdi-battery-unknown:before {
  content: ""; }

.zmdi-battery:before {
  content: ""; }

.zmdi-bike:before {
  content: ""; }

.zmdi-block-alt:before {
  content: ""; }

.zmdi-block:before {
  content: ""; }

.zmdi-boat:before {
  content: ""; }

.zmdi-book-image:before {
  content: ""; }

.zmdi-book:before {
  content: ""; }

.zmdi-bookmark-outline:before {
  content: ""; }

.zmdi-bookmark:before {
  content: ""; }

.zmdi-brush:before {
  content: ""; }

.zmdi-bug:before {
  content: ""; }

.zmdi-bus:before {
  content: ""; }

.zmdi-cake:before {
  content: ""; }

.zmdi-car-taxi:before {
  content: ""; }

.zmdi-car-wash:before {
  content: ""; }

.zmdi-car:before {
  content: ""; }

.zmdi-card-giftcard:before {
  content: ""; }

.zmdi-card-membership:before {
  content: ""; }

.zmdi-card-travel:before {
  content: ""; }

.zmdi-card:before {
  content: ""; }

.zmdi-case-check:before {
  content: ""; }

.zmdi-case-download:before {
  content: ""; }

.zmdi-case-play:before {
  content: ""; }

.zmdi-case:before {
  content: ""; }

.zmdi-cast-connected:before {
  content: ""; }

.zmdi-cast:before {
  content: ""; }

.zmdi-chart-donut:before {
  content: ""; }

.zmdi-chart:before {
  content: ""; }

.zmdi-city-alt:before {
  content: ""; }

.zmdi-city:before {
  content: ""; }

.zmdi-close-circle-o:before {
  content: ""; }

.zmdi-close-circle:before {
  content: ""; }

.zmdi-close:before {
  content: ""; }

.zmdi-cocktail:before {
  content: ""; }

.zmdi-code-setting:before {
  content: ""; }

.zmdi-code-smartphone:before {
  content: ""; }

.zmdi-code:before {
  content: ""; }

.zmdi-coffee:before {
  content: ""; }

.zmdi-collection-bookmark:before {
  content: ""; }

.zmdi-collection-case-play:before {
  content: ""; }

.zmdi-collection-folder-image:before {
  content: ""; }

.zmdi-collection-image-o:before {
  content: ""; }

.zmdi-collection-image:before {
  content: ""; }

.zmdi-collection-item-1:before {
  content: ""; }

.zmdi-collection-item-2:before {
  content: ""; }

.zmdi-collection-item-3:before {
  content: ""; }

.zmdi-collection-item-4:before {
  content: ""; }

.zmdi-collection-item-5:before {
  content: ""; }

.zmdi-collection-item-6:before {
  content: ""; }

.zmdi-collection-item-7:before {
  content: ""; }

.zmdi-collection-item-8:before {
  content: ""; }

.zmdi-collection-item-9-plus:before {
  content: ""; }

.zmdi-collection-item-9:before {
  content: ""; }

.zmdi-collection-item:before {
  content: ""; }

.zmdi-collection-music:before {
  content: ""; }

.zmdi-collection-pdf:before {
  content: ""; }

.zmdi-collection-plus:before {
  content: ""; }

.zmdi-collection-speaker:before {
  content: ""; }

.zmdi-collection-text:before {
  content: ""; }

.zmdi-collection-video:before {
  content: ""; }

.zmdi-compass:before {
  content: ""; }

.zmdi-cutlery:before {
  content: ""; }

.zmdi-delete:before {
  content: ""; }

.zmdi-dialpad:before {
  content: ""; }

.zmdi-dns:before {
  content: ""; }

.zmdi-drink:before {
  content: ""; }

.zmdi-edit:before {
  content: ""; }

.zmdi-email-open:before {
  content: ""; }

.zmdi-email:before {
  content: ""; }

.zmdi-eye-off:before {
  content: ""; }

.zmdi-eye:before {
  content: ""; }

.zmdi-eyedropper:before {
  content: ""; }

.zmdi-favorite-outline:before {
  content: ""; }

.zmdi-favorite:before {
  content: ""; }

.zmdi-filter-list:before {
  content: ""; }

.zmdi-fire:before {
  content: ""; }

.zmdi-flag:before {
  content: ""; }

.zmdi-flare:before {
  content: ""; }

.zmdi-flash-auto:before {
  content: ""; }

.zmdi-flash-off:before {
  content: ""; }

.zmdi-flash:before {
  content: ""; }

.zmdi-flip:before {
  content: ""; }

.zmdi-flower-alt:before {
  content: ""; }

.zmdi-flower:before {
  content: ""; }

.zmdi-font:before {
  content: ""; }

.zmdi-fullscreen-alt:before {
  content: ""; }

.zmdi-fullscreen-exit:before {
  content: ""; }

.zmdi-fullscreen:before {
  content: ""; }

.zmdi-functions:before {
  content: ""; }

.zmdi-gas-station:before {
  content: ""; }

.zmdi-gesture:before {
  content: ""; }

.zmdi-globe-alt:before {
  content: ""; }

.zmdi-globe-lock:before {
  content: ""; }

.zmdi-globe:before {
  content: ""; }

.zmdi-graduation-cap:before {
  content: ""; }

.zmdi-home:before {
  content: ""; }

.zmdi-hospital-alt:before {
  content: ""; }

.zmdi-hospital:before {
  content: ""; }

.zmdi-hotel:before {
  content: ""; }

.zmdi-hourglass-alt:before {
  content: ""; }

.zmdi-hourglass-outline:before {
  content: ""; }

.zmdi-hourglass:before {
  content: ""; }

.zmdi-http:before {
  content: ""; }

.zmdi-image-alt:before {
  content: ""; }

.zmdi-image-o:before {
  content: ""; }

.zmdi-image:before {
  content: ""; }

.zmdi-inbox:before {
  content: ""; }

.zmdi-invert-colors-off:before {
  content: ""; }

.zmdi-invert-colors:before {
  content: ""; }

.zmdi-key:before {
  content: ""; }

.zmdi-label-alt-outline:before {
  content: ""; }

.zmdi-label-alt:before {
  content: ""; }

.zmdi-label-heart:before {
  content: ""; }

.zmdi-label:before {
  content: ""; }

.zmdi-labels:before {
  content: ""; }

.zmdi-lamp:before {
  content: ""; }

.zmdi-landscape:before {
  content: ""; }

.zmdi-layers-off:before {
  content: ""; }

.zmdi-layers:before {
  content: ""; }

.zmdi-library:before {
  content: ""; }

.zmdi-link:before {
  content: ""; }

.zmdi-lock-open:before {
  content: ""; }

.zmdi-lock-outline:before {
  content: ""; }

.zmdi-lock:before {
  content: ""; }

.zmdi-mail-reply-all:before {
  content: ""; }

.zmdi-mail-reply:before {
  content: ""; }

.zmdi-mail-send:before {
  content: ""; }

.zmdi-mall:before {
  content: ""; }

.zmdi-map:before {
  content: ""; }

.zmdi-menu:before {
  content: ""; }

.zmdi-money-box:before {
  content: ""; }

.zmdi-money-off:before {
  content: ""; }

.zmdi-money:before {
  content: ""; }

.zmdi-more-vert:before {
  content: ""; }

.zmdi-more:before {
  content: ""; }

.zmdi-movie-alt:before {
  content: ""; }

.zmdi-movie:before {
  content: ""; }

.zmdi-nature-people:before {
  content: ""; }

.zmdi-nature:before {
  content: ""; }

.zmdi-navigation:before {
  content: ""; }

.zmdi-open-in-browser:before {
  content: ""; }

.zmdi-open-in-new:before {
  content: ""; }

.zmdi-palette:before {
  content: ""; }

.zmdi-parking:before {
  content: ""; }

.zmdi-pin-account:before {
  content: ""; }

.zmdi-pin-assistant:before {
  content: ""; }

.zmdi-pin-drop:before {
  content: ""; }

.zmdi-pin-help:before {
  content: ""; }

.zmdi-pin-off:before {
  content: ""; }

.zmdi-pin:before {
  content: ""; }

.zmdi-pizza:before {
  content: ""; }

.zmdi-plaster:before {
  content: ""; }

.zmdi-power-setting:before {
  content: ""; }

.zmdi-power:before {
  content: ""; }

.zmdi-print:before {
  content: ""; }

.zmdi-puzzle-piece:before {
  content: ""; }

.zmdi-quote:before {
  content: ""; }

.zmdi-railway:before {
  content: ""; }

.zmdi-receipt:before {
  content: ""; }

.zmdi-refresh-alt:before {
  content: ""; }

.zmdi-refresh-sync-alert:before {
  content: ""; }

.zmdi-refresh-sync-off:before {
  content: ""; }

.zmdi-refresh-sync:before {
  content: ""; }

.zmdi-refresh:before {
  content: ""; }

.zmdi-roller:before {
  content: ""; }

.zmdi-ruler:before {
  content: ""; }

.zmdi-scissors:before {
  content: ""; }

.zmdi-screen-rotation-lock:before {
  content: ""; }

.zmdi-screen-rotation:before {
  content: ""; }

.zmdi-search-for:before {
  content: ""; }

.zmdi-search-in-file:before {
  content: ""; }

.zmdi-search-in-page:before {
  content: ""; }

.zmdi-search-replace:before {
  content: ""; }

.zmdi-search:before {
  content: ""; }

.zmdi-seat:before {
  content: ""; }

.zmdi-settings-square:before {
  content: ""; }

.zmdi-settings:before {
  content: ""; }

.zmdi-shield-check:before {
  content: ""; }

.zmdi-shield-security:before {
  content: ""; }

.zmdi-shopping-basket:before {
  content: ""; }

.zmdi-shopping-cart-plus:before {
  content: ""; }

.zmdi-shopping-cart:before {
  content: ""; }

.zmdi-sign-in:before {
  content: ""; }

.zmdi-sort-amount-asc:before {
  content: ""; }

.zmdi-sort-amount-desc:before {
  content: ""; }

.zmdi-sort-asc:before {
  content: ""; }

.zmdi-sort-desc:before {
  content: ""; }

.zmdi-spellcheck:before {
  content: ""; }

.zmdi-storage:before {
  content: ""; }

.zmdi-store-24:before {
  content: ""; }

.zmdi-store:before {
  content: ""; }

.zmdi-subway:before {
  content: ""; }

.zmdi-sun:before {
  content: ""; }

.zmdi-tab-unselected:before {
  content: ""; }

.zmdi-tab:before {
  content: ""; }

.zmdi-tag-close:before {
  content: ""; }

.zmdi-tag-more:before {
  content: ""; }

.zmdi-tag:before {
  content: ""; }

.zmdi-thumb-down:before {
  content: ""; }

.zmdi-thumb-up-down:before {
  content: ""; }

.zmdi-thumb-up:before {
  content: ""; }

.zmdi-ticket-star:before {
  content: ""; }

.zmdi-toll:before {
  content: ""; }

.zmdi-toys:before {
  content: ""; }

.zmdi-traffic:before {
  content: ""; }

.zmdi-translate:before {
  content: ""; }

.zmdi-triangle-down:before {
  content: ""; }

.zmdi-triangle-up:before {
  content: ""; }

.zmdi-truck:before {
  content: ""; }

.zmdi-turning-sign:before {
  content: ""; }

.zmdi-wallpaper:before {
  content: ""; }

.zmdi-washing-machine:before {
  content: ""; }

.zmdi-window-maximize:before {
  content: ""; }

.zmdi-window-minimize:before {
  content: ""; }

.zmdi-window-restore:before {
  content: ""; }

.zmdi-wrench:before {
  content: ""; }

.zmdi-zoom-in:before {
  content: ""; }

.zmdi-zoom-out:before {
  content: ""; }

.zmdi-alert-circle-o:before {
  content: ""; }

.zmdi-alert-circle:before {
  content: ""; }

.zmdi-alert-octagon:before {
  content: ""; }

.zmdi-alert-polygon:before {
  content: ""; }

.zmdi-alert-triangle:before {
  content: ""; }

.zmdi-help-outline:before {
  content: ""; }

.zmdi-help:before {
  content: ""; }

.zmdi-info-outline:before {
  content: ""; }

.zmdi-info:before {
  content: ""; }

.zmdi-notifications-active:before {
  content: ""; }

.zmdi-notifications-add:before {
  content: ""; }

.zmdi-notifications-none:before {
  content: ""; }

.zmdi-notifications-off:before {
  content: ""; }

.zmdi-notifications-paused:before {
  content: ""; }

.zmdi-notifications:before {
  content: ""; }

.zmdi-account-add:before {
  content: ""; }

.zmdi-account-box-mail:before {
  content: ""; }

.zmdi-account-box-o:before {
  content: ""; }

.zmdi-account-box-phone:before {
  content: ""; }

.zmdi-account-box:before {
  content: ""; }

.zmdi-account-calendar:before {
  content: ""; }

.zmdi-account-circle:before {
  content: ""; }

.zmdi-account-o:before {
  content: ""; }

.zmdi-account:before {
  content: ""; }

.zmdi-accounts-add:before {
  content: ""; }

.zmdi-accounts-alt:before {
  content: ""; }

.zmdi-accounts-list-alt:before {
  content: ""; }

.zmdi-accounts-list:before {
  content: ""; }

.zmdi-accounts-outline:before {
  content: ""; }

.zmdi-accounts:before {
  content: ""; }

.zmdi-face:before {
  content: ""; }

.zmdi-female:before {
  content: ""; }

.zmdi-male-alt:before {
  content: ""; }

.zmdi-male-female:before {
  content: ""; }

.zmdi-male:before {
  content: ""; }

.zmdi-mood-bad:before {
  content: ""; }

.zmdi-mood:before {
  content: ""; }

.zmdi-run:before {
  content: ""; }

.zmdi-walk:before {
  content: ""; }

.zmdi-cloud-box:before {
  content: ""; }

.zmdi-cloud-circle:before {
  content: ""; }

.zmdi-cloud-done:before {
  content: ""; }

.zmdi-cloud-download:before {
  content: ""; }

.zmdi-cloud-off:before {
  content: ""; }

.zmdi-cloud-outline-alt:before {
  content: ""; }

.zmdi-cloud-outline:before {
  content: ""; }

.zmdi-cloud-upload:before {
  content: ""; }

.zmdi-cloud:before {
  content: ""; }

.zmdi-download:before {
  content: ""; }

.zmdi-file-plus:before {
  content: ""; }

.zmdi-file-text:before {
  content: ""; }

.zmdi-file:before {
  content: ""; }

.zmdi-folder-outline:before {
  content: ""; }

.zmdi-folder-person:before {
  content: ""; }

.zmdi-folder-star-alt:before {
  content: ""; }

.zmdi-folder-star:before {
  content: ""; }

.zmdi-folder:before {
  content: ""; }

.zmdi-gif:before {
  content: ""; }

.zmdi-upload:before {
  content: ""; }

.zmdi-border-all:before {
  content: ""; }

.zmdi-border-bottom:before {
  content: ""; }

.zmdi-border-clear:before {
  content: ""; }

.zmdi-border-color:before {
  content: ""; }

.zmdi-border-horizontal:before {
  content: ""; }

.zmdi-border-inner:before {
  content: ""; }

.zmdi-border-left:before {
  content: ""; }

.zmdi-border-outer:before {
  content: ""; }

.zmdi-border-right:before {
  content: ""; }

.zmdi-border-style:before {
  content: ""; }

.zmdi-border-top:before {
  content: ""; }

.zmdi-border-vertical:before {
  content: ""; }

.zmdi-copy:before {
  content: ""; }

.zmdi-crop:before {
  content: ""; }

.zmdi-format-align-center:before {
  content: ""; }

.zmdi-format-align-justify:before {
  content: ""; }

.zmdi-format-align-left:before {
  content: ""; }

.zmdi-format-align-right:before {
  content: ""; }

.zmdi-format-bold:before {
  content: ""; }

.zmdi-format-clear-all:before {
  content: ""; }

.zmdi-format-clear:before {
  content: ""; }

.zmdi-format-color-fill:before {
  content: ""; }

.zmdi-format-color-reset:before {
  content: ""; }

.zmdi-format-color-text:before {
  content: ""; }

.zmdi-format-indent-decrease:before {
  content: ""; }

.zmdi-format-indent-increase:before {
  content: ""; }

.zmdi-format-italic:before {
  content: ""; }

.zmdi-format-line-spacing:before {
  content: ""; }

.zmdi-format-list-bulleted:before {
  content: ""; }

.zmdi-format-list-numbered:before {
  content: ""; }

.zmdi-format-ltr:before {
  content: ""; }

.zmdi-format-rtl:before {
  content: ""; }

.zmdi-format-size:before {
  content: ""; }

.zmdi-format-strikethrough-s:before {
  content: ""; }

.zmdi-format-strikethrough:before {
  content: ""; }

.zmdi-format-subject:before {
  content: ""; }

.zmdi-format-underlined:before {
  content: ""; }

.zmdi-format-valign-bottom:before {
  content: ""; }

.zmdi-format-valign-center:before {
  content: ""; }

.zmdi-format-valign-top:before {
  content: ""; }

.zmdi-redo:before {
  content: ""; }

.zmdi-select-all:before {
  content: ""; }

.zmdi-space-bar:before {
  content: ""; }

.zmdi-text-format:before {
  content: ""; }

.zmdi-transform:before {
  content: ""; }

.zmdi-undo:before {
  content: ""; }

.zmdi-wrap-text:before {
  content: ""; }

.zmdi-comment-alert:before {
  content: ""; }

.zmdi-comment-alt-text:before {
  content: ""; }

.zmdi-comment-alt:before {
  content: ""; }

.zmdi-comment-edit:before {
  content: ""; }

.zmdi-comment-image:before {
  content: ""; }

.zmdi-comment-list:before {
  content: ""; }

.zmdi-comment-more:before {
  content: ""; }

.zmdi-comment-outline:before {
  content: ""; }

.zmdi-comment-text-alt:before {
  content: ""; }

.zmdi-comment-text:before {
  content: ""; }

.zmdi-comment-video:before {
  content: ""; }

.zmdi-comment:before {
  content: ""; }

.zmdi-comments:before {
  content: ""; }

.zmdi-check-all:before {
  content: ""; }

.zmdi-check-circle-u:before {
  content: ""; }

.zmdi-check-circle:before {
  content: ""; }

.zmdi-check-square:before {
  content: ""; }

.zmdi-check:before {
  content: ""; }

.zmdi-circle-o:before {
  content: ""; }

.zmdi-circle:before {
  content: ""; }

.zmdi-dot-circle-alt:before {
  content: ""; }

.zmdi-dot-circle:before {
  content: ""; }

.zmdi-minus-circle-outline:before {
  content: ""; }

.zmdi-minus-circle:before {
  content: ""; }

.zmdi-minus-square:before {
  content: ""; }

.zmdi-minus:before {
  content: ""; }

.zmdi-plus-circle-o-duplicate:before {
  content: ""; }

.zmdi-plus-circle-o:before {
  content: ""; }

.zmdi-plus-circle:before {
  content: ""; }

.zmdi-plus-square:before {
  content: ""; }

.zmdi-plus:before {
  content: ""; }

.zmdi-square-o:before {
  content: ""; }

.zmdi-star-circle:before {
  content: ""; }

.zmdi-star-half:before {
  content: ""; }

.zmdi-star-outline:before {
  content: ""; }

.zmdi-star:before {
  content: ""; }

.zmdi-bluetooth-connected:before {
  content: ""; }

.zmdi-bluetooth-off:before {
  content: ""; }

.zmdi-bluetooth-search:before {
  content: ""; }

.zmdi-bluetooth-setting:before {
  content: ""; }

.zmdi-bluetooth:before {
  content: ""; }

.zmdi-camera-add:before {
  content: ""; }

.zmdi-camera-alt:before {
  content: ""; }

.zmdi-camera-bw:before {
  content: ""; }

.zmdi-camera-front:before {
  content: ""; }

.zmdi-camera-mic:before {
  content: ""; }

.zmdi-camera-party-mode:before {
  content: ""; }

.zmdi-camera-rear:before {
  content: ""; }

.zmdi-camera-roll:before {
  content: ""; }

.zmdi-camera-switch:before {
  content: ""; }

.zmdi-camera:before {
  content: ""; }

.zmdi-card-alert:before {
  content: ""; }

.zmdi-card-off:before {
  content: ""; }

.zmdi-card-sd:before {
  content: ""; }

.zmdi-card-sim:before {
  content: ""; }

.zmdi-desktop-mac:before {
  content: ""; }

.zmdi-desktop-windows:before {
  content: ""; }

.zmdi-device-hub:before {
  content: ""; }

.zmdi-devices-off:before {
  content: ""; }

.zmdi-devices:before {
  content: ""; }

.zmdi-dock:before {
  content: ""; }

.zmdi-floppy:before {
  content: ""; }

.zmdi-gamepad:before {
  content: ""; }

.zmdi-gps-dot:before {
  content: ""; }

.zmdi-gps-off:before {
  content: ""; }

.zmdi-gps:before {
  content: ""; }

.zmdi-headset-mic:before {
  content: ""; }

.zmdi-headset:before {
  content: ""; }

.zmdi-input-antenna:before {
  content: ""; }

.zmdi-input-composite:before {
  content: ""; }

.zmdi-input-hdmi:before {
  content: ""; }

.zmdi-input-power:before {
  content: ""; }

.zmdi-input-svideo:before {
  content: ""; }

.zmdi-keyboard-hide:before {
  content: ""; }

.zmdi-keyboard:before {
  content: ""; }

.zmdi-laptop-chromebook:before {
  content: ""; }

.zmdi-laptop-mac:before {
  content: ""; }

.zmdi-laptop:before {
  content: ""; }

.zmdi-mic-off:before {
  content: ""; }

.zmdi-mic-outline:before {
  content: ""; }

.zmdi-mic-setting:before {
  content: ""; }

.zmdi-mic:before {
  content: ""; }

.zmdi-mouse:before {
  content: ""; }

.zmdi-network-alert:before {
  content: ""; }

.zmdi-network-locked:before {
  content: ""; }

.zmdi-network-off:before {
  content: ""; }

.zmdi-network-outline:before {
  content: ""; }

.zmdi-network-setting:before {
  content: ""; }

.zmdi-network:before {
  content: ""; }

.zmdi-phone-bluetooth:before {
  content: ""; }

.zmdi-phone-end:before {
  content: ""; }

.zmdi-phone-forwarded:before {
  content: ""; }

.zmdi-phone-in-talk:before {
  content: ""; }

.zmdi-phone-locked:before {
  content: ""; }

.zmdi-phone-missed:before {
  content: ""; }

.zmdi-phone-msg:before {
  content: ""; }

.zmdi-phone-paused:before {
  content: ""; }

.zmdi-phone-ring:before {
  content: ""; }

.zmdi-phone-setting:before {
  content: ""; }

.zmdi-phone-sip:before {
  content: ""; }

.zmdi-phone:before {
  content: ""; }

.zmdi-portable-wifi-changes:before {
  content: ""; }

.zmdi-portable-wifi-off:before {
  content: ""; }

.zmdi-portable-wifi:before {
  content: ""; }

.zmdi-radio:before {
  content: ""; }

.zmdi-reader:before {
  content: ""; }

.zmdi-remote-control-alt:before {
  content: ""; }

.zmdi-remote-control:before {
  content: ""; }

.zmdi-router:before {
  content: ""; }

.zmdi-scanner:before {
  content: ""; }

.zmdi-smartphone-android:before {
  content: ""; }

.zmdi-smartphone-download:before {
  content: ""; }

.zmdi-smartphone-erase:before {
  content: ""; }

.zmdi-smartphone-info:before {
  content: ""; }

.zmdi-smartphone-iphone:before {
  content: ""; }

.zmdi-smartphone-landscape-lock:before {
  content: ""; }

.zmdi-smartphone-landscape:before {
  content: ""; }

.zmdi-smartphone-lock:before {
  content: ""; }

.zmdi-smartphone-portrait-lock:before {
  content: ""; }

.zmdi-smartphone-ring:before {
  content: ""; }

.zmdi-smartphone-setting:before {
  content: ""; }

.zmdi-smartphone-setup:before {
  content: ""; }

.zmdi-smartphone:before {
  content: ""; }

.zmdi-speaker:before {
  content: ""; }

.zmdi-tablet-android:before {
  content: ""; }

.zmdi-tablet-mac:before {
  content: ""; }

.zmdi-tablet:before {
  content: ""; }

.zmdi-tv-alt-play:before {
  content: ""; }

.zmdi-tv-list:before {
  content: ""; }

.zmdi-tv-play:before {
  content: ""; }

.zmdi-tv:before {
  content: ""; }

.zmdi-usb:before {
  content: ""; }

.zmdi-videocam-off:before {
  content: ""; }

.zmdi-videocam-switch:before {
  content: ""; }

.zmdi-videocam:before {
  content: ""; }

.zmdi-watch:before {
  content: ""; }

.zmdi-wifi-alt-2:before {
  content: ""; }

.zmdi-wifi-alt:before {
  content: ""; }

.zmdi-wifi-info:before {
  content: ""; }

.zmdi-wifi-lock:before {
  content: ""; }

.zmdi-wifi-off:before {
  content: ""; }

.zmdi-wifi-outline:before {
  content: ""; }

.zmdi-wifi:before {
  content: ""; }

.zmdi-arrow-left-bottom:before {
  content: ""; }

.zmdi-arrow-left:before {
  content: ""; }

.zmdi-arrow-merge:before {
  content: ""; }

.zmdi-arrow-missed:before {
  content: ""; }

.zmdi-arrow-right-top:before {
  content: ""; }

.zmdi-arrow-right:before {
  content: ""; }

.zmdi-arrow-split:before {
  content: ""; }

.zmdi-arrows:before {
  content: ""; }

.zmdi-caret-down-circle:before {
  content: ""; }

.zmdi-caret-down:before {
  content: ""; }

.zmdi-caret-left-circle:before {
  content: ""; }

.zmdi-caret-left:before {
  content: ""; }

.zmdi-caret-right-circle:before {
  content: ""; }

.zmdi-caret-right:before {
  content: ""; }

.zmdi-caret-up-circle:before {
  content: ""; }

.zmdi-caret-up:before {
  content: ""; }

.zmdi-chevron-down:before {
  content: ""; }

.zmdi-chevron-left:before {
  content: ""; }

.zmdi-chevron-right:before {
  content: ""; }

.zmdi-chevron-up:before {
  content: ""; }

.zmdi-forward:before {
  content: ""; }

.zmdi-long-arrow-down:before {
  content: ""; }

.zmdi-long-arrow-left:before {
  content: ""; }

.zmdi-long-arrow-return:before {
  content: ""; }

.zmdi-long-arrow-right:before {
  content: ""; }

.zmdi-long-arrow-tab:before {
  content: ""; }

.zmdi-long-arrow-up:before {
  content: ""; }

.zmdi-rotate-ccw:before {
  content: ""; }

.zmdi-rotate-cw:before {
  content: ""; }

.zmdi-rotate-left:before {
  content: ""; }

.zmdi-rotate-right:before {
  content: ""; }

.zmdi-square-down:before {
  content: ""; }

.zmdi-square-right:before {
  content: ""; }

.zmdi-swap-alt:before {
  content: ""; }

.zmdi-swap-vertical-circle:before {
  content: ""; }

.zmdi-swap-vertical:before {
  content: ""; }

.zmdi-swap:before {
  content: ""; }

.zmdi-trending-down:before {
  content: ""; }

.zmdi-trending-flat:before {
  content: ""; }

.zmdi-trending-up:before {
  content: ""; }

.zmdi-unfold-less:before {
  content: ""; }

.zmdi-unfold-more:before {
  content: ""; }

.zmdi-apps:before {
  content: ""; }

.zmdi-grid-off:before {
  content: ""; }

.zmdi-grid:before {
  content: ""; }

.zmdi-view-agenda:before {
  content: ""; }

.zmdi-view-array:before {
  content: ""; }

.zmdi-view-carousel:before {
  content: ""; }

.zmdi-view-column:before {
  content: ""; }

.zmdi-view-comfy:before {
  content: ""; }

.zmdi-view-compact:before {
  content: ""; }

.zmdi-view-dashboard:before {
  content: ""; }

.zmdi-view-day:before {
  content: ""; }

.zmdi-view-headline:before {
  content: ""; }

.zmdi-view-list-alt:before {
  content: ""; }

.zmdi-view-list:before {
  content: ""; }

.zmdi-view-module:before {
  content: ""; }

.zmdi-view-quilt:before {
  content: ""; }

.zmdi-view-stream:before {
  content: ""; }

.zmdi-view-subtitles:before {
  content: ""; }

.zmdi-view-toc:before {
  content: ""; }

.zmdi-view-web:before {
  content: ""; }

.zmdi-view-week:before {
  content: ""; }

.zmdi-widgets:before {
  content: ""; }

.zmdi-alarm-check:before {
  content: ""; }

.zmdi-alarm-off:before {
  content: ""; }

.zmdi-alarm-plus:before {
  content: ""; }

.zmdi-alarm-snooze:before {
  content: ""; }

.zmdi-alarm:before {
  content: ""; }

.zmdi-calendar-alt:before {
  content: ""; }

.zmdi-calendar-check:before {
  content: ""; }

.zmdi-calendar-close:before {
  content: ""; }

.zmdi-calendar-note:before {
  content: ""; }

.zmdi-calendar:before {
  content: ""; }

.zmdi-time-countdown:before {
  content: ""; }

.zmdi-time-interval:before {
  content: ""; }

.zmdi-time-restore-setting:before {
  content: ""; }

.zmdi-time-restore:before {
  content: ""; }

.zmdi-time:before {
  content: ""; }

.zmdi-timer-off:before {
  content: ""; }

.zmdi-timer:before {
  content: ""; }

.zmdi-android-alt:before {
  content: ""; }

.zmdi-android:before {
  content: ""; }

.zmdi-apple:before {
  content: ""; }

.zmdi-behance:before {
  content: ""; }

.zmdi-codepen:before {
  content: ""; }

.zmdi-dribbble:before {
  content: ""; }

.zmdi-dropbox:before {
  content: ""; }

.zmdi-evernote:before {
  content: ""; }

.zmdi-facebook-box:before {
  content: ""; }

.zmdi-facebook:before {
  content: ""; }

.zmdi-github-box:before {
  content: ""; }

.zmdi-github:before {
  content: ""; }

.zmdi-google-drive:before {
  content: ""; }

.zmdi-google-earth:before {
  content: ""; }

.zmdi-google-glass:before {
  content: ""; }

.zmdi-google-maps:before {
  content: ""; }

.zmdi-google-pages:before {
  content: ""; }

.zmdi-google-play:before {
  content: ""; }

.zmdi-google-plus-box:before {
  content: ""; }

.zmdi-google-plus:before {
  content: ""; }

.zmdi-google:before {
  content: ""; }

.zmdi-instagram:before {
  content: ""; }

.zmdi-language-css3:before {
  content: ""; }

.zmdi-language-html5:before {
  content: ""; }

.zmdi-language-javascript:before {
  content: ""; }

.zmdi-language-python-alt:before {
  content: ""; }

.zmdi-language-python:before {
  content: ""; }

.zmdi-lastfm:before {
  content: ""; }

.zmdi-linkedin-box:before {
  content: ""; }

.zmdi-paypal:before {
  content: ""; }

.zmdi-pinterest-box:before {
  content: ""; }

.zmdi-pocket:before {
  content: ""; }

.zmdi-polymer:before {
  content: ""; }

.zmdi-share:before {
  content: ""; }

.zmdi-stackoverflow:before {
  content: ""; }

.zmdi-steam-square:before {
  content: ""; }

.zmdi-steam:before {
  content: ""; }

.zmdi-twitter-box:before {
  content: ""; }

.zmdi-twitter:before {
  content: ""; }

.zmdi-vk:before {
  content: ""; }

.zmdi-wikipedia:before {
  content: ""; }

.zmdi-windows:before {
  content: ""; }

.zmdi-aspect-ratio-alt:before {
  content: ""; }

.zmdi-aspect-ratio:before {
  content: ""; }

.zmdi-blur-circular:before {
  content: ""; }

.zmdi-blur-linear:before {
  content: ""; }

.zmdi-blur-off:before {
  content: ""; }

.zmdi-blur:before {
  content: ""; }

.zmdi-brightness-2:before {
  content: ""; }

.zmdi-brightness-3:before {
  content: ""; }

.zmdi-brightness-4:before {
  content: ""; }

.zmdi-brightness-5:before {
  content: ""; }

.zmdi-brightness-6:before {
  content: ""; }

.zmdi-brightness-7:before {
  content: ""; }

.zmdi-brightness-auto:before {
  content: ""; }

.zmdi-brightness-setting:before {
  content: ""; }

.zmdi-broken-image:before {
  content: ""; }

.zmdi-center-focus-strong:before {
  content: ""; }

.zmdi-center-focus-weak:before {
  content: ""; }

.zmdi-compare:before {
  content: ""; }

.zmdi-crop-16-9:before {
  content: ""; }

.zmdi-crop-3-2:before {
  content: ""; }

.zmdi-crop-5-4:before {
  content: ""; }

.zmdi-crop-7-5:before {
  content: ""; }

.zmdi-crop-din:before {
  content: ""; }

.zmdi-crop-free:before {
  content: ""; }

.zmdi-crop-landscape:before {
  content: ""; }

.zmdi-crop-portrait:before {
  content: ""; }

.zmdi-crop-square:before {
  content: ""; }

.zmdi-exposure-alt:before {
  content: ""; }

.zmdi-exposure:before {
  content: ""; }

.zmdi-filter-b-and-w:before {
  content: ""; }

.zmdi-filter-center-focus:before {
  content: ""; }

.zmdi-filter-frames:before {
  content: ""; }

.zmdi-filter-tilt-shift:before {
  content: ""; }

.zmdi-gradient:before {
  content: ""; }

.zmdi-grain:before {
  content: ""; }

.zmdi-graphic-eq:before {
  content: ""; }

.zmdi-hdr-off:before {
  content: ""; }

.zmdi-hdr-strong:before {
  content: ""; }

.zmdi-hdr-weak:before {
  content: ""; }

.zmdi-hdr:before {
  content: ""; }

.zmdi-iridescent:before {
  content: ""; }

.zmdi-leak-off:before {
  content: ""; }

.zmdi-leak:before {
  content: ""; }

.zmdi-looks:before {
  content: ""; }

.zmdi-loupe:before {
  content: ""; }

.zmdi-panorama-horizontal:before {
  content: ""; }

.zmdi-panorama-vertical:before {
  content: ""; }

.zmdi-panorama-wide-angle:before {
  content: ""; }

.zmdi-photo-size-select-large:before {
  content: ""; }

.zmdi-photo-size-select-small:before {
  content: ""; }

.zmdi-picture-in-picture:before {
  content: ""; }

.zmdi-slideshow:before {
  content: ""; }

.zmdi-texture:before {
  content: ""; }

.zmdi-tonality:before {
  content: ""; }

.zmdi-vignette:before {
  content: ""; }

.zmdi-wb-auto:before {
  content: ""; }

.zmdi-eject-alt:before {
  content: ""; }

.zmdi-eject:before {
  content: ""; }

.zmdi-equalizer:before {
  content: ""; }

.zmdi-fast-forward:before {
  content: ""; }

.zmdi-fast-rewind:before {
  content: ""; }

.zmdi-forward-10:before {
  content: ""; }

.zmdi-forward-30:before {
  content: ""; }

.zmdi-forward-5:before {
  content: ""; }

.zmdi-hearing:before {
  content: ""; }

.zmdi-pause-circle-outline:before {
  content: ""; }

.zmdi-pause-circle:before {
  content: ""; }

.zmdi-pause:before {
  content: ""; }

.zmdi-play-circle-outline:before {
  content: ""; }

.zmdi-play-circle:before {
  content: ""; }

.zmdi-play:before {
  content: ""; }

.zmdi-playlist-audio:before {
  content: ""; }

.zmdi-playlist-plus:before {
  content: ""; }

.zmdi-repeat-one:before {
  content: ""; }

.zmdi-repeat:before {
  content: ""; }

.zmdi-replay-10:before {
  content: ""; }

.zmdi-replay-30:before {
  content: ""; }

.zmdi-replay-5:before {
  content: ""; }

.zmdi-replay:before {
  content: ""; }

.zmdi-shuffle:before {
  content: ""; }

.zmdi-skip-next:before {
  content: ""; }

.zmdi-skip-previous:before {
  content: ""; }

.zmdi-stop:before {
  content: ""; }

.zmdi-surround-sound:before {
  content: ""; }

.zmdi-tune:before {
  content: ""; }

.zmdi-volume-down:before {
  content: ""; }

.zmdi-volume-mute:before {
  content: ""; }

.zmdi-volume-off:before {
  content: ""; }

.zmdi-volume-up:before {
  content: ""; }

.zmdi-n-1-square:before {
  content: ""; }

.zmdi-n-2-square:before {
  content: ""; }

.zmdi-n-3-square:before {
  content: ""; }

.zmdi-n-4-square:before {
  content: ""; }

.zmdi-n-5-square:before {
  content: ""; }

.zmdi-n-6-square:before {
  content: ""; }

.zmdi-neg-1:before {
  content: ""; }

.zmdi-neg-2:before {
  content: ""; }

.zmdi-plus-1:before {
  content: ""; }

.zmdi-plus-2:before {
  content: ""; }

.zmdi-sec-10:before {
  content: ""; }

.zmdi-sec-3:before {
  content: ""; }

.zmdi-zero:before {
  content: ""; }

.zmdi-airline-seat-flat-angled:before {
  content: ""; }

.zmdi-airline-seat-flat:before {
  content: ""; }

.zmdi-airline-seat-individual-suite:before {
  content: ""; }

.zmdi-airline-seat-legroom-extra:before {
  content: ""; }

.zmdi-airline-seat-legroom-normal:before {
  content: ""; }

.zmdi-airline-seat-legroom-reduced:before {
  content: ""; }

.zmdi-airline-seat-recline-extra:before {
  content: ""; }

.zmdi-airline-seat-recline-normal:before {
  content: ""; }

.zmdi-airplay:before {
  content: ""; }

.zmdi-closed-caption:before {
  content: ""; }

.zmdi-confirmation-number:before {
  content: ""; }

.zmdi-developer-board:before {
  content: ""; }

.zmdi-disc-full:before {
  content: ""; }

.zmdi-explicit:before {
  content: ""; }

.zmdi-flight-land:before {
  content: ""; }

.zmdi-flight-takeoff:before {
  content: ""; }

.zmdi-flip-to-back:before {
  content: ""; }

.zmdi-flip-to-front:before {
  content: ""; }

.zmdi-group-work:before {
  content: ""; }

.zmdi-hd:before {
  content: ""; }

.zmdi-hq:before {
  content: ""; }

.zmdi-markunread-mailbox:before {
  content: ""; }

.zmdi-memory:before {
  content: ""; }

.zmdi-nfc:before {
  content: ""; }

.zmdi-play-for-work:before {
  content: ""; }

.zmdi-power-input:before {
  content: ""; }

.zmdi-present-to-all:before {
  content: ""; }

.zmdi-satellite:before {
  content: ""; }

.zmdi-tap-and-play:before {
  content: ""; }

.zmdi-vibration:before {
  content: ""; }

.zmdi-voicemail:before {
  content: ""; }

.zmdi-group:before {
  content: ""; }

.zmdi-rss:before {
  content: ""; }

.zmdi-shape:before {
  content: ""; }

.zmdi-spinner:before {
  content: ""; }

.zmdi-ungroup:before {
  content: ""; }

.zmdi-500px:before {
  content: ""; }

.zmdi-8tracks:before {
  content: ""; }

.zmdi-amazon:before {
  content: ""; }

.zmdi-blogger:before {
  content: ""; }

.zmdi-delicious:before {
  content: ""; }

.zmdi-disqus:before {
  content: ""; }

.zmdi-flattr:before {
  content: ""; }

.zmdi-flickr:before {
  content: ""; }

.zmdi-github-alt:before {
  content: ""; }

.zmdi-google-old:before {
  content: ""; }

.zmdi-linkedin:before {
  content: ""; }

.zmdi-odnoklassniki:before {
  content: ""; }

.zmdi-outlook:before {
  content: ""; }

.zmdi-paypal-alt:before {
  content: ""; }

.zmdi-pinterest:before {
  content: ""; }

.zmdi-playstation:before {
  content: ""; }

.zmdi-reddit:before {
  content: ""; }

.zmdi-skype:before {
  content: ""; }

.zmdi-slideshare:before {
  content: ""; }

.zmdi-soundcloud:before {
  content: ""; }

.zmdi-tumblr:before {
  content: ""; }

.zmdi-twitch:before {
  content: ""; }

.zmdi-vimeo:before {
  content: ""; }

.zmdi-whatsapp:before {
  content: ""; }

.zmdi-xbox:before {
  content: ""; }

.zmdi-yahoo:before {
  content: ""; }

.zmdi-youtube-play:before {
  content: ""; }

.zmdi-youtube:before {
  content: ""; }

.zmdi-3d-rotation:before {
  content: ""; }

.zmdi-airplane-off:before {
  content: ""; }

.zmdi-airplane:before {
  content: ""; }

.zmdi-album:before {
  content: ""; }

.zmdi-archive:before {
  content: ""; }

.zmdi-assignment-account:before {
  content: ""; }

.zmdi-assignment-alert:before {
  content: ""; }

.zmdi-assignment-check:before {
  content: ""; }

.zmdi-assignment-o:before {
  content: ""; }

.zmdi-assignment-return:before {
  content: ""; }

.zmdi-assignment-returned:before {
  content: ""; }

.zmdi-assignment:before {
  content: ""; }

.zmdi-attachment-alt:before {
  content: ""; }

.zmdi-attachment:before {
  content: ""; }

.zmdi-audio:before {
  content: ""; }

.zmdi-badge-check:before {
  content: ""; }

.zmdi-balance-wallet:before {
  content: ""; }

.zmdi-balance:before {
  content: ""; }

.zmdi-battery-alert:before {
  content: ""; }

.zmdi-battery-flash:before {
  content: ""; }

.zmdi-battery-unknown:before {
  content: ""; }

.zmdi-battery:before {
  content: ""; }

.zmdi-bike:before {
  content: ""; }

.zmdi-block-alt:before {
  content: ""; }

.zmdi-block:before {
  content: ""; }

.zmdi-boat:before {
  content: ""; }

.zmdi-book-image:before {
  content: ""; }

.zmdi-book:before {
  content: ""; }

.zmdi-bookmark-outline:before {
  content: ""; }

.zmdi-bookmark:before {
  content: ""; }

.zmdi-brush:before {
  content: ""; }

.zmdi-bug:before {
  content: ""; }

.zmdi-bus:before {
  content: ""; }

.zmdi-cake:before {
  content: ""; }

.zmdi-car-taxi:before {
  content: ""; }

.zmdi-car-wash:before {
  content: ""; }

.zmdi-car:before {
  content: ""; }

.zmdi-card-giftcard:before {
  content: ""; }

.zmdi-card-membership:before {
  content: ""; }

.zmdi-card-travel:before {
  content: ""; }

.zmdi-card:before {
  content: ""; }

.zmdi-case-check:before {
  content: ""; }

.zmdi-case-download:before {
  content: ""; }

.zmdi-case-play:before {
  content: ""; }

.zmdi-case:before {
  content: ""; }

.zmdi-cast-connected:before {
  content: ""; }

.zmdi-cast:before {
  content: ""; }

.zmdi-chart-donut:before {
  content: ""; }

.zmdi-chart:before {
  content: ""; }

.zmdi-city-alt:before {
  content: ""; }

.zmdi-city:before {
  content: ""; }

.zmdi-close-circle-o:before {
  content: ""; }

.zmdi-close-circle:before {
  content: ""; }

.zmdi-close:before {
  content: ""; }

.zmdi-cocktail:before {
  content: ""; }

.zmdi-code-setting:before {
  content: ""; }

.zmdi-code-smartphone:before {
  content: ""; }

.zmdi-code:before {
  content: ""; }

.zmdi-coffee:before {
  content: ""; }

.zmdi-collection-bookmark:before {
  content: ""; }

.zmdi-collection-case-play:before {
  content: ""; }

.zmdi-collection-folder-image:before {
  content: ""; }

.zmdi-collection-image-o:before {
  content: ""; }

.zmdi-collection-image:before {
  content: ""; }

.zmdi-collection-item-1:before {
  content: ""; }

.zmdi-collection-item-2:before {
  content: ""; }

.zmdi-collection-item-3:before {
  content: ""; }

.zmdi-collection-item-4:before {
  content: ""; }

.zmdi-collection-item-5:before {
  content: ""; }

.zmdi-collection-item-6:before {
  content: ""; }

.zmdi-collection-item-7:before {
  content: ""; }

.zmdi-collection-item-8:before {
  content: ""; }

.zmdi-collection-item-9-plus:before {
  content: ""; }

.zmdi-collection-item-9:before {
  content: ""; }

.zmdi-collection-item:before {
  content: ""; }

.zmdi-collection-music:before {
  content: ""; }

.zmdi-collection-pdf:before {
  content: ""; }

.zmdi-collection-plus:before {
  content: ""; }

.zmdi-collection-speaker:before {
  content: ""; }

.zmdi-collection-text:before {
  content: ""; }

.zmdi-collection-video:before {
  content: ""; }

.zmdi-compass:before {
  content: ""; }

.zmdi-cutlery:before {
  content: ""; }

.zmdi-delete:before {
  content: ""; }

.zmdi-dialpad:before {
  content: ""; }

.zmdi-dns:before {
  content: ""; }

.zmdi-drink:before {
  content: ""; }

.zmdi-edit:before {
  content: ""; }

.zmdi-email-open:before {
  content: ""; }

.zmdi-email:before {
  content: ""; }

.zmdi-eye-off:before {
  content: ""; }

.zmdi-eye:before {
  content: ""; }

.zmdi-eyedropper:before {
  content: ""; }

.zmdi-favorite-outline:before {
  content: ""; }

.zmdi-favorite:before {
  content: ""; }

.zmdi-filter-list:before {
  content: ""; }

.zmdi-fire:before {
  content: ""; }

.zmdi-flag:before {
  content: ""; }

.zmdi-flare:before {
  content: ""; }

.zmdi-flash-auto:before {
  content: ""; }

.zmdi-flash-off:before {
  content: ""; }

.zmdi-flash:before {
  content: ""; }

.zmdi-flip:before {
  content: ""; }

.zmdi-flower-alt:before {
  content: ""; }

.zmdi-flower:before {
  content: ""; }

.zmdi-font:before {
  content: ""; }

.zmdi-fullscreen-alt:before {
  content: ""; }

.zmdi-fullscreen-exit:before {
  content: ""; }

.zmdi-fullscreen:before {
  content: ""; }

.zmdi-functions:before {
  content: ""; }

.zmdi-gas-station:before {
  content: ""; }

.zmdi-gesture:before {
  content: ""; }

.zmdi-globe-alt:before {
  content: ""; }

.zmdi-globe-lock:before {
  content: ""; }

.zmdi-globe:before {
  content: ""; }

.zmdi-graduation-cap:before {
  content: ""; }

.zmdi-home:before {
  content: ""; }

.zmdi-hospital-alt:before {
  content: ""; }

.zmdi-hospital:before {
  content: ""; }

.zmdi-hotel:before {
  content: ""; }

.zmdi-hourglass-alt:before {
  content: ""; }

.zmdi-hourglass-outline:before {
  content: ""; }

.zmdi-hourglass:before {
  content: ""; }

.zmdi-http:before {
  content: ""; }

.zmdi-image-alt:before {
  content: ""; }

.zmdi-image-o:before {
  content: ""; }

.zmdi-image:before {
  content: ""; }

.zmdi-inbox:before {
  content: ""; }

.zmdi-invert-colors-off:before {
  content: ""; }

.zmdi-invert-colors:before {
  content: ""; }

.zmdi-key:before {
  content: ""; }

.zmdi-label-alt-outline:before {
  content: ""; }

.zmdi-label-alt:before {
  content: ""; }

.zmdi-label-heart:before {
  content: ""; }

.zmdi-label:before {
  content: ""; }

.zmdi-labels:before {
  content: ""; }

.zmdi-lamp:before {
  content: ""; }

.zmdi-landscape:before {
  content: ""; }

.zmdi-layers-off:before {
  content: ""; }

.zmdi-layers:before {
  content: ""; }

.zmdi-library:before {
  content: ""; }

.zmdi-link:before {
  content: ""; }

.zmdi-lock-open:before {
  content: ""; }

.zmdi-lock-outline:before {
  content: ""; }

.zmdi-lock:before {
  content: ""; }

.zmdi-mail-reply-all:before {
  content: ""; }

.zmdi-mail-reply:before {
  content: ""; }

.zmdi-mail-send:before {
  content: ""; }

.zmdi-mall:before {
  content: ""; }

.zmdi-map:before {
  content: ""; }

.zmdi-menu:before {
  content: ""; }

.zmdi-money-box:before {
  content: ""; }

.zmdi-money-off:before {
  content: ""; }

.zmdi-money:before {
  content: ""; }

.zmdi-more-vert:before {
  content: ""; }

.zmdi-more:before {
  content: ""; }

.zmdi-movie-alt:before {
  content: ""; }

.zmdi-movie:before {
  content: ""; }

.zmdi-nature-people:before {
  content: ""; }

.zmdi-nature:before {
  content: ""; }

.zmdi-navigation:before {
  content: ""; }

.zmdi-open-in-browser:before {
  content: ""; }

.zmdi-open-in-new:before {
  content: ""; }

.zmdi-palette:before {
  content: ""; }

.zmdi-parking:before {
  content: ""; }

.zmdi-pin-account:before {
  content: ""; }

.zmdi-pin-assistant:before {
  content: ""; }

.zmdi-pin-drop:before {
  content: ""; }

.zmdi-pin-help:before {
  content: ""; }

.zmdi-pin-off:before {
  content: ""; }

.zmdi-pin:before {
  content: ""; }

.zmdi-pizza:before {
  content: ""; }

.zmdi-plaster:before {
  content: ""; }

.zmdi-power-setting:before {
  content: ""; }

.zmdi-power:before {
  content: ""; }

.zmdi-print:before {
  content: ""; }

.zmdi-puzzle-piece:before {
  content: ""; }

.zmdi-quote:before {
  content: ""; }

.zmdi-railway:before {
  content: ""; }

.zmdi-receipt:before {
  content: ""; }

.zmdi-refresh-alt:before {
  content: ""; }

.zmdi-refresh-sync-alert:before {
  content: ""; }

.zmdi-refresh-sync-off:before {
  content: ""; }

.zmdi-refresh-sync:before {
  content: ""; }

.zmdi-refresh:before {
  content: ""; }

.zmdi-roller:before {
  content: ""; }

.zmdi-ruler:before {
  content: ""; }

.zmdi-scissors:before {
  content: ""; }

.zmdi-screen-rotation-lock:before {
  content: ""; }

.zmdi-screen-rotation:before {
  content: ""; }

.zmdi-search-for:before {
  content: ""; }

.zmdi-search-in-file:before {
  content: ""; }

.zmdi-search-in-page:before {
  content: ""; }

.zmdi-search-replace:before {
  content: ""; }

.zmdi-search:before {
  content: ""; }

.zmdi-seat:before {
  content: ""; }

.zmdi-settings-square:before {
  content: ""; }

.zmdi-settings:before {
  content: ""; }

.zmdi-shield-check:before {
  content: ""; }

.zmdi-shield-security:before {
  content: ""; }

.zmdi-shopping-basket:before {
  content: ""; }

.zmdi-shopping-cart-plus:before {
  content: ""; }

.zmdi-shopping-cart:before {
  content: ""; }

.zmdi-sign-in:before {
  content: ""; }

.zmdi-sort-amount-asc:before {
  content: ""; }

.zmdi-sort-amount-desc:before {
  content: ""; }

.zmdi-sort-asc:before {
  content: ""; }

.zmdi-sort-desc:before {
  content: ""; }

.zmdi-spellcheck:before {
  content: ""; }

.zmdi-storage:before {
  content: ""; }

.zmdi-store-24:before {
  content: ""; }

.zmdi-store:before {
  content: ""; }

.zmdi-subway:before {
  content: ""; }

.zmdi-sun:before {
  content: ""; }

.zmdi-tab-unselected:before {
  content: ""; }

.zmdi-tab:before {
  content: ""; }

.zmdi-tag-close:before {
  content: ""; }

.zmdi-tag-more:before {
  content: ""; }

.zmdi-tag:before {
  content: ""; }

.zmdi-thumb-down:before {
  content: ""; }

.zmdi-thumb-up-down:before {
  content: ""; }

.zmdi-thumb-up:before {
  content: ""; }

.zmdi-ticket-star:before {
  content: ""; }

.zmdi-toll:before {
  content: ""; }

.zmdi-toys:before {
  content: ""; }

.zmdi-traffic:before {
  content: ""; }

.zmdi-translate:before {
  content: ""; }

.zmdi-triangle-down:before {
  content: ""; }

.zmdi-triangle-up:before {
  content: ""; }

.zmdi-truck:before {
  content: ""; }

.zmdi-turning-sign:before {
  content: ""; }

.zmdi-wallpaper:before {
  content: ""; }

.zmdi-washing-machine:before {
  content: ""; }

.zmdi-window-maximize:before {
  content: ""; }

.zmdi-window-minimize:before {
  content: ""; }

.zmdi-window-restore:before {
  content: ""; }

.zmdi-wrench:before {
  content: ""; }

.zmdi-zoom-in:before {
  content: ""; }

.zmdi-zoom-out:before {
  content: ""; }

.zmdi-alert-circle-o:before {
  content: ""; }

.zmdi-alert-circle:before {
  content: ""; }

.zmdi-alert-octagon:before {
  content: ""; }

.zmdi-alert-polygon:before {
  content: ""; }

.zmdi-alert-triangle:before {
  content: ""; }

.zmdi-help-outline:before {
  content: ""; }

.zmdi-help:before {
  content: ""; }

.zmdi-info-outline:before {
  content: ""; }

.zmdi-info:before {
  content: ""; }

.zmdi-notifications-active:before {
  content: ""; }

.zmdi-notifications-add:before {
  content: ""; }

.zmdi-notifications-none:before {
  content: ""; }

.zmdi-notifications-off:before {
  content: ""; }

.zmdi-notifications-paused:before {
  content: ""; }

.zmdi-notifications:before {
  content: ""; }

.zmdi-account-add:before {
  content: ""; }

.zmdi-account-box-mail:before {
  content: ""; }

.zmdi-account-box-o:before {
  content: ""; }

.zmdi-account-box-phone:before {
  content: ""; }

.zmdi-account-box:before {
  content: ""; }

.zmdi-account-calendar:before {
  content: ""; }

.zmdi-account-circle:before {
  content: ""; }

.zmdi-account-o:before {
  content: ""; }

.zmdi-account:before {
  content: ""; }

.zmdi-accounts-add:before {
  content: ""; }

.zmdi-accounts-alt:before {
  content: ""; }

.zmdi-accounts-list-alt:before {
  content: ""; }

.zmdi-accounts-list:before {
  content: ""; }

.zmdi-accounts-outline:before {
  content: ""; }

.zmdi-accounts:before {
  content: ""; }

.zmdi-face:before {
  content: ""; }

.zmdi-female:before {
  content: ""; }

.zmdi-male-alt:before {
  content: ""; }

.zmdi-male-female:before {
  content: ""; }

.zmdi-male:before {
  content: ""; }

.zmdi-mood-bad:before {
  content: ""; }

.zmdi-mood:before {
  content: ""; }

.zmdi-run:before {
  content: ""; }

.zmdi-walk:before {
  content: ""; }

.zmdi-cloud-box:before {
  content: ""; }

.zmdi-cloud-circle:before {
  content: ""; }

.zmdi-cloud-done:before {
  content: ""; }

.zmdi-cloud-download:before {
  content: ""; }

.zmdi-cloud-off:before {
  content: ""; }

.zmdi-cloud-outline-alt:before {
  content: ""; }

.zmdi-cloud-outline:before {
  content: ""; }

.zmdi-cloud-upload:before {
  content: ""; }

.zmdi-cloud:before {
  content: ""; }

.zmdi-download:before {
  content: ""; }

.zmdi-file-plus:before {
  content: ""; }

.zmdi-file-text:before {
  content: ""; }

.zmdi-file:before {
  content: ""; }

.zmdi-folder-outline:before {
  content: ""; }

.zmdi-folder-person:before {
  content: ""; }

.zmdi-folder-star-alt:before {
  content: ""; }

.zmdi-folder-star:before {
  content: ""; }

.zmdi-folder:before {
  content: ""; }

.zmdi-gif:before {
  content: ""; }

.zmdi-upload:before {
  content: ""; }

.zmdi-border-all:before {
  content: ""; }

.zmdi-border-bottom:before {
  content: ""; }

.zmdi-border-clear:before {
  content: ""; }

.zmdi-border-color:before {
  content: ""; }

.zmdi-border-horizontal:before {
  content: ""; }

.zmdi-border-inner:before {
  content: ""; }

.zmdi-border-left:before {
  content: ""; }

.zmdi-border-outer:before {
  content: ""; }

.zmdi-border-right:before {
  content: ""; }

.zmdi-border-style:before {
  content: ""; }

.zmdi-border-top:before {
  content: ""; }

.zmdi-border-vertical:before {
  content: ""; }

.zmdi-copy:before {
  content: ""; }

.zmdi-crop:before {
  content: ""; }

.zmdi-format-align-center:before {
  content: ""; }

.zmdi-format-align-justify:before {
  content: ""; }

.zmdi-format-align-left:before {
  content: ""; }

.zmdi-format-align-right:before {
  content: ""; }

.zmdi-format-bold:before {
  content: ""; }

.zmdi-format-clear-all:before {
  content: ""; }

.zmdi-format-clear:before {
  content: ""; }

.zmdi-format-color-fill:before {
  content: ""; }

.zmdi-format-color-reset:before {
  content: ""; }

.zmdi-format-color-text:before {
  content: ""; }

.zmdi-format-indent-decrease:before {
  content: ""; }

.zmdi-format-indent-increase:before {
  content: ""; }

.zmdi-format-italic:before {
  content: ""; }

.zmdi-format-line-spacing:before {
  content: ""; }

.zmdi-format-list-bulleted:before {
  content: ""; }

.zmdi-format-list-numbered:before {
  content: ""; }

.zmdi-format-ltr:before {
  content: ""; }

.zmdi-format-rtl:before {
  content: ""; }

.zmdi-format-size:before {
  content: ""; }

.zmdi-format-strikethrough-s:before {
  content: ""; }

.zmdi-format-strikethrough:before {
  content: ""; }

.zmdi-format-subject:before {
  content: ""; }

.zmdi-format-underlined:before {
  content: ""; }

.zmdi-format-valign-bottom:before {
  content: ""; }

.zmdi-format-valign-center:before {
  content: ""; }

.zmdi-format-valign-top:before {
  content: ""; }

.zmdi-redo:before {
  content: ""; }

.zmdi-select-all:before {
  content: ""; }

.zmdi-space-bar:before {
  content: ""; }

.zmdi-text-format:before {
  content: ""; }

.zmdi-transform:before {
  content: ""; }

.zmdi-undo:before {
  content: ""; }

.zmdi-wrap-text:before {
  content: ""; }

.zmdi-comment-alert:before {
  content: ""; }

.zmdi-comment-alt-text:before {
  content: ""; }

.zmdi-comment-alt:before {
  content: ""; }

.zmdi-comment-edit:before {
  content: ""; }

.zmdi-comment-image:before {
  content: ""; }

.zmdi-comment-list:before {
  content: ""; }

.zmdi-comment-more:before {
  content: ""; }

.zmdi-comment-outline:before {
  content: ""; }

.zmdi-comment-text-alt:before {
  content: ""; }

.zmdi-comment-text:before {
  content: ""; }

.zmdi-comment-video:before {
  content: ""; }

.zmdi-comment:before {
  content: ""; }

.zmdi-comments:before {
  content: ""; }

.zmdi-check-all:before {
  content: ""; }

.zmdi-check-circle-u:before {
  content: ""; }

.zmdi-check-circle:before {
  content: ""; }

.zmdi-check-square:before {
  content: ""; }

.zmdi-check:before {
  content: ""; }

.zmdi-circle-o:before {
  content: ""; }

.zmdi-circle:before {
  content: ""; }

.zmdi-dot-circle-alt:before {
  content: ""; }

.zmdi-dot-circle:before {
  content: ""; }

.zmdi-minus-circle-outline:before {
  content: ""; }

.zmdi-minus-circle:before {
  content: ""; }

.zmdi-minus-square:before {
  content: ""; }

.zmdi-minus:before {
  content: ""; }

.zmdi-plus-circle-o-duplicate:before {
  content: ""; }

.zmdi-plus-circle-o:before {
  content: ""; }

.zmdi-plus-circle:before {
  content: ""; }

.zmdi-plus-square:before {
  content: ""; }

.zmdi-plus:before {
  content: ""; }

.zmdi-square-o:before {
  content: ""; }

.zmdi-star-circle:before {
  content: ""; }

.zmdi-star-half:before {
  content: ""; }

.zmdi-star-outline:before {
  content: ""; }

.zmdi-star:before {
  content: ""; }

.zmdi-bluetooth-connected:before {
  content: ""; }

.zmdi-bluetooth-off:before {
  content: ""; }

.zmdi-bluetooth-search:before {
  content: ""; }

.zmdi-bluetooth-setting:before {
  content: ""; }

.zmdi-bluetooth:before {
  content: ""; }

.zmdi-camera-add:before {
  content: ""; }

.zmdi-camera-alt:before {
  content: ""; }

.zmdi-camera-bw:before {
  content: ""; }

.zmdi-camera-front:before {
  content: ""; }

.zmdi-camera-mic:before {
  content: ""; }

.zmdi-camera-party-mode:before {
  content: ""; }

.zmdi-camera-rear:before {
  content: ""; }

.zmdi-camera-roll:before {
  content: ""; }

.zmdi-camera-switch:before {
  content: ""; }

.zmdi-camera:before {
  content: ""; }

.zmdi-card-alert:before {
  content: ""; }

.zmdi-card-off:before {
  content: ""; }

.zmdi-card-sd:before {
  content: ""; }

.zmdi-card-sim:before {
  content: ""; }

.zmdi-desktop-mac:before {
  content: ""; }

.zmdi-desktop-windows:before {
  content: ""; }

.zmdi-device-hub:before {
  content: ""; }

.zmdi-devices-off:before {
  content: ""; }

.zmdi-devices:before {
  content: ""; }

.zmdi-dock:before {
  content: ""; }

.zmdi-floppy:before {
  content: ""; }

.zmdi-gamepad:before {
  content: ""; }

.zmdi-gps-dot:before {
  content: ""; }

.zmdi-gps-off:before {
  content: ""; }

.zmdi-gps:before {
  content: ""; }

.zmdi-headset-mic:before {
  content: ""; }

.zmdi-headset:before {
  content: ""; }

.zmdi-input-antenna:before {
  content: ""; }

.zmdi-input-composite:before {
  content: ""; }

.zmdi-input-hdmi:before {
  content: ""; }

.zmdi-input-power:before {
  content: ""; }

.zmdi-input-svideo:before {
  content: ""; }

.zmdi-keyboard-hide:before {
  content: ""; }

.zmdi-keyboard:before {
  content: ""; }

.zmdi-laptop-chromebook:before {
  content: ""; }

.zmdi-laptop-mac:before {
  content: ""; }

.zmdi-laptop:before {
  content: ""; }

.zmdi-mic-off:before {
  content: ""; }

.zmdi-mic-outline:before {
  content: ""; }

.zmdi-mic-setting:before {
  content: ""; }

.zmdi-mic:before {
  content: ""; }

.zmdi-mouse:before {
  content: ""; }

.zmdi-network-alert:before {
  content: ""; }

.zmdi-network-locked:before {
  content: ""; }

.zmdi-network-off:before {
  content: ""; }

.zmdi-network-outline:before {
  content: ""; }

.zmdi-network-setting:before {
  content: ""; }

.zmdi-network:before {
  content: ""; }

.zmdi-phone-bluetooth:before {
  content: ""; }

.zmdi-phone-end:before {
  content: ""; }

.zmdi-phone-forwarded:before {
  content: ""; }

.zmdi-phone-in-talk:before {
  content: ""; }

.zmdi-phone-locked:before {
  content: ""; }

.zmdi-phone-missed:before {
  content: ""; }

.zmdi-phone-msg:before {
  content: ""; }

.zmdi-phone-paused:before {
  content: ""; }

.zmdi-phone-ring:before {
  content: ""; }

.zmdi-phone-setting:before {
  content: ""; }

.zmdi-phone-sip:before {
  content: ""; }

.zmdi-phone:before {
  content: ""; }

.zmdi-portable-wifi-changes:before {
  content: ""; }

.zmdi-portable-wifi-off:before {
  content: ""; }

.zmdi-portable-wifi:before {
  content: ""; }

.zmdi-radio:before {
  content: ""; }

.zmdi-reader:before {
  content: ""; }

.zmdi-remote-control-alt:before {
  content: ""; }

.zmdi-remote-control:before {
  content: ""; }

.zmdi-router:before {
  content: ""; }

.zmdi-scanner:before {
  content: ""; }

.zmdi-smartphone-android:before {
  content: ""; }

.zmdi-smartphone-download:before {
  content: ""; }

.zmdi-smartphone-erase:before {
  content: ""; }

.zmdi-smartphone-info:before {
  content: ""; }

.zmdi-smartphone-iphone:before {
  content: ""; }

.zmdi-smartphone-landscape-lock:before {
  content: ""; }

.zmdi-smartphone-landscape:before {
  content: ""; }

.zmdi-smartphone-lock:before {
  content: ""; }

.zmdi-smartphone-portrait-lock:before {
  content: ""; }

.zmdi-smartphone-ring:before {
  content: ""; }

.zmdi-smartphone-setting:before {
  content: ""; }

.zmdi-smartphone-setup:before {
  content: ""; }

.zmdi-smartphone:before {
  content: ""; }

.zmdi-speaker:before {
  content: ""; }

.zmdi-tablet-android:before {
  content: ""; }

.zmdi-tablet-mac:before {
  content: ""; }

.zmdi-tablet:before {
  content: ""; }

.zmdi-tv-alt-play:before {
  content: ""; }

.zmdi-tv-list:before {
  content: ""; }

.zmdi-tv-play:before {
  content: ""; }

.zmdi-tv:before {
  content: ""; }

.zmdi-usb:before {
  content: ""; }

.zmdi-videocam-off:before {
  content: ""; }

.zmdi-videocam-switch:before {
  content: ""; }

.zmdi-videocam:before {
  content: ""; }

.zmdi-watch:before {
  content: ""; }

.zmdi-wifi-alt-2:before {
  content: ""; }

.zmdi-wifi-alt:before {
  content: ""; }

.zmdi-wifi-info:before {
  content: ""; }

.zmdi-wifi-lock:before {
  content: ""; }

.zmdi-wifi-off:before {
  content: ""; }

.zmdi-wifi-outline:before {
  content: ""; }

.zmdi-wifi:before {
  content: ""; }

.zmdi-arrow-left-bottom:before {
  content: ""; }

.zmdi-arrow-left:before {
  content: ""; }

.zmdi-arrow-merge:before {
  content: ""; }

.zmdi-arrow-missed:before {
  content: ""; }

.zmdi-arrow-right-top:before {
  content: ""; }

.zmdi-arrow-right:before {
  content: ""; }

.zmdi-arrow-split:before {
  content: ""; }

.zmdi-arrows:before {
  content: ""; }

.zmdi-caret-down-circle:before {
  content: ""; }

.zmdi-caret-down:before {
  content: ""; }

.zmdi-caret-left-circle:before {
  content: ""; }

.zmdi-caret-left:before {
  content: ""; }

.zmdi-caret-right-circle:before {
  content: ""; }

.zmdi-caret-right:before {
  content: ""; }

.zmdi-caret-up-circle:before {
  content: ""; }

.zmdi-caret-up:before {
  content: ""; }

.zmdi-chevron-down:before {
  content: ""; }

.zmdi-chevron-left:before {
  content: ""; }

.zmdi-chevron-right:before {
  content: ""; }

.zmdi-chevron-up:before {
  content: ""; }

.zmdi-forward:before {
  content: ""; }

.zmdi-long-arrow-down:before {
  content: ""; }

.zmdi-long-arrow-left:before {
  content: ""; }

.zmdi-long-arrow-return:before {
  content: ""; }

.zmdi-long-arrow-right:before {
  content: ""; }

.zmdi-long-arrow-tab:before {
  content: ""; }

.zmdi-long-arrow-up:before {
  content: ""; }

.zmdi-rotate-ccw:before {
  content: ""; }

.zmdi-rotate-cw:before {
  content: ""; }

.zmdi-rotate-left:before {
  content: ""; }

.zmdi-rotate-right:before {
  content: ""; }

.zmdi-square-down:before {
  content: ""; }

.zmdi-square-right:before {
  content: ""; }

.zmdi-swap-alt:before {
  content: ""; }

.zmdi-swap-vertical-circle:before {
  content: ""; }

.zmdi-swap-vertical:before {
  content: ""; }

.zmdi-swap:before {
  content: ""; }

.zmdi-trending-down:before {
  content: ""; }

.zmdi-trending-flat:before {
  content: ""; }

.zmdi-trending-up:before {
  content: ""; }

.zmdi-unfold-less:before {
  content: ""; }

.zmdi-unfold-more:before {
  content: ""; }

.zmdi-apps:before {
  content: ""; }

.zmdi-grid-off:before {
  content: ""; }

.zmdi-grid:before {
  content: ""; }

.zmdi-view-agenda:before {
  content: ""; }

.zmdi-view-array:before {
  content: ""; }

.zmdi-view-carousel:before {
  content: ""; }

.zmdi-view-column:before {
  content: ""; }

.zmdi-view-comfy:before {
  content: ""; }

.zmdi-view-compact:before {
  content: ""; }

.zmdi-view-dashboard:before {
  content: ""; }

.zmdi-view-day:before {
  content: ""; }

.zmdi-view-headline:before {
  content: ""; }

.zmdi-view-list-alt:before {
  content: ""; }

.zmdi-view-list:before {
  content: ""; }

.zmdi-view-module:before {
  content: ""; }

.zmdi-view-quilt:before {
  content: ""; }

.zmdi-view-stream:before {
  content: ""; }

.zmdi-view-subtitles:before {
  content: ""; }

.zmdi-view-toc:before {
  content: ""; }

.zmdi-view-web:before {
  content: ""; }

.zmdi-view-week:before {
  content: ""; }

.zmdi-widgets:before {
  content: ""; }

.zmdi-alarm-check:before {
  content: ""; }

.zmdi-alarm-off:before {
  content: ""; }

.zmdi-alarm-plus:before {
  content: ""; }

.zmdi-alarm-snooze:before {
  content: ""; }

.zmdi-alarm:before {
  content: ""; }

.zmdi-calendar-alt:before {
  content: ""; }

.zmdi-calendar-check:before {
  content: ""; }

.zmdi-calendar-close:before {
  content: ""; }

.zmdi-calendar-note:before {
  content: ""; }

.zmdi-calendar:before {
  content: ""; }

.zmdi-time-countdown:before {
  content: ""; }

.zmdi-time-interval:before {
  content: ""; }

.zmdi-time-restore-setting:before {
  content: ""; }

.zmdi-time-restore:before {
  content: ""; }

.zmdi-time:before {
  content: ""; }

.zmdi-timer-off:before {
  content: ""; }

.zmdi-timer:before {
  content: ""; }

.zmdi-android-alt:before {
  content: ""; }

.zmdi-android:before {
  content: ""; }

.zmdi-apple:before {
  content: ""; }

.zmdi-behance:before {
  content: ""; }

.zmdi-codepen:before {
  content: ""; }

.zmdi-dribbble:before {
  content: ""; }

.zmdi-dropbox:before {
  content: ""; }

.zmdi-evernote:before {
  content: ""; }

.zmdi-facebook-box:before {
  content: ""; }

.zmdi-facebook:before {
  content: ""; }

.zmdi-github-box:before {
  content: ""; }

.zmdi-github:before {
  content: ""; }

.zmdi-google-drive:before {
  content: ""; }

.zmdi-google-earth:before {
  content: ""; }

.zmdi-google-glass:before {
  content: ""; }

.zmdi-google-maps:before {
  content: ""; }

.zmdi-google-pages:before {
  content: ""; }

.zmdi-google-play:before {
  content: ""; }

.zmdi-google-plus-box:before {
  content: ""; }

.zmdi-google-plus:before {
  content: ""; }

.zmdi-google:before {
  content: ""; }

.zmdi-instagram:before {
  content: ""; }

.zmdi-language-css3:before {
  content: ""; }

.zmdi-language-html5:before {
  content: ""; }

.zmdi-language-javascript:before {
  content: ""; }

.zmdi-language-python-alt:before {
  content: ""; }

.zmdi-language-python:before {
  content: ""; }

.zmdi-lastfm:before {
  content: ""; }

.zmdi-linkedin-box:before {
  content: ""; }

.zmdi-paypal:before {
  content: ""; }

.zmdi-pinterest-box:before {
  content: ""; }

.zmdi-pocket:before {
  content: ""; }

.zmdi-polymer:before {
  content: ""; }

.zmdi-share:before {
  content: ""; }

.zmdi-stackoverflow:before {
  content: ""; }

.zmdi-steam-square:before {
  content: ""; }

.zmdi-steam:before {
  content: ""; }

.zmdi-twitter-box:before {
  content: ""; }

.zmdi-twitter:before {
  content: ""; }

.zmdi-vk:before {
  content: ""; }

.zmdi-wikipedia:before {
  content: ""; }

.zmdi-windows:before {
  content: ""; }

.zmdi-aspect-ratio-alt:before {
  content: ""; }

.zmdi-aspect-ratio:before {
  content: ""; }

.zmdi-blur-circular:before {
  content: ""; }

.zmdi-blur-linear:before {
  content: ""; }

.zmdi-blur-off:before {
  content: ""; }

.zmdi-blur:before {
  content: ""; }

.zmdi-brightness-2:before {
  content: ""; }

.zmdi-brightness-3:before {
  content: ""; }

.zmdi-brightness-4:before {
  content: ""; }

.zmdi-brightness-5:before {
  content: ""; }

.zmdi-brightness-6:before {
  content: ""; }

.zmdi-brightness-7:before {
  content: ""; }

.zmdi-brightness-auto:before {
  content: ""; }

.zmdi-brightness-setting:before {
  content: ""; }

.zmdi-broken-image:before {
  content: ""; }

.zmdi-center-focus-strong:before {
  content: ""; }

.zmdi-center-focus-weak:before {
  content: ""; }

.zmdi-compare:before {
  content: ""; }

.zmdi-crop-16-9:before {
  content: ""; }

.zmdi-crop-3-2:before {
  content: ""; }

.zmdi-crop-5-4:before {
  content: ""; }

.zmdi-crop-7-5:before {
  content: ""; }

.zmdi-crop-din:before {
  content: ""; }

.zmdi-crop-free:before {
  content: ""; }

.zmdi-crop-landscape:before {
  content: ""; }

.zmdi-crop-portrait:before {
  content: ""; }

.zmdi-crop-square:before {
  content: ""; }

.zmdi-exposure-alt:before {
  content: ""; }

.zmdi-exposure:before {
  content: ""; }

.zmdi-filter-b-and-w:before {
  content: ""; }

.zmdi-filter-center-focus:before {
  content: ""; }

.zmdi-filter-frames:before {
  content: ""; }

.zmdi-filter-tilt-shift:before {
  content: ""; }

.zmdi-gradient:before {
  content: ""; }

.zmdi-grain:before {
  content: ""; }

.zmdi-graphic-eq:before {
  content: ""; }

.zmdi-hdr-off:before {
  content: ""; }

.zmdi-hdr-strong:before {
  content: ""; }

.zmdi-hdr-weak:before {
  content: ""; }

.zmdi-hdr:before {
  content: ""; }

.zmdi-iridescent:before {
  content: ""; }

.zmdi-leak-off:before {
  content: ""; }

.zmdi-leak:before {
  content: ""; }

.zmdi-looks:before {
  content: ""; }

.zmdi-loupe:before {
  content: ""; }

.zmdi-panorama-horizontal:before {
  content: ""; }

.zmdi-panorama-vertical:before {
  content: ""; }

.zmdi-panorama-wide-angle:before {
  content: ""; }

.zmdi-photo-size-select-large:before {
  content: ""; }

.zmdi-photo-size-select-small:before {
  content: ""; }

.zmdi-picture-in-picture:before {
  content: ""; }

.zmdi-slideshow:before {
  content: ""; }

.zmdi-texture:before {
  content: ""; }

.zmdi-tonality:before {
  content: ""; }

.zmdi-vignette:before {
  content: ""; }

.zmdi-wb-auto:before {
  content: ""; }

.zmdi-eject-alt:before {
  content: ""; }

.zmdi-eject:before {
  content: ""; }

.zmdi-equalizer:before {
  content: ""; }

.zmdi-fast-forward:before {
  content: ""; }

.zmdi-fast-rewind:before {
  content: ""; }

.zmdi-forward-10:before {
  content: ""; }

.zmdi-forward-30:before {
  content: ""; }

.zmdi-forward-5:before {
  content: ""; }

.zmdi-hearing:before {
  content: ""; }

.zmdi-pause-circle-outline:before {
  content: ""; }

.zmdi-pause-circle:before {
  content: ""; }

.zmdi-pause:before {
  content: ""; }

.zmdi-play-circle-outline:before {
  content: ""; }

.zmdi-play-circle:before {
  content: ""; }

.zmdi-play:before {
  content: ""; }

.zmdi-playlist-audio:before {
  content: ""; }

.zmdi-playlist-plus:before {
  content: ""; }

.zmdi-repeat-one:before {
  content: ""; }

.zmdi-repeat:before {
  content: ""; }

.zmdi-replay-10:before {
  content: ""; }

.zmdi-replay-30:before {
  content: ""; }

.zmdi-replay-5:before {
  content: ""; }

.zmdi-replay:before {
  content: ""; }

.zmdi-shuffle:before {
  content: ""; }

.zmdi-skip-next:before {
  content: ""; }

.zmdi-skip-previous:before {
  content: ""; }

.zmdi-stop:before {
  content: ""; }

.zmdi-surround-sound:before {
  content: ""; }

.zmdi-tune:before {
  content: ""; }

.zmdi-volume-down:before {
  content: ""; }

.zmdi-volume-mute:before {
  content: ""; }

.zmdi-volume-off:before {
  content: ""; }

.zmdi-volume-up:before {
  content: ""; }

.zmdi-n-1-square:before {
  content: ""; }

.zmdi-n-2-square:before {
  content: ""; }

.zmdi-n-3-square:before {
  content: ""; }

.zmdi-n-4-square:before {
  content: ""; }

.zmdi-n-5-square:before {
  content: ""; }

.zmdi-n-6-square:before {
  content: ""; }

.zmdi-neg-1:before {
  content: ""; }

.zmdi-neg-2:before {
  content: ""; }

.zmdi-plus-1:before {
  content: ""; }

.zmdi-plus-2:before {
  content: ""; }

.zmdi-sec-10:before {
  content: ""; }

.zmdi-sec-3:before {
  content: ""; }

.zmdi-zero:before {
  content: ""; }

.zmdi-airline-seat-flat-angled:before {
  content: ""; }

.zmdi-airline-seat-flat:before {
  content: ""; }

.zmdi-airline-seat-individual-suite:before {
  content: ""; }

.zmdi-airline-seat-legroom-extra:before {
  content: ""; }

.zmdi-airline-seat-legroom-normal:before {
  content: ""; }

.zmdi-airline-seat-legroom-reduced:before {
  content: ""; }

.zmdi-airline-seat-recline-extra:before {
  content: ""; }

.zmdi-airline-seat-recline-normal:before {
  content: ""; }

.zmdi-airplay:before {
  content: ""; }

.zmdi-closed-caption:before {
  content: ""; }

.zmdi-confirmation-number:before {
  content: ""; }

.zmdi-developer-board:before {
  content: ""; }

.zmdi-disc-full:before {
  content: ""; }

.zmdi-explicit:before {
  content: ""; }

.zmdi-flight-land:before {
  content: ""; }

.zmdi-flight-takeoff:before {
  content: ""; }

.zmdi-flip-to-back:before {
  content: ""; }

.zmdi-flip-to-front:before {
  content: ""; }

.zmdi-group-work:before {
  content: ""; }

.zmdi-hd:before {
  content: ""; }

.zmdi-hq:before {
  content: ""; }

.zmdi-markunread-mailbox:before {
  content: ""; }

.zmdi-memory:before {
  content: ""; }

.zmdi-nfc:before {
  content: ""; }

.zmdi-play-for-work:before {
  content: ""; }

.zmdi-power-input:before {
  content: ""; }

.zmdi-present-to-all:before {
  content: ""; }

.zmdi-satellite:before {
  content: ""; }

.zmdi-tap-and-play:before {
  content: ""; }

.zmdi-vibration:before {
  content: ""; }

.zmdi-voicemail:before {
  content: ""; }

.zmdi-group:before {
  content: ""; }

.zmdi-rss:before {
  content: ""; }

.zmdi-shape:before {
  content: ""; }

.zmdi-spinner:before {
  content: ""; }

.zmdi-ungroup:before {
  content: ""; }

.zmdi-500px:before {
  content: ""; }

.zmdi-8tracks:before {
  content: ""; }

.zmdi-amazon:before {
  content: ""; }

.zmdi-blogger:before {
  content: ""; }

.zmdi-delicious:before {
  content: ""; }

.zmdi-disqus:before {
  content: ""; }

.zmdi-flattr:before {
  content: ""; }

.zmdi-flickr:before {
  content: ""; }

.zmdi-github-alt:before {
  content: ""; }

.zmdi-google-old:before {
  content: ""; }

.zmdi-linkedin:before {
  content: ""; }

.zmdi-odnoklassniki:before {
  content: ""; }

.zmdi-outlook:before {
  content: ""; }

.zmdi-paypal-alt:before {
  content: ""; }

.zmdi-pinterest:before {
  content: ""; }

.zmdi-playstation:before {
  content: ""; }

.zmdi-reddit:before {
  content: ""; }

.zmdi-skype:before {
  content: ""; }

.zmdi-slideshare:before {
  content: ""; }

.zmdi-soundcloud:before {
  content: ""; }

.zmdi-tumblr:before {
  content: ""; }

.zmdi-twitch:before {
  content: ""; }

.zmdi-vimeo:before {
  content: ""; }

.zmdi-whatsapp:before {
  content: ""; }

.zmdi-xbox:before {
  content: ""; }

.zmdi-yahoo:before {
  content: ""; }

.zmdi-youtube-play:before {
  content: ""; }

.zmdi-youtube:before {
  content: ""; }

.zmdi-import-export:before {
  content: ""; }

.zmdi-swap-vertical-:before {
  content: ""; }

.zmdi-airplanemode-inactive:before {
  content: ""; }

.zmdi-airplanemode-active:before {
  content: ""; }

.zmdi-rate-review:before {
  content: ""; }

.zmdi-comment-sign:before {
  content: ""; }

.zmdi-network-warning:before {
  content: ""; }

.zmdi-shopping-cart-add:before {
  content: ""; }

.zmdi-file-add:before {
  content: ""; }

.zmdi-network-wifi-scan:before {
  content: ""; }

.zmdi-collection-add:before {
  content: ""; }

.zmdi-format-playlist-add:before {
  content: ""; }

.zmdi-format-queue-music:before {
  content: ""; }

.zmdi-plus-box:before {
  content: ""; }

.zmdi-tag-backspace:before {
  content: ""; }

.zmdi-alarm-add:before {
  content: ""; }

.zmdi-battery-charging:before {
  content: ""; }

.zmdi-daydream-setting:before {
  content: ""; }

.zmdi-more-horiz:before {
  content: ""; }

.zmdi-book-photo:before {
  content: ""; }

.zmdi-incandescent:before {
  content: ""; }

.zmdi-wb-iridescent:before {
  content: ""; }

.zmdi-calendar-remove:before {
  content: ""; }

.zmdi-refresh-sync-disabled:before {
  content: ""; }

.zmdi-refresh-sync-problem:before {
  content: ""; }

.zmdi-crop-original:before {
  content: ""; }

.zmdi-power-off:before {
  content: ""; }

.zmdi-power-off-setting:before {
  content: ""; }

.zmdi-leak-remove:before {
  content: ""; }

.zmdi-star-border:before {
  content: ""; }

.zmdi-brightness-low:before {
  content: ""; }

.zmdi-brightness-medium:before {
  content: ""; }

.zmdi-brightness-high:before {
  content: ""; }

.zmdi-smartphone-portrait:before {
  content: ""; }

.zmdi-live-tv:before {
  content: ""; }

.zmdi-format-textdirection-l-to-r:before {
  content: ""; }

.zmdi-format-textdirection-r-to-l:before {
  content: ""; }

.zmdi-arrow-back:before {
  content: ""; }

.zmdi-arrow-forward:before {
  content: ""; }

.zmdi-arrow-in:before {
  content: ""; }

.zmdi-arrow-out:before {
  content: ""; }

.zmdi-rotate-90-degrees-ccw:before {
  content: ""; }

.zmdi-adb:before {
  content: ""; }

.zmdi-network-wifi:before {
  content: ""; }

.zmdi-network-wifi-alt:before {
  content: ""; }

.zmdi-network-wifi-lock:before {
  content: ""; }

.zmdi-network-wifi-off:before {
  content: ""; }

.zmdi-network-wifi-outline:before {
  content: ""; }

.zmdi-network-wifi-info:before {
  content: ""; }

.zmdi-layers-clear:before {
  content: ""; }

.zmdi-colorize:before {
  content: ""; }

.zmdi-format-paint:before {
  content: ""; }

.zmdi-format-quote:before {
  content: ""; }

.zmdi-camera-monochrome-photos:before {
  content: ""; }

.zmdi-sort-by-alpha:before {
  content: ""; }

.zmdi-folder-shared:before {
  content: ""; }

.zmdi-folder-special:before {
  content: ""; }

.zmdi-comment-dots:before {
  content: ""; }

.zmdi-reorder:before {
  content: ""; }

.zmdi-dehaze:before {
  content: ""; }

.zmdi-sort:before {
  content: ""; }

.zmdi-pages:before {
  content: ""; }

.zmdi-stack-overflow:before {
  content: ""; }

.zmdi-calendar-account:before {
  content: ""; }

.zmdi-paste:before {
  content: ""; }

.zmdi-cut:before {
  content: ""; }

.zmdi-save:before {
  content: ""; }

.zmdi-smartphone-code:before {
  content: ""; }

.zmdi-directions-bike:before {
  content: ""; }

.zmdi-directions-boat:before {
  content: ""; }

.zmdi-directions-bus:before {
  content: ""; }

.zmdi-directions-car:before {
  content: ""; }

.zmdi-directions-railway:before {
  content: ""; }

.zmdi-directions-run:before {
  content: ""; }

.zmdi-directions-subway:before {
  content: ""; }

.zmdi-directions-walk:before {
  content: ""; }

.zmdi-local-hotel:before {
  content: ""; }

.zmdi-local-activity:before {
  content: ""; }

.zmdi-local-play:before {
  content: ""; }

.zmdi-local-airport:before {
  content: ""; }

.zmdi-local-atm:before {
  content: ""; }

.zmdi-local-bar:before {
  content: ""; }

.zmdi-local-cafe:before {
  content: ""; }

.zmdi-local-car-wash:before {
  content: ""; }

.zmdi-local-convenience-store:before {
  content: ""; }

.zmdi-local-dining:before {
  content: ""; }

.zmdi-local-drink:before {
  content: ""; }

.zmdi-local-florist:before {
  content: ""; }

.zmdi-local-gas-station:before {
  content: ""; }

.zmdi-local-grocery-store:before {
  content: ""; }

.zmdi-local-hospital:before {
  content: ""; }

.zmdi-local-laundry-service:before {
  content: ""; }

.zmdi-local-library:before {
  content: ""; }

.zmdi-local-mall:before {
  content: ""; }

.zmdi-local-movies:before {
  content: ""; }

.zmdi-local-offer:before {
  content: ""; }

.zmdi-local-parking:before {
  content: ""; }

.zmdi-local-parking:before {
  content: ""; }

.zmdi-local-pharmacy:before {
  content: ""; }

.zmdi-local-phone:before {
  content: ""; }

.zmdi-local-pizza:before {
  content: ""; }

.zmdi-local-post-office:before {
  content: ""; }

.zmdi-local-printshop:before {
  content: ""; }

.zmdi-local-see:before {
  content: ""; }

.zmdi-local-shipping:before {
  content: ""; }

.zmdi-local-store:before {
  content: ""; }

.zmdi-local-taxi:before {
  content: ""; }

.zmdi-local-wc:before {
  content: ""; }

.zmdi-my-location:before {
  content: ""; }

.zmdi-directions:before {
  content: ""; }

/*!
 *  Weather Icons 2.0.8
 *  Updated September 19, 2015
 *  Weather themed icons for Bootstrap
 *  Author - Erik Flowers - erik@helloerik.com
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 *  ------------------------------------------------------------------------------
 *  Maintained at http://erikflowers.github.io/weather-icons
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Font licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS, SCSS and LESS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 */
/*!
 *  Weather Icons 2.0
 *  Updated August 1, 2015
 *  Weather themed icons for Bootstrap
 *  Author - Erik Flowers - erik@helloerik.com
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 *  ------------------------------------------------------------------------------
 *  Maintained at http://erikflowers.github.io/weather-icons
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Font licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS, LESS and SCSS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 */
@font-face {
  font-family: "weathericons";
  src: url("../fonts/weather-icons/weathericons-regular-webfont.eot");
  src: url("../fonts/weather-icons/weathericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/weather-icons/weathericons-regular-webfont.woff2") format("woff2"), url("../fonts/weather-icons/weathericons-regular-webfont.woff") format("woff"), url("../fonts/weather-icons/weathericons-regular-webfont.ttf") format("truetype"), url("../fonts/weather-icons/weathericons-regular-webfont.svg#weather_iconsregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.wi {
  display: inline-block;
  font-family: "weathericons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.wi-fw {
  width: 1.4em;
  text-align: center; }

.wi-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.wi-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.wi-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.wi-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.wi-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

.wi-day-sunny:before {
  content: ""; }

.wi-day-cloudy:before {
  content: ""; }

.wi-day-cloudy-gusts:before {
  content: ""; }

.wi-day-cloudy-windy:before {
  content: ""; }

.wi-day-fog:before {
  content: ""; }

.wi-day-hail:before {
  content: ""; }

.wi-day-haze:before {
  content: ""; }

.wi-day-lightning:before {
  content: ""; }

.wi-day-rain:before {
  content: ""; }

.wi-day-rain-mix:before {
  content: ""; }

.wi-day-rain-wind:before {
  content: ""; }

.wi-day-showers:before {
  content: ""; }

.wi-day-sleet:before {
  content: ""; }

.wi-day-sleet-storm:before {
  content: ""; }

.wi-day-snow:before {
  content: ""; }

.wi-day-snow-thunderstorm:before {
  content: ""; }

.wi-day-snow-wind:before {
  content: ""; }

.wi-day-sprinkle:before {
  content: ""; }

.wi-day-storm-showers:before {
  content: ""; }

.wi-day-sunny-overcast:before {
  content: ""; }

.wi-day-thunderstorm:before {
  content: ""; }

.wi-day-windy:before {
  content: ""; }

.wi-solar-eclipse:before {
  content: ""; }

.wi-hot:before {
  content: ""; }

.wi-day-cloudy-high:before {
  content: ""; }

.wi-day-light-wind:before {
  content: ""; }

.wi-night-clear:before {
  content: ""; }

.wi-night-alt-cloudy:before {
  content: ""; }

.wi-night-alt-cloudy-gusts:before {
  content: ""; }

.wi-night-alt-cloudy-windy:before {
  content: ""; }

.wi-night-alt-hail:before {
  content: ""; }

.wi-night-alt-lightning:before {
  content: ""; }

.wi-night-alt-rain:before {
  content: ""; }

.wi-night-alt-rain-mix:before {
  content: ""; }

.wi-night-alt-rain-wind:before {
  content: ""; }

.wi-night-alt-showers:before {
  content: ""; }

.wi-night-alt-sleet:before {
  content: ""; }

.wi-night-alt-sleet-storm:before {
  content: ""; }

.wi-night-alt-snow:before {
  content: ""; }

.wi-night-alt-snow-thunderstorm:before {
  content: ""; }

.wi-night-alt-snow-wind:before {
  content: ""; }

.wi-night-alt-sprinkle:before {
  content: ""; }

.wi-night-alt-storm-showers:before {
  content: ""; }

.wi-night-alt-thunderstorm:before {
  content: ""; }

.wi-night-cloudy:before {
  content: ""; }

.wi-night-cloudy-gusts:before {
  content: ""; }

.wi-night-cloudy-windy:before {
  content: ""; }

.wi-night-fog:before {
  content: ""; }

.wi-night-hail:before {
  content: ""; }

.wi-night-lightning:before {
  content: ""; }

.wi-night-partly-cloudy:before {
  content: ""; }

.wi-night-rain:before {
  content: ""; }

.wi-night-rain-mix:before {
  content: ""; }

.wi-night-rain-wind:before {
  content: ""; }

.wi-night-showers:before {
  content: ""; }

.wi-night-sleet:before {
  content: ""; }

.wi-night-sleet-storm:before {
  content: ""; }

.wi-night-snow:before {
  content: ""; }

.wi-night-snow-thunderstorm:before {
  content: ""; }

.wi-night-snow-wind:before {
  content: ""; }

.wi-night-sprinkle:before {
  content: ""; }

.wi-night-storm-showers:before {
  content: ""; }

.wi-night-thunderstorm:before {
  content: ""; }

.wi-lunar-eclipse:before {
  content: ""; }

.wi-stars:before {
  content: ""; }

.wi-storm-showers:before {
  content: ""; }

.wi-thunderstorm:before {
  content: ""; }

.wi-night-alt-cloudy-high:before {
  content: ""; }

.wi-night-cloudy-high:before {
  content: ""; }

.wi-night-alt-partly-cloudy:before {
  content: ""; }

.wi-cloud:before {
  content: ""; }

.wi-cloudy:before {
  content: ""; }

.wi-cloudy-gusts:before {
  content: ""; }

.wi-cloudy-windy:before {
  content: ""; }

.wi-fog:before {
  content: ""; }

.wi-hail:before {
  content: ""; }

.wi-rain:before {
  content: ""; }

.wi-rain-mix:before {
  content: ""; }

.wi-rain-wind:before {
  content: ""; }

.wi-showers:before {
  content: ""; }

.wi-sleet:before {
  content: ""; }

.wi-snow:before {
  content: ""; }

.wi-sprinkle:before {
  content: ""; }

.wi-storm-showers:before {
  content: ""; }

.wi-thunderstorm:before {
  content: ""; }

.wi-snow-wind:before {
  content: ""; }

.wi-snow:before {
  content: ""; }

.wi-smog:before {
  content: ""; }

.wi-smoke:before {
  content: ""; }

.wi-lightning:before {
  content: ""; }

.wi-raindrops:before {
  content: ""; }

.wi-raindrop:before {
  content: ""; }

.wi-dust:before {
  content: ""; }

.wi-snowflake-cold:before {
  content: ""; }

.wi-windy:before {
  content: ""; }

.wi-strong-wind:before {
  content: ""; }

.wi-sandstorm:before {
  content: ""; }

.wi-earthquake:before {
  content: ""; }

.wi-fire:before {
  content: ""; }

.wi-flood:before {
  content: ""; }

.wi-meteor:before {
  content: ""; }

.wi-tsunami:before {
  content: ""; }

.wi-volcano:before {
  content: ""; }

.wi-hurricane:before {
  content: ""; }

.wi-tornado:before {
  content: ""; }

.wi-small-craft-advisory:before {
  content: ""; }

.wi-gale-warning:before {
  content: ""; }

.wi-storm-warning:before {
  content: ""; }

.wi-hurricane-warning:before {
  content: ""; }

.wi-wind-direction:before {
  content: ""; }

.wi-alien:before {
  content: ""; }

.wi-celsius:before {
  content: ""; }

.wi-fahrenheit:before {
  content: ""; }

.wi-degrees:before {
  content: ""; }

.wi-thermometer:before {
  content: ""; }

.wi-thermometer-exterior:before {
  content: ""; }

.wi-thermometer-internal:before {
  content: ""; }

.wi-cloud-down:before {
  content: ""; }

.wi-cloud-up:before {
  content: ""; }

.wi-cloud-refresh:before {
  content: ""; }

.wi-horizon:before {
  content: ""; }

.wi-horizon-alt:before {
  content: ""; }

.wi-sunrise:before {
  content: ""; }

.wi-sunset:before {
  content: ""; }

.wi-moonrise:before {
  content: ""; }

.wi-moonset:before {
  content: ""; }

.wi-refresh:before {
  content: ""; }

.wi-refresh-alt:before {
  content: ""; }

.wi-umbrella:before {
  content: ""; }

.wi-barometer:before {
  content: ""; }

.wi-humidity:before {
  content: ""; }

.wi-na:before {
  content: ""; }

.wi-train:before {
  content: ""; }

.wi-moon-new:before {
  content: ""; }

.wi-moon-waxing-crescent-1:before {
  content: ""; }

.wi-moon-waxing-crescent-2:before {
  content: ""; }

.wi-moon-waxing-crescent-3:before {
  content: ""; }

.wi-moon-waxing-crescent-4:before {
  content: ""; }

.wi-moon-waxing-crescent-5:before {
  content: ""; }

.wi-moon-waxing-crescent-6:before {
  content: ""; }

.wi-moon-first-quarter:before {
  content: ""; }

.wi-moon-waxing-gibbous-1:before {
  content: ""; }

.wi-moon-waxing-gibbous-2:before {
  content: ""; }

.wi-moon-waxing-gibbous-3:before {
  content: ""; }

.wi-moon-waxing-gibbous-4:before {
  content: ""; }

.wi-moon-waxing-gibbous-5:before {
  content: ""; }

.wi-moon-waxing-gibbous-6:before {
  content: ""; }

.wi-moon-full:before {
  content: ""; }

.wi-moon-waning-gibbous-1:before {
  content: ""; }

.wi-moon-waning-gibbous-2:before {
  content: ""; }

.wi-moon-waning-gibbous-3:before {
  content: ""; }

.wi-moon-waning-gibbous-4:before {
  content: ""; }

.wi-moon-waning-gibbous-5:before {
  content: ""; }

.wi-moon-waning-gibbous-6:before {
  content: ""; }

.wi-moon-third-quarter:before {
  content: ""; }

.wi-moon-waning-crescent-1:before {
  content: ""; }

.wi-moon-waning-crescent-2:before {
  content: ""; }

.wi-moon-waning-crescent-3:before {
  content: ""; }

.wi-moon-waning-crescent-4:before {
  content: ""; }

.wi-moon-waning-crescent-5:before {
  content: ""; }

.wi-moon-waning-crescent-6:before {
  content: ""; }

.wi-moon-alt-new:before {
  content: ""; }

.wi-moon-alt-waxing-crescent-1:before {
  content: ""; }

.wi-moon-alt-waxing-crescent-2:before {
  content: ""; }

.wi-moon-alt-waxing-crescent-3:before {
  content: ""; }

.wi-moon-alt-waxing-crescent-4:before {
  content: ""; }

.wi-moon-alt-waxing-crescent-5:before {
  content: ""; }

.wi-moon-alt-waxing-crescent-6:before {
  content: ""; }

.wi-moon-alt-first-quarter:before {
  content: ""; }

.wi-moon-alt-waxing-gibbous-1:before {
  content: ""; }

.wi-moon-alt-waxing-gibbous-2:before {
  content: ""; }

.wi-moon-alt-waxing-gibbous-3:before {
  content: ""; }

.wi-moon-alt-waxing-gibbous-4:before {
  content: ""; }

.wi-moon-alt-waxing-gibbous-5:before {
  content: ""; }

.wi-moon-alt-waxing-gibbous-6:before {
  content: ""; }

.wi-moon-alt-full:before {
  content: ""; }

.wi-moon-alt-waning-gibbous-1:before {
  content: ""; }

.wi-moon-alt-waning-gibbous-2:before {
  content: ""; }

.wi-moon-alt-waning-gibbous-3:before {
  content: ""; }

.wi-moon-alt-waning-gibbous-4:before {
  content: ""; }

.wi-moon-alt-waning-gibbous-5:before {
  content: ""; }

.wi-moon-alt-waning-gibbous-6:before {
  content: ""; }

.wi-moon-alt-third-quarter:before {
  content: ""; }

.wi-moon-alt-waning-crescent-1:before {
  content: ""; }

.wi-moon-alt-waning-crescent-2:before {
  content: ""; }

.wi-moon-alt-waning-crescent-3:before {
  content: ""; }

.wi-moon-alt-waning-crescent-4:before {
  content: ""; }

.wi-moon-alt-waning-crescent-5:before {
  content: ""; }

.wi-moon-alt-waning-crescent-6:before {
  content: ""; }

.wi-moon-0:before {
  content: ""; }

.wi-moon-1:before {
  content: ""; }

.wi-moon-2:before {
  content: ""; }

.wi-moon-3:before {
  content: ""; }

.wi-moon-4:before {
  content: ""; }

.wi-moon-5:before {
  content: ""; }

.wi-moon-6:before {
  content: ""; }

.wi-moon-7:before {
  content: ""; }

.wi-moon-8:before {
  content: ""; }

.wi-moon-9:before {
  content: ""; }

.wi-moon-10:before {
  content: ""; }

.wi-moon-11:before {
  content: ""; }

.wi-moon-12:before {
  content: ""; }

.wi-moon-13:before {
  content: ""; }

.wi-moon-14:before {
  content: ""; }

.wi-moon-15:before {
  content: ""; }

.wi-moon-16:before {
  content: ""; }

.wi-moon-17:before {
  content: ""; }

.wi-moon-18:before {
  content: ""; }

.wi-moon-19:before {
  content: ""; }

.wi-moon-20:before {
  content: ""; }

.wi-moon-21:before {
  content: ""; }

.wi-moon-22:before {
  content: ""; }

.wi-moon-23:before {
  content: ""; }

.wi-moon-24:before {
  content: ""; }

.wi-moon-25:before {
  content: ""; }

.wi-moon-26:before {
  content: ""; }

.wi-moon-27:before {
  content: ""; }

.wi-time-1:before {
  content: ""; }

.wi-time-2:before {
  content: ""; }

.wi-time-3:before {
  content: ""; }

.wi-time-4:before {
  content: ""; }

.wi-time-5:before {
  content: ""; }

.wi-time-6:before {
  content: ""; }

.wi-time-7:before {
  content: ""; }

.wi-time-8:before {
  content: ""; }

.wi-time-9:before {
  content: ""; }

.wi-time-10:before {
  content: ""; }

.wi-time-11:before {
  content: ""; }

.wi-time-12:before {
  content: ""; }

.wi-direction-up:before {
  content: ""; }

.wi-direction-up-right:before {
  content: ""; }

.wi-direction-right:before {
  content: ""; }

.wi-direction-down-right:before {
  content: ""; }

.wi-direction-down:before {
  content: ""; }

.wi-direction-down-left:before {
  content: ""; }

.wi-direction-left:before {
  content: ""; }

.wi-direction-up-left:before {
  content: ""; }

.wi-wind-beaufort-0:before {
  content: ""; }

.wi-wind-beaufort-1:before {
  content: ""; }

.wi-wind-beaufort-2:before {
  content: ""; }

.wi-wind-beaufort-3:before {
  content: ""; }

.wi-wind-beaufort-4:before {
  content: ""; }

.wi-wind-beaufort-5:before {
  content: ""; }

.wi-wind-beaufort-6:before {
  content: ""; }

.wi-wind-beaufort-7:before {
  content: ""; }

.wi-wind-beaufort-8:before {
  content: ""; }

.wi-wind-beaufort-9:before {
  content: ""; }

.wi-wind-beaufort-10:before {
  content: ""; }

.wi-wind-beaufort-11:before {
  content: ""; }

.wi-wind-beaufort-12:before {
  content: ""; }

.wi-yahoo-0:before {
  content: ""; }

.wi-yahoo-1:before {
  content: ""; }

.wi-yahoo-2:before {
  content: ""; }

.wi-yahoo-3:before {
  content: ""; }

.wi-yahoo-4:before {
  content: ""; }

.wi-yahoo-5:before {
  content: ""; }

.wi-yahoo-6:before {
  content: ""; }

.wi-yahoo-7:before {
  content: ""; }

.wi-yahoo-8:before {
  content: ""; }

.wi-yahoo-9:before {
  content: ""; }

.wi-yahoo-10:before {
  content: ""; }

.wi-yahoo-11:before {
  content: ""; }

.wi-yahoo-12:before {
  content: ""; }

.wi-yahoo-13:before {
  content: ""; }

.wi-yahoo-14:before {
  content: ""; }

.wi-yahoo-15:before {
  content: ""; }

.wi-yahoo-16:before {
  content: ""; }

.wi-yahoo-17:before {
  content: ""; }

.wi-yahoo-18:before {
  content: ""; }

.wi-yahoo-19:before {
  content: ""; }

.wi-yahoo-20:before {
  content: ""; }

.wi-yahoo-21:before {
  content: ""; }

.wi-yahoo-22:before {
  content: ""; }

.wi-yahoo-23:before {
  content: ""; }

.wi-yahoo-24:before {
  content: ""; }

.wi-yahoo-25:before {
  content: ""; }

.wi-yahoo-26:before {
  content: ""; }

.wi-yahoo-27:before {
  content: ""; }

.wi-yahoo-28:before {
  content: ""; }

.wi-yahoo-29:before {
  content: ""; }

.wi-yahoo-30:before {
  content: ""; }

.wi-yahoo-31:before {
  content: ""; }

.wi-yahoo-32:before {
  content: ""; }

.wi-yahoo-33:before {
  content: ""; }

.wi-yahoo-34:before {
  content: ""; }

.wi-yahoo-35:before {
  content: ""; }

.wi-yahoo-36:before {
  content: ""; }

.wi-yahoo-37:before {
  content: ""; }

.wi-yahoo-38:before {
  content: ""; }

.wi-yahoo-39:before {
  content: ""; }

.wi-yahoo-40:before {
  content: ""; }

.wi-yahoo-41:before {
  content: ""; }

.wi-yahoo-42:before {
  content: ""; }

.wi-yahoo-43:before {
  content: ""; }

.wi-yahoo-44:before {
  content: ""; }

.wi-yahoo-45:before {
  content: ""; }

.wi-yahoo-46:before {
  content: ""; }

.wi-yahoo-47:before {
  content: ""; }

.wi-yahoo-3200:before {
  content: ""; }

.wi-forecast-io-clear-day:before {
  content: ""; }

.wi-forecast-io-clear-night:before {
  content: ""; }

.wi-forecast-io-rain:before {
  content: ""; }

.wi-forecast-io-snow:before {
  content: ""; }

.wi-forecast-io-sleet:before {
  content: ""; }

.wi-forecast-io-wind:before {
  content: ""; }

.wi-forecast-io-fog:before {
  content: ""; }

.wi-forecast-io-cloudy:before {
  content: ""; }

.wi-forecast-io-partly-cloudy-day:before {
  content: ""; }

.wi-forecast-io-partly-cloudy-night:before {
  content: ""; }

.wi-forecast-io-hail:before {
  content: ""; }

.wi-forecast-io-thunderstorm:before {
  content: ""; }

.wi-forecast-io-tornado:before {
  content: ""; }

.wi-wmo4680-0:before,
.wi-wmo4680-00:before {
  content: ""; }

.wi-wmo4680-1:before,
.wi-wmo4680-01:before {
  content: ""; }

.wi-wmo4680-2:before,
.wi-wmo4680-02:before {
  content: ""; }

.wi-wmo4680-3:before,
.wi-wmo4680-03:before {
  content: ""; }

.wi-wmo4680-4:before,
.wi-wmo4680-04:before {
  content: ""; }

.wi-wmo4680-5:before,
.wi-wmo4680-05:before {
  content: ""; }

.wi-wmo4680-10:before {
  content: ""; }

.wi-wmo4680-11:before {
  content: ""; }

.wi-wmo4680-12:before {
  content: ""; }

.wi-wmo4680-18:before {
  content: ""; }

.wi-wmo4680-20:before {
  content: ""; }

.wi-wmo4680-21:before {
  content: ""; }

.wi-wmo4680-22:before {
  content: ""; }

.wi-wmo4680-23:before {
  content: ""; }

.wi-wmo4680-24:before {
  content: ""; }

.wi-wmo4680-25:before {
  content: ""; }

.wi-wmo4680-26:before {
  content: ""; }

.wi-wmo4680-27:before {
  content: ""; }

.wi-wmo4680-28:before {
  content: ""; }

.wi-wmo4680-29:before {
  content: ""; }

.wi-wmo4680-30:before {
  content: ""; }

.wi-wmo4680-31:before {
  content: ""; }

.wi-wmo4680-32:before {
  content: ""; }

.wi-wmo4680-33:before {
  content: ""; }

.wi-wmo4680-34:before {
  content: ""; }

.wi-wmo4680-35:before {
  content: ""; }

.wi-wmo4680-40:before {
  content: ""; }

.wi-wmo4680-41:before {
  content: ""; }

.wi-wmo4680-42:before {
  content: ""; }

.wi-wmo4680-43:before {
  content: ""; }

.wi-wmo4680-44:before {
  content: ""; }

.wi-wmo4680-45:before {
  content: ""; }

.wi-wmo4680-46:before {
  content: ""; }

.wi-wmo4680-47:before {
  content: ""; }

.wi-wmo4680-48:before {
  content: ""; }

.wi-wmo4680-50:before {
  content: ""; }

.wi-wmo4680-51:before {
  content: ""; }

.wi-wmo4680-52:before {
  content: ""; }

.wi-wmo4680-53:before {
  content: ""; }

.wi-wmo4680-54:before {
  content: ""; }

.wi-wmo4680-55:before {
  content: ""; }

.wi-wmo4680-56:before {
  content: ""; }

.wi-wmo4680-57:before {
  content: ""; }

.wi-wmo4680-58:before {
  content: ""; }

.wi-wmo4680-60:before {
  content: ""; }

.wi-wmo4680-61:before {
  content: ""; }

.wi-wmo4680-62:before {
  content: ""; }

.wi-wmo4680-63:before {
  content: ""; }

.wi-wmo4680-64:before {
  content: ""; }

.wi-wmo4680-65:before {
  content: ""; }

.wi-wmo4680-66:before {
  content: ""; }

.wi-wmo4680-67:before {
  content: ""; }

.wi-wmo4680-68:before {
  content: ""; }

.wi-wmo4680-70:before {
  content: ""; }

.wi-wmo4680-71:before {
  content: ""; }

.wi-wmo4680-72:before {
  content: ""; }

.wi-wmo4680-73:before {
  content: ""; }

.wi-wmo4680-74:before {
  content: ""; }

.wi-wmo4680-75:before {
  content: ""; }

.wi-wmo4680-76:before {
  content: ""; }

.wi-wmo4680-77:before {
  content: ""; }

.wi-wmo4680-78:before {
  content: ""; }

.wi-wmo4680-80:before {
  content: ""; }

.wi-wmo4680-81:before {
  content: ""; }

.wi-wmo4680-82:before {
  content: ""; }

.wi-wmo4680-83:before {
  content: ""; }

.wi-wmo4680-84:before {
  content: ""; }

.wi-wmo4680-85:before {
  content: ""; }

.wi-wmo4680-86:before {
  content: ""; }

.wi-wmo4680-87:before {
  content: ""; }

.wi-wmo4680-89:before {
  content: ""; }

.wi-wmo4680-90:before {
  content: ""; }

.wi-wmo4680-91:before {
  content: ""; }

.wi-wmo4680-92:before {
  content: ""; }

.wi-wmo4680-93:before {
  content: ""; }

.wi-wmo4680-94:before {
  content: ""; }

.wi-wmo4680-95:before {
  content: ""; }

.wi-wmo4680-96:before {
  content: ""; }

.wi-wmo4680-99:before {
  content: ""; }

.wi-owm-200:before {
  content: ""; }

.wi-owm-201:before {
  content: ""; }

.wi-owm-202:before {
  content: ""; }

.wi-owm-210:before {
  content: ""; }

.wi-owm-211:before {
  content: ""; }

.wi-owm-212:before {
  content: ""; }

.wi-owm-221:before {
  content: ""; }

.wi-owm-230:before {
  content: ""; }

.wi-owm-231:before {
  content: ""; }

.wi-owm-232:before {
  content: ""; }

.wi-owm-300:before {
  content: ""; }

.wi-owm-301:before {
  content: ""; }

.wi-owm-302:before {
  content: ""; }

.wi-owm-310:before {
  content: ""; }

.wi-owm-311:before {
  content: ""; }

.wi-owm-312:before {
  content: ""; }

.wi-owm-313:before {
  content: ""; }

.wi-owm-314:before {
  content: ""; }

.wi-owm-321:before {
  content: ""; }

.wi-owm-500:before {
  content: ""; }

.wi-owm-501:before {
  content: ""; }

.wi-owm-502:before {
  content: ""; }

.wi-owm-503:before {
  content: ""; }

.wi-owm-504:before {
  content: ""; }

.wi-owm-511:before {
  content: ""; }

.wi-owm-520:before {
  content: ""; }

.wi-owm-521:before {
  content: ""; }

.wi-owm-522:before {
  content: ""; }

.wi-owm-531:before {
  content: ""; }

.wi-owm-600:before {
  content: ""; }

.wi-owm-601:before {
  content: ""; }

.wi-owm-602:before {
  content: ""; }

.wi-owm-611:before {
  content: ""; }

.wi-owm-612:before {
  content: ""; }

.wi-owm-615:before {
  content: ""; }

.wi-owm-616:before {
  content: ""; }

.wi-owm-620:before {
  content: ""; }

.wi-owm-621:before {
  content: ""; }

.wi-owm-622:before {
  content: ""; }

.wi-owm-701:before {
  content: ""; }

.wi-owm-711:before {
  content: ""; }

.wi-owm-721:before {
  content: ""; }

.wi-owm-731:before {
  content: ""; }

.wi-owm-741:before {
  content: ""; }

.wi-owm-761:before {
  content: ""; }

.wi-owm-762:before {
  content: ""; }

.wi-owm-771:before {
  content: ""; }

.wi-owm-781:before {
  content: ""; }

.wi-owm-800:before {
  content: ""; }

.wi-owm-801:before {
  content: ""; }

.wi-owm-802:before {
  content: ""; }

.wi-owm-803:before {
  content: ""; }

.wi-owm-804:before {
  content: ""; }

.wi-owm-900:before {
  content: ""; }

.wi-owm-901:before {
  content: ""; }

.wi-owm-902:before {
  content: ""; }

.wi-owm-903:before {
  content: ""; }

.wi-owm-904:before {
  content: ""; }

.wi-owm-905:before {
  content: ""; }

.wi-owm-906:before {
  content: ""; }

.wi-owm-957:before {
  content: ""; }

.wi-owm-day-200:before {
  content: ""; }

.wi-owm-day-201:before {
  content: ""; }

.wi-owm-day-202:before {
  content: ""; }

.wi-owm-day-210:before {
  content: ""; }

.wi-owm-day-211:before {
  content: ""; }

.wi-owm-day-212:before {
  content: ""; }

.wi-owm-day-221:before {
  content: ""; }

.wi-owm-day-230:before {
  content: ""; }

.wi-owm-day-231:before {
  content: ""; }

.wi-owm-day-232:before {
  content: ""; }

.wi-owm-day-300:before {
  content: ""; }

.wi-owm-day-301:before {
  content: ""; }

.wi-owm-day-302:before {
  content: ""; }

.wi-owm-day-310:before {
  content: ""; }

.wi-owm-day-311:before {
  content: ""; }

.wi-owm-day-312:before {
  content: ""; }

.wi-owm-day-313:before {
  content: ""; }

.wi-owm-day-314:before {
  content: ""; }

.wi-owm-day-321:before {
  content: ""; }

.wi-owm-day-500:before {
  content: ""; }

.wi-owm-day-501:before {
  content: ""; }

.wi-owm-day-502:before {
  content: ""; }

.wi-owm-day-503:before {
  content: ""; }

.wi-owm-day-504:before {
  content: ""; }

.wi-owm-day-511:before {
  content: ""; }

.wi-owm-day-520:before {
  content: ""; }

.wi-owm-day-521:before {
  content: ""; }

.wi-owm-day-522:before {
  content: ""; }

.wi-owm-day-531:before {
  content: ""; }

.wi-owm-day-600:before {
  content: ""; }

.wi-owm-day-601:before {
  content: ""; }

.wi-owm-day-602:before {
  content: ""; }

.wi-owm-day-611:before {
  content: ""; }

.wi-owm-day-612:before {
  content: ""; }

.wi-owm-day-615:before {
  content: ""; }

.wi-owm-day-616:before {
  content: ""; }

.wi-owm-day-620:before {
  content: ""; }

.wi-owm-day-621:before {
  content: ""; }

.wi-owm-day-622:before {
  content: ""; }

.wi-owm-day-701:before {
  content: ""; }

.wi-owm-day-711:before {
  content: ""; }

.wi-owm-day-721:before {
  content: ""; }

.wi-owm-day-731:before {
  content: ""; }

.wi-owm-day-741:before {
  content: ""; }

.wi-owm-day-761:before {
  content: ""; }

.wi-owm-day-762:before {
  content: ""; }

.wi-owm-day-781:before {
  content: ""; }

.wi-owm-day-800:before {
  content: ""; }

.wi-owm-day-801:before {
  content: ""; }

.wi-owm-day-802:before {
  content: ""; }

.wi-owm-day-803:before {
  content: ""; }

.wi-owm-day-804:before {
  content: ""; }

.wi-owm-day-900:before {
  content: ""; }

.wi-owm-day-902:before {
  content: ""; }

.wi-owm-day-903:before {
  content: ""; }

.wi-owm-day-904:before {
  content: ""; }

.wi-owm-day-906:before {
  content: ""; }

.wi-owm-day-957:before {
  content: ""; }

.wi-owm-night-200:before {
  content: ""; }

.wi-owm-night-201:before {
  content: ""; }

.wi-owm-night-202:before {
  content: ""; }

.wi-owm-night-210:before {
  content: ""; }

.wi-owm-night-211:before {
  content: ""; }

.wi-owm-night-212:before {
  content: ""; }

.wi-owm-night-221:before {
  content: ""; }

.wi-owm-night-230:before {
  content: ""; }

.wi-owm-night-231:before {
  content: ""; }

.wi-owm-night-232:before {
  content: ""; }

.wi-owm-night-300:before {
  content: ""; }

.wi-owm-night-301:before {
  content: ""; }

.wi-owm-night-302:before {
  content: ""; }

.wi-owm-night-310:before {
  content: ""; }

.wi-owm-night-311:before {
  content: ""; }

.wi-owm-night-312:before {
  content: ""; }

.wi-owm-night-313:before {
  content: ""; }

.wi-owm-night-314:before {
  content: ""; }

.wi-owm-night-321:before {
  content: ""; }

.wi-owm-night-500:before {
  content: ""; }

.wi-owm-night-501:before {
  content: ""; }

.wi-owm-night-502:before {
  content: ""; }

.wi-owm-night-503:before {
  content: ""; }

.wi-owm-night-504:before {
  content: ""; }

.wi-owm-night-511:before {
  content: ""; }

.wi-owm-night-520:before {
  content: ""; }

.wi-owm-night-521:before {
  content: ""; }

.wi-owm-night-522:before {
  content: ""; }

.wi-owm-night-531:before {
  content: ""; }

.wi-owm-night-600:before {
  content: ""; }

.wi-owm-night-601:before {
  content: ""; }

.wi-owm-night-602:before {
  content: ""; }

.wi-owm-night-611:before {
  content: ""; }

.wi-owm-night-612:before {
  content: ""; }

.wi-owm-night-615:before {
  content: ""; }

.wi-owm-night-616:before {
  content: ""; }

.wi-owm-night-620:before {
  content: ""; }

.wi-owm-night-621:before {
  content: ""; }

.wi-owm-night-622:before {
  content: ""; }

.wi-owm-night-701:before {
  content: ""; }

.wi-owm-night-711:before {
  content: ""; }

.wi-owm-night-721:before {
  content: ""; }

.wi-owm-night-731:before {
  content: ""; }

.wi-owm-night-741:before {
  content: ""; }

.wi-owm-night-761:before {
  content: ""; }

.wi-owm-night-762:before {
  content: ""; }

.wi-owm-night-781:before {
  content: ""; }

.wi-owm-night-800:before {
  content: ""; }

.wi-owm-night-801:before {
  content: ""; }

.wi-owm-night-802:before {
  content: ""; }

.wi-owm-night-803:before {
  content: ""; }

.wi-owm-night-804:before {
  content: ""; }

.wi-owm-night-900:before {
  content: ""; }

.wi-owm-night-902:before {
  content: ""; }

.wi-owm-night-903:before {
  content: ""; }

.wi-owm-night-904:before {
  content: ""; }

.wi-owm-night-906:before {
  content: ""; }

.wi-owm-night-957:before {
  content: ""; }

.wi-wu-chanceflurries:before {
  content: ""; }

.wi-wu-chancerain:before {
  content: ""; }

.wi-wu-chancesleat:before {
  content: ""; }

.wi-wu-chancesnow:before {
  content: ""; }

.wi-wu-chancetstorms:before {
  content: ""; }

.wi-wu-clear:before {
  content: ""; }

.wi-wu-cloudy:before {
  content: ""; }

.wi-wu-flurries:before {
  content: ""; }

.wi-wu-hazy:before {
  content: ""; }

.wi-wu-mostlycloudy:before {
  content: ""; }

.wi-wu-mostlysunny:before {
  content: ""; }

.wi-wu-partlycloudy:before {
  content: ""; }

.wi-wu-partlysunny:before {
  content: ""; }

.wi-wu-rain:before {
  content: ""; }

.wi-wu-sleat:before {
  content: ""; }

.wi-wu-snow:before {
  content: ""; }

.wi-wu-sunny:before {
  content: ""; }

.wi-wu-tstorms:before {
  content: ""; }

.wi-wu-unknown:before {
  content: ""; }

@font-face {
  font-family: 'fa-messenger';
  src: url("../fonts/fa-messenger/fa-messenger.eot?86688004");
  src: url("../fonts/fa-messenger/fa-messenger.eot?86688004#iefix") format("embedded-opentype"), url("../fonts/fa-messenger/fa-messenger.woff2?86688004") format("woff2"), url("../fonts/fa-messenger/fa-messenger.woff?86688004") format("woff"), url("../fonts/fa-messenger/fa-messenger.ttf?86688004") format("truetype"), url("../fonts/fa-messenger/fa-messenger.svg?86688004#messenger") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'fa-messenger';
    src: url("../fonts/fa-messenger/fa-messenger.svg?86688004#messenger") format("svg"); } }
.fa-messenger:before {
  content: '\e800';
  font-family: 'fa-messenger'; }

@font-face {
  font-family: 'fa-telegram';
  src: url("../fonts/fa-telegram/fa-telegram.eot?8341074");
  src: url("../fonts/fa-telegram/fa-telegram.eot?8341074#iefix") format("embedded-opentype"), url("../fonts/fa-telegram/fa-telegram.woff2?8341074") format("woff2"), url("../fonts/fa-telegram/fa-telegram.woff?8341074") format("woff"), url("../fonts/fa-telegram/fa-telegram.ttf?8341074") format("truetype"), url("../fonts/fa-telegram/fa-telegram.svg?8341074#telegram") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'fa-telegram';
    src: url("../fonts/fa-telegram/fa-telegram.svg?86688004#telegram") format("svg"); } }
.fa-telegram:before {
  content: '\e800';
  font-family: 'fa-telegram'; }

@font-face {
  font-family: 'fa-telegram-desktop';
  src: url("../fonts/fa-telegram-desktop/fa-telegram.eot?8341074");
  src: url("../fonts/fa-telegram-desktop/fa-telegram.eot?8341074#iefix") format("embedded-opentype"), url("../fonts/fa-telegram-desktop/fa-telegram.woff?8341074") format("woff"), url("../fonts/fa-telegram-desktop/fa-telegram.ttf?8341074") format("truetype"), url("../fonts/fa-telegram-desktop/fa-telegram.svg?8341074#telegram") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'fa-telegram-desktop';
    src: url("../fonts/fa-telegram-desktop/fa-telegram.svg?86688004#telegram") format("svg"); } }
.fa-telegram-desktop:before {
  content: '\e900';
  font-family: 'fa-telegram-desktop'; }

@font-face {
  font-family: 'fa-telegram-flat';
  src: url("../fonts/fa-telegram-flat/fa-telegram.eot?sk9oqc");
  src: url("../fonts/fa-telegram-flat/fa-telegram.eot?sk9oqc#iefix") format("embedded-opentype"), url("../fonts/fa-telegram-flat/fa-telegram.ttf?sk9oqc") format("truetype"), url("../fonts/fa-telegram-flat/fa-telegram.woff?sk9oqc") format("woff"), url("../fonts/fa-telegram-flat/fa-telegram.svg?sk9oqc#fa-telegram") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa-telegram-flat:before {
  content: "\e900";
  font-family: 'fa-telegram-flat'; }

.bg-pink {
  background-color: #ff7aa3; }

.bg-purple {
  background-color: #9261c6; }

.b-t {
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.b-b {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.b-l {
  border-left: 1px solid rgba(0, 0, 0, 0.125); }

.b-r {
  border-right: 1px solid rgba(0, 0, 0, 0.125); }

/* Margin / Padding classes */
.no-margin {
  margin: 0 !important; }

.m-0 {
  margin: 0px !important; }

.m-t-0 {
  margin-top: 0px !important; }

.m-l-0 {
  margin-left: 0px !important; }

.m-b-0 {
  margin-bottom: 0px !important; }

.m-r-0 {
  margin-right: 0px !important; }

.m--0 {
  margin: 0px !important; }

.m-t--0 {
  margin-top: 0px !important; }

.m-l--0 {
  margin-left: 0px !important; }

.m-b--0 {
  margin-bottom: 0px !important; }

.m-r--0 {
  margin-right: 0px !important; }

.p-0 {
  padding: 0px !important; }

.p-t-0 {
  padding-top: 0px !important; }

.p-l-0 {
  padding-left: 0px !important; }

.p-b-0 {
  padding-bottom: 0px !important; }

.p-r-0 {
  padding-right: 0px !important; }

.m-5 {
  margin: 5px !important; }

.m-t-5 {
  margin-top: 5px !important; }

.m-l-5 {
  margin-left: 5px !important; }

.m-b-5 {
  margin-bottom: 5px !important; }

.m-r-5 {
  margin-right: 5px !important; }

.m--5 {
  margin: -5px !important; }

.m-t--5 {
  margin-top: -5px !important; }

.m-l--5 {
  margin-left: -5px !important; }

.m-b--5 {
  margin-bottom: -5px !important; }

.m-r--5 {
  margin-right: -5px !important; }

.p-5 {
  padding: 5px !important; }

.p-t-5 {
  padding-top: 5px !important; }

.p-l-5 {
  padding-left: 5px !important; }

.p-b-5 {
  padding-bottom: 5px !important; }

.p-r-5 {
  padding-right: 5px !important; }

.m-10 {
  margin: 10px !important; }

.m-t-10 {
  margin-top: 10px !important; }

.m-l-10 {
  margin-left: 10px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.m-r-10 {
  margin-right: 10px !important; }

.m--10 {
  margin: -10px !important; }

.m-t--10 {
  margin-top: -10px !important; }

.m-l--10 {
  margin-left: -10px !important; }

.m-b--10 {
  margin-bottom: -10px !important; }

.m-r--10 {
  margin-right: -10px !important; }

.p-10 {
  padding: 10px !important; }

.p-t-10 {
  padding-top: 10px !important; }

.p-l-10 {
  padding-left: 10px !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.p-r-10 {
  padding-right: 10px !important; }

.m-15 {
  margin: 15px !important; }

.m-t-15 {
  margin-top: 15px !important; }

.m-l-15 {
  margin-left: 15px !important; }

.m-b-15 {
  margin-bottom: 15px !important; }

.m-r-15 {
  margin-right: 15px !important; }

.m--15 {
  margin: -15px !important; }

.m-t--15 {
  margin-top: -15px !important; }

.m-l--15 {
  margin-left: -15px !important; }

.m-b--15 {
  margin-bottom: -15px !important; }

.m-r--15 {
  margin-right: -15px !important; }

.p-15 {
  padding: 15px !important; }

.p-t-15 {
  padding-top: 15px !important; }

.p-l-15 {
  padding-left: 15px !important; }

.p-b-15 {
  padding-bottom: 15px !important; }

.p-r-15 {
  padding-right: 15px !important; }

.m-20 {
  margin: 20px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.m-l-20 {
  margin-left: 20px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.m-r-20 {
  margin-right: 20px !important; }

.m--20 {
  margin: -20px !important; }

.m-t--20 {
  margin-top: -20px !important; }

.m-l--20 {
  margin-left: -20px !important; }

.m-b--20 {
  margin-bottom: -20px !important; }

.m-r--20 {
  margin-right: -20px !important; }

.p-20 {
  padding: 20px !important; }

.p-t-20 {
  padding-top: 20px !important; }

.p-l-20 {
  padding-left: 20px !important; }

.p-b-20 {
  padding-bottom: 20px !important; }

.p-r-20 {
  padding-right: 20px !important; }

.m-25 {
  margin: 25px !important; }

.m-t-25 {
  margin-top: 25px !important; }

.m-l-25 {
  margin-left: 25px !important; }

.m-b-25 {
  margin-bottom: 25px !important; }

.m-r-25 {
  margin-right: 25px !important; }

.m--25 {
  margin: -25px !important; }

.m-t--25 {
  margin-top: -25px !important; }

.m-l--25 {
  margin-left: -25px !important; }

.m-b--25 {
  margin-bottom: -25px !important; }

.m-r--25 {
  margin-right: -25px !important; }

.p-25 {
  padding: 25px !important; }

.p-t-25 {
  padding-top: 25px !important; }

.p-l-25 {
  padding-left: 25px !important; }

.p-b-25 {
  padding-bottom: 25px !important; }

.p-r-25 {
  padding-right: 25px !important; }

.m-30 {
  margin: 30px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.m-l-30 {
  margin-left: 30px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.m-r-30 {
  margin-right: 30px !important; }

.m--30 {
  margin: -30px !important; }

.m-t--30 {
  margin-top: -30px !important; }

.m-l--30 {
  margin-left: -30px !important; }

.m-b--30 {
  margin-bottom: -30px !important; }

.m-r--30 {
  margin-right: -30px !important; }

.p-30 {
  padding: 30px !important; }

.p-t-30 {
  padding-top: 30px !important; }

.p-l-30 {
  padding-left: 30px !important; }

.p-b-30 {
  padding-bottom: 30px !important; }

.p-r-30 {
  padding-right: 30px !important; }

.m-35 {
  margin: 35px !important; }

.m-t-35 {
  margin-top: 35px !important; }

.m-l-35 {
  margin-left: 35px !important; }

.m-b-35 {
  margin-bottom: 35px !important; }

.m-r-35 {
  margin-right: 35px !important; }

.m--35 {
  margin: -35px !important; }

.m-t--35 {
  margin-top: -35px !important; }

.m-l--35 {
  margin-left: -35px !important; }

.m-b--35 {
  margin-bottom: -35px !important; }

.m-r--35 {
  margin-right: -35px !important; }

.p-35 {
  padding: 35px !important; }

.p-t-35 {
  padding-top: 35px !important; }

.p-l-35 {
  padding-left: 35px !important; }

.p-b-35 {
  padding-bottom: 35px !important; }

.p-r-35 {
  padding-right: 35px !important; }

.m-40 {
  margin: 40px !important; }

.m-t-40 {
  margin-top: 40px !important; }

.m-l-40 {
  margin-left: 40px !important; }

.m-b-40 {
  margin-bottom: 40px !important; }

.m-r-40 {
  margin-right: 40px !important; }

.m--40 {
  margin: -40px !important; }

.m-t--40 {
  margin-top: -40px !important; }

.m-l--40 {
  margin-left: -40px !important; }

.m-b--40 {
  margin-bottom: -40px !important; }

.m-r--40 {
  margin-right: -40px !important; }

.p-40 {
  padding: 40px !important; }

.p-t-40 {
  padding-top: 40px !important; }

.p-l-40 {
  padding-left: 40px !important; }

.p-b-40 {
  padding-bottom: 40px !important; }

.p-r-40 {
  padding-right: 40px !important; }

.m-45 {
  margin: 45px !important; }

.m-t-45 {
  margin-top: 45px !important; }

.m-l-45 {
  margin-left: 45px !important; }

.m-b-45 {
  margin-bottom: 45px !important; }

.m-r-45 {
  margin-right: 45px !important; }

.m--45 {
  margin: -45px !important; }

.m-t--45 {
  margin-top: -45px !important; }

.m-l--45 {
  margin-left: -45px !important; }

.m-b--45 {
  margin-bottom: -45px !important; }

.m-r--45 {
  margin-right: -45px !important; }

.p-45 {
  padding: 45px !important; }

.p-t-45 {
  padding-top: 45px !important; }

.p-l-45 {
  padding-left: 45px !important; }

.p-b-45 {
  padding-bottom: 45px !important; }

.p-r-45 {
  padding-right: 45px !important; }

.m-50 {
  margin: 50px !important; }

.m-t-50 {
  margin-top: 50px !important; }

.m-l-50 {
  margin-left: 50px !important; }

.m-b-50 {
  margin-bottom: 50px !important; }

.m-r-50 {
  margin-right: 50px !important; }

.m--50 {
  margin: -50px !important; }

.m-t--50 {
  margin-top: -50px !important; }

.m-l--50 {
  margin-left: -50px !important; }

.m-b--50 {
  margin-bottom: -50px !important; }

.m-r--50 {
  margin-right: -50px !important; }

.p-50 {
  padding: 50px !important; }

.p-t-50 {
  padding-top: 50px !important; }

.p-l-50 {
  padding-left: 50px !important; }

.p-b-50 {
  padding-bottom: 50px !important; }

.p-r-50 {
  padding-right: 50px !important; }

.m-55 {
  margin: 55px !important; }

.m-t-55 {
  margin-top: 55px !important; }

.m-l-55 {
  margin-left: 55px !important; }

.m-b-55 {
  margin-bottom: 55px !important; }

.m-r-55 {
  margin-right: 55px !important; }

.m--55 {
  margin: -55px !important; }

.m-t--55 {
  margin-top: -55px !important; }

.m-l--55 {
  margin-left: -55px !important; }

.m-b--55 {
  margin-bottom: -55px !important; }

.m-r--55 {
  margin-right: -55px !important; }

.p-55 {
  padding: 55px !important; }

.p-t-55 {
  padding-top: 55px !important; }

.p-l-55 {
  padding-left: 55px !important; }

.p-b-55 {
  padding-bottom: 55px !important; }

.p-r-55 {
  padding-right: 55px !important; }

.m-60 {
  margin: 60px !important; }

.m-t-60 {
  margin-top: 60px !important; }

.m-l-60 {
  margin-left: 60px !important; }

.m-b-60 {
  margin-bottom: 60px !important; }

.m-r-60 {
  margin-right: 60px !important; }

.m--60 {
  margin: -60px !important; }

.m-t--60 {
  margin-top: -60px !important; }

.m-l--60 {
  margin-left: -60px !important; }

.m-b--60 {
  margin-bottom: -60px !important; }

.m-r--60 {
  margin-right: -60px !important; }

.p-60 {
  padding: 60px !important; }

.p-t-60 {
  padding-top: 60px !important; }

.p-l-60 {
  padding-left: 60px !important; }

.p-b-60 {
  padding-bottom: 60px !important; }

.p-r-60 {
  padding-right: 60px !important; }

.m-65 {
  margin: 65px !important; }

.m-t-65 {
  margin-top: 65px !important; }

.m-l-65 {
  margin-left: 65px !important; }

.m-b-65 {
  margin-bottom: 65px !important; }

.m-r-65 {
  margin-right: 65px !important; }

.m--65 {
  margin: -65px !important; }

.m-t--65 {
  margin-top: -65px !important; }

.m-l--65 {
  margin-left: -65px !important; }

.m-b--65 {
  margin-bottom: -65px !important; }

.m-r--65 {
  margin-right: -65px !important; }

.p-65 {
  padding: 65px !important; }

.p-t-65 {
  padding-top: 65px !important; }

.p-l-65 {
  padding-left: 65px !important; }

.p-b-65 {
  padding-bottom: 65px !important; }

.p-r-65 {
  padding-right: 65px !important; }

.m-70 {
  margin: 70px !important; }

.m-t-70 {
  margin-top: 70px !important; }

.m-l-70 {
  margin-left: 70px !important; }

.m-b-70 {
  margin-bottom: 70px !important; }

.m-r-70 {
  margin-right: 70px !important; }

.m--70 {
  margin: -70px !important; }

.m-t--70 {
  margin-top: -70px !important; }

.m-l--70 {
  margin-left: -70px !important; }

.m-b--70 {
  margin-bottom: -70px !important; }

.m-r--70 {
  margin-right: -70px !important; }

.p-70 {
  padding: 70px !important; }

.p-t-70 {
  padding-top: 70px !important; }

.p-l-70 {
  padding-left: 70px !important; }

.p-b-70 {
  padding-bottom: 70px !important; }

.p-r-70 {
  padding-right: 70px !important; }

.m-75 {
  margin: 75px !important; }

.m-t-75 {
  margin-top: 75px !important; }

.m-l-75 {
  margin-left: 75px !important; }

.m-b-75 {
  margin-bottom: 75px !important; }

.m-r-75 {
  margin-right: 75px !important; }

.m--75 {
  margin: -75px !important; }

.m-t--75 {
  margin-top: -75px !important; }

.m-l--75 {
  margin-left: -75px !important; }

.m-b--75 {
  margin-bottom: -75px !important; }

.m-r--75 {
  margin-right: -75px !important; }

.p-75 {
  padding: 75px !important; }

.p-t-75 {
  padding-top: 75px !important; }

.p-l-75 {
  padding-left: 75px !important; }

.p-b-75 {
  padding-bottom: 75px !important; }

.p-r-75 {
  padding-right: 75px !important; }

.m-80 {
  margin: 80px !important; }

.m-t-80 {
  margin-top: 80px !important; }

.m-l-80 {
  margin-left: 80px !important; }

.m-b-80 {
  margin-bottom: 80px !important; }

.m-r-80 {
  margin-right: 80px !important; }

.m--80 {
  margin: -80px !important; }

.m-t--80 {
  margin-top: -80px !important; }

.m-l--80 {
  margin-left: -80px !important; }

.m-b--80 {
  margin-bottom: -80px !important; }

.m-r--80 {
  margin-right: -80px !important; }

.p-80 {
  padding: 80px !important; }

.p-t-80 {
  padding-top: 80px !important; }

.p-l-80 {
  padding-left: 80px !important; }

.p-b-80 {
  padding-bottom: 80px !important; }

.p-r-80 {
  padding-right: 80px !important; }

.m-85 {
  margin: 85px !important; }

.m-t-85 {
  margin-top: 85px !important; }

.m-l-85 {
  margin-left: 85px !important; }

.m-b-85 {
  margin-bottom: 85px !important; }

.m-r-85 {
  margin-right: 85px !important; }

.m--85 {
  margin: -85px !important; }

.m-t--85 {
  margin-top: -85px !important; }

.m-l--85 {
  margin-left: -85px !important; }

.m-b--85 {
  margin-bottom: -85px !important; }

.m-r--85 {
  margin-right: -85px !important; }

.p-85 {
  padding: 85px !important; }

.p-t-85 {
  padding-top: 85px !important; }

.p-l-85 {
  padding-left: 85px !important; }

.p-b-85 {
  padding-bottom: 85px !important; }

.p-r-85 {
  padding-right: 85px !important; }

.m-90 {
  margin: 90px !important; }

.m-t-90 {
  margin-top: 90px !important; }

.m-l-90 {
  margin-left: 90px !important; }

.m-b-90 {
  margin-bottom: 90px !important; }

.m-r-90 {
  margin-right: 90px !important; }

.m--90 {
  margin: -90px !important; }

.m-t--90 {
  margin-top: -90px !important; }

.m-l--90 {
  margin-left: -90px !important; }

.m-b--90 {
  margin-bottom: -90px !important; }

.m-r--90 {
  margin-right: -90px !important; }

.p-90 {
  padding: 90px !important; }

.p-t-90 {
  padding-top: 90px !important; }

.p-l-90 {
  padding-left: 90px !important; }

.p-b-90 {
  padding-bottom: 90px !important; }

.p-r-90 {
  padding-right: 90px !important; }

.m-95 {
  margin: 95px !important; }

.m-t-95 {
  margin-top: 95px !important; }

.m-l-95 {
  margin-left: 95px !important; }

.m-b-95 {
  margin-bottom: 95px !important; }

.m-r-95 {
  margin-right: 95px !important; }

.m--95 {
  margin: -95px !important; }

.m-t--95 {
  margin-top: -95px !important; }

.m-l--95 {
  margin-left: -95px !important; }

.m-b--95 {
  margin-bottom: -95px !important; }

.m-r--95 {
  margin-right: -95px !important; }

.p-95 {
  padding: 95px !important; }

.p-t-95 {
  padding-top: 95px !important; }

.p-l-95 {
  padding-left: 95px !important; }

.p-b-95 {
  padding-bottom: 95px !important; }

.p-r-95 {
  padding-right: 95px !important; }

.m-100 {
  margin: 100px !important; }

.m-t-100 {
  margin-top: 100px !important; }

.m-l-100 {
  margin-left: 100px !important; }

.m-b-100 {
  margin-bottom: 100px !important; }

.m-r-100 {
  margin-right: 100px !important; }

.m--100 {
  margin: -100px !important; }

.m-t--100 {
  margin-top: -100px !important; }

.m-l--100 {
  margin-left: -100px !important; }

.m-b--100 {
  margin-bottom: -100px !important; }

.m-r--100 {
  margin-right: -100px !important; }

.p-100 {
  padding: 100px !important; }

.p-t-100 {
  padding-top: 100px !important; }

.p-l-100 {
  padding-left: 100px !important; }

.p-b-100 {
  padding-bottom: 100px !important; }

.p-r-100 {
  padding-right: 100px !important; }

@media (max-width: 991px) {
  .m-t-md-0 {
    margin-top: 0px !important; }

  .m-l-md-0 {
    margin-left: 0px !important; }

  .m-b-md-0 {
    margin-bottom: 0px !important; }

  .m-r-md-0 {
    margin-right: 0px !important; }

  .m-t-md--0 {
    margin-top: 0px !important; }

  .m-l-md--0 {
    margin-left: 0px !important; }

  .m-b-md--0 {
    margin-bottom: 0px !important; }

  .m-r-md--0 {
    margin-right: 0px !important; }

  .m-t-md-5 {
    margin-top: 5px !important; }

  .m-l-md-5 {
    margin-left: 5px !important; }

  .m-b-md-5 {
    margin-bottom: 5px !important; }

  .m-r-md-5 {
    margin-right: 5px !important; }

  .m-t-md--5 {
    margin-top: -5px !important; }

  .m-l-md--5 {
    margin-left: -5px !important; }

  .m-b-md--5 {
    margin-bottom: -5px !important; }

  .m-r-md--5 {
    margin-right: -5px !important; }

  .m-t-md-10 {
    margin-top: 10px !important; }

  .m-l-md-10 {
    margin-left: 10px !important; }

  .m-b-md-10 {
    margin-bottom: 10px !important; }

  .m-r-md-10 {
    margin-right: 10px !important; }

  .m-t-md--10 {
    margin-top: -10px !important; }

  .m-l-md--10 {
    margin-left: -10px !important; }

  .m-b-md--10 {
    margin-bottom: -10px !important; }

  .m-r-md--10 {
    margin-right: -10px !important; }

  .m-t-md-15 {
    margin-top: 15px !important; }

  .m-l-md-15 {
    margin-left: 15px !important; }

  .m-b-md-15 {
    margin-bottom: 15px !important; }

  .m-r-md-15 {
    margin-right: 15px !important; }

  .m-t-md--15 {
    margin-top: -15px !important; }

  .m-l-md--15 {
    margin-left: -15px !important; }

  .m-b-md--15 {
    margin-bottom: -15px !important; }

  .m-r-md--15 {
    margin-right: -15px !important; }

  .m-t-md-20 {
    margin-top: 20px !important; }

  .m-l-md-20 {
    margin-left: 20px !important; }

  .m-b-md-20 {
    margin-bottom: 20px !important; }

  .m-r-md-20 {
    margin-right: 20px !important; }

  .m-t-md--20 {
    margin-top: -20px !important; }

  .m-l-md--20 {
    margin-left: -20px !important; }

  .m-b-md--20 {
    margin-bottom: -20px !important; }

  .m-r-md--20 {
    margin-right: -20px !important; }

  .m-t-md-25 {
    margin-top: 25px !important; }

  .m-l-md-25 {
    margin-left: 25px !important; }

  .m-b-md-25 {
    margin-bottom: 25px !important; }

  .m-r-md-25 {
    margin-right: 25px !important; }

  .m-t-md--25 {
    margin-top: -25px !important; }

  .m-l-md--25 {
    margin-left: -25px !important; }

  .m-b-md--25 {
    margin-bottom: -25px !important; }

  .m-r-md--25 {
    margin-right: -25px !important; }

  .m-t-md-30 {
    margin-top: 30px !important; }

  .m-l-md-30 {
    margin-left: 30px !important; }

  .m-b-md-30 {
    margin-bottom: 30px !important; }

  .m-r-md-30 {
    margin-right: 30px !important; }

  .m-t-md--30 {
    margin-top: -30px !important; }

  .m-l-md--30 {
    margin-left: -30px !important; }

  .m-b-md--30 {
    margin-bottom: -30px !important; }

  .m-r-md--30 {
    margin-right: -30px !important; }

  .m-t-md-35 {
    margin-top: 35px !important; }

  .m-l-md-35 {
    margin-left: 35px !important; }

  .m-b-md-35 {
    margin-bottom: 35px !important; }

  .m-r-md-35 {
    margin-right: 35px !important; }

  .m-t-md--35 {
    margin-top: -35px !important; }

  .m-l-md--35 {
    margin-left: -35px !important; }

  .m-b-md--35 {
    margin-bottom: -35px !important; }

  .m-r-md--35 {
    margin-right: -35px !important; }

  .m-t-md-40 {
    margin-top: 40px !important; }

  .m-l-md-40 {
    margin-left: 40px !important; }

  .m-b-md-40 {
    margin-bottom: 40px !important; }

  .m-r-md-40 {
    margin-right: 40px !important; }

  .m-t-md--40 {
    margin-top: -40px !important; }

  .m-l-md--40 {
    margin-left: -40px !important; }

  .m-b-md--40 {
    margin-bottom: -40px !important; }

  .m-r-md--40 {
    margin-right: -40px !important; }

  .m-t-md-45 {
    margin-top: 45px !important; }

  .m-l-md-45 {
    margin-left: 45px !important; }

  .m-b-md-45 {
    margin-bottom: 45px !important; }

  .m-r-md-45 {
    margin-right: 45px !important; }

  .m-t-md--45 {
    margin-top: -45px !important; }

  .m-l-md--45 {
    margin-left: -45px !important; }

  .m-b-md--45 {
    margin-bottom: -45px !important; }

  .m-r-md--45 {
    margin-right: -45px !important; }

  .m-t-md-50 {
    margin-top: 50px !important; }

  .m-l-md-50 {
    margin-left: 50px !important; }

  .m-b-md-50 {
    margin-bottom: 50px !important; }

  .m-r-md-50 {
    margin-right: 50px !important; }

  .m-t-md--50 {
    margin-top: -50px !important; }

  .m-l-md--50 {
    margin-left: -50px !important; }

  .m-b-md--50 {
    margin-bottom: -50px !important; }

  .m-r-md--50 {
    margin-right: -50px !important; }

  .m-t-md-55 {
    margin-top: 55px !important; }

  .m-l-md-55 {
    margin-left: 55px !important; }

  .m-b-md-55 {
    margin-bottom: 55px !important; }

  .m-r-md-55 {
    margin-right: 55px !important; }

  .m-t-md--55 {
    margin-top: -55px !important; }

  .m-l-md--55 {
    margin-left: -55px !important; }

  .m-b-md--55 {
    margin-bottom: -55px !important; }

  .m-r-md--55 {
    margin-right: -55px !important; }

  .m-t-md-60 {
    margin-top: 60px !important; }

  .m-l-md-60 {
    margin-left: 60px !important; }

  .m-b-md-60 {
    margin-bottom: 60px !important; }

  .m-r-md-60 {
    margin-right: 60px !important; }

  .m-t-md--60 {
    margin-top: -60px !important; }

  .m-l-md--60 {
    margin-left: -60px !important; }

  .m-b-md--60 {
    margin-bottom: -60px !important; }

  .m-r-md--60 {
    margin-right: -60px !important; }

  .m-t-md-65 {
    margin-top: 65px !important; }

  .m-l-md-65 {
    margin-left: 65px !important; }

  .m-b-md-65 {
    margin-bottom: 65px !important; }

  .m-r-md-65 {
    margin-right: 65px !important; }

  .m-t-md--65 {
    margin-top: -65px !important; }

  .m-l-md--65 {
    margin-left: -65px !important; }

  .m-b-md--65 {
    margin-bottom: -65px !important; }

  .m-r-md--65 {
    margin-right: -65px !important; }

  .m-t-md-70 {
    margin-top: 70px !important; }

  .m-l-md-70 {
    margin-left: 70px !important; }

  .m-b-md-70 {
    margin-bottom: 70px !important; }

  .m-r-md-70 {
    margin-right: 70px !important; }

  .m-t-md--70 {
    margin-top: -70px !important; }

  .m-l-md--70 {
    margin-left: -70px !important; }

  .m-b-md--70 {
    margin-bottom: -70px !important; }

  .m-r-md--70 {
    margin-right: -70px !important; }

  .m-t-md-75 {
    margin-top: 75px !important; }

  .m-l-md-75 {
    margin-left: 75px !important; }

  .m-b-md-75 {
    margin-bottom: 75px !important; }

  .m-r-md-75 {
    margin-right: 75px !important; }

  .m-t-md--75 {
    margin-top: -75px !important; }

  .m-l-md--75 {
    margin-left: -75px !important; }

  .m-b-md--75 {
    margin-bottom: -75px !important; }

  .m-r-md--75 {
    margin-right: -75px !important; }

  .m-t-md-80 {
    margin-top: 80px !important; }

  .m-l-md-80 {
    margin-left: 80px !important; }

  .m-b-md-80 {
    margin-bottom: 80px !important; }

  .m-r-md-80 {
    margin-right: 80px !important; }

  .m-t-md--80 {
    margin-top: -80px !important; }

  .m-l-md--80 {
    margin-left: -80px !important; }

  .m-b-md--80 {
    margin-bottom: -80px !important; }

  .m-r-md--80 {
    margin-right: -80px !important; }

  .m-t-md-85 {
    margin-top: 85px !important; }

  .m-l-md-85 {
    margin-left: 85px !important; }

  .m-b-md-85 {
    margin-bottom: 85px !important; }

  .m-r-md-85 {
    margin-right: 85px !important; }

  .m-t-md--85 {
    margin-top: -85px !important; }

  .m-l-md--85 {
    margin-left: -85px !important; }

  .m-b-md--85 {
    margin-bottom: -85px !important; }

  .m-r-md--85 {
    margin-right: -85px !important; }

  .m-t-md-90 {
    margin-top: 90px !important; }

  .m-l-md-90 {
    margin-left: 90px !important; }

  .m-b-md-90 {
    margin-bottom: 90px !important; }

  .m-r-md-90 {
    margin-right: 90px !important; }

  .m-t-md--90 {
    margin-top: -90px !important; }

  .m-l-md--90 {
    margin-left: -90px !important; }

  .m-b-md--90 {
    margin-bottom: -90px !important; }

  .m-r-md--90 {
    margin-right: -90px !important; }

  .m-t-md-95 {
    margin-top: 95px !important; }

  .m-l-md-95 {
    margin-left: 95px !important; }

  .m-b-md-95 {
    margin-bottom: 95px !important; }

  .m-r-md-95 {
    margin-right: 95px !important; }

  .m-t-md--95 {
    margin-top: -95px !important; }

  .m-l-md--95 {
    margin-left: -95px !important; }

  .m-b-md--95 {
    margin-bottom: -95px !important; }

  .m-r-md--95 {
    margin-right: -95px !important; }

  .m-t-md-100 {
    margin-top: 100px !important; }

  .m-l-md-100 {
    margin-left: 100px !important; }

  .m-b-md-100 {
    margin-bottom: 100px !important; }

  .m-r-md-100 {
    margin-right: 100px !important; }

  .m-t-md--100 {
    margin-top: -100px !important; }

  .m-l-md--100 {
    margin-left: -100px !important; }

  .m-b-md--100 {
    margin-bottom: -100px !important; }

  .m-r-md--100 {
    margin-right: -100px !important; }

  .p-t-md-0 {
    padding-top: 0px !important; }

  .p-l-md-0 {
    padding-left: 0px !important; }

  .p-b-md-0 {
    padding-bottom: 0px !important; }

  .p-r-md-0 {
    padding-right: 0px !important; }

  .p-t-md-5 {
    padding-top: 5px !important; }

  .p-l-md-5 {
    padding-left: 5px !important; }

  .p-b-md-5 {
    padding-bottom: 5px !important; }

  .p-r-md-5 {
    padding-right: 5px !important; }

  .p-t-md-10 {
    padding-top: 10px !important; }

  .p-l-md-10 {
    padding-left: 10px !important; }

  .p-b-md-10 {
    padding-bottom: 10px !important; }

  .p-r-md-10 {
    padding-right: 10px !important; }

  .p-t-md-15 {
    padding-top: 15px !important; }

  .p-l-md-15 {
    padding-left: 15px !important; }

  .p-b-md-15 {
    padding-bottom: 15px !important; }

  .p-r-md-15 {
    padding-right: 15px !important; }

  .p-t-md-20 {
    padding-top: 20px !important; }

  .p-l-md-20 {
    padding-left: 20px !important; }

  .p-b-md-20 {
    padding-bottom: 20px !important; }

  .p-r-md-20 {
    padding-right: 20px !important; }

  .p-t-md-25 {
    padding-top: 25px !important; }

  .p-l-md-25 {
    padding-left: 25px !important; }

  .p-b-md-25 {
    padding-bottom: 25px !important; }

  .p-r-md-25 {
    padding-right: 25px !important; }

  .p-t-md-30 {
    padding-top: 30px !important; }

  .p-l-md-30 {
    padding-left: 30px !important; }

  .p-b-md-30 {
    padding-bottom: 30px !important; }

  .p-r-md-30 {
    padding-right: 30px !important; }

  .p-t-md-35 {
    padding-top: 35px !important; }

  .p-l-md-35 {
    padding-left: 35px !important; }

  .p-b-md-35 {
    padding-bottom: 35px !important; }

  .p-r-md-35 {
    padding-right: 35px !important; }

  .p-t-md-40 {
    padding-top: 40px !important; }

  .p-l-md-40 {
    padding-left: 40px !important; }

  .p-b-md-40 {
    padding-bottom: 40px !important; }

  .p-r-md-40 {
    padding-right: 40px !important; }

  .p-t-md-45 {
    padding-top: 45px !important; }

  .p-l-md-45 {
    padding-left: 45px !important; }

  .p-b-md-45 {
    padding-bottom: 45px !important; }

  .p-r-md-45 {
    padding-right: 45px !important; }

  .p-t-md-50 {
    padding-top: 50px !important; }

  .p-l-md-50 {
    padding-left: 50px !important; }

  .p-b-md-50 {
    padding-bottom: 50px !important; }

  .p-r-md-50 {
    padding-right: 50px !important; }

  .p-t-md-55 {
    padding-top: 55px !important; }

  .p-l-md-55 {
    padding-left: 55px !important; }

  .p-b-md-55 {
    padding-bottom: 55px !important; }

  .p-r-md-55 {
    padding-right: 55px !important; }

  .p-t-md-60 {
    padding-top: 60px !important; }

  .p-l-md-60 {
    padding-left: 60px !important; }

  .p-b-md-60 {
    padding-bottom: 60px !important; }

  .p-r-md-60 {
    padding-right: 60px !important; }

  .p-t-md-65 {
    padding-top: 65px !important; }

  .p-l-md-65 {
    padding-left: 65px !important; }

  .p-b-md-65 {
    padding-bottom: 65px !important; }

  .p-r-md-65 {
    padding-right: 65px !important; }

  .p-t-md-70 {
    padding-top: 70px !important; }

  .p-l-md-70 {
    padding-left: 70px !important; }

  .p-b-md-70 {
    padding-bottom: 70px !important; }

  .p-r-md-70 {
    padding-right: 70px !important; }

  .p-t-md-75 {
    padding-top: 75px !important; }

  .p-l-md-75 {
    padding-left: 75px !important; }

  .p-b-md-75 {
    padding-bottom: 75px !important; }

  .p-r-md-75 {
    padding-right: 75px !important; }

  .p-t-md-80 {
    padding-top: 80px !important; }

  .p-l-md-80 {
    padding-left: 80px !important; }

  .p-b-md-80 {
    padding-bottom: 80px !important; }

  .p-r-md-80 {
    padding-right: 80px !important; }

  .p-t-md-85 {
    padding-top: 85px !important; }

  .p-l-md-85 {
    padding-left: 85px !important; }

  .p-b-md-85 {
    padding-bottom: 85px !important; }

  .p-r-md-85 {
    padding-right: 85px !important; }

  .p-t-md-90 {
    padding-top: 90px !important; }

  .p-l-md-90 {
    padding-left: 90px !important; }

  .p-b-md-90 {
    padding-bottom: 90px !important; }

  .p-r-md-90 {
    padding-right: 90px !important; }

  .p-t-md-95 {
    padding-top: 95px !important; }

  .p-l-md-95 {
    padding-left: 95px !important; }

  .p-b-md-95 {
    padding-bottom: 95px !important; }

  .p-r-md-95 {
    padding-right: 95px !important; }

  .p-t-md-100 {
    padding-top: 100px !important; }

  .p-l-md-100 {
    padding-left: 100px !important; }

  .p-b-md-100 {
    padding-bottom: 100px !important; }

  .p-r-md-100 {
    padding-right: 100px !important; } }
@media (max-width: 767px) {
  .m-t-sm-0 {
    margin-top: 0px !important; }

  .m-l-sm-0 {
    margin-left: 0px !important; }

  .m-b-sm-0 {
    margin-bottom: 0px !important; }

  .m-r-sm-0 {
    margin-right: 0px !important; }

  .m-t-sm--0 {
    margin-top: 0px !important; }

  .m-l-sm--0 {
    margin-left: 0px !important; }

  .m-b-sm--0 {
    margin-bottom: 0px !important; }

  .m-r-sm--0 {
    margin-right: 0px !important; }

  .m-t-sm-5 {
    margin-top: 5px !important; }

  .m-l-sm-5 {
    margin-left: 5px !important; }

  .m-b-sm-5 {
    margin-bottom: 5px !important; }

  .m-r-sm-5 {
    margin-right: 5px !important; }

  .m-t-sm--5 {
    margin-top: -5px !important; }

  .m-l-sm--5 {
    margin-left: -5px !important; }

  .m-b-sm--5 {
    margin-bottom: -5px !important; }

  .m-r-sm--5 {
    margin-right: -5px !important; }

  .m-t-sm-10 {
    margin-top: 10px !important; }

  .m-l-sm-10 {
    margin-left: 10px !important; }

  .m-b-sm-10 {
    margin-bottom: 10px !important; }

  .m-r-sm-10 {
    margin-right: 10px !important; }

  .m-t-sm--10 {
    margin-top: -10px !important; }

  .m-l-sm--10 {
    margin-left: -10px !important; }

  .m-b-sm--10 {
    margin-bottom: -10px !important; }

  .m-r-sm--10 {
    margin-right: -10px !important; }

  .m-t-sm-15 {
    margin-top: 15px !important; }

  .m-l-sm-15 {
    margin-left: 15px !important; }

  .m-b-sm-15 {
    margin-bottom: 15px !important; }

  .m-r-sm-15 {
    margin-right: 15px !important; }

  .m-t-sm--15 {
    margin-top: -15px !important; }

  .m-l-sm--15 {
    margin-left: -15px !important; }

  .m-b-sm--15 {
    margin-bottom: -15px !important; }

  .m-r-sm--15 {
    margin-right: -15px !important; }

  .m-t-sm-20 {
    margin-top: 20px !important; }

  .m-l-sm-20 {
    margin-left: 20px !important; }

  .m-b-sm-20 {
    margin-bottom: 20px !important; }

  .m-r-sm-20 {
    margin-right: 20px !important; }

  .m-t-sm--20 {
    margin-top: -20px !important; }

  .m-l-sm--20 {
    margin-left: -20px !important; }

  .m-b-sm--20 {
    margin-bottom: -20px !important; }

  .m-r-sm--20 {
    margin-right: -20px !important; }

  .m-t-sm-25 {
    margin-top: 25px !important; }

  .m-l-sm-25 {
    margin-left: 25px !important; }

  .m-b-sm-25 {
    margin-bottom: 25px !important; }

  .m-r-sm-25 {
    margin-right: 25px !important; }

  .m-t-sm--25 {
    margin-top: -25px !important; }

  .m-l-sm--25 {
    margin-left: -25px !important; }

  .m-b-sm--25 {
    margin-bottom: -25px !important; }

  .m-r-sm--25 {
    margin-right: -25px !important; }

  .m-t-sm-30 {
    margin-top: 30px !important; }

  .m-l-sm-30 {
    margin-left: 30px !important; }

  .m-b-sm-30 {
    margin-bottom: 30px !important; }

  .m-r-sm-30 {
    margin-right: 30px !important; }

  .m-t-sm--30 {
    margin-top: -30px !important; }

  .m-l-sm--30 {
    margin-left: -30px !important; }

  .m-b-sm--30 {
    margin-bottom: -30px !important; }

  .m-r-sm--30 {
    margin-right: -30px !important; }

  .m-t-sm-35 {
    margin-top: 35px !important; }

  .m-l-sm-35 {
    margin-left: 35px !important; }

  .m-b-sm-35 {
    margin-bottom: 35px !important; }

  .m-r-sm-35 {
    margin-right: 35px !important; }

  .m-t-sm--35 {
    margin-top: -35px !important; }

  .m-l-sm--35 {
    margin-left: -35px !important; }

  .m-b-sm--35 {
    margin-bottom: -35px !important; }

  .m-r-sm--35 {
    margin-right: -35px !important; }

  .m-t-sm-40 {
    margin-top: 40px !important; }

  .m-l-sm-40 {
    margin-left: 40px !important; }

  .m-b-sm-40 {
    margin-bottom: 40px !important; }

  .m-r-sm-40 {
    margin-right: 40px !important; }

  .m-t-sm--40 {
    margin-top: -40px !important; }

  .m-l-sm--40 {
    margin-left: -40px !important; }

  .m-b-sm--40 {
    margin-bottom: -40px !important; }

  .m-r-sm--40 {
    margin-right: -40px !important; }

  .m-t-sm-45 {
    margin-top: 45px !important; }

  .m-l-sm-45 {
    margin-left: 45px !important; }

  .m-b-sm-45 {
    margin-bottom: 45px !important; }

  .m-r-sm-45 {
    margin-right: 45px !important; }

  .m-t-sm--45 {
    margin-top: -45px !important; }

  .m-l-sm--45 {
    margin-left: -45px !important; }

  .m-b-sm--45 {
    margin-bottom: -45px !important; }

  .m-r-sm--45 {
    margin-right: -45px !important; }

  .m-t-sm-50 {
    margin-top: 50px !important; }

  .m-l-sm-50 {
    margin-left: 50px !important; }

  .m-b-sm-50 {
    margin-bottom: 50px !important; }

  .m-r-sm-50 {
    margin-right: 50px !important; }

  .m-t-sm--50 {
    margin-top: -50px !important; }

  .m-l-sm--50 {
    margin-left: -50px !important; }

  .m-b-sm--50 {
    margin-bottom: -50px !important; }

  .m-r-sm--50 {
    margin-right: -50px !important; }

  .m-t-sm-55 {
    margin-top: 55px !important; }

  .m-l-sm-55 {
    margin-left: 55px !important; }

  .m-b-sm-55 {
    margin-bottom: 55px !important; }

  .m-r-sm-55 {
    margin-right: 55px !important; }

  .m-t-sm--55 {
    margin-top: -55px !important; }

  .m-l-sm--55 {
    margin-left: -55px !important; }

  .m-b-sm--55 {
    margin-bottom: -55px !important; }

  .m-r-sm--55 {
    margin-right: -55px !important; }

  .m-t-sm-60 {
    margin-top: 60px !important; }

  .m-l-sm-60 {
    margin-left: 60px !important; }

  .m-b-sm-60 {
    margin-bottom: 60px !important; }

  .m-r-sm-60 {
    margin-right: 60px !important; }

  .m-t-sm--60 {
    margin-top: -60px !important; }

  .m-l-sm--60 {
    margin-left: -60px !important; }

  .m-b-sm--60 {
    margin-bottom: -60px !important; }

  .m-r-sm--60 {
    margin-right: -60px !important; }

  .m-t-sm-65 {
    margin-top: 65px !important; }

  .m-l-sm-65 {
    margin-left: 65px !important; }

  .m-b-sm-65 {
    margin-bottom: 65px !important; }

  .m-r-sm-65 {
    margin-right: 65px !important; }

  .m-t-sm--65 {
    margin-top: -65px !important; }

  .m-l-sm--65 {
    margin-left: -65px !important; }

  .m-b-sm--65 {
    margin-bottom: -65px !important; }

  .m-r-sm--65 {
    margin-right: -65px !important; }

  .m-t-sm-70 {
    margin-top: 70px !important; }

  .m-l-sm-70 {
    margin-left: 70px !important; }

  .m-b-sm-70 {
    margin-bottom: 70px !important; }

  .m-r-sm-70 {
    margin-right: 70px !important; }

  .m-t-sm--70 {
    margin-top: -70px !important; }

  .m-l-sm--70 {
    margin-left: -70px !important; }

  .m-b-sm--70 {
    margin-bottom: -70px !important; }

  .m-r-sm--70 {
    margin-right: -70px !important; }

  .m-t-sm-75 {
    margin-top: 75px !important; }

  .m-l-sm-75 {
    margin-left: 75px !important; }

  .m-b-sm-75 {
    margin-bottom: 75px !important; }

  .m-r-sm-75 {
    margin-right: 75px !important; }

  .m-t-sm--75 {
    margin-top: -75px !important; }

  .m-l-sm--75 {
    margin-left: -75px !important; }

  .m-b-sm--75 {
    margin-bottom: -75px !important; }

  .m-r-sm--75 {
    margin-right: -75px !important; }

  .m-t-sm-80 {
    margin-top: 80px !important; }

  .m-l-sm-80 {
    margin-left: 80px !important; }

  .m-b-sm-80 {
    margin-bottom: 80px !important; }

  .m-r-sm-80 {
    margin-right: 80px !important; }

  .m-t-sm--80 {
    margin-top: -80px !important; }

  .m-l-sm--80 {
    margin-left: -80px !important; }

  .m-b-sm--80 {
    margin-bottom: -80px !important; }

  .m-r-sm--80 {
    margin-right: -80px !important; }

  .m-t-sm-85 {
    margin-top: 85px !important; }

  .m-l-sm-85 {
    margin-left: 85px !important; }

  .m-b-sm-85 {
    margin-bottom: 85px !important; }

  .m-r-sm-85 {
    margin-right: 85px !important; }

  .m-t-sm--85 {
    margin-top: -85px !important; }

  .m-l-sm--85 {
    margin-left: -85px !important; }

  .m-b-sm--85 {
    margin-bottom: -85px !important; }

  .m-r-sm--85 {
    margin-right: -85px !important; }

  .m-t-sm-90 {
    margin-top: 90px !important; }

  .m-l-sm-90 {
    margin-left: 90px !important; }

  .m-b-sm-90 {
    margin-bottom: 90px !important; }

  .m-r-sm-90 {
    margin-right: 90px !important; }

  .m-t-sm--90 {
    margin-top: -90px !important; }

  .m-l-sm--90 {
    margin-left: -90px !important; }

  .m-b-sm--90 {
    margin-bottom: -90px !important; }

  .m-r-sm--90 {
    margin-right: -90px !important; }

  .m-t-sm-95 {
    margin-top: 95px !important; }

  .m-l-sm-95 {
    margin-left: 95px !important; }

  .m-b-sm-95 {
    margin-bottom: 95px !important; }

  .m-r-sm-95 {
    margin-right: 95px !important; }

  .m-t-sm--95 {
    margin-top: -95px !important; }

  .m-l-sm--95 {
    margin-left: -95px !important; }

  .m-b-sm--95 {
    margin-bottom: -95px !important; }

  .m-r-sm--95 {
    margin-right: -95px !important; }

  .m-t-sm-100 {
    margin-top: 100px !important; }

  .m-l-sm-100 {
    margin-left: 100px !important; }

  .m-b-sm-100 {
    margin-bottom: 100px !important; }

  .m-r-sm-100 {
    margin-right: 100px !important; }

  .m-t-sm--100 {
    margin-top: -100px !important; }

  .m-l-sm--100 {
    margin-left: -100px !important; }

  .m-b-sm--100 {
    margin-bottom: -100px !important; }

  .m-r-sm--100 {
    margin-right: -100px !important; }

  .p-t-sm-0 {
    padding-top: 0px !important; }

  .p-l-sm-0 {
    padding-left: 0px !important; }

  .p-b-sm-0 {
    padding-bottom: 0px !important; }

  .p-r-sm-0 {
    padding-right: 0px !important; }

  .p-t-sm-5 {
    padding-top: 5px !important; }

  .p-l-sm-5 {
    padding-left: 5px !important; }

  .p-b-sm-5 {
    padding-bottom: 5px !important; }

  .p-r-sm-5 {
    padding-right: 5px !important; }

  .p-t-sm-10 {
    padding-top: 10px !important; }

  .p-l-sm-10 {
    padding-left: 10px !important; }

  .p-b-sm-10 {
    padding-bottom: 10px !important; }

  .p-r-sm-10 {
    padding-right: 10px !important; }

  .p-t-sm-15 {
    padding-top: 15px !important; }

  .p-l-sm-15 {
    padding-left: 15px !important; }

  .p-b-sm-15 {
    padding-bottom: 15px !important; }

  .p-r-sm-15 {
    padding-right: 15px !important; }

  .p-t-sm-20 {
    padding-top: 20px !important; }

  .p-l-sm-20 {
    padding-left: 20px !important; }

  .p-b-sm-20 {
    padding-bottom: 20px !important; }

  .p-r-sm-20 {
    padding-right: 20px !important; }

  .p-t-sm-25 {
    padding-top: 25px !important; }

  .p-l-sm-25 {
    padding-left: 25px !important; }

  .p-b-sm-25 {
    padding-bottom: 25px !important; }

  .p-r-sm-25 {
    padding-right: 25px !important; }

  .p-t-sm-30 {
    padding-top: 30px !important; }

  .p-l-sm-30 {
    padding-left: 30px !important; }

  .p-b-sm-30 {
    padding-bottom: 30px !important; }

  .p-r-sm-30 {
    padding-right: 30px !important; }

  .p-t-sm-35 {
    padding-top: 35px !important; }

  .p-l-sm-35 {
    padding-left: 35px !important; }

  .p-b-sm-35 {
    padding-bottom: 35px !important; }

  .p-r-sm-35 {
    padding-right: 35px !important; }

  .p-t-sm-40 {
    padding-top: 40px !important; }

  .p-l-sm-40 {
    padding-left: 40px !important; }

  .p-b-sm-40 {
    padding-bottom: 40px !important; }

  .p-r-sm-40 {
    padding-right: 40px !important; }

  .p-t-sm-45 {
    padding-top: 45px !important; }

  .p-l-sm-45 {
    padding-left: 45px !important; }

  .p-b-sm-45 {
    padding-bottom: 45px !important; }

  .p-r-sm-45 {
    padding-right: 45px !important; }

  .p-t-sm-50 {
    padding-top: 50px !important; }

  .p-l-sm-50 {
    padding-left: 50px !important; }

  .p-b-sm-50 {
    padding-bottom: 50px !important; }

  .p-r-sm-50 {
    padding-right: 50px !important; }

  .p-t-sm-55 {
    padding-top: 55px !important; }

  .p-l-sm-55 {
    padding-left: 55px !important; }

  .p-b-sm-55 {
    padding-bottom: 55px !important; }

  .p-r-sm-55 {
    padding-right: 55px !important; }

  .p-t-sm-60 {
    padding-top: 60px !important; }

  .p-l-sm-60 {
    padding-left: 60px !important; }

  .p-b-sm-60 {
    padding-bottom: 60px !important; }

  .p-r-sm-60 {
    padding-right: 60px !important; }

  .p-t-sm-65 {
    padding-top: 65px !important; }

  .p-l-sm-65 {
    padding-left: 65px !important; }

  .p-b-sm-65 {
    padding-bottom: 65px !important; }

  .p-r-sm-65 {
    padding-right: 65px !important; }

  .p-t-sm-70 {
    padding-top: 70px !important; }

  .p-l-sm-70 {
    padding-left: 70px !important; }

  .p-b-sm-70 {
    padding-bottom: 70px !important; }

  .p-r-sm-70 {
    padding-right: 70px !important; }

  .p-t-sm-75 {
    padding-top: 75px !important; }

  .p-l-sm-75 {
    padding-left: 75px !important; }

  .p-b-sm-75 {
    padding-bottom: 75px !important; }

  .p-r-sm-75 {
    padding-right: 75px !important; }

  .p-t-sm-80 {
    padding-top: 80px !important; }

  .p-l-sm-80 {
    padding-left: 80px !important; }

  .p-b-sm-80 {
    padding-bottom: 80px !important; }

  .p-r-sm-80 {
    padding-right: 80px !important; }

  .p-t-sm-85 {
    padding-top: 85px !important; }

  .p-l-sm-85 {
    padding-left: 85px !important; }

  .p-b-sm-85 {
    padding-bottom: 85px !important; }

  .p-r-sm-85 {
    padding-right: 85px !important; }

  .p-t-sm-90 {
    padding-top: 90px !important; }

  .p-l-sm-90 {
    padding-left: 90px !important; }

  .p-b-sm-90 {
    padding-bottom: 90px !important; }

  .p-r-sm-90 {
    padding-right: 90px !important; }

  .p-t-sm-95 {
    padding-top: 95px !important; }

  .p-l-sm-95 {
    padding-left: 95px !important; }

  .p-b-sm-95 {
    padding-bottom: 95px !important; }

  .p-r-sm-95 {
    padding-right: 95px !important; }

  .p-t-sm-100 {
    padding-top: 100px !important; }

  .p-l-sm-100 {
    padding-left: 100px !important; }

  .p-b-sm-100 {
    padding-bottom: 100px !important; }

  .p-r-sm-100 {
    padding-right: 100px !important; } }
@media (max-width: 543px) {
  .m-t-xs-0 {
    margin-top: 0px !important; }

  .m-l-xs-0 {
    margin-left: 0px !important; }

  .m-b-xs-0 {
    margin-bottom: 0px !important; }

  .m-r-xs-0 {
    margin-right: 0px !important; }

  .m-t-xs--0 {
    margin-top: 0px !important; }

  .m-l-xs--0 {
    margin-left: 0px !important; }

  .m-b-xs--0 {
    margin-bottom: 0px !important; }

  .m-r-xs--0 {
    margin-right: 0px !important; }

  .m-t-xs-5 {
    margin-top: 5px !important; }

  .m-l-xs-5 {
    margin-left: 5px !important; }

  .m-b-xs-5 {
    margin-bottom: 5px !important; }

  .m-r-xs-5 {
    margin-right: 5px !important; }

  .m-t-xs--5 {
    margin-top: -5px !important; }

  .m-l-xs--5 {
    margin-left: -5px !important; }

  .m-b-xs--5 {
    margin-bottom: -5px !important; }

  .m-r-xs--5 {
    margin-right: -5px !important; }

  .m-t-xs-10 {
    margin-top: 10px !important; }

  .m-l-xs-10 {
    margin-left: 10px !important; }

  .m-b-xs-10 {
    margin-bottom: 10px !important; }

  .m-r-xs-10 {
    margin-right: 10px !important; }

  .m-t-xs--10 {
    margin-top: -10px !important; }

  .m-l-xs--10 {
    margin-left: -10px !important; }

  .m-b-xs--10 {
    margin-bottom: -10px !important; }

  .m-r-xs--10 {
    margin-right: -10px !important; }

  .m-t-xs-15 {
    margin-top: 15px !important; }

  .m-l-xs-15 {
    margin-left: 15px !important; }

  .m-b-xs-15 {
    margin-bottom: 15px !important; }

  .m-r-xs-15 {
    margin-right: 15px !important; }

  .m-t-xs--15 {
    margin-top: -15px !important; }

  .m-l-xs--15 {
    margin-left: -15px !important; }

  .m-b-xs--15 {
    margin-bottom: -15px !important; }

  .m-r-xs--15 {
    margin-right: -15px !important; }

  .m-t-xs-20 {
    margin-top: 20px !important; }

  .m-l-xs-20 {
    margin-left: 20px !important; }

  .m-b-xs-20 {
    margin-bottom: 20px !important; }

  .m-r-xs-20 {
    margin-right: 20px !important; }

  .m-t-xs--20 {
    margin-top: -20px !important; }

  .m-l-xs--20 {
    margin-left: -20px !important; }

  .m-b-xs--20 {
    margin-bottom: -20px !important; }

  .m-r-xs--20 {
    margin-right: -20px !important; }

  .m-t-xs-25 {
    margin-top: 25px !important; }

  .m-l-xs-25 {
    margin-left: 25px !important; }

  .m-b-xs-25 {
    margin-bottom: 25px !important; }

  .m-r-xs-25 {
    margin-right: 25px !important; }

  .m-t-xs--25 {
    margin-top: -25px !important; }

  .m-l-xs--25 {
    margin-left: -25px !important; }

  .m-b-xs--25 {
    margin-bottom: -25px !important; }

  .m-r-xs--25 {
    margin-right: -25px !important; }

  .m-t-xs-30 {
    margin-top: 30px !important; }

  .m-l-xs-30 {
    margin-left: 30px !important; }

  .m-b-xs-30 {
    margin-bottom: 30px !important; }

  .m-r-xs-30 {
    margin-right: 30px !important; }

  .m-t-xs--30 {
    margin-top: -30px !important; }

  .m-l-xs--30 {
    margin-left: -30px !important; }

  .m-b-xs--30 {
    margin-bottom: -30px !important; }

  .m-r-xs--30 {
    margin-right: -30px !important; }

  .m-t-xs-35 {
    margin-top: 35px !important; }

  .m-l-xs-35 {
    margin-left: 35px !important; }

  .m-b-xs-35 {
    margin-bottom: 35px !important; }

  .m-r-xs-35 {
    margin-right: 35px !important; }

  .m-t-xs--35 {
    margin-top: -35px !important; }

  .m-l-xs--35 {
    margin-left: -35px !important; }

  .m-b-xs--35 {
    margin-bottom: -35px !important; }

  .m-r-xs--35 {
    margin-right: -35px !important; }

  .m-t-xs-40 {
    margin-top: 40px !important; }

  .m-l-xs-40 {
    margin-left: 40px !important; }

  .m-b-xs-40 {
    margin-bottom: 40px !important; }

  .m-r-xs-40 {
    margin-right: 40px !important; }

  .m-t-xs--40 {
    margin-top: -40px !important; }

  .m-l-xs--40 {
    margin-left: -40px !important; }

  .m-b-xs--40 {
    margin-bottom: -40px !important; }

  .m-r-xs--40 {
    margin-right: -40px !important; }

  .m-t-xs-45 {
    margin-top: 45px !important; }

  .m-l-xs-45 {
    margin-left: 45px !important; }

  .m-b-xs-45 {
    margin-bottom: 45px !important; }

  .m-r-xs-45 {
    margin-right: 45px !important; }

  .m-t-xs--45 {
    margin-top: -45px !important; }

  .m-l-xs--45 {
    margin-left: -45px !important; }

  .m-b-xs--45 {
    margin-bottom: -45px !important; }

  .m-r-xs--45 {
    margin-right: -45px !important; }

  .m-t-xs-50 {
    margin-top: 50px !important; }

  .m-l-xs-50 {
    margin-left: 50px !important; }

  .m-b-xs-50 {
    margin-bottom: 50px !important; }

  .m-r-xs-50 {
    margin-right: 50px !important; }

  .m-t-xs--50 {
    margin-top: -50px !important; }

  .m-l-xs--50 {
    margin-left: -50px !important; }

  .m-b-xs--50 {
    margin-bottom: -50px !important; }

  .m-r-xs--50 {
    margin-right: -50px !important; }

  .m-t-xs-55 {
    margin-top: 55px !important; }

  .m-l-xs-55 {
    margin-left: 55px !important; }

  .m-b-xs-55 {
    margin-bottom: 55px !important; }

  .m-r-xs-55 {
    margin-right: 55px !important; }

  .m-t-xs--55 {
    margin-top: -55px !important; }

  .m-l-xs--55 {
    margin-left: -55px !important; }

  .m-b-xs--55 {
    margin-bottom: -55px !important; }

  .m-r-xs--55 {
    margin-right: -55px !important; }

  .m-t-xs-60 {
    margin-top: 60px !important; }

  .m-l-xs-60 {
    margin-left: 60px !important; }

  .m-b-xs-60 {
    margin-bottom: 60px !important; }

  .m-r-xs-60 {
    margin-right: 60px !important; }

  .m-t-xs--60 {
    margin-top: -60px !important; }

  .m-l-xs--60 {
    margin-left: -60px !important; }

  .m-b-xs--60 {
    margin-bottom: -60px !important; }

  .m-r-xs--60 {
    margin-right: -60px !important; }

  .m-t-xs-65 {
    margin-top: 65px !important; }

  .m-l-xs-65 {
    margin-left: 65px !important; }

  .m-b-xs-65 {
    margin-bottom: 65px !important; }

  .m-r-xs-65 {
    margin-right: 65px !important; }

  .m-t-xs--65 {
    margin-top: -65px !important; }

  .m-l-xs--65 {
    margin-left: -65px !important; }

  .m-b-xs--65 {
    margin-bottom: -65px !important; }

  .m-r-xs--65 {
    margin-right: -65px !important; }

  .m-t-xs-70 {
    margin-top: 70px !important; }

  .m-l-xs-70 {
    margin-left: 70px !important; }

  .m-b-xs-70 {
    margin-bottom: 70px !important; }

  .m-r-xs-70 {
    margin-right: 70px !important; }

  .m-t-xs--70 {
    margin-top: -70px !important; }

  .m-l-xs--70 {
    margin-left: -70px !important; }

  .m-b-xs--70 {
    margin-bottom: -70px !important; }

  .m-r-xs--70 {
    margin-right: -70px !important; }

  .m-t-xs-75 {
    margin-top: 75px !important; }

  .m-l-xs-75 {
    margin-left: 75px !important; }

  .m-b-xs-75 {
    margin-bottom: 75px !important; }

  .m-r-xs-75 {
    margin-right: 75px !important; }

  .m-t-xs--75 {
    margin-top: -75px !important; }

  .m-l-xs--75 {
    margin-left: -75px !important; }

  .m-b-xs--75 {
    margin-bottom: -75px !important; }

  .m-r-xs--75 {
    margin-right: -75px !important; }

  .m-t-xs-80 {
    margin-top: 80px !important; }

  .m-l-xs-80 {
    margin-left: 80px !important; }

  .m-b-xs-80 {
    margin-bottom: 80px !important; }

  .m-r-xs-80 {
    margin-right: 80px !important; }

  .m-t-xs--80 {
    margin-top: -80px !important; }

  .m-l-xs--80 {
    margin-left: -80px !important; }

  .m-b-xs--80 {
    margin-bottom: -80px !important; }

  .m-r-xs--80 {
    margin-right: -80px !important; }

  .m-t-xs-85 {
    margin-top: 85px !important; }

  .m-l-xs-85 {
    margin-left: 85px !important; }

  .m-b-xs-85 {
    margin-bottom: 85px !important; }

  .m-r-xs-85 {
    margin-right: 85px !important; }

  .m-t-xs--85 {
    margin-top: -85px !important; }

  .m-l-xs--85 {
    margin-left: -85px !important; }

  .m-b-xs--85 {
    margin-bottom: -85px !important; }

  .m-r-xs--85 {
    margin-right: -85px !important; }

  .m-t-xs-90 {
    margin-top: 90px !important; }

  .m-l-xs-90 {
    margin-left: 90px !important; }

  .m-b-xs-90 {
    margin-bottom: 90px !important; }

  .m-r-xs-90 {
    margin-right: 90px !important; }

  .m-t-xs--90 {
    margin-top: -90px !important; }

  .m-l-xs--90 {
    margin-left: -90px !important; }

  .m-b-xs--90 {
    margin-bottom: -90px !important; }

  .m-r-xs--90 {
    margin-right: -90px !important; }

  .m-t-xs-95 {
    margin-top: 95px !important; }

  .m-l-xs-95 {
    margin-left: 95px !important; }

  .m-b-xs-95 {
    margin-bottom: 95px !important; }

  .m-r-xs-95 {
    margin-right: 95px !important; }

  .m-t-xs--95 {
    margin-top: -95px !important; }

  .m-l-xs--95 {
    margin-left: -95px !important; }

  .m-b-xs--95 {
    margin-bottom: -95px !important; }

  .m-r-xs--95 {
    margin-right: -95px !important; }

  .m-t-xs-100 {
    margin-top: 100px !important; }

  .m-l-xs-100 {
    margin-left: 100px !important; }

  .m-b-xs-100 {
    margin-bottom: 100px !important; }

  .m-r-xs-100 {
    margin-right: 100px !important; }

  .m-t-xs--100 {
    margin-top: -100px !important; }

  .m-l-xs--100 {
    margin-left: -100px !important; }

  .m-b-xs--100 {
    margin-bottom: -100px !important; }

  .m-r-xs--100 {
    margin-right: -100px !important; }

  .p-t-xs-0 {
    padding-top: 0px !important; }

  .p-l-xs-0 {
    padding-left: 0px !important; }

  .p-b-xs-0 {
    padding-bottom: 0px !important; }

  .p-r-xs-0 {
    padding-right: 0px !important; }

  .p-t-xs-5 {
    padding-top: 5px !important; }

  .p-l-xs-5 {
    padding-left: 5px !important; }

  .p-b-xs-5 {
    padding-bottom: 5px !important; }

  .p-r-xs-5 {
    padding-right: 5px !important; }

  .p-t-xs-10 {
    padding-top: 10px !important; }

  .p-l-xs-10 {
    padding-left: 10px !important; }

  .p-b-xs-10 {
    padding-bottom: 10px !important; }

  .p-r-xs-10 {
    padding-right: 10px !important; }

  .p-t-xs-15 {
    padding-top: 15px !important; }

  .p-l-xs-15 {
    padding-left: 15px !important; }

  .p-b-xs-15 {
    padding-bottom: 15px !important; }

  .p-r-xs-15 {
    padding-right: 15px !important; }

  .p-t-xs-20 {
    padding-top: 20px !important; }

  .p-l-xs-20 {
    padding-left: 20px !important; }

  .p-b-xs-20 {
    padding-bottom: 20px !important; }

  .p-r-xs-20 {
    padding-right: 20px !important; }

  .p-t-xs-25 {
    padding-top: 25px !important; }

  .p-l-xs-25 {
    padding-left: 25px !important; }

  .p-b-xs-25 {
    padding-bottom: 25px !important; }

  .p-r-xs-25 {
    padding-right: 25px !important; }

  .p-t-xs-30 {
    padding-top: 30px !important; }

  .p-l-xs-30 {
    padding-left: 30px !important; }

  .p-b-xs-30 {
    padding-bottom: 30px !important; }

  .p-r-xs-30 {
    padding-right: 30px !important; }

  .p-t-xs-35 {
    padding-top: 35px !important; }

  .p-l-xs-35 {
    padding-left: 35px !important; }

  .p-b-xs-35 {
    padding-bottom: 35px !important; }

  .p-r-xs-35 {
    padding-right: 35px !important; }

  .p-t-xs-40 {
    padding-top: 40px !important; }

  .p-l-xs-40 {
    padding-left: 40px !important; }

  .p-b-xs-40 {
    padding-bottom: 40px !important; }

  .p-r-xs-40 {
    padding-right: 40px !important; }

  .p-t-xs-45 {
    padding-top: 45px !important; }

  .p-l-xs-45 {
    padding-left: 45px !important; }

  .p-b-xs-45 {
    padding-bottom: 45px !important; }

  .p-r-xs-45 {
    padding-right: 45px !important; }

  .p-t-xs-50 {
    padding-top: 50px !important; }

  .p-l-xs-50 {
    padding-left: 50px !important; }

  .p-b-xs-50 {
    padding-bottom: 50px !important; }

  .p-r-xs-50 {
    padding-right: 50px !important; }

  .p-t-xs-55 {
    padding-top: 55px !important; }

  .p-l-xs-55 {
    padding-left: 55px !important; }

  .p-b-xs-55 {
    padding-bottom: 55px !important; }

  .p-r-xs-55 {
    padding-right: 55px !important; }

  .p-t-xs-60 {
    padding-top: 60px !important; }

  .p-l-xs-60 {
    padding-left: 60px !important; }

  .p-b-xs-60 {
    padding-bottom: 60px !important; }

  .p-r-xs-60 {
    padding-right: 60px !important; }

  .p-t-xs-65 {
    padding-top: 65px !important; }

  .p-l-xs-65 {
    padding-left: 65px !important; }

  .p-b-xs-65 {
    padding-bottom: 65px !important; }

  .p-r-xs-65 {
    padding-right: 65px !important; }

  .p-t-xs-70 {
    padding-top: 70px !important; }

  .p-l-xs-70 {
    padding-left: 70px !important; }

  .p-b-xs-70 {
    padding-bottom: 70px !important; }

  .p-r-xs-70 {
    padding-right: 70px !important; }

  .p-t-xs-75 {
    padding-top: 75px !important; }

  .p-l-xs-75 {
    padding-left: 75px !important; }

  .p-b-xs-75 {
    padding-bottom: 75px !important; }

  .p-r-xs-75 {
    padding-right: 75px !important; }

  .p-t-xs-80 {
    padding-top: 80px !important; }

  .p-l-xs-80 {
    padding-left: 80px !important; }

  .p-b-xs-80 {
    padding-bottom: 80px !important; }

  .p-r-xs-80 {
    padding-right: 80px !important; }

  .p-t-xs-85 {
    padding-top: 85px !important; }

  .p-l-xs-85 {
    padding-left: 85px !important; }

  .p-b-xs-85 {
    padding-bottom: 85px !important; }

  .p-r-xs-85 {
    padding-right: 85px !important; }

  .p-t-xs-90 {
    padding-top: 90px !important; }

  .p-l-xs-90 {
    padding-left: 90px !important; }

  .p-b-xs-90 {
    padding-bottom: 90px !important; }

  .p-r-xs-90 {
    padding-right: 90px !important; }

  .p-t-xs-95 {
    padding-top: 95px !important; }

  .p-l-xs-95 {
    padding-left: 95px !important; }

  .p-b-xs-95 {
    padding-bottom: 95px !important; }

  .p-r-xs-95 {
    padding-right: 95px !important; }

  .p-t-xs-100 {
    padding-top: 100px !important; }

  .p-l-xs-100 {
    padding-left: 100px !important; }

  .p-b-xs-100 {
    padding-bottom: 100px !important; }

  .p-r-xs-100 {
    padding-right: 100px !important; } }
/* Width */
.w-xs {
  min-width: 80px; }

.w-sm {
  min-width: 95px; }

.w-md {
  min-width: 110px; }

.w-lg {
  min-width: 140px; }

.font-10 {
  font-size: 10px; }

.font-11 {
  font-size: 11px; }

.font-12 {
  font-size: 12px; }

.font-13 {
  font-size: 13px; }

.font-14 {
  font-size: 14px; }

.font-15 {
  font-size: 15px; }

.font-16 {
  font-size: 16px; }

.font-17 {
  font-size: 17px; }

.font-18 {
  font-size: 18px; }

.font-19 {
  font-size: 19px; }

.font-20 {
  font-size: 20px; }

.font-21 {
  font-size: 21px; }

.font-22 {
  font-size: 22px; }

.font-23 {
  font-size: 23px; }

.font-24 {
  font-size: 24px; }

.font-25 {
  font-size: 25px; }

.inline {
  display: inline-block !important; }

.display-block {
  display: block; }

.cursor-pointer {
  cursor: pointer; }

.hidden {
  display: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

@media (max-width: 543px) {
  .text-right {
    text-align: left !important; } }
.col-xs-12, .col-sm-12 {
  max-width: 100%; }

.badge-secondary {
  background-color: #ffffff;
  color: #818a91;
  border: 1px solid #ccc; }

.badge-secondary[href]:focus, .tag-secondary[href]:hover {
  background-color: #e6e6e6; }

.full-width {
  width: 100%; }

.b-a-radius-0 {
  border-radius: 0 !important; }

.b-a-radius-0-125 {
  border-radius: 0.125rem !important; }

.b-a-radius-0-25 {
  border-radius: 0.25rem !important; }

.b-a-radius-0-5 {
  border-radius: 0.5rem !important; }

.b-a-radius-circle {
  border-radius: 50% !important; }

.b-t-l-radius-0 {
  border-top-left-radius: 0 !important; }

.b-t-l-radius-0-125 {
  border-top-left-radius: 0.125rem !important; }

.b-t-l-radius-0-25 {
  border-top-left-radius: 0.25rem !important; }

.b-t-l-radius-0-5 {
  border-top-left-radius: 0.5rem !important; }

.b-t-l-radius-circle {
  border-top-left-radius: 50% !important; }

.b-t-r-radius-0 {
  border-top-right-radius: 0 !important; }

.b-t-r-radius-0-125 {
  border-top-right-radius: 0.125rem !important; }

.b-t-r-radius-0-25 {
  border-top-right-radius: 0.25rem !important; }

.b-t-r-radius-0-5 {
  border-top-right-radius: 0.5rem !important; }

.b-t-r-radius-circle {
  border-top-right-radius: 50% !important; }

.b-b-r-radius-0 {
  border-bottom-right-radius: 0 !important; }

.b-b-r-radius-0-125 {
  border-bottom-right-radius: 0.125rem !important; }

.b-b-r-radius-0-25 {
  border-bottom-right-radius: 0.25rem !important; }

.b-b-r-radius-0-5 {
  border-bottom-right-radius: 0.5rem !important; }

.b-b-r-radius-circle {
  border-bottom-right-radius: 50% !important; }

.b-b-l-radius-0 {
  border-bottom-left-radius: 0 !important; }

.b-b-l-radius-0-125 {
  border-bottom-left-radius: 0.125rem !important; }

.b-b-l-radius-0-25 {
  border-bottom-left-radius: 0.25rem !important; }

.b-b-l-radius-0-5 {
  border-bottom-left-radius: 0.5rem !important; }

.b-b-l-radius-circle {
  border-bottom-left-radius: 50% !important; }

.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; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-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; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  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: none;
    transform: none; } }
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  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: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  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: none;
    transform: none; }
  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-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: none;
    transform: none; } }
@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: none;
    transform: none; } }
.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: none;
    transform: none; } }
@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: none;
    transform: none; } }
.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: none;
    transform: none; } }
@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: none;
    transform: none; } }
.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-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: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.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: none;
    transform: none; } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.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: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.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: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.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: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.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: none;
    transform: none; } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.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: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.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: none;
    transform: none; } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.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-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-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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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: none;
    transform: none; } }
@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: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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; }

@font-face {
  font-family: 'Bebas Neue';
  src: url("../fonts/bebasneue/BebasNeue.eot");
  src: url("../fonts/bebasneue/BebasNeue.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue/BebasNeue.woff") format("woff"), url("../fonts/bebasneue/BebasNeue.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
*:focus {
  outline: none; }

body {
  margin: 0;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  min-width: 0 !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  background-color: #F5F5F5; }

h2 {
  font-size: 32px;
  line-height: 40px; }

@media (max-width: 575px) {
  h1 {
    font-size: 1.5rem; }

  h2 {
    font-size: 1.4rem; }

  h3 {
    font-size: 1.3rem; }

  h4 {
    font-size: 1.2rem; }

  h5 {
    font-size: 1.1rem; } }
input {
  -webkit-border-radius: 0.25rem 0 0 0.25rem;
  -moz-border-radius: 0.25rem 0 0 0.25rem;
  border-radius: 0.25rem 0 0 0.25rem;
  background: white;
  border: 1px solid #dad7d4;
  color: #020621;
  font-size: 14px;
  margin: 0;
  padding: 6px 5px;
  -webkit-font-smoothing: antialiased; }
  input[type="checkbox"] {
    border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem; }

[placeholder], ::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder {
  text-overflow: ellipsis; }

a {
  -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.335, 1);
  -moz-transition: all 600ms cubic-bezier(0.175, 0.885, 0.335, 1);
  -ms-transition: all 600ms cubic-bezier(0.175, 0.885, 0.335, 1);
  -o-transition: all 600ms cubic-bezier(0.175, 0.885, 0.335, 1);
  transition: all 600ms cubic-bezier(0.175, 0.885, 0.335, 1);
  font-size: 14px;
  cursor: pointer; }
  a:hover, a.active, a:active, a:focus {
    color: #03A9F4; }

button, .btn {
  cursor: pointer;
  padding: 0.5rem 1rem;
  font-size: 14px;
  line-height: 1.25;
  border-radius: 0.25rem;
  font-family: sans-serif !important; }
  button.btn-waze, .btn.btn-waze {
    height: auto;
    background-color: #7dbccf;
    color: #FFF;
    text-align: center; }
    button.btn-waze:hover, .btn.btn-waze:hover {
      background-color: #7cb8cb; }
  button.btn-lg, .btn-group-lg > button.btn, .btn.btn-lg, .btn-group-lg > .btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }

@media (max-width: 575px) {
  button.btn-lg, .btn-group-lg > button.btn, .btn.btn-lg, .btn-group-lg > .btn {
    font-size: 1.2rem; } }
.w-50-px {
  width: 50px !important; }

.relative {
  position: relative; }

.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.btn-primary {
  background-color: #039BE5;
  border-color: #039BE5; }
  .btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary.active {
    background-color: #0288D1;
    border-color: #0288D1; }

.white-background {
  background-color: #ffffff; }

.black-background {
  background-color: #000000; }

.md-bg-dark {
  background-color: #37474F !important;
  color: white !important; }

#header.site-header-fixed-top, #header.site-header-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  min-width: 0 !important;
  width: 100%;
  overflow: hidden; }
  #header.site-header-fixed-top.site-header, #header.site-header-fixed-bottom.site-header {
    height: 60px;
    width: 100%; }
  #header.site-header-fixed-top .site-header-searchbar, #header.site-header-fixed-bottom .site-header-searchbar {
    line-height: 60px;
    height: 60px;
    -webkit-transition-property: background-color, box-shadow, line-height, height, -webkit-transform;
    transition-property: transform, background-color, box-shadow, line-height, height, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    box-shadow: none !important;
    padding: 0 25px;
    display: -webkit-box;
    -webkit-box-align: center;
    margin-top: -60px;
    z-index: 2;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background: #FFF;
    overflow: hidden; }
    #header.site-header-fixed-top .site-header-searchbar .row, #header.site-header-fixed-bottom .site-header-searchbar .row {
      width: 100%;
      height: 60px;
      flex-wrap: nowrap; }
      #header.site-header-fixed-top .site-header-searchbar .row .searchbar-left .site-header-searchbar-form, #header.site-header-fixed-bottom .site-header-searchbar .row .searchbar-left .site-header-searchbar-form {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.15s ease;
        -moz-transition: all 0.15s ease;
        -o-transition: all 0.15s ease;
        transition: all 0.15s ease;
        -webkit-transition-delay: 0.25s;
        transition-delay: 0.25s; }
        #header.site-header-fixed-top .site-header-searchbar .row .searchbar-left .site-header-searchbar-form i, #header.site-header-fixed-bottom .site-header-searchbar .row .searchbar-left .site-header-searchbar-form i {
          font-size: 20px; }
        #header.site-header-fixed-top .site-header-searchbar .row .searchbar-left .site-header-searchbar-form input, #header.site-header-fixed-bottom .site-header-searchbar .row .searchbar-left .site-header-searchbar-form input {
          outline: none;
          font-size: 18px;
          line-height: 24px;
          margin-left: 24px;
          border: none;
          color: #212121;
          box-shadow: none;
          height: 60px;
          width: 80%;
          font-family: "Lato", sans-serif;
          font-weight: 600; }
      #header.site-header-fixed-top .site-header-searchbar .row .searchbar-right, #header.site-header-fixed-bottom .site-header-searchbar .row .searchbar-right {
        flex: 1;
        justify-content: flex-end; }
        #header.site-header-fixed-top .site-header-searchbar .row .searchbar-right .site-header-searchbar-close, #header.site-header-fixed-bottom .site-header-searchbar .row .searchbar-right .site-header-searchbar-close {
          font-size: 14px;
          line-height: 24px;
          font-weight: 500;
          position: relative;
          color: #212121;
          text-decoration: none;
          flex-shrink: 0;
          background-color: transparent;
          border: 0; }
          #header.site-header-fixed-top .site-header-searchbar .row .searchbar-right .site-header-searchbar-close i, #header.site-header-fixed-bottom .site-header-searchbar .row .searchbar-right .site-header-searchbar-close i {
            font-size: 20px; }
          #header.site-header-fixed-top .site-header-searchbar .row .searchbar-right .site-header-searchbar-close:hover, #header.site-header-fixed-top .site-header-searchbar .row .searchbar-right .site-header-searchbar-close:focus, #header.site-header-fixed-top .site-header-searchbar .row .searchbar-right .site-header-searchbar-close:active, #header.site-header-fixed-bottom .site-header-searchbar .row .searchbar-right .site-header-searchbar-close:hover, #header.site-header-fixed-bottom .site-header-searchbar .row .searchbar-right .site-header-searchbar-close:focus, #header.site-header-fixed-bottom .site-header-searchbar .row .searchbar-right .site-header-searchbar-close:active {
            color: #757575; }
  @media (max-width: 991px) {
    #header.site-header-fixed-top .site-header-searchbar, #header.site-header-fixed-bottom .site-header-searchbar {
      padding: 0; }
      #header.site-header-fixed-top .site-header-searchbar .row .searchbar-left, #header.site-header-fixed-bottom .site-header-searchbar .row .searchbar-left {
        padding-left: 30px; }
        #header.site-header-fixed-top .site-header-searchbar .row .searchbar-left .site-header-searchbar-form, #header.site-header-fixed-bottom .site-header-searchbar .row .searchbar-left .site-header-searchbar-form {
          margin-left: 0 !important; }
      #header.site-header-fixed-top .site-header-searchbar .row .searchbar-right, #header.site-header-fixed-bottom .site-header-searchbar .row .searchbar-right {
        padding-right: 0; }
        #header.site-header-fixed-top .site-header-searchbar .row .searchbar-right .site-header-searchbar-close, #header.site-header-fixed-bottom .site-header-searchbar .row .searchbar-right .site-header-searchbar-close {
          margin-right: 0 !important; } }
  #header.site-header-fixed-top .site-header-navbar, #header.site-header-fixed-bottom .site-header-navbar {
    -webkit-font-smoothing: antialiased;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border: 0px none #353535;
    box-sizing: border-box;
    color: #353535;
    display: flex;
    flex-wrap: nowrap;
    font-size: 14px;
    font-style: normal;
    font-variant-caps: normal;
    font-weight: normal;
    height: 60px;
    line-height: 21px;
    margin: 0px;
    padding: 0 25px;
    vertical-align: baseline;
    width: 100%; }
    #header.site-header-fixed-top .site-header-navbar .site-subheader-cell.at_left, #header.site-header-fixed-bottom .site-header-navbar .site-subheader-cell.at_left {
      -webkit-font-smoothing: antialiased;
      border-image-outset: 0px;
      border-image-repeat: stretch;
      border-image-slice: 100%;
      border-image-source: none;
      border-image-width: 1;
      border: 0px none #353535;
      box-sizing: border-box;
      color: #353535;
      display: flex;
      flex-basis: 0px;
      flex-grow: 2;
      flex-shrink: 1;
      font-size: 14px;
      font-style: normal;
      font-variant-caps: normal;
      font-weight: normal;
      height: 60px;
      line-height: 21px;
      margin: 0px;
      order: 1;
      padding: 0px;
      vertical-align: baseline; }
      #header.site-header-fixed-top .site-header-navbar .site-subheader-cell.at_left > *, #header.site-header-fixed-bottom .site-header-navbar .site-subheader-cell.at_left > * {
        margin-right: 20px; }
      #header.site-header-fixed-top .site-header-navbar .site-subheader-cell.at_left .brand-text, #header.site-header-fixed-bottom .site-header-navbar .site-subheader-cell.at_left .brand-text {
        font-size: 26px;
        white-space: nowrap;
        margin-right: 20px;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        font-family: "Lato", sans-serif;
        font-weight: 400;
        color: #FFF;
        padding: 20px 0; }
        #header.site-header-fixed-top .site-header-navbar .site-subheader-cell.at_left .brand-text:hover, #header.site-header-fixed-top .site-header-navbar .site-subheader-cell.at_left .brand-text .active, #header.site-header-fixed-top .site-header-navbar .site-subheader-cell.at_left .brand-text:focus, #header.site-header-fixed-bottom .site-header-navbar .site-subheader-cell.at_left .brand-text:hover, #header.site-header-fixed-bottom .site-header-navbar .site-subheader-cell.at_left .brand-text .active, #header.site-header-fixed-bottom .site-header-navbar .site-subheader-cell.at_left .brand-text:focus {
          color: #E0E0E0; }
      #header.site-header-fixed-top .site-header-navbar .site-subheader-cell.at_left .nav-mobile-bars, #header.site-header-fixed-bottom .site-header-navbar .site-subheader-cell.at_left .nav-mobile-bars {
        padding-top: 20px;
        color: #FFF;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        -ms-transition: color 0.3s;
        -o-transition: color 0.3s;
        transition: color 0.3s; }
        #header.site-header-fixed-top .site-header-navbar .site-subheader-cell.at_left .nav-mobile-bars:hover, #header.site-header-fixed-top .site-header-navbar .site-subheader-cell.at_left .nav-mobile-bars .active, #header.site-header-fixed-top .site-header-navbar .site-subheader-cell.at_left .nav-mobile-bars:focus, #header.site-header-fixed-bottom .site-header-navbar .site-subheader-cell.at_left .nav-mobile-bars:hover, #header.site-header-fixed-bottom .site-header-navbar .site-subheader-cell.at_left .nav-mobile-bars .active, #header.site-header-fixed-bottom .site-header-navbar .site-subheader-cell.at_left .nav-mobile-bars:focus {
          color: #E0E0E0; }
      #header.site-header-fixed-top .site-header-navbar .site-subheader-cell.at_left .site-header-searchbar-link, #header.site-header-fixed-bottom .site-header-navbar .site-subheader-cell.at_left .site-header-searchbar-link {
        color: #FFF;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        -ms-transition: color 0.3s;
        -o-transition: color 0.3s;
        transition: color 0.3s; }
        #header.site-header-fixed-top .site-header-navbar .site-subheader-cell.at_left .site-header-searchbar-link:hover, #header.site-header-fixed-top .site-header-navbar .site-subheader-cell.at_left .site-header-searchbar-link .active, #header.site-header-fixed-top .site-header-navbar .site-subheader-cell.at_left .site-header-searchbar-link:focus, #header.site-header-fixed-bottom .site-header-navbar .site-subheader-cell.at_left .site-header-searchbar-link:hover, #header.site-header-fixed-bottom .site-header-navbar .site-subheader-cell.at_left .site-header-searchbar-link .active, #header.site-header-fixed-bottom .site-header-navbar .site-subheader-cell.at_left .site-header-searchbar-link:focus {
          color: #E0E0E0; }
    #header.site-header-fixed-top .site-header-navbar .site-subheader-cell.at_center, #header.site-header-fixed-bottom .site-header-navbar .site-subheader-cell.at_center {
      -webkit-font-smoothing: antialiased;
      border-image-outset: 0px;
      border-image-repeat: stretch;
      border-image-slice: 100%;
      border-image-source: none;
      border-image-width: 1;
      border: 0px none #353535;
      box-sizing: border-box;
      color: #353535;
      display: flex;
      flex-basis: 0px;
      flex-grow: 1;
      flex-shrink: 1;
      font-family: 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
      font-size: 14px;
      font-style: normal;
      font-variant-caps: normal;
      font-weight: normal;
      height: 60px;
      justify-content: center;
      line-height: 21px;
      margin: 0px;
      order: 2;
      padding: 0px;
      vertical-align: baseline; }
    #header.site-header-fixed-top .site-header-navbar .site-subheader-cell.at_right, #header.site-header-fixed-bottom .site-header-navbar .site-subheader-cell.at_right {
      -webkit-font-smoothing: antialiased;
      border-image-outset: 0px;
      border-image-repeat: stretch;
      border-image-slice: 100%;
      border-image-source: none;
      border-image-width: 1;
      border: 0px none #353535;
      box-sizing: border-box;
      color: #353535;
      display: flex;
      flex-basis: 0px;
      flex-grow: 2;
      flex-shrink: 1;
      font-family: 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
      font-size: 14px;
      font-style: normal;
      font-variant-caps: normal;
      font-weight: normal;
      height: 60px;
      justify-content: flex-end;
      line-height: 21px;
      margin: 0px;
      order: 3;
      padding: 0px;
      vertical-align: baseline; }
    #header.site-header-fixed-top .site-header-navbar .site-subheader-cell .site-nav, #header.site-header-fixed-bottom .site-header-navbar .site-subheader-cell .site-nav {
      list-style: none;
      margin: 0;
      font-size: 0;
      white-space: nowrap;
      line-height: 60px;
      height: 60px;
      padding: 0; }
      #header.site-header-fixed-top .site-header-navbar .site-subheader-cell .site-nav .navbar-nav .nav-link, #header.site-header-fixed-bottom .site-header-navbar .site-subheader-cell .site-nav .navbar-nav .nav-link {
        font-family: "Lato", sans-serif;
        font-weight: 700;
        vertical-align: top;
        font-size: 14px;
        padding: 0 20px;
        display: block;
        position: relative;
        margin: 0;
        color: #FFFFFF;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        -ms-transition: color 0.3s;
        -o-transition: color 0.3s;
        transition: color 0.3s; }
        #header.site-header-fixed-top .site-header-navbar .site-subheader-cell .site-nav .navbar-nav .nav-link:after, #header.site-header-fixed-bottom .site-header-navbar .site-subheader-cell .site-nav .navbar-nav .nav-link:after {
          -webkit-transition: all 0.15s ease;
          -moz-transition: all 0.15s ease;
          -o-transition: all 0.15s ease;
          transition: all 0.15s ease;
          content: "";
          position: absolute;
          bottom: 0;
          height: 3px;
          left: 0;
          right: 0;
          background-color: #C62828;
          -webkit-transform: translateY(6px);
          transform: translateY(6px);
          box-sizing: border-box; }
        #header.site-header-fixed-top .site-header-navbar .site-subheader-cell .site-nav .navbar-nav .nav-link:hover:after, #header.site-header-fixed-top .site-header-navbar .site-subheader-cell .site-nav .navbar-nav .nav-link .active:after, #header.site-header-fixed-top .site-header-navbar .site-subheader-cell .site-nav .navbar-nav .nav-link:focus:after, #header.site-header-fixed-bottom .site-header-navbar .site-subheader-cell .site-nav .navbar-nav .nav-link:hover:after, #header.site-header-fixed-bottom .site-header-navbar .site-subheader-cell .site-nav .navbar-nav .nav-link .active:after, #header.site-header-fixed-bottom .site-header-navbar .site-subheader-cell .site-nav .navbar-nav .nav-link:focus:after {
          -webkit-transform: translateY(0px);
          transform: translateY(0px); }
        #header.site-header-fixed-top .site-header-navbar .site-subheader-cell .site-nav .navbar-nav .nav-link.site-header-searchbar-link:after, #header.site-header-fixed-bottom .site-header-navbar .site-subheader-cell .site-nav .navbar-nav .nav-link.site-header-searchbar-link:after {
          height: 0; }
        #header.site-header-fixed-top .site-header-navbar .site-subheader-cell .site-nav .navbar-nav .nav-link.site-header-searchbar-link:hover, #header.site-header-fixed-top .site-header-navbar .site-subheader-cell .site-nav .navbar-nav .nav-link.site-header-searchbar-link .active, #header.site-header-fixed-top .site-header-navbar .site-subheader-cell .site-nav .navbar-nav .nav-link.site-header-searchbar-link:focus, #header.site-header-fixed-bottom .site-header-navbar .site-subheader-cell .site-nav .navbar-nav .nav-link.site-header-searchbar-link:hover, #header.site-header-fixed-bottom .site-header-navbar .site-subheader-cell .site-nav .navbar-nav .nav-link.site-header-searchbar-link .active, #header.site-header-fixed-bottom .site-header-navbar .site-subheader-cell .site-nav .navbar-nav .nav-link.site-header-searchbar-link:focus {
          color: #E0E0E0; }
#header.site-header-searchbar-active .site-header-searchbar {
  margin-top: 0; }
  #header.site-header-searchbar-active .site-header-searchbar .site-header-searchbar-form {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important; }

.site-header {
  background-color: transparent;
  transition-property: transform, background-color, box-shadow, line-height, height;
  transition-duration: 0.3s; }
  .site-header.sticky {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 10px 0 rgba(22, 22, 22, 0.08);
    -moz-box-shadow: 0px 4px 10px 0 rgba(22, 22, 22, 0.08);
    box-shadow: 0px 4px 10px 0 rgba(22, 22, 22, 0.08); }
    .site-header.sticky .navbar-nav .nav-link, .site-header.sticky .user-avatar {
      color: #212121 !important; }
      .site-header.sticky .navbar-nav .nav-link:hover, .site-header.sticky .navbar-nav .nav-link .active, .site-header.sticky .navbar-nav .nav-link:focus, .site-header.sticky .user-avatar:hover, .site-header.sticky .user-avatar .active, .site-header.sticky .user-avatar:focus {
        color: #000 !important; }
    .site-header.sticky .brand-text {
      color: #212121 !important; }
      .site-header.sticky .brand-text:hover, .site-header.sticky .brand-text .active, .site-header.sticky .brand-text:focus {
        color: #000 !important; }
    .site-header.sticky .nav-mobile-bars {
      color: #212121 !important; }
      .site-header.sticky .nav-mobile-bars:hover, .site-header.sticky .nav-mobile-bars .active, .site-header.sticky .nav-mobile-bars:focus {
        color: #000 !important; }

.user-avatar {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  vertical-align: top;
  font-size: 14px;
  display: block;
  position: relative;
  margin: 0;
  color: #FFF;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }
  .user-avatar img {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    align-self: center;
    border: 1px solid transparent; }

.navigation-drawer {
  display: none; }

@media (max-width: 991px) {
  .navigation-drawer-overlay {
    right: 0;
    bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1040;
    opacity: 0;
    transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    visibility: hidden; }
    .navigation-drawer-overlay.active {
      opacity: 1;
      visibility: visible;
      -moz-transition-delay: 0s;
      transition: opacity .3s ease-in-out;
      -webkit-transition: opacity .3s ease-in-out;
      -o-transition: opacity .3s ease-in-out; }

  .navigation-drawer {
    position: relative;
    display: block;
    min-height: 100%;
    overflow: hidden;
    border: none;
    left: -320px;
    transition: left .2s ease-in-out;
    -webkit-transition: left .2s ease-in-out;
    -o-transition: left .2s ease-in-out;
    width: 320px;
    will-change: transform;
    box-sizing: border-box;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-box-orient: vertical; }
    .navigation-drawer.navigation-drawer-default {
      color: #616161;
      background-color: #FFF;
      border-color: #EEE; }
    .navigation-drawer:after {
      clear: both;
      content: " ";
      display: table; }
    .navigation-drawer.navigation-drawer-fixed-left, .navigation-drawer.navigation-drawer-fixed-right {
      position: fixed;
      top: 0;
      bottom: 0;
      z-index: 1040; }
    .navigation-drawer.navigation-drawer-fixed-left {
      left: -320px; }
    .navigation-drawer.open {
      max-width: 320px;
      width: 320px;
      left: 0;
      -webkit-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
      -moz-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
      box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12); }
    .navigation-drawer .navbar {
      position: relative;
      min-height: 100%;
      padding: 0;
      overflow: hidden; }
      .navigation-drawer .navbar .nav-header {
        position: relative; }
        .navigation-drawer .navbar .nav-header::before {
          display: block;
          content: ""; }
        .navigation-drawer .navbar .nav-header .nav-header-content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end;
          padding: 16px;
          box-sizing: border-box;
          background-color: #FFFFFF !important;
          -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s;
          box-shadow: 0px 4px 10px 0 rgba(22, 22, 22, 0.08); }
          .navigation-drawer .navbar .nav-header .nav-header-content a {
            top: 3px;
            color: #212121 !important; }
            .navigation-drawer .navbar .nav-header .nav-header-content a:hover, .navigation-drawer .navbar .nav-header .nav-header-content a .active, .navigation-drawer .navbar .nav-header .nav-header-content a:focus {
              color: #000 !important; }
      .navigation-drawer .navbar .nav-content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 0;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
        -webkit-flex: 1 1 auto;
        height: 0; }
        .navigation-drawer .navbar .nav-content .nav-link {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          height: 48px;
          position: relative;
          padding: 0 16px;
          outline: none;
          text-decoration: none;
          font-family: "Lato", sans-serif;
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          font-size: 14px;
          font-size: 0.875rem;
          font-weight: 600;
          letter-spacing: 0.04em;
          line-height: 24px;
          line-height: 1.5rem;
          color: #212121;
          -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s; }
          .navigation-drawer .navbar .nav-content .nav-link:focus, .navigation-drawer .navbar .nav-content .nav-link:active {
            color: #000000; }
        .navigation-drawer .navbar .nav-content .nav-divider {
          height: 0;
          margin: 0;
          border: none;
          border-bottom: 1px solid rgba(0, 0, 0, 0.12); } }
@media (max-width: 767px) {
  .navigation-drawer {
    left: -280px;
    width: 280px; }
    .navigation-drawer.open {
      max-width: 280px;
      width: 280px; } }
.page-intro {
  position: relative;
  display: table;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 96px;
  max-height: 550px; }
  .page-intro.aboutpage h1 {
    font-size: 3rem !important; }

@media (min-width: 992px) {
  .page-intro {
    height: 80vh;
    padding-top: 208px;
    padding-bottom: 144px; } }
@media (max-width: 991px) {
  .page-intro {
    padding-top: 80px;
    padding-bottom: 20px; } }
.bebas-font {
  font-family: "Bebas Neue", sans-serif; }
  .bebas-fonth1 {
    font-size: 5rem;
    line-height: 1.3; }

.page-intro-align {
  display: table-cell;
  vertical-align: middle; }
  .page-intro-align h1.section-title-lg {
    font-size: 5rem;
    line-height: 1.3;
    text-align: center;
    color: #FFF;
    font-family: "Bebas Neue", sans-serif; }
  .page-intro-align p.text-lead {
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    color: #FFF;
    font-weight: 300 !important; }
  .page-intro-align .input-group.search-bar {
    background: white;
    border-radius: 30px;
    padding: 0 30px;
    height: 60px; }
    .page-intro-align .input-group.search-bar input {
      font-size: 14px;
      height: 60px;
      line-height: 25px;
      border: 0;
      font-family: "Lato", sans-serif;
      color: #212121; }
    .page-intro-align .input-group.search-bar .input-group-btn {
      margin-right: -34px;
      z-index: 3; }
      .page-intro-align .input-group.search-bar .input-group-btn button {
        -webkit-border-radius: 0 30px 30px 0;
        -moz-border-radius: 0 30px 30px 0;
        border-radius: 0 30px 30px 0;
        color: #FFF;
        background-color: #C62828;
        font-size: 22px;
        font-family: "Bebas Neue", sans-serif;
        border: 0;
        padding-left: 50px;
        padding-right: 50px;
        -webkit-transition-property: transform, background-color;
        -moz-transition-property: transform, background-color;
        -ms-transition-property: transform, background-color;
        -o-transition-property: transform, background-color;
        transition-property: transform, background-color;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        cursor: pointer; }
        .page-intro-align .input-group.search-bar .input-group-btn button:hover, .page-intro-align .input-group.search-bar .input-group-btn button:focus {
          background-color: #B71C1C; }
        .page-intro-align .input-group.search-bar .input-group-btn button i {
          margin-right: 10px; }

@media (max-width: 991px) {
  .page-intro-align h1.section-title-lg {
    font-size: 1.5rem !important; }
  .page-intro-align .input-group.search-bar.search-bar-mobile {
    border-radius: 5px;
    padding: 0 15px;
    height: 40px; }
    .page-intro-align .input-group.search-bar.search-bar-mobile input {
      margin-top: 8px;
      height: 26px;
      line-height: 25px;
      padding-left: 0; }
    .page-intro-align .input-group.search-bar.search-bar-mobile .input-group-btn {
      margin-right: -15px; }
      .page-intro-align .input-group.search-bar.search-bar-mobile .input-group-btn button {
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0; }
        .page-intro-align .input-group.search-bar.search-bar-mobile .input-group-btn button span {
          display: none; }
        .page-intro-align .input-group.search-bar.search-bar-mobile .input-group-btn button i {
          margin-right: 0; } }
.mini-search-bar {
  padding: 0;
  height: 10vh; }
  .mini-search-bar .page-intro-align .input-group.search-bar.search-bar-mobile {
    border-radius: 5px;
    padding: 0 15px;
    height: 40px; }
    .mini-search-bar .page-intro-align .input-group.search-bar.search-bar-mobile input {
      margin-top: 8px;
      height: 26px;
      line-height: 25px;
      padding-left: 0; }
    .mini-search-bar .page-intro-align .input-group.search-bar.search-bar-mobile .input-group-btn {
      margin-right: -15px; }
      .mini-search-bar .page-intro-align .input-group.search-bar.search-bar-mobile .input-group-btn button {
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0; }
        .mini-search-bar .page-intro-align .input-group.search-bar.search-bar-mobile .input-group-btn button span {
          display: none; }
        .mini-search-bar .page-intro-align .input-group.search-bar.search-bar-mobile .input-group-btn button i {
          margin-right: 0; }

.bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  opacity: 0.7; }

@media (max-width: 991px) {
  .bg-img {
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-attachment: fixed;
    background-size: 120%; }

  .bg-errorpage .bg-img-error {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-attachment: inherit;
    background-size: 100% !important; } }
.modal.modal-centering {
  text-align: center; }
  .modal.modal-centering .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle; }

@media screen and (min-width: 768px) {
  .modal.modal-centering:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%; } }
.modal.modal-login .modal-header {
  border-bottom: 0;
  justify-content: center; }
  .modal.modal-login .modal-header h5 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 28px;
    font-weight: bold; }
  .modal.modal-login .modal-header .close {
    position: absolute;
    right: 16px;
    top: 16px; }
.modal.modal-login .modal-footer {
  border-top: 0; }
.modal.modal-login .modal-body {
  min-width: 480px; }
  .modal.modal-login .modal-body a {
    font-size: 14px;
    color: #BDBDBD;
    font-weight: bold; }
    .modal.modal-login .modal-body a:hover, .modal.modal-login .modal-body a:focus {
      color: #9E9E9E; }

@media (max-width: 991px) {
  .modal.modal-login .modal-body {
    min-width: 0; } }
#content > .container {
  width: auto; }
@media (max-width: 767px) {
  #content > .container {
    padding-top: 20px !important; } }

.form-horizontal input[type="text"],
.form-horizontal input[type="email"],
.form-horizontal input[type="password"] {
  padding: 12px;
  font-size: 14px;
  line-height: 17px;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -webkit-appearance: none; }
.form-horizontal .form-check-label {
  font-size: 12px; }
  .form-horizontal .form-check-label input.form-check-input {
    font-size: 16px; }
.form-horizontal label.col-form-label {
  font-weight: 500; }
.form-horizontal span.help-block {
  width: 100%;
  display: block;
  font-size: 12px; }
.form-horizontal .has-danger .col-form-label {
  color: #E53935; }
.form-horizontal .has-danger span.help-block {
  color: #E53935; }

.form-simple label.col-form-label {
  margin-bottom: 6px;
  display: block;
  border: 0;
  font-size: 14px;
  vertical-align: baseline;
  font-weight: normal;
  position: absolute;
  left: -9999px; }

.card {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  .card .card-img-top {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important; }
  .card.card-smaller {
    max-width: 450px;
    margin: auto; }
  .card .card-header, .card .card-footer {
    font-size: 14px;
    padding: 20px; }
    .card .card-header a, .card .card-footer a {
      font-weight: bold; }
  .card .card-block.border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card .card-block.border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.125); }
  .card .card-block.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card .card-block.border-left {
    border-left: 1px solid rgba(0, 0, 0, 0.125); }
  .card .card-line {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card h2 {
    font-weight: normal;
    margin-bottom: 30px; }

.link-lost-password {
  position: relative;
  padding: 10px 10px 10px 0;
  top: 7px;
  right: 0;
  font-size: 12px;
  cursor: pointer; }

.accepted {
  font-size: 12px;
  margin-top: 1rem; }

.password-input-meter {
  position: absolute;
  bottom: 8px;
  right: 1px;
  padding: 2px 5px;
  height: auto;
  cursor: pointer; }
  .password-input-meter:focus {
    outline: transparent 0; }
  .password-input-meter .password-input-dot {
    height: 3px;
    width: 4px;
    margin: 2px;
    background-color: #E3F2FD; }
    .password-input-meter .password-input-dot.password-input-dot-selected {
      background-color: #2196F3; }

@media (max-width: 991px) {
  .password-input-meter {
    display: none; } }
footer {
  position: relative;
  overflow: hidden;
  display: table;
  width: 100%;
  background-color: #263238; }
  footer .relative {
    display: table-cell;
    vertical-align: middle; }
    footer .relative .container {
      color: #EEEEEE; }
      footer .relative .container a {
        color: #EEEEEE; }
        footer .relative .container a:hover, footer .relative .container a:active, footer .relative .container a:focus, footer .relative .container a.active {
          color: #BDBDBD; }
      footer .relative .container ul {
        padding: 0;
        list-style: none; }
        footer .relative .container ul.social-media li {
          padding: 5px;
          float: left;
          position: relative;
          text-align: right;
          display: inline-block; }
          footer .relative .container ul.social-media li:last-child {
            padding-right: 0; }
          footer .relative .container ul.social-media li a {
            display: block; }
      footer .relative .container .brand-text {
        position: relative;
        font-size: 17px;
        white-space: nowrap;
        line-height: 1.5;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        -ms-transition: color 0.3s;
        -o-transition: color 0.3s;
        transition: color 0.3s;
        font-family: "Lato", sans-serif;
        font-weight: 400;
        color: #EEEEEE;
        display: block; }
        footer .relative .container .brand-text:hover, footer .relative .container .brand-text .active, footer .relative .container .brand-text:focus {
          color: #BDBDBD; }
      footer .relative .container span.copyright {
        display: block;
        position: relative;
        color: #607D8B; }
      footer .relative .container .border-top {
        border-top: 1px solid #37474F; }

main .container-head {
  background-color: #FFF;
  border-bottom: 1px solid #EEEEEE; }
  main .container-head h1 {
    font-size: 45px;
    line-height: 48px;
    color: #212121; }
  @media (max-width: 991px) {
    main .container-head h1 {
      font-size: 25px;
      line-height: 28px; }
    main .container-head .container {
      padding-top: 30px !important; } }
main .container .setting-form .card h2 {
  font-weight: normal;
  margin-bottom: 30px; }
main .container .setting-form .card h4 {
  font-size: 20px; }

.form-group .form-control {
  font-size: 14px; }
.form-group .input-group {
  position: relative;
  display: flex;
  width: 100%; }
  .form-group .input-group .form-control {
    box-shadow: none !important;
    resize: none;
    width: 100%;
    display: block;
    -webkit-border-radius: 0.25rem 0 0 0.25rem;
    -moz-border-radius: 0.25rem 0 0 0.25rem;
    border-radius: 0.25rem 0 0 0.25rem; }
    .form-group .input-group .form-control:focus, .form-group .input-group .form-control:active, .form-group .input-group .form-control:hover {
      outline: 0;
      z-index: auto !important; }
  .form-group .input-group .input-group-addon {
    background-color: #FFF; }
    .form-group .input-group .input-group-addon button {
      padding: 0.5rem 1rem;
      font-size: 1rem;
      line-height: 1.25;
      border: 0;
      -webkit-border-radius: 0 0.25rem 0.25rem 0;
      -moz-border-radius: 0 0.25rem 0.25rem 0;
      border-radius: 0 0.25rem 0.25rem 0; }
  .form-group .input-group.with-button .input-group-addon {
    border-left: 0; }

.input-group .intl-tel-input {
  flex: 1;
  width: 100%;
  position: static !important;
  display: inline !important; }
  .input-group .intl-tel-input input.form-control {
    border-radius: 0.25rem 0 0 0.25rem; }

.intl-tel-input {
  width: 100%; }

div.selectize-input {
  padding: 12px;
  font-size: 14px;
  line-height: 17px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  div.selectize-input.focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #81cefe; }

.smsfilter-element div.selectize-input.has-items {
  padding: 12px 12px 7px 12px !important; }

div.alert {
  padding: 0;
  border: 0; }
  div.alert .d-table-cell {
    display: table-cell; }
  div.alert .w-1 {
    width: 1%; }
  div.alert .f-size-3 {
    font-size: 1rem; }
  div.alert .bg-success {
    background-color: #4CAF50; }
  div.alert .bg-lighter-success {
    background-color: #E8F5E9; }
  div.alert .color-lighter-success {
    color: #E8F5E9; }
  div.alert .bg-info {
    background-color: #43708F; }
  div.alert .bg-lighter-info {
    background-color: #CEEBFF; }
  div.alert .color-lighter-info {
    color: #FFF; }
  div.alert .bg-error {
    background-color: #F44336; }
    div.alert .bg-error .animated {
      -webkit-animation-duration: 5s;
      -moz-animation-duration: 5s;
      -o-animation-duration: 5s;
      animation-duration: 5s; }
  div.alert .bg-lighter-error {
    background-color: #FFEBEE; }
  div.alert .color-lighter-error {
    color: #FFEBEE; }
  div.alert p {
    line-height: 1.5; }
  div.alert .font-weight-bold {
    font-weight: 500; }
  div.alert .b-radius-left {
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  div.alert .b-radius-right {
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px; }

a.list-group-item {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: #9E9E9E;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700; }
  a.list-group-item:hover {
    color: #000; }
  a.list-group-item.active {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.125);
    color: #000; }
  a.list-group-item:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px; }
  a.list-group-item:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }

@media (max-width: 991px) {
  .list-group-item {
    position: relative;
    display: inline-block;
    margin-right: 40px;
    vertical-align: middle;
    padding: 15px 0;
    border: 0;
    background-color: transparent; } }
@media (max-width: 575px) {
  .list-group-item {
    margin-right: 20px; } }
.container-head .container .row {
  margin: 0; }
  .container-head .container .row > div {
    padding-left: 0;
    padding-right: 0; }

@media (max-width: 767px) {
  .container-head .container {
    padding-bottom: 0 !important; }
    .container-head .container .panel .card-box {
      padding: 15px 0 !important; }

  .mobile-scroll {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 120px; } }
.container-background {
  overflow: hidden;
  position: relative; }
  .container-background.overflow-auto {
    overflow: auto !important; }
  .container-background > .container {
    z-index: 1; }
  .container-background canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  .container-background.facebook {
    background-color: #3b5998; }
    .container-background.facebook h1 {
      color: #FFF; }
    .container-background.facebook a.list-group-item {
      color: #E0E0E0; }
      .container-background.facebook a.list-group-item:hover {
        color: #E0E0E0; }
      .container-background.facebook a.list-group-item.active {
        color: #FFF; }
    .container-background.facebook .btn {
      background: transparent;
      color: #FFF;
      border-color: rgba(255, 255, 255, 0.2);
      font-size: 14px;
      -webkit-transition: background-color 0.3s;
      -moz-transition: background-color 0.3s;
      -ms-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      transition: background-color 0.3s; }
      .container-background.facebook .btn:focus, .container-background.facebook .btn:hover, .container-background.facebook .btn.active, .container-background.facebook .btn:active {
        background-color: rgba(255, 255, 255, 0.2); }
    @media (min-width: 992px) {
      .container-background.facebook .btn {
        margin-top: 7px; } }
  .container-background.twitter {
    background-color: #1da1f2; }
    .container-background.twitter h1 {
      color: #FFF; }
    .container-background.twitter a.list-group-item {
      color: #E0E0E0; }
      .container-background.twitter a.list-group-item:hover {
        color: #E0E0E0; }
      .container-background.twitter a.list-group-item.active {
        color: #FFF; }
    .container-background.twitter .btn {
      background: transparent;
      color: #FFF;
      border-color: rgba(255, 255, 255, 0.2);
      -webkit-transition: background-color 0.3s;
      -moz-transition: background-color 0.3s;
      -ms-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      transition: background-color 0.3s; }
      .container-background.twitter .btn:focus, .container-background.twitter .btn:hover, .container-background.twitter .btn.active, .container-background.twitter .btn:active {
        background-color: rgba(255, 255, 255, 0.2); }
    @media (min-width: 992px) {
      .container-background.twitter .btn {
        margin-top: 7px; } }
  .container-background.telegram {
    background-color: #0088cc; }
    .container-background.telegram h1 {
      color: #FFF; }
    .container-background.telegram a.list-group-item {
      color: #E0E0E0; }
      .container-background.telegram a.list-group-item:hover {
        color: #E0E0E0; }
      .container-background.telegram a.list-group-item.active {
        color: #FFF; }
    .container-background.telegram .btn {
      background: transparent;
      color: #FFF;
      border-color: rgba(255, 255, 255, 0.2);
      -webkit-transition: background-color 0.3s;
      -moz-transition: background-color 0.3s;
      -ms-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      transition: background-color 0.3s; }
      .container-background.telegram .btn:focus, .container-background.telegram .btn:hover, .container-background.telegram .btn.active, .container-background.telegram .btn:active {
        background-color: rgba(255, 255, 255, 0.2); }
    @media (min-width: 992px) {
      .container-background.telegram .btn {
        margin-top: 7px; } }
  .container-background.monitor {
    background-color: #424242; }
    .container-background.monitor h1 {
      color: #FFF; }
    .container-background.monitor a.list-group-item {
      color: #E0E0E0; }
      .container-background.monitor a.list-group-item:hover {
        color: #E0E0E0; }
      .container-background.monitor a.list-group-item.active {
        color: #FFF; }
    .container-background.monitor .btn {
      background: transparent;
      color: #FFF;
      border-color: rgba(255, 255, 255, 0.2);
      -webkit-transition: background-color 0.3s;
      -moz-transition: background-color 0.3s;
      -ms-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      transition: background-color 0.3s; }
      .container-background.monitor .btn:focus, .container-background.monitor .btn:hover, .container-background.monitor .btn.active, .container-background.monitor .btn:active {
        background-color: rgba(255, 255, 255, 0.2); }
    @media (min-width: 992px) {
      .container-background.monitor .btn {
        margin-top: 7px; } }
  .container-background.message h1 {
    color: #FFF; }
  .container-background.statuspage {
    background-color: #2196F3; }
    .container-background.statuspage h1 {
      color: #FFF; }
  .container-background.statuspage-issue {
    background-color: #ECEFF1; }
  @media (min-width: 768px) {
    .container-background.monitor .bg-img {
      background-position: 50% -150px !important; } }

.card.card-inverse .dropdown {
  position: absolute;
  right: 15px; }
  .card.card-inverse .dropdown .btn.btn-secondary {
    background: transparent;
    color: #FFF;
    border-color: rgba(255, 255, 255, 0.2); }
.card.card-inverse .card-text {
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.85); }
.card.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0; }
  .card.facebook .card-text:last-child {
    position: absolute;
    z-index: 2;
    left: 0; }
.card.twitter {
  background-color: #1da1f2;
  border-color: #1da1f2; }
.card.telegram {
  background-color: #0088cc;
  border-color: #0088cc; }
.card .social-block-content .btn-pages {
  border: 0;
  background-color: #F5F5F5;
  font-size: 14px; }
  .card .social-block-content .btn-pages:focus, .card .social-block-content .btn-pages:hover {
    background-color: #EEEEEE; }
.card .dropdown-item:focus, .card .dropdown-item:hover, .card .dropdown-item.active, .card .dropdown-item:active {
  color: #373a3c;
  background-color: #EEEEEE; }

.select-capcode.selectize-control .selectize-input {
  padding: 0 !important; }
  .select-capcode.selectize-control .selectize-input a.remove {
    width: 40px !important;
    text-align: right !important;
    padding-right: 15px !important;
    padding-top: 20px !important;
    font-size: 15px !important; }
  .select-capcode.selectize-control .selectize-input > div {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #F5F5F5;
    padding: 5px;
    margin: 0 !important;
    color: #333333; }
    .select-capcode.selectize-control .selectize-input > div .description {
      font-size: 12px;
      opacity: 0.5; }
    .select-capcode.selectize-control .selectize-input > div .media-object {
      margin-right: 10px; }
    .select-capcode.selectize-control .selectize-input > div .media-body {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .select-capcode.selectize-control .selectize-input > div .media-placeholder-img {
      height: 35px;
      width: 39px; }
  .select-capcode.selectize-control .selectize-input > div.active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #2196F3;
    color: #FFF; }
    .select-capcode.selectize-control .selectize-input > div.active .description {
      opacity: 1; }
    .select-capcode.selectize-control .selectize-input > div.active .name {
      font-weight: bold;
      margin-right: 5px; }
  .select-capcode.selectize-control .selectize-input > input {
    height: 25px;
    margin: 8px 12px 8px 12px !important;
    width: 100% !important; }
.select-capcode.selectize-control .selectize-dropdown {
  font-size: 16px; }
  .select-capcode.selectize-control .selectize-dropdown [data-selectable] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .select-capcode.selectize-control .selectize-dropdown .name {
    font-weight: bold;
    margin-right: 5px; }
  .select-capcode.selectize-control .selectize-dropdown .description {
    font-size: 12px;
    opacity: 0.5; }
  .select-capcode.selectize-control .selectize-dropdown .media-object {
    margin-right: 10px; }
  .select-capcode.selectize-control .selectize-dropdown .media-body {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .select-capcode.selectize-control .selectize-dropdown .media-placeholder-img {
    height: 35px;
    width: 39px; }
.select-capcode.selectize-control.selectize-dropdown [data-selectable], .select-capcode.selectize-control.selectize-dropdown .optgroup-header {
  padding: 5px; }
.select-capcode.selectize-control::before {
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  content: ' ';
  z-index: 2;
  position: absolute;
  display: block;
  bottom: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  background: url(/assets/img/spinner.gif);
  background-size: 16px 16px;
  opacity: 0; }
.select-capcode.selectize-control.loading::before {
  opacity: 0.4; }

.select-word.selectize-control .selectize-input, .select-word-exclude.selectize-control .selectize-input {
  padding: 0 12px 0 12px !important; }
  .select-word.selectize-control .selectize-input > input, .select-word-exclude.selectize-control .selectize-input > input {
    height: 25px;
    margin: 8px 10px 8px 0 !important;
    width: 100% !important; }
  .select-word.selectize-control .selectize-input.has-items, .select-word-exclude.selectize-control .selectize-input.has-items {
    padding-top: 12px !important; }
  .select-word.selectize-control .selectize-input > div.active, .select-word-exclude.selectize-control .selectize-input > div.active {
    background: #2196F3;
    color: #FFF; }
.select-word.selectize-control .selectize-dropdown, .select-word-exclude.selectize-control .selectize-dropdown {
  font-size: 16px; }

.card-color-default {
  background-color: #66BB6A;
  border-color: #66BB6A; }
  .card-color-default .card-subtitle {
    color: rgba(255, 255, 255, 0.65) !important; }

.card-color-normal {
  background-color: #FBC02D;
  border-color: #FBC02D; }
  .card-color-normal .card-subtitle {
    color: rgba(255, 255, 255, 0.65) !important; }

.card-color-warning {
  background-color: #F57C00;
  border-color: #F57C00; }
  .card-color-warning .card-subtitle {
    color: rgba(255, 255, 255, 0.65) !important; }

.card-color-danger {
  background-color: #EF5350;
  border-color: #EF5350; }
  .card-color-danger .card-subtitle {
    color: rgba(255, 255, 255, 0.65) !important; }

.pagination a.page-link {
  color: #616161; }
  .pagination a.page-link:focus, .pagination a.page-link:hover {
    color: #212121 !important; }
.pagination .page-item.active a {
  color: #FFFFFF !important; }
  .pagination .page-item.active a:focus, .pagination .page-item.active a:hover {
    color: #FFFFFF !important; }
.pagination .start-page {
  color: #616161;
  width: 100%;
  border: 0 !important; }
  .pagination .start-page:focus, .pagination .start-page:hover {
    background: #FFF !important; }
.pagination .current-page {
  color: #616161;
  border: 0 !important; }
  .pagination .current-page:focus, .pagination .current-page:hover {
    background: #FFF !important; }
.pagination.pagination-mobile a.page-link {
  border: 0 !important; }
  .pagination.pagination-mobile a.page-link:focus, .pagination.pagination-mobile a.page-link:hover {
    background: #FFF !important; }

@media (min-width: 992px) {
  .search-panel a.list-group-item {
    background: transparent;
    border-bottom: 3px solid transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    float: left;
    color: #E0E0E0;
    margin-bottom: 0; }
    .search-panel a.list-group-item .active {
      color: #C62828; }
    .search-panel a.list-group-item:hover, .search-panel a.list-group-item .active, .search-panel a.list-group-item:focus {
      color: #FFF !important;
      border-bottom: 3px solid #C62828; }
  .search-panel .dropdown {
    float: right !important; } }
@media (max-width: 991px) {
  .search-panel a.list-group-item {
    color: #E0E0E0; }
    .search-panel a.list-group-item .active {
      color: #C62828; }
    .search-panel a.list-group-item:hover, .search-panel a.list-group-item .active, .search-panel a.list-group-item:focus {
      color: #FFF !important; }
  .search-panel .dropdown .dropdown-menu-right {
    right: auto; } }
.lead-status .icon-circle {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  display: block;
  background: white no-repeat center;
  margin: 10px auto; }
  .lead-status .icon-circle a strong {
    color: #000;
    font-weight: bolder;
    font-size: 20px; }
.lead-status h5 .badge {
  vertical-align: middle;
  margin-top: -4px; }

.receiver-status p {
  margin-bottom: 0; }
.receiver-status h5 .badge {
  vertical-align: middle;
  margin-top: -4px; }

.social-status .table tr:first-child td {
  border-top: 0; }
.social-status p {
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 7px;
  margin-bottom: 0; }
.social-status .badge {
  font-size: 0.7rem;
  margin-top: 7px; }

.social-item {
  width: 32px !important;
  height: 32px !important;
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 10px; }
  .social-item.h64 {
    width: 64px !important;
    height: 64px !important;
    line-height: 64px;
    font-size: 30px; }
  .social-item.bg-twitter {
    color: #FFF;
    background: #55acee;
    /* Old browsers */
    background: -moz-linear-gradient(top, #55acee 0%, #5095d2 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #55acee 0%, #5095D2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #55acee 0%, #5095D2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55acee', endColorstr='#5095D2', GradientType=0);
    /* IE6-9 */ }
  .social-item.bg-skype {
    color: #FFF;
    background: #00aff0;
    /* Old browsers */
    background: -moz-linear-gradient(top, #00aff0 0%, #0091c6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00aff0 0%, #0091c6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00aff0 0%, #0091c6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aff0', endColorstr='#0091c6', GradientType=0);
    /* IE6-9 */ }
  .social-item.bg-telegram {
    color: #FFF;
    background: #0088cc;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0088cc 0%, #0076b6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0088cc 0%, #0076b6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0088cc 0%, #0076b6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0076b6', GradientType=0);
    /* IE6-9 */ }
  .social-item.bg-facebook {
    color: #FFF;
    background: #3b5998;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3b5998 0%, #384d89 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3b5998 0%, #384d89 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3b5998 0%, #384d89 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b5998', endColorstr='#384d89', GradientType=0);
    /* IE6-9 */ }
  .social-item.bg-sms {
    color: #FFF;
    background: #43A047;
    /* Old browsers */
    background: -moz-linear-gradient(top, #43A047 0%, #388E3C 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #43A047 0%, #388E3C 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #43A047 0%, #388E3C 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#43A047', endColorstr='#388E3C', GradientType=0);
    /* IE6-9 */ }
  .social-item.bg-email {
    color: #3b3b3b;
    background: #fafafa;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fafafa 0%, #E6E6E6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fafafa 0%, #E6E6E6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fafafa 0%, #E6E6E6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#E6E6E6', GradientType=0);
    /* IE6-9 */ }
  .social-item.bg-messenger {
    color: #0084ff;
    background: #fafafa;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fafafa 0%, #E6E6E6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fafafa 0%, #E6E6E6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fafafa 0%, #E6E6E6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#E6E6E6', GradientType=0);
    /* IE6-9 */ }

@media (max-width: 991px) {
  .social-status p {
    font-size: 1rem;
    font-weight: 400;
    margin-top: 4px; }

  .social-item {
    width: 25px !important;
    height: 25px !important;
    line-height: 25px; }
    .social-item.bg-telegram i {
      margin-top: 7px !important; } }
.touchevents .video-container,
.touchevents .video-container video {
  display: none; }

.no-touchevents .video-container .poster,
.no-touchevents .video-container .poster {
  display: block !important; }

.video-container {
  position: absolute;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000; }
  .video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0; }
    .video-container video .poster img {
      width: 100%;
      bottom: 0;
      position: absolute; }
    .video-container video .filter {
      z-index: 100;
      position: absolute;
      background: rgba(0, 0, 0, 0.4);
      width: 110%; }
    .video-container video.fillWidth {
      width: 110%; }

.video-overlap .video-overlap-content {
  padding: 100px !important; }
  .video-overlap .video-overlap-content p {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5; }

@media screen and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 0) {
  .video-container {
    display: none !important; } }
@media (max-width: 991px) {
  .video-overlap .video-overlap-content {
    padding: 30px !important; } }
.regio-block .card-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  min-height: 250px; }
  .regio-block .card-block .card-title {
    color: #344658;
    font-size: 13px;
    text-shadow: 2px 0 0 #FFFFFF, -2px 0 0 #FFFFFF, 0 2px 0 #FFFFFF, 0 -2px 0 #FFFFFF, 1px 1px #FFFFFF, -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF; }

@media (max-width: 991px) {
  .regio-block .card-block {
    min-height: 50px; } }
.town-block {
  max-height: 385px;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .town-block .list-group-item {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center !important;
    padding: 0.75rem 1.25rem !important;
    margin-bottom: -1px !important;
    background-color: #ffffff !important;
    border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
    border-right: 0 !important;
    border-left: 0 !important; }
    .town-block .list-group-item:last-child {
      border-bottom: 0 !important; }

table.mobile-table.no-border td {
  border-top: 0;
  padding-top: 0;
  padding-bottom: 0; }
  table.mobile-table.no-border td:first-child {
    width: 92px;
    padding-left: 0; }

@media (max-width: 991px) {
  table.mobile-table caption {
    background-image: none; }

  table.mobile-table thead {
    display: none; }

  table.mobile-table tbody td {
    display: block;
    padding: .6rem; }

  table.mobile-table tbody tr td:first-child {
    background: #EEEEEE;
    color: #212121; }

  table.mobile-table tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    display: inline-block;
    width: 6rem; }

  table.mobile-table.no-border td:first-child {
    padding: .6rem;
    width: 100%; } }
section.regio-element {
  background: #d6dae2; }
  section.regio-element .regio-map {
    background: url(/assets/img/regios/landelijk.svg) no-repeat center center;
    background-size: 100% 520px; }
  @media (max-width: 575px) {
    section.regio-element .regio-map {
      background: #d6dae2; } }
section.heli-element {
  background-color: #0388d3;
  color: #FFF; }
  section.heli-element .container {
    background: url(/assets/img/lifeliner.jpg);
    background-size: cover;
    background-position: 80% 0;
    color: #FFF; }
  @media (max-width: 1199px) {
    section.heli-element .container {
      background-position: 70% 0; } }
  @media (max-width: 575px) {
    section.heli-element .container {
      background: #0388d3; } }
section.shortcuts-element {
  background: #d6dae2; }
  section.shortcuts-element .regio-map {
    background: url(/assets/img/information/shortcuts.svg) no-repeat center center;
    background-size: 100% 520px; }
  @media (max-width: 575px) {
    section.shortcuts-element .regio-map {
      background: #d6dae2; } }

@media (max-width: 575px) {
  .badge {
    white-space: normal; } }
.contactpage {
  background-color: #1E88E5 !important;
  color: white !important; }

.contact-background {
  background: #f8f8f8 !important; }

.shortcutpage {
  background-color: #607D8B !important;
  color: white !important; }

.account-circle {
  height: 60px;
  width: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  padding-top: 20px;
  font-size: 25px;
  overflow: hidden;
  border: 1px solid #FFF;
  float: left;
  position: relative; }
  .account-circle.site {
    color: #000;
    font-weight: bold;
    font-size: 13px;
    border-color: #F5F5F5;
    background-color: #FFF; }
  .account-circle.facebook {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #FFF; }
  .account-circle.twitter {
    background-color: #1da1f2;
    border-color: #1da1f2;
    color: #FFF; }
  .account-circle.telegram {
    background-color: #0088cc;
    border-color: #0088cc;
    color: #FFF; }
  .account-circle.swap {
    border-color: transparent;
    color: #212121; }

.social-button.discord-button {
  border: 1px solid #7289DA;
  background: #7289DA;
  color: #FFF; }
  .social-button.discord-button:hover, .social-button.discord-button:focus, .social-button.discord-button:active {
    background-color: #5B6CAE;
    border-color: #5B6CAE; }

.card.card-inverse.helicopter {
  background-color: #0388d3;
  color: #FFF; }
.card.regions {
  background-color: #FFF;
  color: #2b3d51; }
  .card.regions a {
    color: #2b3d51; }
.card.shortcut {
  background-color: #FFF;
  color: #2b3d51; }
  .card.shortcut a {
    color: #2b3d51; }

.monitor-setting .checkbox[rel="checkbox-sound"] {
  display: none; }

.no-touchevents .monitor-setting .checkbox[rel="checkbox-sound"] {
  display: block; }

.card.card-shadow {
  box-shadow: 0px 0px 70px rgba(29, 24, 24, 0.09);
  -webkit-transition: .3s;
  transition: .3s;
  border: 0; }

.pricing-table-wrapper .pricing-column .pricing-box {
  background-color: #2f3238;
  color: #979aa1;
  position: relative;
  padding: 1em;
  border-right: 1px solid #23262a;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
  overflow: hidden;
  height: 220px;
  margin-top: 0;
  text-align: center; }
  .pricing-table-wrapper .pricing-column .pricing-box:after {
    clear: both;
    content: "";
    display: table; }
  .pricing-table-wrapper .pricing-column .pricing-box h3 {
    font-size: 1em;
    letter-spacing: 0.15em;
    text-transform: uppercase; }
  .pricing-table-wrapper .pricing-column .pricing-box .pricing-container .currency {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    position: relative;
    top: -14px;
    font-size: 1.625em; }
  .pricing-table-wrapper .pricing-column .pricing-box .pricing-container .amount {
    font-size: 3.75em; }
  .pricing-table-wrapper .pricing-column .pricing-box .pricing-container .decimal-holder {
    display: inline-block; }
    .pricing-table-wrapper .pricing-column .pricing-box .pricing-container .decimal-holder .decimals {
      color: #ffffff;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      display: block;
      margin-top: 4px;
      margin-bottom: 4px; }
    .pricing-table-wrapper .pricing-column .pricing-box .pricing-container .decimal-holder .month {
      color: #ffffff;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      display: block; }

div#mention-map {
  position: relative;
  width: 100%;
  padding-bottom: 86.25%; }

@media (max-width: 991px) {
  div#mention-map {
    padding-bottom: 36.25%; } }
@media (max-width: 767px) {
  div#mention-map {
    padding-bottom: 56.25%; } }
div#mention-map > * {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%; }

table.table-monitor {
  word-wrap: break-word;
  table-layout: fixed;
  margin-bottom: 0; }
  table.table-monitor tr:first-child td {
    border-top: none; }
  table.table-monitor.no-border th, table.table-monitor.no-border td {
    border-top: none; }
    table.table-monitor.no-border th tr, table.table-monitor.no-border td tr {
      padding: 0 10px 0 10px; }
    table.table-monitor.no-border th tr:first-child td, table.table-monitor.no-border td tr:first-child td {
      padding: 10px; }
  table.table-monitor a {
    color: #2b3d51; }

.btn-md.btn-navigate {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: transform, background-color, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .btn-md.btn-navigate .icon {
    width: 3.16667rem;
    padding: 0.75rem 0;
    font-size: 0.8rem;
    float: left;
    position: relative; }
  .btn-md.btn-navigate span {
    float: left;
    position: relative;
    padding: 0.75rem 1rem;
    font-size: 0.8rem; }
  .btn-md.btn-navigate.btn-waze {
    color: #2b3d51 !important;
    background-color: #FFF; }
    .btn-md.btn-navigate.btn-waze:hover {
      background-color: #f4f4fa; }
  .btn-md.btn-navigate.btn-google {
    color: #2b3d51 !important;
    background-color: #FFF; }
    .btn-md.btn-navigate.btn-google:hover {
      background-color: #f4f4fa; }
  .btn-md.btn-navigate.btn-apple-maps {
    color: #2b3d51 !important;
    background-color: #FFF; }
    .btn-md.btn-navigate.btn-apple-maps:hover {
      background-color: #f4f4fa; }

.icon-telegram-mini i {
  font-size: 9px; }

@media (max-width: 991px) {
  .btn-md.btn-navigate {
    width: 100%; } }
@media screen and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 16px !important; } }

/*# sourceMappingURL=base.css.map */
