/* !
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0!important;
}

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

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

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

ul ul {
  margin-bottom: 0;
}

b, strong {
  font-weight: bolder;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

table {
  border-collapse: collapse;
}

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

button {
  border-radius: 0;
}

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

button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

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

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

[type=search] {
  outline-offset: -2px;
}

template {
  display: none;
}

[hidden] {
  display: none!important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

.list-inline-item {
  display: inline-block;
}

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

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px;
  }
}

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

@media (min-width:1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

@media (min-width:576px) {
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width:576px) {
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width:576px) {
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}

@media (min-width:576px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width:576px) {
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

@media (min-width:576px) {
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

@media (min-width:576px) {
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width:576px) {
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}

@media (min-width:576px) {
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
}

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

@media (min-width:576px) {
  .offset-sm-0 {
    margin-left: 0;
  }
}

@media (min-width:576px) {
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
}

@media (min-width:576px) {
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
}

@media (min-width:576px) {
  .offset-sm-3 {
    margin-left: 25%;
  }
}

@media (min-width:576px) {
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
}

@media (min-width:576px) {
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
}

@media (min-width:576px) {
  .offset-sm-6 {
    margin-left: 50%;
  }
}

@media (min-width:576px) {
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
}

@media (min-width:576px) {
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
}

@media (min-width:576px) {
  .offset-sm-9 {
    margin-left: 75%;
  }
}

@media (min-width:576px) {
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
}

@media (min-width:576px) {
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

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

@media (min-width:768px) {
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}

@media (min-width:768px) {
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

@media (min-width:768px) {
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

@media (min-width:768px) {
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width:768px) {
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width:768px) {
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}

@media (min-width:768px) {
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width:768px) {
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

@media (min-width:768px) {
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

@media (min-width:768px) {
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width:768px) {
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}

@media (min-width:768px) {
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
}

@media (min-width:768px) {
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width:768px) {
  .offset-md-0 {
    margin-left: 0;
  }
}

@media (min-width:768px) {
  .offset-md-1 {
    margin-left: 8.333333%;
  }
}

@media (min-width:768px) {
  .offset-md-2 {
    margin-left: 16.666667%;
  }
}

@media (min-width:768px) {
  .offset-md-3 {
    margin-left: 25%;
  }
}

@media (min-width:768px) {
  .offset-md-4 {
    margin-left: 33.333333%;
  }
}

@media (min-width:768px) {
  .offset-md-5 {
    margin-left: 41.666667%;
  }
}

@media (min-width:768px) {
  .offset-md-6 {
    margin-left: 50%;
  }
}

@media (min-width:768px) {
  .offset-md-7 {
    margin-left: 58.333333%;
  }
}

@media (min-width:768px) {
  .offset-md-8 {
    margin-left: 66.666667%;
  }
}

@media (min-width:768px) {
  .offset-md-9 {
    margin-left: 75%;
  }
}

@media (min-width:768px) {
  .offset-md-10 {
    margin-left: 83.333333%;
  }
}

@media (min-width:768px) {
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

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

@media (min-width:992px) {
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}

@media (min-width:992px) {
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

@media (min-width:992px) {
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

@media (min-width:992px) {
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width:992px) {
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width:992px) {
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}

@media (min-width:992px) {
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width:992px) {
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

@media (min-width:992px) {
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

@media (min-width:992px) {
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width:992px) {
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}

@media (min-width:992px) {
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
}

@media (min-width:992px) {
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width:992px) {
  .offset-lg-0 {
    margin-left: 0;
  }
}

@media (min-width:992px) {
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
}

@media (min-width:992px) {
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
}

@media (min-width:992px) {
  .offset-lg-3 {
    margin-left: 25%;
  }
}

@media (min-width:992px) {
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
}

@media (min-width:992px) {
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
}

@media (min-width:992px) {
  .offset-lg-6 {
    margin-left: 50%;
  }
}

@media (min-width:992px) {
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
}

@media (min-width:992px) {
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
}

@media (min-width:992px) {
  .offset-lg-9 {
    margin-left: 75%;
  }
}

@media (min-width:992px) {
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
}

@media (min-width:992px) {
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width:1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
}

@media (min-width:1200px) {
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}

@media (min-width:1200px) {
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

@media (min-width:1200px) {
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

@media (min-width:1200px) {
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width:1200px) {
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width:1200px) {
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}

@media (min-width:1200px) {
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width:1200px) {
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

@media (min-width:1200px) {
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

@media (min-width:1200px) {
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width:1200px) {
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}

@media (min-width:1200px) {
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
}

@media (min-width:1200px) {
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width:1200px) {
  .offset-xl-0 {
    margin-left: 0;
  }
}

@media (min-width:1200px) {
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
}

@media (min-width:1200px) {
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
}

@media (min-width:1200px) {
  .offset-xl-3 {
    margin-left: 25%;
  }
}

@media (min-width:1200px) {
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
}

@media (min-width:1200px) {
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
}

@media (min-width:1200px) {
  .offset-xl-6 {
    margin-left: 50%;
  }
}

@media (min-width:1200px) {
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
}

@media (min-width:1200px) {
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
}

@media (min-width:1200px) {
  .offset-xl-9 {
    margin-left: 75%;
  }
}

@media (min-width:1200px) {
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
}

@media (min-width:1200px) {
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table-primary {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-info {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

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

.table-light {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-active {
  background-color: rgba(0,0,0,.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0,0,0,.075);
}

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

.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5;
}

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

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width:576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.btn:disabled {
  opacity: .65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 .2rem rgba(38,143,255,.5);
}

.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(38,143,255,.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 .2rem rgba(58,176,195,.5);
}

.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(58,176,195,.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 .2rem rgba(216,217,219,.5);
}

.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(216,217,219,.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus {
  text-decoration: underline;
}

.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

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

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

.collapse:not(.show) {
  display: none;
}

.dropdown {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}

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

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

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

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

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

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

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

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

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

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

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529;
}

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

.nav-link {
  display: block;
  padding: .5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .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%;
}

@media (max-width:575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width:576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width:576px) {
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width:576px) {
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
}

@media (min-width:576px) {
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
}

@media (min-width:576px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (min-width:576px) {
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (min-width:576px) {
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width:767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width:768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width:768px) {
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width:768px) {
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
}

@media (min-width:768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
}

@media (min-width:768px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (min-width:768px) {
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (min-width:768px) {
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width:991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width:992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width:992px) {
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width:992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
}

@media (min-width:992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
}

@media (min-width:992px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (min-width:992px) {
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (min-width:992px) {
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width:1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width:1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width:1200px) {
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width:1200px) {
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
}

@media (min-width:1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
}

@media (min-width:1200px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (min-width:1200px) {
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (min-width:1200px) {
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0,0,0,.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0,0,0,.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0,0,0,.7);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0,0,0,.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0,0,0,.5);
  border-color: rgba(0,0,0,.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url([svg]);
}

.navbar-light .navbar-text {
  color: rgba(0,0,0,.5);
}

.navbar-light .navbar-text a {
  color: rgba(0,0,0,.9);
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0,0,0,.9);
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light .alert-link {
  color: #686868;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

.carousel {
  position: relative;
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active {
  display: block;
}

.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

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

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

.border {
  border: 1px solid #dee2e6!important;
}

.border-top {
  border-top: 1px solid #dee2e6!important;
}

.border-right {
  border-right: 1px solid #dee2e6!important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6!important;
}

.border-left {
  border-left: 1px solid #dee2e6!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;
}

.border-primary {
  border-color: #007bff!important;
}

.border-info {
  border-color: #17a2b8!important;
}

.border-light {
  border-color: #f8f9fa!important;
}

.border-white {
  border-color: #fff!important;
}

.d-none {
  display: none!important;
}

.d-inline {
  display: inline!important;
}

.d-inline-block {
  display: inline-block!important;
}

.d-block {
  display: block!important;
}

.d-table {
  display: table!important;
}

.d-table-row {
  display: table-row!important;
}

.d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}

.d-inline-flex {
  display: -ms-inline-flexbox!important;
  display: inline-flex!important;
}

@media (min-width:576px) {
  .d-sm-none {
    display: none!important;
  }
}

@media (min-width:576px) {
  .d-sm-inline {
    display: inline!important;
  }
}

@media (min-width:576px) {
  .d-sm-inline-block {
    display: inline-block!important;
  }
}

@media (min-width:576px) {
  .d-sm-block {
    display: block!important;
  }
}

@media (min-width:576px) {
  .d-sm-table {
    display: table!important;
  }
}

@media (min-width:576px) {
  .d-sm-table-row {
    display: table-row!important;
  }
}

@media (min-width:576px) {
  .d-sm-flex {
    display: -ms-flexbox!important;
    display: flex!important;
  }
}

@media (min-width:576px) {
  .d-sm-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
  }
}

@media (min-width:768px) {
  .d-md-none {
    display: none!important;
  }
}

@media (min-width:768px) {
  .d-md-inline {
    display: inline!important;
  }
}

@media (min-width:768px) {
  .d-md-inline-block {
    display: inline-block!important;
  }
}

@media (min-width:768px) {
  .d-md-block {
    display: block!important;
  }
}

@media (min-width:768px) {
  .d-md-table {
    display: table!important;
  }
}

@media (min-width:768px) {
  .d-md-table-row {
    display: table-row!important;
  }
}

@media (min-width:768px) {
  .d-md-flex {
    display: -ms-flexbox!important;
    display: flex!important;
  }
}

@media (min-width:768px) {
  .d-md-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
  }
}

@media (min-width:992px) {
  .d-lg-none {
    display: none!important;
  }
}

@media (min-width:992px) {
  .d-lg-inline {
    display: inline!important;
  }
}

@media (min-width:992px) {
  .d-lg-inline-block {
    display: inline-block!important;
  }
}

@media (min-width:992px) {
  .d-lg-block {
    display: block!important;
  }
}

@media (min-width:992px) {
  .d-lg-table {
    display: table!important;
  }
}

@media (min-width:992px) {
  .d-lg-table-row {
    display: table-row!important;
  }
}

@media (min-width:992px) {
  .d-lg-flex {
    display: -ms-flexbox!important;
    display: flex!important;
  }
}

@media (min-width:992px) {
  .d-lg-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
  }
}

@media (min-width:1200px) {
  .d-xl-none {
    display: none!important;
  }
}

@media (min-width:1200px) {
  .d-xl-inline {
    display: inline!important;
  }
}

@media (min-width:1200px) {
  .d-xl-inline-block {
    display: inline-block!important;
  }
}

@media (min-width:1200px) {
  .d-xl-block {
    display: block!important;
  }
}

@media (min-width:1200px) {
  .d-xl-table {
    display: table!important;
  }
}

@media (min-width:1200px) {
  .d-xl-table-row {
    display: table-row!important;
  }
}

@media (min-width:1200px) {
  .d-xl-flex {
    display: -ms-flexbox!important;
    display: flex!important;
  }
}

@media (min-width:1200px) {
  .d-xl-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
  }
}

.flex-row {
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}

.flex-column {
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap!important;
  flex-wrap: nowrap!important;
}

.flex-grow-0 {
  -ms-flex-positive: 0!important;
  flex-grow: 0!important;
}

.flex-grow-1 {
  -ms-flex-positive: 1!important;
  flex-grow: 1!important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0!important;
  flex-shrink: 0!important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1!important;
  flex-shrink: 1!important;
}

.justify-content-end {
  -ms-flex-pack: end!important;
  justify-content: flex-end!important;
}

.justify-content-center {
  -ms-flex-pack: center!important;
  justify-content: center!important;
}

.align-content-end {
  -ms-flex-line-pack: end!important;
  align-content: flex-end!important;
}

.align-content-center {
  -ms-flex-line-pack: center!important;
  align-content: center!important;
}

.align-self-auto {
  -ms-flex-item-align: auto!important;
  align-self: auto!important;
}

.align-self-end {
  -ms-flex-item-align: end!important;
  align-self: flex-end!important;
}

.align-self-center {
  -ms-flex-item-align: center!important;
  align-self: center!important;
}

@media (min-width:576px) {
  .flex-sm-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
  }
}

@media (min-width:576px) {
  .flex-sm-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
}

@media (min-width:576px) {
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
  }
}

@media (min-width:576px) {
  .flex-sm-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important;
  }
}

@media (min-width:576px) {
  .flex-sm-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
  }
}

@media (min-width:576px) {
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
  }
}

@media (min-width:576px) {
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important;
  }
}

@media (min-width:576px) {
  .justify-content-sm-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
  }
}

@media (min-width:576px) {
  .justify-content-sm-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
}

@media (min-width:576px) {
  .align-content-sm-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
  }
}

@media (min-width:576px) {
  .align-content-sm-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
  }
}

@media (min-width:576px) {
  .align-self-sm-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
  }
}

@media (min-width:576px) {
  .align-self-sm-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
  }
}

@media (min-width:576px) {
  .align-self-sm-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
  }
}

@media (min-width:768px) {
  .flex-md-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
  }
}

@media (min-width:768px) {
  .flex-md-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
}

@media (min-width:768px) {
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
  }
}

@media (min-width:768px) {
  .flex-md-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important;
  }
}

@media (min-width:768px) {
  .flex-md-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
  }
}

@media (min-width:768px) {
  .flex-md-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
  }
}

@media (min-width:768px) {
  .flex-md-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important;
  }
}

@media (min-width:768px) {
  .justify-content-md-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
  }
}

@media (min-width:768px) {
  .justify-content-md-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
}

@media (min-width:768px) {
  .align-content-md-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
  }
}

@media (min-width:768px) {
  .align-content-md-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
  }
}

@media (min-width:768px) {
  .align-self-md-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
  }
}

@media (min-width:768px) {
  .align-self-md-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
  }
}

@media (min-width:768px) {
  .align-self-md-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
  }
}

@media (min-width:992px) {
  .flex-lg-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
  }
}

@media (min-width:992px) {
  .flex-lg-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
}

@media (min-width:992px) {
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
  }
}

@media (min-width:992px) {
  .flex-lg-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important;
  }
}

@media (min-width:992px) {
  .flex-lg-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
  }
}

@media (min-width:992px) {
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
  }
}

@media (min-width:992px) {
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important;
  }
}

@media (min-width:992px) {
  .justify-content-lg-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
  }
}

@media (min-width:992px) {
  .justify-content-lg-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
}

@media (min-width:992px) {
  .align-content-lg-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
  }
}

@media (min-width:992px) {
  .align-content-lg-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
  }
}

@media (min-width:992px) {
  .align-self-lg-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
  }
}

@media (min-width:992px) {
  .align-self-lg-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
  }
}

@media (min-width:992px) {
  .align-self-lg-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
  }
}

@media (min-width:1200px) {
  .flex-xl-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
  }
}

@media (min-width:1200px) {
  .flex-xl-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
}

@media (min-width:1200px) {
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
  }
}

@media (min-width:1200px) {
  .flex-xl-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important;
  }
}

@media (min-width:1200px) {
  .flex-xl-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
  }
}

@media (min-width:1200px) {
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
  }
}

@media (min-width:1200px) {
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important;
  }
}

@media (min-width:1200px) {
  .justify-content-xl-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
  }
}

@media (min-width:1200px) {
  .justify-content-xl-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
}

@media (min-width:1200px) {
  .align-content-xl-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
  }
}

@media (min-width:1200px) {
  .align-content-xl-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
  }
}

@media (min-width:1200px) {
  .align-self-xl-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
  }
}

@media (min-width:1200px) {
  .align-self-xl-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
  }
}

@media (min-width:1200px) {
  .align-self-xl-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
  }
}

.position-sticky {
  position: -webkit-sticky!important;
  position: sticky!important;
}

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

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

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

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

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

.h-auto {
  height: auto!important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n1 {
  margin: -.25rem!important;
}

.my-n1 {
  margin-top: -.25rem!important;
}

.my-n1 {
  margin-bottom: -.25rem!important;
}

.ml-n1 {
  margin-left: -.25rem!important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
  .my-sm-1 {
    margin-top: .25rem!important;
  }
}

@media (min-width:576px) {
  .my-sm-1 {
    margin-bottom: .25rem!important;
  }
}

@media (min-width:576px) {
  .ml-sm-1 {
    margin-left: .25rem!important;
  }
}

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

@media (min-width:576px) {
  .my-sm-2 {
    margin-top: .5rem!important;
  }
}

@media (min-width:576px) {
  .my-sm-2 {
    margin-bottom: .5rem!important;
  }
}

@media (min-width:576px) {
  .ml-sm-2 {
    margin-left: .5rem!important;
  }
}

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

@media (min-width:576px) {
  .my-sm-3 {
    margin-top: 1rem!important;
  }
}

@media (min-width:576px) {
  .my-sm-3 {
    margin-bottom: 1rem!important;
  }
}

@media (min-width:576px) {
  .ml-sm-3 {
    margin-left: 1rem!important;
  }
}

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

@media (min-width:576px) {
  .my-sm-4 {
    margin-top: 1.5rem!important;
  }
}

@media (min-width:576px) {
  .my-sm-4 {
    margin-bottom: 1.5rem!important;
  }
}

@media (min-width:576px) {
  .ml-sm-4 {
    margin-left: 1.5rem!important;
  }
}

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

@media (min-width:576px) {
  .my-sm-5 {
    margin-top: 3rem!important;
  }
}

@media (min-width:576px) {
  .my-sm-5 {
    margin-bottom: 3rem!important;
  }
}

@media (min-width:576px) {
  .ml-sm-5 {
    margin-left: 3rem!important;
  }
}

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

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

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

@media (min-width:576px) {
  .p-sm-1 {
    padding: .25rem!important;
  }
}

@media (min-width:576px) {
  .px-sm-1 {
    padding-right: .25rem!important;
  }
}

@media (min-width:576px) {
  .px-sm-1 {
    padding-left: .25rem!important;
  }
}

@media (min-width:576px) {
  .p-sm-2 {
    padding: .5rem!important;
  }
}

@media (min-width:576px) {
  .px-sm-2 {
    padding-right: .5rem!important;
  }
}

@media (min-width:576px) {
  .px-sm-2 {
    padding-left: .5rem!important;
  }
}

@media (min-width:576px) {
  .p-sm-3 {
    padding: 1rem!important;
  }
}

@media (min-width:576px) {
  .px-sm-3 {
    padding-right: 1rem!important;
  }
}

@media (min-width:576px) {
  .px-sm-3 {
    padding-left: 1rem!important;
  }
}

@media (min-width:576px) {
  .p-sm-4 {
    padding: 1.5rem!important;
  }
}

@media (min-width:576px) {
  .px-sm-4 {
    padding-right: 1.5rem!important;
  }
}

@media (min-width:576px) {
  .px-sm-4 {
    padding-left: 1.5rem!important;
  }
}

@media (min-width:576px) {
  .p-sm-5 {
    padding: 3rem!important;
  }
}

@media (min-width:576px) {
  .px-sm-5 {
    padding-right: 3rem!important;
  }
}

@media (min-width:576px) {
  .px-sm-5 {
    padding-left: 3rem!important;
  }
}

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

@media (min-width:576px) {
  .my-sm-n1 {
    margin-top: -.25rem!important;
  }
}

@media (min-width:576px) {
  .my-sm-n1 {
    margin-bottom: -.25rem!important;
  }
}

@media (min-width:576px) {
  .ml-sm-n1 {
    margin-left: -.25rem!important;
  }
}

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

@media (min-width:576px) {
  .my-sm-n2 {
    margin-top: -.5rem!important;
  }
}

@media (min-width:576px) {
  .my-sm-n2 {
    margin-bottom: -.5rem!important;
  }
}

@media (min-width:576px) {
  .ml-sm-n2 {
    margin-left: -.5rem!important;
  }
}

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

@media (min-width:576px) {
  .my-sm-n3 {
    margin-top: -1rem!important;
  }
}

@media (min-width:576px) {
  .my-sm-n3 {
    margin-bottom: -1rem!important;
  }
}

@media (min-width:576px) {
  .ml-sm-n3 {
    margin-left: -1rem!important;
  }
}

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

@media (min-width:576px) {
  .my-sm-n4 {
    margin-top: -1.5rem!important;
  }
}

@media (min-width:576px) {
  .my-sm-n4 {
    margin-bottom: -1.5rem!important;
  }
}

@media (min-width:576px) {
  .ml-sm-n4 {
    margin-left: -1.5rem!important;
  }
}

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

@media (min-width:576px) {
  .my-sm-n5 {
    margin-top: -3rem!important;
  }
}

@media (min-width:576px) {
  .my-sm-n5 {
    margin-bottom: -3rem!important;
  }
}

@media (min-width:576px) {
  .ml-sm-n5 {
    margin-left: -3rem!important;
  }
}

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

@media (min-width:576px) {
  .my-sm-auto {
    margin-top: auto!important;
  }
}

@media (min-width:576px) {
  .my-sm-auto {
    margin-bottom: auto!important;
  }
}

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

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

@media (min-width:768px) {
  .my-md-0 {
    margin-top: 0!important;
  }
}

@media (min-width:768px) {
  .my-md-0 {
    margin-bottom: 0!important;
  }
}

@media (min-width:768px) {
  .ml-md-0 {
    margin-left: 0!important;
  }
}

@media (min-width:768px) {
  .m-md-1 {
    margin: .25rem!important;
  }
}

@media (min-width:768px) {
  .my-md-1 {
    margin-top: .25rem!important;
  }
}

@media (min-width:768px) {
  .my-md-1 {
    margin-bottom: .25rem!important;
  }
}

@media (min-width:768px) {
  .ml-md-1 {
    margin-left: .25rem!important;
  }
}

@media (min-width:768px) {
  .m-md-2 {
    margin: .5rem!important;
  }
}

@media (min-width:768px) {
  .my-md-2 {
    margin-top: .5rem!important;
  }
}

@media (min-width:768px) {
  .my-md-2 {
    margin-bottom: .5rem!important;
  }
}

@media (min-width:768px) {
  .ml-md-2 {
    margin-left: .5rem!important;
  }
}

@media (min-width:768px) {
  .m-md-3 {
    margin: 1rem!important;
  }
}

@media (min-width:768px) {
  .my-md-3 {
    margin-top: 1rem!important;
  }
}

@media (min-width:768px) {
  .my-md-3 {
    margin-bottom: 1rem!important;
  }
}

@media (min-width:768px) {
  .ml-md-3 {
    margin-left: 1rem!important;
  }
}

@media (min-width:768px) {
  .m-md-4 {
    margin: 1.5rem!important;
  }
}

@media (min-width:768px) {
  .my-md-4 {
    margin-top: 1.5rem!important;
  }
}

@media (min-width:768px) {
  .my-md-4 {
    margin-bottom: 1.5rem!important;
  }
}

@media (min-width:768px) {
  .ml-md-4 {
    margin-left: 1.5rem!important;
  }
}

@media (min-width:768px) {
  .m-md-5 {
    margin: 3rem!important;
  }
}

@media (min-width:768px) {
  .my-md-5 {
    margin-top: 3rem!important;
  }
}

@media (min-width:768px) {
  .my-md-5 {
    margin-bottom: 3rem!important;
  }
}

@media (min-width:768px) {
  .ml-md-5 {
    margin-left: 3rem!important;
  }
}

@media (min-width:768px) {
  .p-md-0 {
    padding: 0!important;
  }
}

@media (min-width:768px) {
  .px-md-0 {
    padding-right: 0!important;
  }
}

@media (min-width:768px) {
  .px-md-0 {
    padding-left: 0!important;
  }
}

@media (min-width:768px) {
  .p-md-1 {
    padding: .25rem!important;
  }
}

@media (min-width:768px) {
  .px-md-1 {
    padding-right: .25rem!important;
  }
}

@media (min-width:768px) {
  .px-md-1 {
    padding-left: .25rem!important;
  }
}

@media (min-width:768px) {
  .p-md-2 {
    padding: .5rem!important;
  }
}

@media (min-width:768px) {
  .px-md-2 {
    padding-right: .5rem!important;
  }
}

@media (min-width:768px) {
  .px-md-2 {
    padding-left: .5rem!important;
  }
}

@media (min-width:768px) {
  .p-md-3 {
    padding: 1rem!important;
  }
}

@media (min-width:768px) {
  .px-md-3 {
    padding-right: 1rem!important;
  }
}

@media (min-width:768px) {
  .px-md-3 {
    padding-left: 1rem!important;
  }
}

@media (min-width:768px) {
  .p-md-4 {
    padding: 1.5rem!important;
  }
}

@media (min-width:768px) {
  .px-md-4 {
    padding-right: 1.5rem!important;
  }
}

@media (min-width:768px) {
  .px-md-4 {
    padding-left: 1.5rem!important;
  }
}

@media (min-width:768px) {
  .p-md-5 {
    padding: 3rem!important;
  }
}

@media (min-width:768px) {
  .px-md-5 {
    padding-right: 3rem!important;
  }
}

@media (min-width:768px) {
  .px-md-5 {
    padding-left: 3rem!important;
  }
}

@media (min-width:768px) {
  .m-md-n1 {
    margin: -.25rem!important;
  }
}

@media (min-width:768px) {
  .my-md-n1 {
    margin-top: -.25rem!important;
  }
}

@media (min-width:768px) {
  .my-md-n1 {
    margin-bottom: -.25rem!important;
  }
}

@media (min-width:768px) {
  .ml-md-n1 {
    margin-left: -.25rem!important;
  }
}

@media (min-width:768px) {
  .m-md-n2 {
    margin: -.5rem!important;
  }
}

@media (min-width:768px) {
  .my-md-n2 {
    margin-top: -.5rem!important;
  }
}

@media (min-width:768px) {
  .my-md-n2 {
    margin-bottom: -.5rem!important;
  }
}

@media (min-width:768px) {
  .ml-md-n2 {
    margin-left: -.5rem!important;
  }
}

@media (min-width:768px) {
  .m-md-n3 {
    margin: -1rem!important;
  }
}

@media (min-width:768px) {
  .my-md-n3 {
    margin-top: -1rem!important;
  }
}

@media (min-width:768px) {
  .my-md-n3 {
    margin-bottom: -1rem!important;
  }
}

@media (min-width:768px) {
  .ml-md-n3 {
    margin-left: -1rem!important;
  }
}

@media (min-width:768px) {
  .m-md-n4 {
    margin: -1.5rem!important;
  }
}

@media (min-width:768px) {
  .my-md-n4 {
    margin-top: -1.5rem!important;
  }
}

@media (min-width:768px) {
  .my-md-n4 {
    margin-bottom: -1.5rem!important;
  }
}

@media (min-width:768px) {
  .ml-md-n4 {
    margin-left: -1.5rem!important;
  }
}

@media (min-width:768px) {
  .m-md-n5 {
    margin: -3rem!important;
  }
}

@media (min-width:768px) {
  .my-md-n5 {
    margin-top: -3rem!important;
  }
}

@media (min-width:768px) {
  .my-md-n5 {
    margin-bottom: -3rem!important;
  }
}

@media (min-width:768px) {
  .ml-md-n5 {
    margin-left: -3rem!important;
  }
}

@media (min-width:768px) {
  .m-md-auto {
    margin: auto!important;
  }
}

@media (min-width:768px) {
  .my-md-auto {
    margin-top: auto!important;
  }
}

@media (min-width:768px) {
  .my-md-auto {
    margin-bottom: auto!important;
  }
}

@media (min-width:768px) {
  .ml-md-auto {
    margin-left: auto!important;
  }
}

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

@media (min-width:992px) {
  .my-lg-0 {
    margin-top: 0!important;
  }
}

@media (min-width:992px) {
  .my-lg-0 {
    margin-bottom: 0!important;
  }
}

@media (min-width:992px) {
  .ml-lg-0 {
    margin-left: 0!important;
  }
}

@media (min-width:992px) {
  .m-lg-1 {
    margin: .25rem!important;
  }
}

@media (min-width:992px) {
  .my-lg-1 {
    margin-top: .25rem!important;
  }
}

@media (min-width:992px) {
  .my-lg-1 {
    margin-bottom: .25rem!important;
  }
}

@media (min-width:992px) {
  .ml-lg-1 {
    margin-left: .25rem!important;
  }
}

@media (min-width:992px) {
  .m-lg-2 {
    margin: .5rem!important;
  }
}

@media (min-width:992px) {
  .my-lg-2 {
    margin-top: .5rem!important;
  }
}

@media (min-width:992px) {
  .my-lg-2 {
    margin-bottom: .5rem!important;
  }
}

@media (min-width:992px) {
  .ml-lg-2 {
    margin-left: .5rem!important;
  }
}

@media (min-width:992px) {
  .m-lg-3 {
    margin: 1rem!important;
  }
}

@media (min-width:992px) {
  .my-lg-3 {
    margin-top: 1rem!important;
  }
}

@media (min-width:992px) {
  .my-lg-3 {
    margin-bottom: 1rem!important;
  }
}

@media (min-width:992px) {
  .ml-lg-3 {
    margin-left: 1rem!important;
  }
}

@media (min-width:992px) {
  .m-lg-4 {
    margin: 1.5rem!important;
  }
}

@media (min-width:992px) {
  .my-lg-4 {
    margin-top: 1.5rem!important;
  }
}

@media (min-width:992px) {
  .my-lg-4 {
    margin-bottom: 1.5rem!important;
  }
}

@media (min-width:992px) {
  .ml-lg-4 {
    margin-left: 1.5rem!important;
  }
}

@media (min-width:992px) {
  .m-lg-5 {
    margin: 3rem!important;
  }
}

@media (min-width:992px) {
  .my-lg-5 {
    margin-top: 3rem!important;
  }
}

@media (min-width:992px) {
  .my-lg-5 {
    margin-bottom: 3rem!important;
  }
}

@media (min-width:992px) {
  .ml-lg-5 {
    margin-left: 3rem!important;
  }
}

@media (min-width:992px) {
  .p-lg-0 {
    padding: 0!important;
  }
}

@media (min-width:992px) {
  .px-lg-0 {
    padding-right: 0!important;
  }
}

@media (min-width:992px) {
  .px-lg-0 {
    padding-left: 0!important;
  }
}

@media (min-width:992px) {
  .p-lg-1 {
    padding: .25rem!important;
  }
}

@media (min-width:992px) {
  .px-lg-1 {
    padding-right: .25rem!important;
  }
}

@media (min-width:992px) {
  .px-lg-1 {
    padding-left: .25rem!important;
  }
}

@media (min-width:992px) {
  .p-lg-2 {
    padding: .5rem!important;
  }
}

@media (min-width:992px) {
  .px-lg-2 {
    padding-right: .5rem!important;
  }
}

@media (min-width:992px) {
  .px-lg-2 {
    padding-left: .5rem!important;
  }
}

@media (min-width:992px) {
  .p-lg-3 {
    padding: 1rem!important;
  }
}

@media (min-width:992px) {
  .px-lg-3 {
    padding-right: 1rem!important;
  }
}

@media (min-width:992px) {
  .px-lg-3 {
    padding-left: 1rem!important;
  }
}

@media (min-width:992px) {
  .p-lg-4 {
    padding: 1.5rem!important;
  }
}

@media (min-width:992px) {
  .px-lg-4 {
    padding-right: 1.5rem!important;
  }
}

@media (min-width:992px) {
  .px-lg-4 {
    padding-left: 1.5rem!important;
  }
}

@media (min-width:992px) {
  .p-lg-5 {
    padding: 3rem!important;
  }
}

@media (min-width:992px) {
  .px-lg-5 {
    padding-right: 3rem!important;
  }
}

@media (min-width:992px) {
  .px-lg-5 {
    padding-left: 3rem!important;
  }
}

@media (min-width:992px) {
  .m-lg-n1 {
    margin: -.25rem!important;
  }
}

@media (min-width:992px) {
  .my-lg-n1 {
    margin-top: -.25rem!important;
  }
}

@media (min-width:992px) {
  .my-lg-n1 {
    margin-bottom: -.25rem!important;
  }
}

@media (min-width:992px) {
  .ml-lg-n1 {
    margin-left: -.25rem!important;
  }
}

@media (min-width:992px) {
  .m-lg-n2 {
    margin: -.5rem!important;
  }
}

@media (min-width:992px) {
  .my-lg-n2 {
    margin-top: -.5rem!important;
  }
}

@media (min-width:992px) {
  .my-lg-n2 {
    margin-bottom: -.5rem!important;
  }
}

@media (min-width:992px) {
  .ml-lg-n2 {
    margin-left: -.5rem!important;
  }
}

@media (min-width:992px) {
  .m-lg-n3 {
    margin: -1rem!important;
  }
}

@media (min-width:992px) {
  .my-lg-n3 {
    margin-top: -1rem!important;
  }
}

@media (min-width:992px) {
  .my-lg-n3 {
    margin-bottom: -1rem!important;
  }
}

@media (min-width:992px) {
  .ml-lg-n3 {
    margin-left: -1rem!important;
  }
}

@media (min-width:992px) {
  .m-lg-n4 {
    margin: -1.5rem!important;
  }
}

@media (min-width:992px) {
  .my-lg-n4 {
    margin-top: -1.5rem!important;
  }
}

@media (min-width:992px) {
  .my-lg-n4 {
    margin-bottom: -1.5rem!important;
  }
}

@media (min-width:992px) {
  .ml-lg-n4 {
    margin-left: -1.5rem!important;
  }
}

@media (min-width:992px) {
  .m-lg-n5 {
    margin: -3rem!important;
  }
}

@media (min-width:992px) {
  .my-lg-n5 {
    margin-top: -3rem!important;
  }
}

@media (min-width:992px) {
  .my-lg-n5 {
    margin-bottom: -3rem!important;
  }
}

@media (min-width:992px) {
  .ml-lg-n5 {
    margin-left: -3rem!important;
  }
}

@media (min-width:992px) {
  .m-lg-auto {
    margin: auto!important;
  }
}

@media (min-width:992px) {
  .my-lg-auto {
    margin-top: auto!important;
  }
}

@media (min-width:992px) {
  .my-lg-auto {
    margin-bottom: auto!important;
  }
}

@media (min-width:992px) {
  .ml-lg-auto {
    margin-left: auto!important;
  }
}

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

@media (min-width:1200px) {
  .my-xl-0 {
    margin-top: 0!important;
  }
}

@media (min-width:1200px) {
  .my-xl-0 {
    margin-bottom: 0!important;
  }
}

@media (min-width:1200px) {
  .ml-xl-0 {
    margin-left: 0!important;
  }
}

@media (min-width:1200px) {
  .m-xl-1 {
    margin: .25rem!important;
  }
}

@media (min-width:1200px) {
  .my-xl-1 {
    margin-top: .25rem!important;
  }
}

@media (min-width:1200px) {
  .my-xl-1 {
    margin-bottom: .25rem!important;
  }
}

@media (min-width:1200px) {
  .ml-xl-1 {
    margin-left: .25rem!important;
  }
}

@media (min-width:1200px) {
  .m-xl-2 {
    margin: .5rem!important;
  }
}

@media (min-width:1200px) {
  .my-xl-2 {
    margin-top: .5rem!important;
  }
}

@media (min-width:1200px) {
  .my-xl-2 {
    margin-bottom: .5rem!important;
  }
}

@media (min-width:1200px) {
  .ml-xl-2 {
    margin-left: .5rem!important;
  }
}

@media (min-width:1200px) {
  .m-xl-3 {
    margin: 1rem!important;
  }
}

@media (min-width:1200px) {
  .my-xl-3 {
    margin-top: 1rem!important;
  }
}

@media (min-width:1200px) {
  .my-xl-3 {
    margin-bottom: 1rem!important;
  }
}

@media (min-width:1200px) {
  .ml-xl-3 {
    margin-left: 1rem!important;
  }
}

@media (min-width:1200px) {
  .m-xl-4 {
    margin: 1.5rem!important;
  }
}

@media (min-width:1200px) {
  .my-xl-4 {
    margin-top: 1.5rem!important;
  }
}

@media (min-width:1200px) {
  .my-xl-4 {
    margin-bottom: 1.5rem!important;
  }
}

@media (min-width:1200px) {
  .ml-xl-4 {
    margin-left: 1.5rem!important;
  }
}

@media (min-width:1200px) {
  .m-xl-5 {
    margin: 3rem!important;
  }
}

@media (min-width:1200px) {
  .my-xl-5 {
    margin-top: 3rem!important;
  }
}

@media (min-width:1200px) {
  .my-xl-5 {
    margin-bottom: 3rem!important;
  }
}

@media (min-width:1200px) {
  .ml-xl-5 {
    margin-left: 3rem!important;
  }
}

@media (min-width:1200px) {
  .p-xl-0 {
    padding: 0!important;
  }
}

@media (min-width:1200px) {
  .px-xl-0 {
    padding-right: 0!important;
  }
}

@media (min-width:1200px) {
  .px-xl-0 {
    padding-left: 0!important;
  }
}

@media (min-width:1200px) {
  .p-xl-1 {
    padding: .25rem!important;
  }
}

@media (min-width:1200px) {
  .px-xl-1 {
    padding-right: .25rem!important;
  }
}

@media (min-width:1200px) {
  .px-xl-1 {
    padding-left: .25rem!important;
  }
}

@media (min-width:1200px) {
  .p-xl-2 {
    padding: .5rem!important;
  }
}

@media (min-width:1200px) {
  .px-xl-2 {
    padding-right: .5rem!important;
  }
}

@media (min-width:1200px) {
  .px-xl-2 {
    padding-left: .5rem!important;
  }
}

@media (min-width:1200px) {
  .p-xl-3 {
    padding: 1rem!important;
  }
}

@media (min-width:1200px) {
  .px-xl-3 {
    padding-right: 1rem!important;
  }
}

@media (min-width:1200px) {
  .px-xl-3 {
    padding-left: 1rem!important;
  }
}

@media (min-width:1200px) {
  .p-xl-4 {
    padding: 1.5rem!important;
  }
}

@media (min-width:1200px) {
  .px-xl-4 {
    padding-right: 1.5rem!important;
  }
}

@media (min-width:1200px) {
  .px-xl-4 {
    padding-left: 1.5rem!important;
  }
}

@media (min-width:1200px) {
  .p-xl-5 {
    padding: 3rem!important;
  }
}

@media (min-width:1200px) {
  .px-xl-5 {
    padding-right: 3rem!important;
  }
}

@media (min-width:1200px) {
  .px-xl-5 {
    padding-left: 3rem!important;
  }
}

@media (min-width:1200px) {
  .m-xl-n1 {
    margin: -.25rem!important;
  }
}

@media (min-width:1200px) {
  .my-xl-n1 {
    margin-top: -.25rem!important;
  }
}

@media (min-width:1200px) {
  .my-xl-n1 {
    margin-bottom: -.25rem!important;
  }
}

@media (min-width:1200px) {
  .ml-xl-n1 {
    margin-left: -.25rem!important;
  }
}

@media (min-width:1200px) {
  .m-xl-n2 {
    margin: -.5rem!important;
  }
}

@media (min-width:1200px) {
  .my-xl-n2 {
    margin-top: -.5rem!important;
  }
}

@media (min-width:1200px) {
  .my-xl-n2 {
    margin-bottom: -.5rem!important;
  }
}

@media (min-width:1200px) {
  .ml-xl-n2 {
    margin-left: -.5rem!important;
  }
}

@media (min-width:1200px) {
  .m-xl-n3 {
    margin: -1rem!important;
  }
}

@media (min-width:1200px) {
  .my-xl-n3 {
    margin-top: -1rem!important;
  }
}

@media (min-width:1200px) {
  .my-xl-n3 {
    margin-bottom: -1rem!important;
  }
}

@media (min-width:1200px) {
  .ml-xl-n3 {
    margin-left: -1rem!important;
  }
}

@media (min-width:1200px) {
  .m-xl-n4 {
    margin: -1.5rem!important;
  }
}

@media (min-width:1200px) {
  .my-xl-n4 {
    margin-top: -1.5rem!important;
  }
}

@media (min-width:1200px) {
  .my-xl-n4 {
    margin-bottom: -1.5rem!important;
  }
}

@media (min-width:1200px) {
  .ml-xl-n4 {
    margin-left: -1.5rem!important;
  }
}

@media (min-width:1200px) {
  .m-xl-n5 {
    margin: -3rem!important;
  }
}

@media (min-width:1200px) {
  .my-xl-n5 {
    margin-top: -3rem!important;
  }
}

@media (min-width:1200px) {
  .my-xl-n5 {
    margin-bottom: -3rem!important;
  }
}

@media (min-width:1200px) {
  .ml-xl-n5 {
    margin-left: -3rem!important;
  }
}

@media (min-width:1200px) {
  .m-xl-auto {
    margin: auto!important;
  }
}

@media (min-width:1200px) {
  .my-xl-auto {
    margin-top: auto!important;
  }
}

@media (min-width:1200px) {
  .my-xl-auto {
    margin-bottom: auto!important;
  }
}

@media (min-width:1200px) {
  .ml-xl-auto {
    margin-left: auto!important;
  }
}

.text-justify {
  text-align: justify!important;
}

.text-nowrap {
  white-space: nowrap!important;
}

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

@media (min-width:576px) {
  .text-sm-right {
    text-align: right!important;
  }
}

@media (min-width:576px) {
  .text-sm-center {
    text-align: center!important;
  }
}

@media (min-width:768px) {
  .text-md-left {
    text-align: left!important;
  }
}

@media (min-width:768px) {
  .text-md-right {
    text-align: right!important;
  }
}

@media (min-width:768px) {
  .text-md-center {
    text-align: center!important;
  }
}

@media (min-width:992px) {
  .text-lg-left {
    text-align: left!important;
  }
}

@media (min-width:992px) {
  .text-lg-right {
    text-align: right!important;
  }
}

@media (min-width:992px) {
  .text-lg-center {
    text-align: center!important;
  }
}

@media (min-width:1200px) {
  .text-xl-left {
    text-align: left!important;
  }
}

@media (min-width:1200px) {
  .text-xl-right {
    text-align: right!important;
  }
}

@media (min-width:1200px) {
  .text-xl-center {
    text-align: center!important;
  }
}

.text-capitalize {
  text-transform: capitalize!important;
}

.text-white {
  color: #fff!important;
}

.text-primary {
  color: #007bff!important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #0056b3!important;
}

.text-info {
  color: #17a2b8!important;
}

a.text-info:focus, a.text-info:hover {
  color: #0f6674!important;
}

.text-light {
  color: #f8f9fa!important;
}

a.text-light:focus, a.text-light:hover {
  color: #cbd3da!important;
}

.text-body {
  color: #212529!important;
}

.text-black-50 {
  color: rgba(0,0,0,.5)!important;
}

.text-white-50 {
  color: rgba(255,255,255,.5)!important;
}

.text-decoration-none {
  text-decoration: 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) */

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

.fa-lg {
  font-size: 1.33333333em;
  line-height: .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-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

:root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
  filter: none;
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-close:before {
  content: "\f00d";
}

.fa-home:before {
  content: "\f015";
}

.fa-repeat:before, .fa-rotate-right:before {
  content: "\f01e";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-print:before {
  content: "\f02f";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-image:before {
  content: "\f03e";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-expand:before {
  content: "\f065";
}

.fa-phone:before {
  content: "\f095";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-rotate-left:before {
  content: "\f0e2";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-circle:before {
  content: "\f111";
}

.fa-info:before {
  content: "\f129";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-toggle-right:before {
  content: "\f152";
}

.fa-euro:before {
  content: "\f153";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before {
  content: "\f191";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-s15:before {
  content: "\f2cd";
}

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

/* !
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original. */

.ion, .ion-alert:before, .ion-arrow-expand:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-shrink:before, .ion-close:before, .ion-email:before, .ion-home:before, .ion-image:before, .ion-link:before, .ion-map:before, .ion-social-css3:before, .ion-social-euro:before, .ion-social-html5:before, .ion-social-whatsapp:before, .ion-toggle:before, .ionicons {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
  content: "\f101";
}

.ion-arrow-expand:before {
  content: "\f25e";
}

.ion-arrow-left-a:before {
  content: "\f106";
}

.ion-arrow-left-b:before {
  content: "\f107";
}

.ion-arrow-right-a:before {
  content: "\f109";
}

.ion-arrow-right-b:before {
  content: "\f10a";
}

.ion-arrow-shrink:before {
  content: "\f267";
}

.ion-close:before {
  content: "\f12a";
}

.ion-email:before {
  content: "\f132";
}

.ion-home:before {
  content: "\f144";
}

.ion-image:before {
  content: "\f147";
}

.ion-link:before {
  content: "\f1fe";
}

.ion-map:before {
  content: "\f203";
}

.ion-social-css3:before {
  content: "\f4df";
}

.ion-social-euro:before {
  content: "\f4e1";
}

.ion-social-html5:before {
  content: "\f4e3";
}

.ion-social-whatsapp:before {
  content: "\f4f0";
}

.ion-toggle:before {
  content: "\f355";
}

.article-clean {
  color: #56585b;
  background-color: #fff;
  font-family: Lora,serif;
  font-size: 14px;
}

.article-clean .intro {
  font-size: 16px;
  margin: 0 auto 30px;
}

.article-clean .intro h1 {
  font-size: 32px;
  margin-bottom: 15px;
  padding-top: 20px;
  line-height: 1.5;
  color: inherit;
  margin-top: 20px;
}

.article-clean .intro p {
  color: #929292;
  font-size: 12px;
}

.article-clean .intro p .by {
  font-style: italic;
}

.article-clean .intro p a {
  color: #333;
  text-transform: uppercase;
  padding-left: 3px;
}

.article-clean .intro img {
  margin-top: 20px;
}

.article-clean .text p {
  margin-bottom: 20px;
  line-height: 1.45;
}

@media (min-width:768px) {
  .article-clean .text p {
    font-size: 16px;
  }
}

.article-clean .text h2 {
  margin-top: 28px;
  margin-bottom: 20px;
  line-height: 1.45;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

@media (min-width:768px) {
  .article-clean .text h2 {
    font-size: 20px;
  }
}

.article-dual-column {
  color: #56585b;
  background-color: #fff;
  font-family: Lora,serif;
  font-size: 14px;
}

.article-dual-column .intro {
  font-size: 16px;
  margin: 0 auto 30px;
}

.article-dual-column .intro h1 {
  font-size: 32px;
  margin-bottom: 15px;
  padding-top: 20px;
  line-height: 1.5;
  color: inherit;
  margin-top: 25px;
}

.article-dual-column .intro p {
  color: #929292;
  font-size: 12px;
}

.article-dual-column .intro p .by {
  font-style: italic;
}

.article-dual-column .intro p a {
  color: #333;
  text-transform: uppercase;
  padding-left: 3px;
}

.article-dual-column .intro img {
  margin-top: 25px;
}

.article-dual-column .text p {
  margin-bottom: 20px;
  line-height: 1.45;
}

@media (min-width:768px) {
  .article-dual-column .text p {
    font-size: 16px;
  }
}

.article-dual-column .text h2 {
  margin-top: 28px;
  margin-bottom: 20px;
  line-height: 1.45;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

@media (min-width:768px) {
  .article-dual-column .text h2 {
    font-size: 20px;
  }
}

.article-list {
  color: #313437;
  background-color: #fff;
}

.article-list p {
  color: #7d8285;
}

.article-list h2 {
  font-weight: 700;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .article-list h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.article-list .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.article-list .intro p {
  margin-bottom: 0;
}

.article-list .articles {
  padding-bottom: 40px;
}

.article-list .item {
  padding-top: 50px;
  min-height: 425px;
  text-align: center;
}

.article-list .item .name {
  font-weight: 700;
  font-size: 16px;
  margin-top: 20px;
  color: inherit;
}

.article-list .item .description {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
}

.article-list .item .action {
  font-size: 24px;
  width: 24px;
  margin: 22px auto 0;
  line-height: 1;
  display: block;
  color: #4f86c3;
  opacity: .85;
  transition: opacity .2s;
  text-decoration: none;
}

.article-list .item .action:hover {
  opacity: 1;
}

.carousel {
  position: relative;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform .6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active {
  display: block;
}

.active.carousel-item-right {
  transform: translateX(100%);
}

.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel {
  position: relative;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform .6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active {
  display: block;
}

.contact-clean {
  background: #f1f7fc;
  padding: 80px 0;
}

@media (max-width:767px) {
  .contact-clean {
    padding: 20px 0;
  }
}

.contact-clean form {
  max-width: 480px;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px;
  border-radius: 4px;
  color: #505e6c;
  box-shadow: 1px 1px 5px rgba(0,0,0,.1);
}

@media (max-width:767px) {
  .contact-clean form {
    padding: 30px;
  }
}

.contact-clean h2 {
  margin-top: 5px;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 36px;
  color: inherit;
}

.contact-clean form .btn {
  padding: 16px 32px;
  border: none;
  background: 0 0;
  box-shadow: none;
  text-shadow: none;
  opacity: .9;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .4px;
  line-height: 1;
  outline: 0!important;
}

.contact-clean form .btn:hover {
  opacity: 1;
}

.contact-clean form .btn:active {
  transform: translateY(1px);
}

.contact-clean form .btn-primary {
  background-color: #055ada!important;
  margin-top: 15px;
  color: #fff;
}

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0!important;
  z-index: 999;
  opacity: 0;
  border-radius: 0;
  transform: translateY(100%);
  transition: all .5s ease-out;
  color: #ecf0f1;
  background: #212327;
}

.cookiealert.show {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}

.cookiealert a {
  text-decoration: underline;
}

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}

.footer-clean {
  padding: 50px 0;
  background-color: #fff;
  color: #4b4c4d;
}

.footer-clean h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 16px;
}

.footer-clean ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-clean ul a {
  color: inherit;
  text-decoration: none;
  opacity: .8;
}

.footer-clean ul a:hover {
  opacity: 1;
}

.footer-clean .item.social {
  text-align: right;
}

@media (max-width:767px) {
  .footer-clean .item {
    text-align: center;
    padding-bottom: 20px;
  }
}

@media (max-width:768px) {
  .footer-clean .item.social {
    text-align: center;
  }
}

.footer-clean .item.social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-left: 10px;
  margin-top: 22px;
  color: inherit;
  opacity: .75;
}

.footer-clean .item.social > a:hover {
  opacity: .9;
}

@media (max-width:991px) {
  .footer-clean .item.social > a {
    margin-top: 40px;
  }
}

@media (max-width:767px) {
  .footer-clean .item.social > a {
    margin-top: 10px;
  }
}

.footer-clean .copyright {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 13px;
  opacity: .6;
}

.highlight-blue {
  color: #fff;
  background-color: #1e6add;
  padding: 50px 0;
}

.highlight-blue p {
  color: #c4d5ef;
  line-height: 1.5;
}

.highlight-blue h2 {
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1.5;
  padding-top: 0;
  margin-top: 0;
  color: inherit;
}

.highlight-blue .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 25px;
}

.highlight-blue .buttons {
  text-align: center;
}

.highlight-blue .buttons .btn {
  padding: 16px 32px;
  margin: 6px;
  border: none;
  background: 0 0;
  box-shadow: none;
  text-shadow: none;
  opacity: .9;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .4px;
  line-height: 1;
}

.highlight-blue .buttons .btn:hover {
  opacity: 1;
}

.highlight-blue .buttons .btn:active {
  transform: translateY(1px);
}

.highlight-blue .buttons .btn-primary, .highlight-blue .buttons .btn-primary:active {
  border: 2px solid rgba(255,255,255,.7);
  border-radius: 6px;
  color: #ebeff1;
  box-shadow: none;
  text-shadow: none;
  padding: 14px 24px;
  background: 0 0;
  transition: background-color .25s;
}

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

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
  }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
  }
  70% {
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0);
  }
  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

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

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

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

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25,.75,1);
    transform: scale3d(1.25,.75,1);
  }
  40% {
    -webkit-transform: scale3d(.75,1.25,1);
    transform: scale3d(.75,1.25,1);
  }
  50% {
    -webkit-transform: scale3d(1.15,.85,1);
    transform: scale3d(1.15,.85,1);
  }
  65% {
    -webkit-transform: scale3d(.95,1.05,1);
    transform: scale3d(.95,1.05,1);
  }
  75% {
    -webkit-transform: scale3d(1.05,.95,1);
    transform: scale3d(1.05,.95,1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 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 swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

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

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

@keyframes jello {
  0%, 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(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.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(.97,.97,.97);
    transform: scale3d(.97,.97,.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.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 bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.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 bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.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 bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  0% {
    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: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.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(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
}

@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 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 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 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 fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
    transform: perspective(400px) scale3d(.95,.95,.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes lightSpeedIn {
  0% {
    -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);
  }
  60%, 80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%,0,0) skewX(30deg);
    transform: translate3d(100%,0,0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    transform-origin: top left;
  }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(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 rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
    transform: translate3d(-100%,0,0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) rotate(120deg);
    transform: translate3d(100%,0,0) rotate(120deg);
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  50%, to {
    opacity: 0;
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}

.map-clean {
  color: #313437;
  background-color: #fff;
}

.map-clean p {
  color: #7d8285;
}

.map-clean h2 {
  font-weight: 700;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .map-clean h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.map-clean .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 40px;
}

.n-button, a.n-button {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  padding: 0 30px;
  color: #fff;
  background-color: #02a1cf;
  border-radius: 99px;
}

.container.rand {
  border-radius: 30px;
}

.btn.btn-primary.dropdown-toggle.border-primary {
  text-transform: none;
}

.pricingTable {
  padding: 30px 0;
  border: 1px solid #e1e1e1;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.pricingTable:before {
  content: "";
  border-right: 70px solid #065ada;
  border-top: 70px solid transparent;
  border-bottom: 70px solid transparent;
  position: absolute;
  top: 30px;
  right: -100px;
  transition: all 0.3s ease 0s;
}

.pricingTable:hover:before {
  right: 0;
}

.pricingTable .title {
  font-size: 24px;
  color: #3a405a;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.pricingTable .price-value {
  font-size: 40px;
  font-weight: 700;
  color: #3a405a;
  margin-bottom: 10px;
}

.pricingTable .month {
  display: inline-block;
  font-size: 17px;
  font-weight: normal;
  color: #3a405a;
}

.pricingTable .pricing-content {
  padding: 0;
  margin: 30px 0 20px 0;
  list-style: none;
}

.pricingTable .pricing-content li {
  font-size: 16px;
  color: #3a405a;
  line-height: 55px;
}

.pricingTable .pricing-content li:nth-child(even) {
  background: #9d1e33;
  color: #fff;
}

.pricingTable .pricingTable-signup {
  display: inline-block;
  padding: 7px 30px;
  background: #9d1e33;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  transition: all 0.5s ease 0s;
}

.pricingTable:hover .pricingTable-signup {
  border-radius: 30px;
}

@media only screen and (max-width: 990px) {
  .pricingTable {
    margin-bottom: 30px;
  }
}

