@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }

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

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

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

  thead {
    display: table-header-group; }

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

  img {
    max-width: 100% !important; }

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

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

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
html {
  box-sizing: border-box; }

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

@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@-webkit-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff; }

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

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

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91; }

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

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

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

dt {
  font-weight: bold; }

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

blockquote {
  margin: 0 0 1rem; }

a {
  color: #0275d8;
  text-decoration: none; }
  a:focus, a:hover {
    color: #014c8c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

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

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

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

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

table {
  background-color: transparent; }

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

th {
  text-align: left; }

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

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

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

textarea {
  resize: vertical; }

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

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

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

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

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

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

.h1 {
  font-size: 2.5rem; }

.h2 {
  font-size: 2rem; }

.h3 {
  font-size: 1.75rem; }

.h4 {
  font-size: 1.5rem; }

.h5 {
  font-size: 1.25rem; }

.h6 {
  font-size: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

.dl-horizontal {
  margin-right: -1.875rem;
  margin-left: -1.875rem; }
  .dl-horizontal::after {
    content: "";
    display: table;
    clear: both; }

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

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

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

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

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

.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 0.3rem; }

.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

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

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 5px;
  line-height: 1; }

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

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

code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem; }

kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

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

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

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 701px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 769px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 1025px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .row::after {
    content: "";
    display: table;
    clear: both; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

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

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

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

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 701px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 769px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1025px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xl-offset-12 {
    margin-left: 100%; } }
/*-------------------*/
.m-a-pol-xs {
  margin: 5px 5px !important; }

.m-t-pol-xs {
  margin-top: 5px !important; }

.m-r-pol-xs {
  margin-right: 5px !important; }

.m-b-pol-xs {
  margin-bottom: 5px !important; }

.m-l-pol-xs {
  margin-left: 5px !important; }

.m-x-pol-xs {
  margin-right: 5px !important;
  margin-left: 5px !important; }

.m-y-pol-xs {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

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

.m-t-0-xs {
  margin-top: 0 !important; }

.m-r-0-xs {
  margin-right: 0 !important; }

.m-b-0-xs {
  margin-bottom: 0 !important; }

.m-l-0-xs {
  margin-left: 0 !important; }

.m-x-0-xs {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0-xs {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a-1-xs {
  margin: 10px 10px !important; }

.m-t-1-xs {
  margin-top: 10px !important; }

.m-r-1-xs {
  margin-right: 10px !important; }

.m-b-1-xs {
  margin-bottom: 10px !important; }

.m-l-1-xs {
  margin-left: 10px !important; }

.m-x-1-xs {
  margin-right: 10px !important;
  margin-left: 10px !important; }

.m-y-1-xs {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.m-a-2-xs {
  margin: 20px 20px !important; }

.m-t-2-xs {
  margin-top: 20px !important; }

.m-r-2-xs {
  margin-right: 20px !important; }

.m-b-2-xs {
  margin-bottom: 20px !important; }

.m-l-2-xs {
  margin-left: 20px !important; }

.m-x-2-xs {
  margin-right: 20px !important;
  margin-left: 20px !important; }

.m-y-2-xs {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.m-a-3-xs {
  margin: 30px 30px !important; }

.m-t-3-xs {
  margin-top: 30px !important; }

.m-r-3-xs {
  margin-right: 30px !important; }

.m-b-3-xs {
  margin-bottom: 30px !important; }

.m-l-3-xs {
  margin-left: 30px !important; }

.m-x-3-xs {
  margin-right: 30px !important;
  margin-left: 30px !important; }

.m-y-3-xs {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.m-a-4-xs {
  margin: 40px 40px !important; }

.m-t-4-xs {
  margin-top: 40px !important; }

.m-r-4-xs {
  margin-right: 40px !important; }

.m-b-4-xs {
  margin-bottom: 40px !important; }

.m-l-4-xs {
  margin-left: 40px !important; }

.m-x-4-xs {
  margin-right: 40px !important;
  margin-left: 40px !important; }

.m-y-4-xs {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.m-a-5-xs {
  margin: 50px 50px !important; }

.m-t-5-xs {
  margin-top: 50px !important; }

.m-r-5-xs {
  margin-right: 50px !important; }

.m-b-5-xs {
  margin-bottom: 50px !important; }

.m-l-5-xs {
  margin-left: 50px !important; }

.m-x-5-xs {
  margin-right: 50px !important;
  margin-left: 50px !important; }

.m-y-5-xs {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.m-a-6-xs {
  margin: 60px 60px !important; }

.m-t-6-xs {
  margin-top: 60px !important; }

.m-r-6-xs {
  margin-right: 60px !important; }

.m-b-6-xs {
  margin-bottom: 60px !important; }

.m-l-6-xs {
  margin-left: 60px !important; }

.m-x-6-xs {
  margin-right: 60px !important;
  margin-left: 60px !important; }

.m-y-6-xs {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.m-a-7-xs {
  margin: 70px 70px !important; }

.m-t-7-xs {
  margin-top: 70px !important; }

.m-r-7-xs {
  margin-right: 70px !important; }

.m-b-7-xs {
  margin-bottom: 70px !important; }

.m-l-7-xs {
  margin-left: 70px !important; }

.m-x-7-xs {
  margin-right: 70px !important;
  margin-left: 70px !important; }

.m-y-7-xs {
  margin-top: 70px !important;
  margin-bottom: 70px !important; }

.m-a-8-xs {
  margin: 80px 80px !important; }

.m-t-8-xs {
  margin-top: 80px !important; }

.m-r-8-xs {
  margin-right: 80px !important; }

.m-b-8-xs {
  margin-bottom: 80px !important; }

.m-l-8-xs {
  margin-left: 80px !important; }

.m-x-8-xs {
  margin-right: 80px !important;
  margin-left: 80px !important; }

.m-y-8-xs {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

.m-a-9-xs {
  margin: 90px 90px !important; }

.m-t-9-xs {
  margin-top: 90px !important; }

.m-r-9-xs {
  margin-right: 90px !important; }

.m-b-9-xs {
  margin-bottom: 90px !important; }

.m-l-9-xs {
  margin-left: 90px !important; }

.m-x-9-xs {
  margin-right: 90px !important;
  margin-left: 90px !important; }

.m-y-9-xs {
  margin-top: 90px !important;
  margin-bottom: 90px !important; }

.m-a-10-xs {
  margin: 100px 100px !important; }

.m-t-10-xs {
  margin-top: 100px !important; }

.m-r-10-xs {
  margin-right: 100px !important; }

.m-b-10-xs {
  margin-bottom: 100px !important; }

.m-l-10-xs {
  margin-left: 100px !important; }

.m-x-10-xs {
  margin-right: 100px !important;
  margin-left: 100px !important; }

.m-y-10-xs {
  margin-top: 100px !important;
  margin-bottom: 100px !important; }

.m-a-11-xs {
  margin: 110px 110px !important; }

.m-t-11-xs {
  margin-top: 110px !important; }

.m-r-11-xs {
  margin-right: 110px !important; }

.m-b-11-xs {
  margin-bottom: 110px !important; }

.m-l-11-xs {
  margin-left: 110px !important; }

.m-x-11-xs {
  margin-right: 110px !important;
  margin-left: 110px !important; }

.m-y-11-xs {
  margin-top: 110px !important;
  margin-bottom: 110px !important; }

.m-a-12-xs {
  margin: 120px 120px !important; }

.m-t-12-xs {
  margin-top: 120px !important; }

.m-r-12-xs {
  margin-right: 120px !important; }

.m-b-12-xs {
  margin-bottom: 120px !important; }

.m-l-12-xs {
  margin-left: 120px !important; }

.m-x-12-xs {
  margin-right: 120px !important;
  margin-left: 120px !important; }

.m-y-12-xs {
  margin-top: 120px !important;
  margin-bottom: 120px !important; }

.m-a-13-xs {
  margin: 130px 130px !important; }

.m-t-13-xs {
  margin-top: 130px !important; }

.m-r-13-xs {
  margin-right: 130px !important; }

.m-b-13-xs {
  margin-bottom: 130px !important; }

.m-l-13-xs {
  margin-left: 130px !important; }

.m-x-13-xs {
  margin-right: 130px !important;
  margin-left: 130px !important; }

.m-y-13-xs {
  margin-top: 130px !important;
  margin-bottom: 130px !important; }

.m-a-14-xs {
  margin: 140px 140px !important; }

.m-t-14-xs {
  margin-top: 140px !important; }

.m-r-14-xs {
  margin-right: 140px !important; }

.m-b-14-xs {
  margin-bottom: 140px !important; }

.m-l-14-xs {
  margin-left: 140px !important; }

.m-x-14-xs {
  margin-right: 140px !important;
  margin-left: 140px !important; }

.m-y-14-xs {
  margin-top: 140px !important;
  margin-bottom: 140px !important; }

.m-a-15-xs {
  margin: 150px 150px !important; }

.m-t-15-xs {
  margin-top: 150px !important; }

.m-r-15-xs {
  margin-right: 150px !important; }

.m-b-15-xs {
  margin-bottom: 150px !important; }

.m-l-15-xs {
  margin-left: 150px !important; }

.m-x-15-xs {
  margin-right: 150px !important;
  margin-left: 150px !important; }

.m-y-15-xs {
  margin-top: 150px !important;
  margin-bottom: 150px !important; }

.m-a-16-xs {
  margin: 160px 160px !important; }

.m-t-16-xs {
  margin-top: 160px !important; }

.m-r-16-xs {
  margin-right: 160px !important; }

.m-b-16-xs {
  margin-bottom: 160px !important; }

.m-l-16-xs {
  margin-left: 160px !important; }

.m-x-16-xs {
  margin-right: 160px !important;
  margin-left: 160px !important; }

.m-y-16-xs {
  margin-top: 160px !important;
  margin-bottom: 160px !important; }

.m-a-17-xs {
  margin: 170px 170px !important; }

.m-t-17-xs {
  margin-top: 170px !important; }

.m-r-17-xs {
  margin-right: 170px !important; }

.m-b-17-xs {
  margin-bottom: 170px !important; }

.m-l-17-xs {
  margin-left: 170px !important; }

.m-x-17-xs {
  margin-right: 170px !important;
  margin-left: 170px !important; }

.m-y-17-xs {
  margin-top: 170px !important;
  margin-bottom: 170px !important; }

.m-a-18-xs {
  margin: 180px 180px !important; }

.m-t-18-xs {
  margin-top: 180px !important; }

.m-r-18-xs {
  margin-right: 180px !important; }

.m-b-18-xs {
  margin-bottom: 180px !important; }

.m-l-18-xs {
  margin-left: 180px !important; }

.m-x-18-xs {
  margin-right: 180px !important;
  margin-left: 180px !important; }

.m-y-18-xs {
  margin-top: 180px !important;
  margin-bottom: 180px !important; }

.m-a-19-xs {
  margin: 190px 190px !important; }

.m-t-19-xs {
  margin-top: 190px !important; }

.m-r-19-xs {
  margin-right: 190px !important; }

.m-b-19-xs {
  margin-bottom: 190px !important; }

.m-l-19-xs {
  margin-left: 190px !important; }

.m-x-19-xs {
  margin-right: 190px !important;
  margin-left: 190px !important; }

.m-y-19-xs {
  margin-top: 190px !important;
  margin-bottom: 190px !important; }

.m-a-20-xs {
  margin: 200px 200px !important; }

.m-t-20-xs {
  margin-top: 200px !important; }

.m-r-20-xs {
  margin-right: 200px !important; }

.m-b-20-xs {
  margin-bottom: 200px !important; }

.m-l-20-xs {
  margin-left: 200px !important; }

.m-x-20-xs {
  margin-right: 200px !important;
  margin-left: 200px !important; }

.m-y-20-xs {
  margin-top: 200px !important;
  margin-bottom: 200px !important; }

.m-a-minus1-xs {
  margin: -10px -10px !important; }

.m-t-minus1-xs {
  margin-top: -10px !important; }

.m-r-minus1-xs {
  margin-right: -10px !important; }

.m-b-minus1-xs {
  margin-bottom: -10px !important; }

.m-l-minus1-xs {
  margin-left: -10px !important; }

.m-x-minus1-xs {
  margin-right: -10px !important;
  margin-left: -10px !important; }

.m-y-minus1-xs {
  margin-top: -10px !important;
  margin-bottom: -10px !important; }

.m-a-minus180-xs {
  margin: -180px -180px !important; }

.m-t-minus180-xs {
  margin-top: -180px !important; }

.m-r-minus180-xs {
  margin-right: -180px !important; }

.m-b-minus180-xs {
  margin-bottom: -180px !important; }

.m-l-minus180-xs {
  margin-left: -180px !important; }

.m-x-minus180-xs {
  margin-right: -180px !important;
  margin-left: -180px !important; }

.m-y-minus180-xs {
  margin-top: -180px !important;
  margin-bottom: -180px !important; }

.m-a-minus140-xs {
  margin: -140px -140px !important; }

.m-t-minus140-xs {
  margin-top: -140px !important; }

.m-r-minus140-xs {
  margin-right: -140px !important; }

.m-b-minus140-xs {
  margin-bottom: -140px !important; }

.m-l-minus140-xs {
  margin-left: -140px !important; }

.m-x-minus140-xs {
  margin-right: -140px !important;
  margin-left: -140px !important; }

.m-y-minus140-xs {
  margin-top: -140px !important;
  margin-bottom: -140px !important; }

.p-a-pol-xs {
  padding: 5px 5px !important; }

.p-t-pol-xs {
  padding-top: 5px !important; }

.p-r-pol-xs {
  padding-right: 5px !important; }

.p-b-pol-xs {
  padding-bottom: 5px !important; }

.p-l-pol-xs {
  padding-left: 5px !important; }

.p-x-pol-xs {
  padding-right: 5px !important;
  padding-left: 5px !important; }

.p-y-pol-xs {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

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

.p-t-0-xs {
  padding-top: 0 !important; }

.p-r-0-xs {
  padding-right: 0 !important; }

.p-b-0-xs {
  padding-bottom: 0 !important; }

.p-l-0-xs {
  padding-left: 0 !important; }

.p-x-0-xs {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0-xs {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a-1-xs {
  padding: 10px 10px !important; }

.p-t-1-xs {
  padding-top: 10px !important; }

.p-r-1-xs {
  padding-right: 10px !important; }

.p-b-1-xs {
  padding-bottom: 10px !important; }

.p-l-1-xs {
  padding-left: 10px !important; }

.p-x-1-xs {
  padding-right: 10px !important;
  padding-left: 10px !important; }

.p-y-1-xs {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.p-a-2-xs {
  padding: 20px 20px !important; }

.p-t-2-xs {
  padding-top: 20px !important; }

.p-r-2-xs {
  padding-right: 20px !important; }

.p-b-2-xs {
  padding-bottom: 20px !important; }

.p-l-2-xs {
  padding-left: 20px !important; }

.p-x-2-xs {
  padding-right: 20px !important;
  padding-left: 20px !important; }

.p-y-2-xs {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.p-a-3-xs {
  padding: 30px 30px !important; }

.p-t-3-xs {
  padding-top: 30px !important; }

.p-r-3-xs {
  padding-right: 30px !important; }

.p-b-3-xs {
  padding-bottom: 30px !important; }

.p-l-3-xs {
  padding-left: 30px !important; }

.p-x-3-xs {
  padding-right: 30px !important;
  padding-left: 30px !important; }

.p-y-3-xs {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.p-a-4-xs {
  padding: 40px 40px !important; }

.p-t-4-xs {
  padding-top: 40px !important; }

.p-r-4-xs {
  padding-right: 40px !important; }

.p-b-4-xs {
  padding-bottom: 40px !important; }

.p-l-4-xs {
  padding-left: 40px !important; }

.p-x-4-xs {
  padding-right: 40px !important;
  padding-left: 40px !important; }

.p-y-4-xs {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.p-a-5-xs {
  padding: 50px 50px !important; }

.p-t-5-xs {
  padding-top: 50px !important; }

.p-r-5-xs {
  padding-right: 50px !important; }

.p-b-5-xs {
  padding-bottom: 50px !important; }

.p-l-5-xs {
  padding-left: 50px !important; }

.p-x-5-xs {
  padding-right: 50px !important;
  padding-left: 50px !important; }

.p-y-5-xs {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.p-a-6-xs {
  padding: 60px 60px !important; }

.p-t-6-xs {
  padding-top: 60px !important; }

.p-r-6-xs {
  padding-right: 60px !important; }

.p-b-6-xs {
  padding-bottom: 60px !important; }

.p-l-6-xs {
  padding-left: 60px !important; }

.p-x-6-xs {
  padding-right: 60px !important;
  padding-left: 60px !important; }

.p-y-6-xs {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.p-a-7-xs {
  padding: 70px 70px !important; }

.p-t-7-xs {
  padding-top: 70px !important; }

.p-r-7-xs {
  padding-right: 70px !important; }

.p-b-7-xs {
  padding-bottom: 70px !important; }

.p-l-7-xs {
  padding-left: 70px !important; }

.p-x-7-xs {
  padding-right: 70px !important;
  padding-left: 70px !important; }

.p-y-7-xs {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

.p-a-8-xs {
  padding: 80px 80px !important; }

.p-t-8-xs {
  padding-top: 80px !important; }

.p-r-8-xs {
  padding-right: 80px !important; }

.p-b-8-xs {
  padding-bottom: 80px !important; }

.p-l-8-xs {
  padding-left: 80px !important; }

.p-x-8-xs {
  padding-right: 80px !important;
  padding-left: 80px !important; }

.p-y-8-xs {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.p-a-9-xs {
  padding: 90px 90px !important; }

.p-t-9-xs {
  padding-top: 90px !important; }

.p-r-9-xs {
  padding-right: 90px !important; }

.p-b-9-xs {
  padding-bottom: 90px !important; }

.p-l-9-xs {
  padding-left: 90px !important; }

.p-x-9-xs {
  padding-right: 90px !important;
  padding-left: 90px !important; }

.p-y-9-xs {
  padding-top: 90px !important;
  padding-bottom: 90px !important; }

.p-a-10-xs {
  padding: 100px 100px !important; }

.p-t-10-xs {
  padding-top: 100px !important; }

.p-r-10-xs {
  padding-right: 100px !important; }

.p-b-10-xs {
  padding-bottom: 100px !important; }

.p-l-10-xs {
  padding-left: 100px !important; }

.p-x-10-xs {
  padding-right: 100px !important;
  padding-left: 100px !important; }

.p-y-10-xs {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

.p-a-11-xs {
  padding: 110px 110px !important; }

.p-t-11-xs {
  padding-top: 110px !important; }

.p-r-11-xs {
  padding-right: 110px !important; }

.p-b-11-xs {
  padding-bottom: 110px !important; }

.p-l-11-xs {
  padding-left: 110px !important; }

.p-x-11-xs {
  padding-right: 110px !important;
  padding-left: 110px !important; }

.p-y-11-xs {
  padding-top: 110px !important;
  padding-bottom: 110px !important; }

.p-a-12-xs {
  padding: 120px 120px !important; }

.p-t-12-xs {
  padding-top: 120px !important; }

.p-r-12-xs {
  padding-right: 120px !important; }

.p-b-12-xs {
  padding-bottom: 120px !important; }

.p-l-12-xs {
  padding-left: 120px !important; }

.p-x-12-xs {
  padding-right: 120px !important;
  padding-left: 120px !important; }

.p-y-12-xs {
  padding-top: 120px !important;
  padding-bottom: 120px !important; }

.p-a-13-xs {
  padding: 130px 130px !important; }

.p-t-13-xs {
  padding-top: 130px !important; }

.p-r-13-xs {
  padding-right: 130px !important; }

.p-b-13-xs {
  padding-bottom: 130px !important; }

.p-l-13-xs {
  padding-left: 130px !important; }

.p-x-13-xs {
  padding-right: 130px !important;
  padding-left: 130px !important; }

.p-y-13-xs {
  padding-top: 130px !important;
  padding-bottom: 130px !important; }

.p-a-14-xs {
  padding: 140px 140px !important; }

.p-t-14-xs {
  padding-top: 140px !important; }

.p-r-14-xs {
  padding-right: 140px !important; }

.p-b-14-xs {
  padding-bottom: 140px !important; }

.p-l-14-xs {
  padding-left: 140px !important; }

.p-x-14-xs {
  padding-right: 140px !important;
  padding-left: 140px !important; }

.p-y-14-xs {
  padding-top: 140px !important;
  padding-bottom: 140px !important; }

.p-a-15-xs {
  padding: 150px 150px !important; }

.p-t-15-xs {
  padding-top: 150px !important; }

.p-r-15-xs {
  padding-right: 150px !important; }

.p-b-15-xs {
  padding-bottom: 150px !important; }

.p-l-15-xs {
  padding-left: 150px !important; }

.p-x-15-xs {
  padding-right: 150px !important;
  padding-left: 150px !important; }

.p-y-15-xs {
  padding-top: 150px !important;
  padding-bottom: 150px !important; }

.p-a-16-xs {
  padding: 160px 160px !important; }

.p-t-16-xs {
  padding-top: 160px !important; }

.p-r-16-xs {
  padding-right: 160px !important; }

.p-b-16-xs {
  padding-bottom: 160px !important; }

.p-l-16-xs {
  padding-left: 160px !important; }

.p-x-16-xs {
  padding-right: 160px !important;
  padding-left: 160px !important; }

.p-y-16-xs {
  padding-top: 160px !important;
  padding-bottom: 160px !important; }

.p-a-17-xs {
  padding: 170px 170px !important; }

.p-t-17-xs {
  padding-top: 170px !important; }

.p-r-17-xs {
  padding-right: 170px !important; }

.p-b-17-xs {
  padding-bottom: 170px !important; }

.p-l-17-xs {
  padding-left: 170px !important; }

.p-x-17-xs {
  padding-right: 170px !important;
  padding-left: 170px !important; }

.p-y-17-xs {
  padding-top: 170px !important;
  padding-bottom: 170px !important; }

.p-a-18-xs {
  padding: 180px 180px !important; }

.p-t-18-xs {
  padding-top: 180px !important; }

.p-r-18-xs {
  padding-right: 180px !important; }

.p-b-18-xs {
  padding-bottom: 180px !important; }

.p-l-18-xs {
  padding-left: 180px !important; }

.p-x-18-xs {
  padding-right: 180px !important;
  padding-left: 180px !important; }

.p-y-18-xs {
  padding-top: 180px !important;
  padding-bottom: 180px !important; }

.p-a-19-xs {
  padding: 190px 190px !important; }

.p-t-19-xs {
  padding-top: 190px !important; }

.p-r-19-xs {
  padding-right: 190px !important; }

.p-b-19-xs {
  padding-bottom: 190px !important; }

.p-l-19-xs {
  padding-left: 190px !important; }

.p-x-19-xs {
  padding-right: 190px !important;
  padding-left: 190px !important; }

.p-y-19-xs {
  padding-top: 190px !important;
  padding-bottom: 190px !important; }

.p-a-20-xs {
  padding: 200px 200px !important; }

.p-t-20-xs {
  padding-top: 200px !important; }

.p-r-20-xs {
  padding-right: 200px !important; }

.p-b-20-xs {
  padding-bottom: 200px !important; }

.p-l-20-xs {
  padding-left: 200px !important; }

.p-x-20-xs {
  padding-right: 200px !important;
  padding-left: 200px !important; }

.p-y-20-xs {
  padding-top: 200px !important;
  padding-bottom: 200px !important; }

.p-a-minus1-xs {
  padding: -10px -10px !important; }

.p-t-minus1-xs {
  padding-top: -10px !important; }

.p-r-minus1-xs {
  padding-right: -10px !important; }

.p-b-minus1-xs {
  padding-bottom: -10px !important; }

.p-l-minus1-xs {
  padding-left: -10px !important; }

.p-x-minus1-xs {
  padding-right: -10px !important;
  padding-left: -10px !important; }

.p-y-minus1-xs {
  padding-top: -10px !important;
  padding-bottom: -10px !important; }

.p-a-minus180-xs {
  padding: -180px -180px !important; }

.p-t-minus180-xs {
  padding-top: -180px !important; }

.p-r-minus180-xs {
  padding-right: -180px !important; }

.p-b-minus180-xs {
  padding-bottom: -180px !important; }

.p-l-minus180-xs {
  padding-left: -180px !important; }

.p-x-minus180-xs {
  padding-right: -180px !important;
  padding-left: -180px !important; }

.p-y-minus180-xs {
  padding-top: -180px !important;
  padding-bottom: -180px !important; }

.p-a-minus140-xs {
  padding: -140px -140px !important; }

.p-t-minus140-xs {
  padding-top: -140px !important; }

.p-r-minus140-xs {
  padding-right: -140px !important; }

.p-b-minus140-xs {
  padding-bottom: -140px !important; }

.p-l-minus140-xs {
  padding-left: -140px !important; }

.p-x-minus140-xs {
  padding-right: -140px !important;
  padding-left: -140px !important; }

.p-y-minus140-xs {
  padding-top: -140px !important;
  padding-bottom: -140px !important; }

@media (min-width: 701px) {
  .m-a-pol-sm {
    margin: 5px 5px !important; }

  .m-t-pol-sm {
    margin-top: 5px !important; }

  .m-r-pol-sm {
    margin-right: 5px !important; }

  .m-b-pol-sm {
    margin-bottom: 5px !important; }

  .m-l-pol-sm {
    margin-left: 5px !important; }

  .m-x-pol-sm {
    margin-right: 5px !important;
    margin-left: 5px !important; }

  .m-y-pol-sm {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }

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

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

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

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

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

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

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

  .m-a-1-sm {
    margin: 10px 10px !important; }

  .m-t-1-sm {
    margin-top: 10px !important; }

  .m-r-1-sm {
    margin-right: 10px !important; }

  .m-b-1-sm {
    margin-bottom: 10px !important; }

  .m-l-1-sm {
    margin-left: 10px !important; }

  .m-x-1-sm {
    margin-right: 10px !important;
    margin-left: 10px !important; }

  .m-y-1-sm {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }

  .m-a-2-sm {
    margin: 20px 20px !important; }

  .m-t-2-sm {
    margin-top: 20px !important; }

  .m-r-2-sm {
    margin-right: 20px !important; }

  .m-b-2-sm {
    margin-bottom: 20px !important; }

  .m-l-2-sm {
    margin-left: 20px !important; }

  .m-x-2-sm {
    margin-right: 20px !important;
    margin-left: 20px !important; }

  .m-y-2-sm {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }

  .m-a-3-sm {
    margin: 30px 30px !important; }

  .m-t-3-sm {
    margin-top: 30px !important; }

  .m-r-3-sm {
    margin-right: 30px !important; }

  .m-b-3-sm {
    margin-bottom: 30px !important; }

  .m-l-3-sm {
    margin-left: 30px !important; }

  .m-x-3-sm {
    margin-right: 30px !important;
    margin-left: 30px !important; }

  .m-y-3-sm {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }

  .m-a-4-sm {
    margin: 40px 40px !important; }

  .m-t-4-sm {
    margin-top: 40px !important; }

  .m-r-4-sm {
    margin-right: 40px !important; }

  .m-b-4-sm {
    margin-bottom: 40px !important; }

  .m-l-4-sm {
    margin-left: 40px !important; }

  .m-x-4-sm {
    margin-right: 40px !important;
    margin-left: 40px !important; }

  .m-y-4-sm {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }

  .m-a-5-sm {
    margin: 50px 50px !important; }

  .m-t-5-sm {
    margin-top: 50px !important; }

  .m-r-5-sm {
    margin-right: 50px !important; }

  .m-b-5-sm {
    margin-bottom: 50px !important; }

  .m-l-5-sm {
    margin-left: 50px !important; }

  .m-x-5-sm {
    margin-right: 50px !important;
    margin-left: 50px !important; }

  .m-y-5-sm {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }

  .m-a-6-sm {
    margin: 60px 60px !important; }

  .m-t-6-sm {
    margin-top: 60px !important; }

  .m-r-6-sm {
    margin-right: 60px !important; }

  .m-b-6-sm {
    margin-bottom: 60px !important; }

  .m-l-6-sm {
    margin-left: 60px !important; }

  .m-x-6-sm {
    margin-right: 60px !important;
    margin-left: 60px !important; }

  .m-y-6-sm {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }

  .m-a-7-sm {
    margin: 70px 70px !important; }

  .m-t-7-sm {
    margin-top: 70px !important; }

  .m-r-7-sm {
    margin-right: 70px !important; }

  .m-b-7-sm {
    margin-bottom: 70px !important; }

  .m-l-7-sm {
    margin-left: 70px !important; }

  .m-x-7-sm {
    margin-right: 70px !important;
    margin-left: 70px !important; }

  .m-y-7-sm {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }

  .m-a-8-sm {
    margin: 80px 80px !important; }

  .m-t-8-sm {
    margin-top: 80px !important; }

  .m-r-8-sm {
    margin-right: 80px !important; }

  .m-b-8-sm {
    margin-bottom: 80px !important; }

  .m-l-8-sm {
    margin-left: 80px !important; }

  .m-x-8-sm {
    margin-right: 80px !important;
    margin-left: 80px !important; }

  .m-y-8-sm {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }

  .m-a-9-sm {
    margin: 90px 90px !important; }

  .m-t-9-sm {
    margin-top: 90px !important; }

  .m-r-9-sm {
    margin-right: 90px !important; }

  .m-b-9-sm {
    margin-bottom: 90px !important; }

  .m-l-9-sm {
    margin-left: 90px !important; }

  .m-x-9-sm {
    margin-right: 90px !important;
    margin-left: 90px !important; }

  .m-y-9-sm {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }

  .m-a-10-sm {
    margin: 100px 100px !important; }

  .m-t-10-sm {
    margin-top: 100px !important; }

  .m-r-10-sm {
    margin-right: 100px !important; }

  .m-b-10-sm {
    margin-bottom: 100px !important; }

  .m-l-10-sm {
    margin-left: 100px !important; }

  .m-x-10-sm {
    margin-right: 100px !important;
    margin-left: 100px !important; }

  .m-y-10-sm {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }

  .m-a-11-sm {
    margin: 110px 110px !important; }

  .m-t-11-sm {
    margin-top: 110px !important; }

  .m-r-11-sm {
    margin-right: 110px !important; }

  .m-b-11-sm {
    margin-bottom: 110px !important; }

  .m-l-11-sm {
    margin-left: 110px !important; }

  .m-x-11-sm {
    margin-right: 110px !important;
    margin-left: 110px !important; }

  .m-y-11-sm {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }

  .m-a-12-sm {
    margin: 120px 120px !important; }

  .m-t-12-sm {
    margin-top: 120px !important; }

  .m-r-12-sm {
    margin-right: 120px !important; }

  .m-b-12-sm {
    margin-bottom: 120px !important; }

  .m-l-12-sm {
    margin-left: 120px !important; }

  .m-x-12-sm {
    margin-right: 120px !important;
    margin-left: 120px !important; }

  .m-y-12-sm {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }

  .m-a-13-sm {
    margin: 130px 130px !important; }

  .m-t-13-sm {
    margin-top: 130px !important; }

  .m-r-13-sm {
    margin-right: 130px !important; }

  .m-b-13-sm {
    margin-bottom: 130px !important; }

  .m-l-13-sm {
    margin-left: 130px !important; }

  .m-x-13-sm {
    margin-right: 130px !important;
    margin-left: 130px !important; }

  .m-y-13-sm {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }

  .m-a-14-sm {
    margin: 140px 140px !important; }

  .m-t-14-sm {
    margin-top: 140px !important; }

  .m-r-14-sm {
    margin-right: 140px !important; }

  .m-b-14-sm {
    margin-bottom: 140px !important; }

  .m-l-14-sm {
    margin-left: 140px !important; }

  .m-x-14-sm {
    margin-right: 140px !important;
    margin-left: 140px !important; }

  .m-y-14-sm {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }

  .m-a-15-sm {
    margin: 150px 150px !important; }

  .m-t-15-sm {
    margin-top: 150px !important; }

  .m-r-15-sm {
    margin-right: 150px !important; }

  .m-b-15-sm {
    margin-bottom: 150px !important; }

  .m-l-15-sm {
    margin-left: 150px !important; }

  .m-x-15-sm {
    margin-right: 150px !important;
    margin-left: 150px !important; }

  .m-y-15-sm {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }

  .m-a-16-sm {
    margin: 160px 160px !important; }

  .m-t-16-sm {
    margin-top: 160px !important; }

  .m-r-16-sm {
    margin-right: 160px !important; }

  .m-b-16-sm {
    margin-bottom: 160px !important; }

  .m-l-16-sm {
    margin-left: 160px !important; }

  .m-x-16-sm {
    margin-right: 160px !important;
    margin-left: 160px !important; }

  .m-y-16-sm {
    margin-top: 160px !important;
    margin-bottom: 160px !important; }

  .m-a-17-sm {
    margin: 170px 170px !important; }

  .m-t-17-sm {
    margin-top: 170px !important; }

  .m-r-17-sm {
    margin-right: 170px !important; }

  .m-b-17-sm {
    margin-bottom: 170px !important; }

  .m-l-17-sm {
    margin-left: 170px !important; }

  .m-x-17-sm {
    margin-right: 170px !important;
    margin-left: 170px !important; }

  .m-y-17-sm {
    margin-top: 170px !important;
    margin-bottom: 170px !important; }

  .m-a-18-sm {
    margin: 180px 180px !important; }

  .m-t-18-sm {
    margin-top: 180px !important; }

  .m-r-18-sm {
    margin-right: 180px !important; }

  .m-b-18-sm {
    margin-bottom: 180px !important; }

  .m-l-18-sm {
    margin-left: 180px !important; }

  .m-x-18-sm {
    margin-right: 180px !important;
    margin-left: 180px !important; }

  .m-y-18-sm {
    margin-top: 180px !important;
    margin-bottom: 180px !important; }

  .m-a-19-sm {
    margin: 190px 190px !important; }

  .m-t-19-sm {
    margin-top: 190px !important; }

  .m-r-19-sm {
    margin-right: 190px !important; }

  .m-b-19-sm {
    margin-bottom: 190px !important; }

  .m-l-19-sm {
    margin-left: 190px !important; }

  .m-x-19-sm {
    margin-right: 190px !important;
    margin-left: 190px !important; }

  .m-y-19-sm {
    margin-top: 190px !important;
    margin-bottom: 190px !important; }

  .m-a-20-sm {
    margin: 200px 200px !important; }

  .m-t-20-sm {
    margin-top: 200px !important; }

  .m-r-20-sm {
    margin-right: 200px !important; }

  .m-b-20-sm {
    margin-bottom: 200px !important; }

  .m-l-20-sm {
    margin-left: 200px !important; }

  .m-x-20-sm {
    margin-right: 200px !important;
    margin-left: 200px !important; }

  .m-y-20-sm {
    margin-top: 200px !important;
    margin-bottom: 200px !important; }

  .m-a-minus1-sm {
    margin: -10px -10px !important; }

  .m-t-minus1-sm {
    margin-top: -10px !important; }

  .m-r-minus1-sm {
    margin-right: -10px !important; }

  .m-b-minus1-sm {
    margin-bottom: -10px !important; }

  .m-l-minus1-sm {
    margin-left: -10px !important; }

  .m-x-minus1-sm {
    margin-right: -10px !important;
    margin-left: -10px !important; }

  .m-y-minus1-sm {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }

  .m-a-minus180-sm {
    margin: -180px -180px !important; }

  .m-t-minus180-sm {
    margin-top: -180px !important; }

  .m-r-minus180-sm {
    margin-right: -180px !important; }

  .m-b-minus180-sm {
    margin-bottom: -180px !important; }

  .m-l-minus180-sm {
    margin-left: -180px !important; }

  .m-x-minus180-sm {
    margin-right: -180px !important;
    margin-left: -180px !important; }

  .m-y-minus180-sm {
    margin-top: -180px !important;
    margin-bottom: -180px !important; }

  .m-a-minus140-sm {
    margin: -140px -140px !important; }

  .m-t-minus140-sm {
    margin-top: -140px !important; }

  .m-r-minus140-sm {
    margin-right: -140px !important; }

  .m-b-minus140-sm {
    margin-bottom: -140px !important; }

  .m-l-minus140-sm {
    margin-left: -140px !important; }

  .m-x-minus140-sm {
    margin-right: -140px !important;
    margin-left: -140px !important; }

  .m-y-minus140-sm {
    margin-top: -140px !important;
    margin-bottom: -140px !important; }

  .p-a-pol-sm {
    padding: 5px 5px !important; }

  .p-t-pol-sm {
    padding-top: 5px !important; }

  .p-r-pol-sm {
    padding-right: 5px !important; }

  .p-b-pol-sm {
    padding-bottom: 5px !important; }

  .p-l-pol-sm {
    padding-left: 5px !important; }

  .p-x-pol-sm {
    padding-right: 5px !important;
    padding-left: 5px !important; }

  .p-y-pol-sm {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }

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

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

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

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

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

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

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

  .p-a-1-sm {
    padding: 10px 10px !important; }

  .p-t-1-sm {
    padding-top: 10px !important; }

  .p-r-1-sm {
    padding-right: 10px !important; }

  .p-b-1-sm {
    padding-bottom: 10px !important; }

  .p-l-1-sm {
    padding-left: 10px !important; }

  .p-x-1-sm {
    padding-right: 10px !important;
    padding-left: 10px !important; }

  .p-y-1-sm {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

  .p-a-2-sm {
    padding: 20px 20px !important; }

  .p-t-2-sm {
    padding-top: 20px !important; }

  .p-r-2-sm {
    padding-right: 20px !important; }

  .p-b-2-sm {
    padding-bottom: 20px !important; }

  .p-l-2-sm {
    padding-left: 20px !important; }

  .p-x-2-sm {
    padding-right: 20px !important;
    padding-left: 20px !important; }

  .p-y-2-sm {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

  .p-a-3-sm {
    padding: 30px 30px !important; }

  .p-t-3-sm {
    padding-top: 30px !important; }

  .p-r-3-sm {
    padding-right: 30px !important; }

  .p-b-3-sm {
    padding-bottom: 30px !important; }

  .p-l-3-sm {
    padding-left: 30px !important; }

  .p-x-3-sm {
    padding-right: 30px !important;
    padding-left: 30px !important; }

  .p-y-3-sm {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }

  .p-a-4-sm {
    padding: 40px 40px !important; }

  .p-t-4-sm {
    padding-top: 40px !important; }

  .p-r-4-sm {
    padding-right: 40px !important; }

  .p-b-4-sm {
    padding-bottom: 40px !important; }

  .p-l-4-sm {
    padding-left: 40px !important; }

  .p-x-4-sm {
    padding-right: 40px !important;
    padding-left: 40px !important; }

  .p-y-4-sm {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }

  .p-a-5-sm {
    padding: 50px 50px !important; }

  .p-t-5-sm {
    padding-top: 50px !important; }

  .p-r-5-sm {
    padding-right: 50px !important; }

  .p-b-5-sm {
    padding-bottom: 50px !important; }

  .p-l-5-sm {
    padding-left: 50px !important; }

  .p-x-5-sm {
    padding-right: 50px !important;
    padding-left: 50px !important; }

  .p-y-5-sm {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }

  .p-a-6-sm {
    padding: 60px 60px !important; }

  .p-t-6-sm {
    padding-top: 60px !important; }

  .p-r-6-sm {
    padding-right: 60px !important; }

  .p-b-6-sm {
    padding-bottom: 60px !important; }

  .p-l-6-sm {
    padding-left: 60px !important; }

  .p-x-6-sm {
    padding-right: 60px !important;
    padding-left: 60px !important; }

  .p-y-6-sm {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }

  .p-a-7-sm {
    padding: 70px 70px !important; }

  .p-t-7-sm {
    padding-top: 70px !important; }

  .p-r-7-sm {
    padding-right: 70px !important; }

  .p-b-7-sm {
    padding-bottom: 70px !important; }

  .p-l-7-sm {
    padding-left: 70px !important; }

  .p-x-7-sm {
    padding-right: 70px !important;
    padding-left: 70px !important; }

  .p-y-7-sm {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }

  .p-a-8-sm {
    padding: 80px 80px !important; }

  .p-t-8-sm {
    padding-top: 80px !important; }

  .p-r-8-sm {
    padding-right: 80px !important; }

  .p-b-8-sm {
    padding-bottom: 80px !important; }

  .p-l-8-sm {
    padding-left: 80px !important; }

  .p-x-8-sm {
    padding-right: 80px !important;
    padding-left: 80px !important; }

  .p-y-8-sm {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }

  .p-a-9-sm {
    padding: 90px 90px !important; }

  .p-t-9-sm {
    padding-top: 90px !important; }

  .p-r-9-sm {
    padding-right: 90px !important; }

  .p-b-9-sm {
    padding-bottom: 90px !important; }

  .p-l-9-sm {
    padding-left: 90px !important; }

  .p-x-9-sm {
    padding-right: 90px !important;
    padding-left: 90px !important; }

  .p-y-9-sm {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }

  .p-a-10-sm {
    padding: 100px 100px !important; }

  .p-t-10-sm {
    padding-top: 100px !important; }

  .p-r-10-sm {
    padding-right: 100px !important; }

  .p-b-10-sm {
    padding-bottom: 100px !important; }

  .p-l-10-sm {
    padding-left: 100px !important; }

  .p-x-10-sm {
    padding-right: 100px !important;
    padding-left: 100px !important; }

  .p-y-10-sm {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }

  .p-a-11-sm {
    padding: 110px 110px !important; }

  .p-t-11-sm {
    padding-top: 110px !important; }

  .p-r-11-sm {
    padding-right: 110px !important; }

  .p-b-11-sm {
    padding-bottom: 110px !important; }

  .p-l-11-sm {
    padding-left: 110px !important; }

  .p-x-11-sm {
    padding-right: 110px !important;
    padding-left: 110px !important; }

  .p-y-11-sm {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }

  .p-a-12-sm {
    padding: 120px 120px !important; }

  .p-t-12-sm {
    padding-top: 120px !important; }

  .p-r-12-sm {
    padding-right: 120px !important; }

  .p-b-12-sm {
    padding-bottom: 120px !important; }

  .p-l-12-sm {
    padding-left: 120px !important; }

  .p-x-12-sm {
    padding-right: 120px !important;
    padding-left: 120px !important; }

  .p-y-12-sm {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }

  .p-a-13-sm {
    padding: 130px 130px !important; }

  .p-t-13-sm {
    padding-top: 130px !important; }

  .p-r-13-sm {
    padding-right: 130px !important; }

  .p-b-13-sm {
    padding-bottom: 130px !important; }

  .p-l-13-sm {
    padding-left: 130px !important; }

  .p-x-13-sm {
    padding-right: 130px !important;
    padding-left: 130px !important; }

  .p-y-13-sm {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }

  .p-a-14-sm {
    padding: 140px 140px !important; }

  .p-t-14-sm {
    padding-top: 140px !important; }

  .p-r-14-sm {
    padding-right: 140px !important; }

  .p-b-14-sm {
    padding-bottom: 140px !important; }

  .p-l-14-sm {
    padding-left: 140px !important; }

  .p-x-14-sm {
    padding-right: 140px !important;
    padding-left: 140px !important; }

  .p-y-14-sm {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }

  .p-a-15-sm {
    padding: 150px 150px !important; }

  .p-t-15-sm {
    padding-top: 150px !important; }

  .p-r-15-sm {
    padding-right: 150px !important; }

  .p-b-15-sm {
    padding-bottom: 150px !important; }

  .p-l-15-sm {
    padding-left: 150px !important; }

  .p-x-15-sm {
    padding-right: 150px !important;
    padding-left: 150px !important; }

  .p-y-15-sm {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }

  .p-a-16-sm {
    padding: 160px 160px !important; }

  .p-t-16-sm {
    padding-top: 160px !important; }

  .p-r-16-sm {
    padding-right: 160px !important; }

  .p-b-16-sm {
    padding-bottom: 160px !important; }

  .p-l-16-sm {
    padding-left: 160px !important; }

  .p-x-16-sm {
    padding-right: 160px !important;
    padding-left: 160px !important; }

  .p-y-16-sm {
    padding-top: 160px !important;
    padding-bottom: 160px !important; }

  .p-a-17-sm {
    padding: 170px 170px !important; }

  .p-t-17-sm {
    padding-top: 170px !important; }

  .p-r-17-sm {
    padding-right: 170px !important; }

  .p-b-17-sm {
    padding-bottom: 170px !important; }

  .p-l-17-sm {
    padding-left: 170px !important; }

  .p-x-17-sm {
    padding-right: 170px !important;
    padding-left: 170px !important; }

  .p-y-17-sm {
    padding-top: 170px !important;
    padding-bottom: 170px !important; }

  .p-a-18-sm {
    padding: 180px 180px !important; }

  .p-t-18-sm {
    padding-top: 180px !important; }

  .p-r-18-sm {
    padding-right: 180px !important; }

  .p-b-18-sm {
    padding-bottom: 180px !important; }

  .p-l-18-sm {
    padding-left: 180px !important; }

  .p-x-18-sm {
    padding-right: 180px !important;
    padding-left: 180px !important; }

  .p-y-18-sm {
    padding-top: 180px !important;
    padding-bottom: 180px !important; }

  .p-a-19-sm {
    padding: 190px 190px !important; }

  .p-t-19-sm {
    padding-top: 190px !important; }

  .p-r-19-sm {
    padding-right: 190px !important; }

  .p-b-19-sm {
    padding-bottom: 190px !important; }

  .p-l-19-sm {
    padding-left: 190px !important; }

  .p-x-19-sm {
    padding-right: 190px !important;
    padding-left: 190px !important; }

  .p-y-19-sm {
    padding-top: 190px !important;
    padding-bottom: 190px !important; }

  .p-a-20-sm {
    padding: 200px 200px !important; }

  .p-t-20-sm {
    padding-top: 200px !important; }

  .p-r-20-sm {
    padding-right: 200px !important; }

  .p-b-20-sm {
    padding-bottom: 200px !important; }

  .p-l-20-sm {
    padding-left: 200px !important; }

  .p-x-20-sm {
    padding-right: 200px !important;
    padding-left: 200px !important; }

  .p-y-20-sm {
    padding-top: 200px !important;
    padding-bottom: 200px !important; }

  .p-a-minus1-sm {
    padding: -10px -10px !important; }

  .p-t-minus1-sm {
    padding-top: -10px !important; }

  .p-r-minus1-sm {
    padding-right: -10px !important; }

  .p-b-minus1-sm {
    padding-bottom: -10px !important; }

  .p-l-minus1-sm {
    padding-left: -10px !important; }

  .p-x-minus1-sm {
    padding-right: -10px !important;
    padding-left: -10px !important; }

  .p-y-minus1-sm {
    padding-top: -10px !important;
    padding-bottom: -10px !important; }

  .p-a-minus180-sm {
    padding: -180px -180px !important; }

  .p-t-minus180-sm {
    padding-top: -180px !important; }

  .p-r-minus180-sm {
    padding-right: -180px !important; }

  .p-b-minus180-sm {
    padding-bottom: -180px !important; }

  .p-l-minus180-sm {
    padding-left: -180px !important; }

  .p-x-minus180-sm {
    padding-right: -180px !important;
    padding-left: -180px !important; }

  .p-y-minus180-sm {
    padding-top: -180px !important;
    padding-bottom: -180px !important; }

  .p-a-minus140-sm {
    padding: -140px -140px !important; }

  .p-t-minus140-sm {
    padding-top: -140px !important; }

  .p-r-minus140-sm {
    padding-right: -140px !important; }

  .p-b-minus140-sm {
    padding-bottom: -140px !important; }

  .p-l-minus140-sm {
    padding-left: -140px !important; }

  .p-x-minus140-sm {
    padding-right: -140px !important;
    padding-left: -140px !important; }

  .p-y-minus140-sm {
    padding-top: -140px !important;
    padding-bottom: -140px !important; } }
@media (min-width: 769px) {
  .m-a-pol-md {
    margin: 5px 5px !important; }

  .m-t-pol-md {
    margin-top: 5px !important; }

  .m-r-pol-md {
    margin-right: 5px !important; }

  .m-b-pol-md {
    margin-bottom: 5px !important; }

  .m-l-pol-md {
    margin-left: 5px !important; }

  .m-x-pol-md {
    margin-right: 5px !important;
    margin-left: 5px !important; }

  .m-y-pol-md {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }

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

  .m-t-0-md {
    margin-top: 0 !important; }

  .m-r-0-md {
    margin-right: 0 !important; }

  .m-b-0-md {
    margin-bottom: 0 !important; }

  .m-l-0-md {
    margin-left: 0 !important; }

  .m-x-0-md {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .m-y-0-md {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .m-a-1-md {
    margin: 10px 10px !important; }

  .m-t-1-md {
    margin-top: 10px !important; }

  .m-r-1-md {
    margin-right: 10px !important; }

  .m-b-1-md {
    margin-bottom: 10px !important; }

  .m-l-1-md {
    margin-left: 10px !important; }

  .m-x-1-md {
    margin-right: 10px !important;
    margin-left: 10px !important; }

  .m-y-1-md {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }

  .m-a-2-md {
    margin: 20px 20px !important; }

  .m-t-2-md {
    margin-top: 20px !important; }

  .m-r-2-md {
    margin-right: 20px !important; }

  .m-b-2-md {
    margin-bottom: 20px !important; }

  .m-l-2-md {
    margin-left: 20px !important; }

  .m-x-2-md {
    margin-right: 20px !important;
    margin-left: 20px !important; }

  .m-y-2-md {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }

  .m-a-3-md {
    margin: 30px 30px !important; }

  .m-t-3-md {
    margin-top: 30px !important; }

  .m-r-3-md {
    margin-right: 30px !important; }

  .m-b-3-md {
    margin-bottom: 30px !important; }

  .m-l-3-md {
    margin-left: 30px !important; }

  .m-x-3-md {
    margin-right: 30px !important;
    margin-left: 30px !important; }

  .m-y-3-md {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }

  .m-a-4-md {
    margin: 40px 40px !important; }

  .m-t-4-md {
    margin-top: 40px !important; }

  .m-r-4-md {
    margin-right: 40px !important; }

  .m-b-4-md {
    margin-bottom: 40px !important; }

  .m-l-4-md {
    margin-left: 40px !important; }

  .m-x-4-md {
    margin-right: 40px !important;
    margin-left: 40px !important; }

  .m-y-4-md {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }

  .m-a-5-md {
    margin: 50px 50px !important; }

  .m-t-5-md {
    margin-top: 50px !important; }

  .m-r-5-md {
    margin-right: 50px !important; }

  .m-b-5-md {
    margin-bottom: 50px !important; }

  .m-l-5-md {
    margin-left: 50px !important; }

  .m-x-5-md {
    margin-right: 50px !important;
    margin-left: 50px !important; }

  .m-y-5-md {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }

  .m-a-6-md {
    margin: 60px 60px !important; }

  .m-t-6-md {
    margin-top: 60px !important; }

  .m-r-6-md {
    margin-right: 60px !important; }

  .m-b-6-md {
    margin-bottom: 60px !important; }

  .m-l-6-md {
    margin-left: 60px !important; }

  .m-x-6-md {
    margin-right: 60px !important;
    margin-left: 60px !important; }

  .m-y-6-md {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }

  .m-a-7-md {
    margin: 70px 70px !important; }

  .m-t-7-md {
    margin-top: 70px !important; }

  .m-r-7-md {
    margin-right: 70px !important; }

  .m-b-7-md {
    margin-bottom: 70px !important; }

  .m-l-7-md {
    margin-left: 70px !important; }

  .m-x-7-md {
    margin-right: 70px !important;
    margin-left: 70px !important; }

  .m-y-7-md {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }

  .m-a-8-md {
    margin: 80px 80px !important; }

  .m-t-8-md {
    margin-top: 80px !important; }

  .m-r-8-md {
    margin-right: 80px !important; }

  .m-b-8-md {
    margin-bottom: 80px !important; }

  .m-l-8-md {
    margin-left: 80px !important; }

  .m-x-8-md {
    margin-right: 80px !important;
    margin-left: 80px !important; }

  .m-y-8-md {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }

  .m-a-9-md {
    margin: 90px 90px !important; }

  .m-t-9-md {
    margin-top: 90px !important; }

  .m-r-9-md {
    margin-right: 90px !important; }

  .m-b-9-md {
    margin-bottom: 90px !important; }

  .m-l-9-md {
    margin-left: 90px !important; }

  .m-x-9-md {
    margin-right: 90px !important;
    margin-left: 90px !important; }

  .m-y-9-md {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }

  .m-a-10-md {
    margin: 100px 100px !important; }

  .m-t-10-md {
    margin-top: 100px !important; }

  .m-r-10-md {
    margin-right: 100px !important; }

  .m-b-10-md {
    margin-bottom: 100px !important; }

  .m-l-10-md {
    margin-left: 100px !important; }

  .m-x-10-md {
    margin-right: 100px !important;
    margin-left: 100px !important; }

  .m-y-10-md {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }

  .m-a-11-md {
    margin: 110px 110px !important; }

  .m-t-11-md {
    margin-top: 110px !important; }

  .m-r-11-md {
    margin-right: 110px !important; }

  .m-b-11-md {
    margin-bottom: 110px !important; }

  .m-l-11-md {
    margin-left: 110px !important; }

  .m-x-11-md {
    margin-right: 110px !important;
    margin-left: 110px !important; }

  .m-y-11-md {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }

  .m-a-12-md {
    margin: 120px 120px !important; }

  .m-t-12-md {
    margin-top: 120px !important; }

  .m-r-12-md {
    margin-right: 120px !important; }

  .m-b-12-md {
    margin-bottom: 120px !important; }

  .m-l-12-md {
    margin-left: 120px !important; }

  .m-x-12-md {
    margin-right: 120px !important;
    margin-left: 120px !important; }

  .m-y-12-md {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }

  .m-a-13-md {
    margin: 130px 130px !important; }

  .m-t-13-md {
    margin-top: 130px !important; }

  .m-r-13-md {
    margin-right: 130px !important; }

  .m-b-13-md {
    margin-bottom: 130px !important; }

  .m-l-13-md {
    margin-left: 130px !important; }

  .m-x-13-md {
    margin-right: 130px !important;
    margin-left: 130px !important; }

  .m-y-13-md {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }

  .m-a-14-md {
    margin: 140px 140px !important; }

  .m-t-14-md {
    margin-top: 140px !important; }

  .m-r-14-md {
    margin-right: 140px !important; }

  .m-b-14-md {
    margin-bottom: 140px !important; }

  .m-l-14-md {
    margin-left: 140px !important; }

  .m-x-14-md {
    margin-right: 140px !important;
    margin-left: 140px !important; }

  .m-y-14-md {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }

  .m-a-15-md {
    margin: 150px 150px !important; }

  .m-t-15-md {
    margin-top: 150px !important; }

  .m-r-15-md {
    margin-right: 150px !important; }

  .m-b-15-md {
    margin-bottom: 150px !important; }

  .m-l-15-md {
    margin-left: 150px !important; }

  .m-x-15-md {
    margin-right: 150px !important;
    margin-left: 150px !important; }

  .m-y-15-md {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }

  .m-a-16-md {
    margin: 160px 160px !important; }

  .m-t-16-md {
    margin-top: 160px !important; }

  .m-r-16-md {
    margin-right: 160px !important; }

  .m-b-16-md {
    margin-bottom: 160px !important; }

  .m-l-16-md {
    margin-left: 160px !important; }

  .m-x-16-md {
    margin-right: 160px !important;
    margin-left: 160px !important; }

  .m-y-16-md {
    margin-top: 160px !important;
    margin-bottom: 160px !important; }

  .m-a-17-md {
    margin: 170px 170px !important; }

  .m-t-17-md {
    margin-top: 170px !important; }

  .m-r-17-md {
    margin-right: 170px !important; }

  .m-b-17-md {
    margin-bottom: 170px !important; }

  .m-l-17-md {
    margin-left: 170px !important; }

  .m-x-17-md {
    margin-right: 170px !important;
    margin-left: 170px !important; }

  .m-y-17-md {
    margin-top: 170px !important;
    margin-bottom: 170px !important; }

  .m-a-18-md {
    margin: 180px 180px !important; }

  .m-t-18-md {
    margin-top: 180px !important; }

  .m-r-18-md {
    margin-right: 180px !important; }

  .m-b-18-md {
    margin-bottom: 180px !important; }

  .m-l-18-md {
    margin-left: 180px !important; }

  .m-x-18-md {
    margin-right: 180px !important;
    margin-left: 180px !important; }

  .m-y-18-md {
    margin-top: 180px !important;
    margin-bottom: 180px !important; }

  .m-a-19-md {
    margin: 190px 190px !important; }

  .m-t-19-md {
    margin-top: 190px !important; }

  .m-r-19-md {
    margin-right: 190px !important; }

  .m-b-19-md {
    margin-bottom: 190px !important; }

  .m-l-19-md {
    margin-left: 190px !important; }

  .m-x-19-md {
    margin-right: 190px !important;
    margin-left: 190px !important; }

  .m-y-19-md {
    margin-top: 190px !important;
    margin-bottom: 190px !important; }

  .m-a-20-md {
    margin: 200px 200px !important; }

  .m-t-20-md {
    margin-top: 200px !important; }

  .m-r-20-md {
    margin-right: 200px !important; }

  .m-b-20-md {
    margin-bottom: 200px !important; }

  .m-l-20-md {
    margin-left: 200px !important; }

  .m-x-20-md {
    margin-right: 200px !important;
    margin-left: 200px !important; }

  .m-y-20-md {
    margin-top: 200px !important;
    margin-bottom: 200px !important; }

  .m-a-minus1-md {
    margin: -10px -10px !important; }

  .m-t-minus1-md {
    margin-top: -10px !important; }

  .m-r-minus1-md {
    margin-right: -10px !important; }

  .m-b-minus1-md {
    margin-bottom: -10px !important; }

  .m-l-minus1-md {
    margin-left: -10px !important; }

  .m-x-minus1-md {
    margin-right: -10px !important;
    margin-left: -10px !important; }

  .m-y-minus1-md {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }

  .m-a-minus180-md {
    margin: -180px -180px !important; }

  .m-t-minus180-md {
    margin-top: -180px !important; }

  .m-r-minus180-md {
    margin-right: -180px !important; }

  .m-b-minus180-md {
    margin-bottom: -180px !important; }

  .m-l-minus180-md {
    margin-left: -180px !important; }

  .m-x-minus180-md {
    margin-right: -180px !important;
    margin-left: -180px !important; }

  .m-y-minus180-md {
    margin-top: -180px !important;
    margin-bottom: -180px !important; }

  .m-a-minus140-md {
    margin: -140px -140px !important; }

  .m-t-minus140-md {
    margin-top: -140px !important; }

  .m-r-minus140-md {
    margin-right: -140px !important; }

  .m-b-minus140-md {
    margin-bottom: -140px !important; }

  .m-l-minus140-md {
    margin-left: -140px !important; }

  .m-x-minus140-md {
    margin-right: -140px !important;
    margin-left: -140px !important; }

  .m-y-minus140-md {
    margin-top: -140px !important;
    margin-bottom: -140px !important; }

  .p-a-pol-md {
    padding: 5px 5px !important; }

  .p-t-pol-md {
    padding-top: 5px !important; }

  .p-r-pol-md {
    padding-right: 5px !important; }

  .p-b-pol-md {
    padding-bottom: 5px !important; }

  .p-l-pol-md {
    padding-left: 5px !important; }

  .p-x-pol-md {
    padding-right: 5px !important;
    padding-left: 5px !important; }

  .p-y-pol-md {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }

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

  .p-t-0-md {
    padding-top: 0 !important; }

  .p-r-0-md {
    padding-right: 0 !important; }

  .p-b-0-md {
    padding-bottom: 0 !important; }

  .p-l-0-md {
    padding-left: 0 !important; }

  .p-x-0-md {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .p-y-0-md {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .p-a-1-md {
    padding: 10px 10px !important; }

  .p-t-1-md {
    padding-top: 10px !important; }

  .p-r-1-md {
    padding-right: 10px !important; }

  .p-b-1-md {
    padding-bottom: 10px !important; }

  .p-l-1-md {
    padding-left: 10px !important; }

  .p-x-1-md {
    padding-right: 10px !important;
    padding-left: 10px !important; }

  .p-y-1-md {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

  .p-a-2-md {
    padding: 20px 20px !important; }

  .p-t-2-md {
    padding-top: 20px !important; }

  .p-r-2-md {
    padding-right: 20px !important; }

  .p-b-2-md {
    padding-bottom: 20px !important; }

  .p-l-2-md {
    padding-left: 20px !important; }

  .p-x-2-md {
    padding-right: 20px !important;
    padding-left: 20px !important; }

  .p-y-2-md {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

  .p-a-3-md {
    padding: 30px 30px !important; }

  .p-t-3-md {
    padding-top: 30px !important; }

  .p-r-3-md {
    padding-right: 30px !important; }

  .p-b-3-md {
    padding-bottom: 30px !important; }

  .p-l-3-md {
    padding-left: 30px !important; }

  .p-x-3-md {
    padding-right: 30px !important;
    padding-left: 30px !important; }

  .p-y-3-md {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }

  .p-a-4-md {
    padding: 40px 40px !important; }

  .p-t-4-md {
    padding-top: 40px !important; }

  .p-r-4-md {
    padding-right: 40px !important; }

  .p-b-4-md {
    padding-bottom: 40px !important; }

  .p-l-4-md {
    padding-left: 40px !important; }

  .p-x-4-md {
    padding-right: 40px !important;
    padding-left: 40px !important; }

  .p-y-4-md {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }

  .p-a-5-md {
    padding: 50px 50px !important; }

  .p-t-5-md {
    padding-top: 50px !important; }

  .p-r-5-md {
    padding-right: 50px !important; }

  .p-b-5-md {
    padding-bottom: 50px !important; }

  .p-l-5-md {
    padding-left: 50px !important; }

  .p-x-5-md {
    padding-right: 50px !important;
    padding-left: 50px !important; }

  .p-y-5-md {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }

  .p-a-6-md {
    padding: 60px 60px !important; }

  .p-t-6-md {
    padding-top: 60px !important; }

  .p-r-6-md {
    padding-right: 60px !important; }

  .p-b-6-md {
    padding-bottom: 60px !important; }

  .p-l-6-md {
    padding-left: 60px !important; }

  .p-x-6-md {
    padding-right: 60px !important;
    padding-left: 60px !important; }

  .p-y-6-md {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }

  .p-a-7-md {
    padding: 70px 70px !important; }

  .p-t-7-md {
    padding-top: 70px !important; }

  .p-r-7-md {
    padding-right: 70px !important; }

  .p-b-7-md {
    padding-bottom: 70px !important; }

  .p-l-7-md {
    padding-left: 70px !important; }

  .p-x-7-md {
    padding-right: 70px !important;
    padding-left: 70px !important; }

  .p-y-7-md {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }

  .p-a-8-md {
    padding: 80px 80px !important; }

  .p-t-8-md {
    padding-top: 80px !important; }

  .p-r-8-md {
    padding-right: 80px !important; }

  .p-b-8-md {
    padding-bottom: 80px !important; }

  .p-l-8-md {
    padding-left: 80px !important; }

  .p-x-8-md {
    padding-right: 80px !important;
    padding-left: 80px !important; }

  .p-y-8-md {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }

  .p-a-9-md {
    padding: 90px 90px !important; }

  .p-t-9-md {
    padding-top: 90px !important; }

  .p-r-9-md {
    padding-right: 90px !important; }

  .p-b-9-md {
    padding-bottom: 90px !important; }

  .p-l-9-md {
    padding-left: 90px !important; }

  .p-x-9-md {
    padding-right: 90px !important;
    padding-left: 90px !important; }

  .p-y-9-md {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }

  .p-a-10-md {
    padding: 100px 100px !important; }

  .p-t-10-md {
    padding-top: 100px !important; }

  .p-r-10-md {
    padding-right: 100px !important; }

  .p-b-10-md {
    padding-bottom: 100px !important; }

  .p-l-10-md {
    padding-left: 100px !important; }

  .p-x-10-md {
    padding-right: 100px !important;
    padding-left: 100px !important; }

  .p-y-10-md {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }

  .p-a-11-md {
    padding: 110px 110px !important; }

  .p-t-11-md {
    padding-top: 110px !important; }

  .p-r-11-md {
    padding-right: 110px !important; }

  .p-b-11-md {
    padding-bottom: 110px !important; }

  .p-l-11-md {
    padding-left: 110px !important; }

  .p-x-11-md {
    padding-right: 110px !important;
    padding-left: 110px !important; }

  .p-y-11-md {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }

  .p-a-12-md {
    padding: 120px 120px !important; }

  .p-t-12-md {
    padding-top: 120px !important; }

  .p-r-12-md {
    padding-right: 120px !important; }

  .p-b-12-md {
    padding-bottom: 120px !important; }

  .p-l-12-md {
    padding-left: 120px !important; }

  .p-x-12-md {
    padding-right: 120px !important;
    padding-left: 120px !important; }

  .p-y-12-md {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }

  .p-a-13-md {
    padding: 130px 130px !important; }

  .p-t-13-md {
    padding-top: 130px !important; }

  .p-r-13-md {
    padding-right: 130px !important; }

  .p-b-13-md {
    padding-bottom: 130px !important; }

  .p-l-13-md {
    padding-left: 130px !important; }

  .p-x-13-md {
    padding-right: 130px !important;
    padding-left: 130px !important; }

  .p-y-13-md {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }

  .p-a-14-md {
    padding: 140px 140px !important; }

  .p-t-14-md {
    padding-top: 140px !important; }

  .p-r-14-md {
    padding-right: 140px !important; }

  .p-b-14-md {
    padding-bottom: 140px !important; }

  .p-l-14-md {
    padding-left: 140px !important; }

  .p-x-14-md {
    padding-right: 140px !important;
    padding-left: 140px !important; }

  .p-y-14-md {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }

  .p-a-15-md {
    padding: 150px 150px !important; }

  .p-t-15-md {
    padding-top: 150px !important; }

  .p-r-15-md {
    padding-right: 150px !important; }

  .p-b-15-md {
    padding-bottom: 150px !important; }

  .p-l-15-md {
    padding-left: 150px !important; }

  .p-x-15-md {
    padding-right: 150px !important;
    padding-left: 150px !important; }

  .p-y-15-md {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }

  .p-a-16-md {
    padding: 160px 160px !important; }

  .p-t-16-md {
    padding-top: 160px !important; }

  .p-r-16-md {
    padding-right: 160px !important; }

  .p-b-16-md {
    padding-bottom: 160px !important; }

  .p-l-16-md {
    padding-left: 160px !important; }

  .p-x-16-md {
    padding-right: 160px !important;
    padding-left: 160px !important; }

  .p-y-16-md {
    padding-top: 160px !important;
    padding-bottom: 160px !important; }

  .p-a-17-md {
    padding: 170px 170px !important; }

  .p-t-17-md {
    padding-top: 170px !important; }

  .p-r-17-md {
    padding-right: 170px !important; }

  .p-b-17-md {
    padding-bottom: 170px !important; }

  .p-l-17-md {
    padding-left: 170px !important; }

  .p-x-17-md {
    padding-right: 170px !important;
    padding-left: 170px !important; }

  .p-y-17-md {
    padding-top: 170px !important;
    padding-bottom: 170px !important; }

  .p-a-18-md {
    padding: 180px 180px !important; }

  .p-t-18-md {
    padding-top: 180px !important; }

  .p-r-18-md {
    padding-right: 180px !important; }

  .p-b-18-md {
    padding-bottom: 180px !important; }

  .p-l-18-md {
    padding-left: 180px !important; }

  .p-x-18-md {
    padding-right: 180px !important;
    padding-left: 180px !important; }

  .p-y-18-md {
    padding-top: 180px !important;
    padding-bottom: 180px !important; }

  .p-a-19-md {
    padding: 190px 190px !important; }

  .p-t-19-md {
    padding-top: 190px !important; }

  .p-r-19-md {
    padding-right: 190px !important; }

  .p-b-19-md {
    padding-bottom: 190px !important; }

  .p-l-19-md {
    padding-left: 190px !important; }

  .p-x-19-md {
    padding-right: 190px !important;
    padding-left: 190px !important; }

  .p-y-19-md {
    padding-top: 190px !important;
    padding-bottom: 190px !important; }

  .p-a-20-md {
    padding: 200px 200px !important; }

  .p-t-20-md {
    padding-top: 200px !important; }

  .p-r-20-md {
    padding-right: 200px !important; }

  .p-b-20-md {
    padding-bottom: 200px !important; }

  .p-l-20-md {
    padding-left: 200px !important; }

  .p-x-20-md {
    padding-right: 200px !important;
    padding-left: 200px !important; }

  .p-y-20-md {
    padding-top: 200px !important;
    padding-bottom: 200px !important; }

  .p-a-minus1-md {
    padding: -10px -10px !important; }

  .p-t-minus1-md {
    padding-top: -10px !important; }

  .p-r-minus1-md {
    padding-right: -10px !important; }

  .p-b-minus1-md {
    padding-bottom: -10px !important; }

  .p-l-minus1-md {
    padding-left: -10px !important; }

  .p-x-minus1-md {
    padding-right: -10px !important;
    padding-left: -10px !important; }

  .p-y-minus1-md {
    padding-top: -10px !important;
    padding-bottom: -10px !important; }

  .p-a-minus180-md {
    padding: -180px -180px !important; }

  .p-t-minus180-md {
    padding-top: -180px !important; }

  .p-r-minus180-md {
    padding-right: -180px !important; }

  .p-b-minus180-md {
    padding-bottom: -180px !important; }

  .p-l-minus180-md {
    padding-left: -180px !important; }

  .p-x-minus180-md {
    padding-right: -180px !important;
    padding-left: -180px !important; }

  .p-y-minus180-md {
    padding-top: -180px !important;
    padding-bottom: -180px !important; }

  .p-a-minus140-md {
    padding: -140px -140px !important; }

  .p-t-minus140-md {
    padding-top: -140px !important; }

  .p-r-minus140-md {
    padding-right: -140px !important; }

  .p-b-minus140-md {
    padding-bottom: -140px !important; }

  .p-l-minus140-md {
    padding-left: -140px !important; }

  .p-x-minus140-md {
    padding-right: -140px !important;
    padding-left: -140px !important; }

  .p-y-minus140-md {
    padding-top: -140px !important;
    padding-bottom: -140px !important; } }
@media (min-width: 1025px) {
  .m-a-pol-lg {
    margin: 5px 5px !important; }

  .m-t-pol-lg {
    margin-top: 5px !important; }

  .m-r-pol-lg {
    margin-right: 5px !important; }

  .m-b-pol-lg {
    margin-bottom: 5px !important; }

  .m-l-pol-lg {
    margin-left: 5px !important; }

  .m-x-pol-lg {
    margin-right: 5px !important;
    margin-left: 5px !important; }

  .m-y-pol-lg {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }

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

  .m-t-0-lg {
    margin-top: 0 !important; }

  .m-r-0-lg {
    margin-right: 0 !important; }

  .m-b-0-lg {
    margin-bottom: 0 !important; }

  .m-l-0-lg {
    margin-left: 0 !important; }

  .m-x-0-lg {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .m-y-0-lg {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .m-a-1-lg {
    margin: 10px 10px !important; }

  .m-t-1-lg {
    margin-top: 10px !important; }

  .m-r-1-lg {
    margin-right: 10px !important; }

  .m-b-1-lg {
    margin-bottom: 10px !important; }

  .m-l-1-lg {
    margin-left: 10px !important; }

  .m-x-1-lg {
    margin-right: 10px !important;
    margin-left: 10px !important; }

  .m-y-1-lg {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }

  .m-a-2-lg {
    margin: 20px 20px !important; }

  .m-t-2-lg {
    margin-top: 20px !important; }

  .m-r-2-lg {
    margin-right: 20px !important; }

  .m-b-2-lg {
    margin-bottom: 20px !important; }

  .m-l-2-lg {
    margin-left: 20px !important; }

  .m-x-2-lg {
    margin-right: 20px !important;
    margin-left: 20px !important; }

  .m-y-2-lg {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }

  .m-a-3-lg {
    margin: 30px 30px !important; }

  .m-t-3-lg {
    margin-top: 30px !important; }

  .m-r-3-lg {
    margin-right: 30px !important; }

  .m-b-3-lg {
    margin-bottom: 30px !important; }

  .m-l-3-lg {
    margin-left: 30px !important; }

  .m-x-3-lg {
    margin-right: 30px !important;
    margin-left: 30px !important; }

  .m-y-3-lg {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }

  .m-a-4-lg {
    margin: 40px 40px !important; }

  .m-t-4-lg {
    margin-top: 40px !important; }

  .m-r-4-lg {
    margin-right: 40px !important; }

  .m-b-4-lg {
    margin-bottom: 40px !important; }

  .m-l-4-lg {
    margin-left: 40px !important; }

  .m-x-4-lg {
    margin-right: 40px !important;
    margin-left: 40px !important; }

  .m-y-4-lg {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }

  .m-a-5-lg {
    margin: 50px 50px !important; }

  .m-t-5-lg {
    margin-top: 50px !important; }

  .m-r-5-lg {
    margin-right: 50px !important; }

  .m-b-5-lg {
    margin-bottom: 50px !important; }

  .m-l-5-lg {
    margin-left: 50px !important; }

  .m-x-5-lg {
    margin-right: 50px !important;
    margin-left: 50px !important; }

  .m-y-5-lg {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }

  .m-a-6-lg {
    margin: 60px 60px !important; }

  .m-t-6-lg {
    margin-top: 60px !important; }

  .m-r-6-lg {
    margin-right: 60px !important; }

  .m-b-6-lg {
    margin-bottom: 60px !important; }

  .m-l-6-lg {
    margin-left: 60px !important; }

  .m-x-6-lg {
    margin-right: 60px !important;
    margin-left: 60px !important; }

  .m-y-6-lg {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }

  .m-a-7-lg {
    margin: 70px 70px !important; }

  .m-t-7-lg {
    margin-top: 70px !important; }

  .m-r-7-lg {
    margin-right: 70px !important; }

  .m-b-7-lg {
    margin-bottom: 70px !important; }

  .m-l-7-lg {
    margin-left: 70px !important; }

  .m-x-7-lg {
    margin-right: 70px !important;
    margin-left: 70px !important; }

  .m-y-7-lg {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }

  .m-a-8-lg {
    margin: 80px 80px !important; }

  .m-t-8-lg {
    margin-top: 80px !important; }

  .m-r-8-lg {
    margin-right: 80px !important; }

  .m-b-8-lg {
    margin-bottom: 80px !important; }

  .m-l-8-lg {
    margin-left: 80px !important; }

  .m-x-8-lg {
    margin-right: 80px !important;
    margin-left: 80px !important; }

  .m-y-8-lg {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }

  .m-a-9-lg {
    margin: 90px 90px !important; }

  .m-t-9-lg {
    margin-top: 90px !important; }

  .m-r-9-lg {
    margin-right: 90px !important; }

  .m-b-9-lg {
    margin-bottom: 90px !important; }

  .m-l-9-lg {
    margin-left: 90px !important; }

  .m-x-9-lg {
    margin-right: 90px !important;
    margin-left: 90px !important; }

  .m-y-9-lg {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }

  .m-a-10-lg {
    margin: 100px 100px !important; }

  .m-t-10-lg {
    margin-top: 100px !important; }

  .m-r-10-lg {
    margin-right: 100px !important; }

  .m-b-10-lg {
    margin-bottom: 100px !important; }

  .m-l-10-lg {
    margin-left: 100px !important; }

  .m-x-10-lg {
    margin-right: 100px !important;
    margin-left: 100px !important; }

  .m-y-10-lg {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }

  .m-a-11-lg {
    margin: 110px 110px !important; }

  .m-t-11-lg {
    margin-top: 110px !important; }

  .m-r-11-lg {
    margin-right: 110px !important; }

  .m-b-11-lg {
    margin-bottom: 110px !important; }

  .m-l-11-lg {
    margin-left: 110px !important; }

  .m-x-11-lg {
    margin-right: 110px !important;
    margin-left: 110px !important; }

  .m-y-11-lg {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }

  .m-a-12-lg {
    margin: 120px 120px !important; }

  .m-t-12-lg {
    margin-top: 120px !important; }

  .m-r-12-lg {
    margin-right: 120px !important; }

  .m-b-12-lg {
    margin-bottom: 120px !important; }

  .m-l-12-lg {
    margin-left: 120px !important; }

  .m-x-12-lg {
    margin-right: 120px !important;
    margin-left: 120px !important; }

  .m-y-12-lg {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }

  .m-a-13-lg {
    margin: 130px 130px !important; }

  .m-t-13-lg {
    margin-top: 130px !important; }

  .m-r-13-lg {
    margin-right: 130px !important; }

  .m-b-13-lg {
    margin-bottom: 130px !important; }

  .m-l-13-lg {
    margin-left: 130px !important; }

  .m-x-13-lg {
    margin-right: 130px !important;
    margin-left: 130px !important; }

  .m-y-13-lg {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }

  .m-a-14-lg {
    margin: 140px 140px !important; }

  .m-t-14-lg {
    margin-top: 140px !important; }

  .m-r-14-lg {
    margin-right: 140px !important; }

  .m-b-14-lg {
    margin-bottom: 140px !important; }

  .m-l-14-lg {
    margin-left: 140px !important; }

  .m-x-14-lg {
    margin-right: 140px !important;
    margin-left: 140px !important; }

  .m-y-14-lg {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }

  .m-a-15-lg {
    margin: 150px 150px !important; }

  .m-t-15-lg {
    margin-top: 150px !important; }

  .m-r-15-lg {
    margin-right: 150px !important; }

  .m-b-15-lg {
    margin-bottom: 150px !important; }

  .m-l-15-lg {
    margin-left: 150px !important; }

  .m-x-15-lg {
    margin-right: 150px !important;
    margin-left: 150px !important; }

  .m-y-15-lg {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }

  .m-a-16-lg {
    margin: 160px 160px !important; }

  .m-t-16-lg {
    margin-top: 160px !important; }

  .m-r-16-lg {
    margin-right: 160px !important; }

  .m-b-16-lg {
    margin-bottom: 160px !important; }

  .m-l-16-lg {
    margin-left: 160px !important; }

  .m-x-16-lg {
    margin-right: 160px !important;
    margin-left: 160px !important; }

  .m-y-16-lg {
    margin-top: 160px !important;
    margin-bottom: 160px !important; }

  .m-a-17-lg {
    margin: 170px 170px !important; }

  .m-t-17-lg {
    margin-top: 170px !important; }

  .m-r-17-lg {
    margin-right: 170px !important; }

  .m-b-17-lg {
    margin-bottom: 170px !important; }

  .m-l-17-lg {
    margin-left: 170px !important; }

  .m-x-17-lg {
    margin-right: 170px !important;
    margin-left: 170px !important; }

  .m-y-17-lg {
    margin-top: 170px !important;
    margin-bottom: 170px !important; }

  .m-a-18-lg {
    margin: 180px 180px !important; }

  .m-t-18-lg {
    margin-top: 180px !important; }

  .m-r-18-lg {
    margin-right: 180px !important; }

  .m-b-18-lg {
    margin-bottom: 180px !important; }

  .m-l-18-lg {
    margin-left: 180px !important; }

  .m-x-18-lg {
    margin-right: 180px !important;
    margin-left: 180px !important; }

  .m-y-18-lg {
    margin-top: 180px !important;
    margin-bottom: 180px !important; }

  .m-a-19-lg {
    margin: 190px 190px !important; }

  .m-t-19-lg {
    margin-top: 190px !important; }

  .m-r-19-lg {
    margin-right: 190px !important; }

  .m-b-19-lg {
    margin-bottom: 190px !important; }

  .m-l-19-lg {
    margin-left: 190px !important; }

  .m-x-19-lg {
    margin-right: 190px !important;
    margin-left: 190px !important; }

  .m-y-19-lg {
    margin-top: 190px !important;
    margin-bottom: 190px !important; }

  .m-a-20-lg {
    margin: 200px 200px !important; }

  .m-t-20-lg {
    margin-top: 200px !important; }

  .m-r-20-lg {
    margin-right: 200px !important; }

  .m-b-20-lg {
    margin-bottom: 200px !important; }

  .m-l-20-lg {
    margin-left: 200px !important; }

  .m-x-20-lg {
    margin-right: 200px !important;
    margin-left: 200px !important; }

  .m-y-20-lg {
    margin-top: 200px !important;
    margin-bottom: 200px !important; }

  .m-a-minus1-lg {
    margin: -10px -10px !important; }

  .m-t-minus1-lg {
    margin-top: -10px !important; }

  .m-r-minus1-lg {
    margin-right: -10px !important; }

  .m-b-minus1-lg {
    margin-bottom: -10px !important; }

  .m-l-minus1-lg {
    margin-left: -10px !important; }

  .m-x-minus1-lg {
    margin-right: -10px !important;
    margin-left: -10px !important; }

  .m-y-minus1-lg {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }

  .m-a-minus180-lg {
    margin: -180px -180px !important; }

  .m-t-minus180-lg {
    margin-top: -180px !important; }

  .m-r-minus180-lg {
    margin-right: -180px !important; }

  .m-b-minus180-lg {
    margin-bottom: -180px !important; }

  .m-l-minus180-lg {
    margin-left: -180px !important; }

  .m-x-minus180-lg {
    margin-right: -180px !important;
    margin-left: -180px !important; }

  .m-y-minus180-lg {
    margin-top: -180px !important;
    margin-bottom: -180px !important; }

  .m-a-minus140-lg {
    margin: -140px -140px !important; }

  .m-t-minus140-lg {
    margin-top: -140px !important; }

  .m-r-minus140-lg {
    margin-right: -140px !important; }

  .m-b-minus140-lg {
    margin-bottom: -140px !important; }

  .m-l-minus140-lg {
    margin-left: -140px !important; }

  .m-x-minus140-lg {
    margin-right: -140px !important;
    margin-left: -140px !important; }

  .m-y-minus140-lg {
    margin-top: -140px !important;
    margin-bottom: -140px !important; }

  .p-a-pol-lg {
    padding: 5px 5px !important; }

  .p-t-pol-lg {
    padding-top: 5px !important; }

  .p-r-pol-lg {
    padding-right: 5px !important; }

  .p-b-pol-lg {
    padding-bottom: 5px !important; }

  .p-l-pol-lg {
    padding-left: 5px !important; }

  .p-x-pol-lg {
    padding-right: 5px !important;
    padding-left: 5px !important; }

  .p-y-pol-lg {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }

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

  .p-t-0-lg {
    padding-top: 0 !important; }

  .p-r-0-lg {
    padding-right: 0 !important; }

  .p-b-0-lg {
    padding-bottom: 0 !important; }

  .p-l-0-lg {
    padding-left: 0 !important; }

  .p-x-0-lg {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .p-y-0-lg {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .p-a-1-lg {
    padding: 10px 10px !important; }

  .p-t-1-lg {
    padding-top: 10px !important; }

  .p-r-1-lg {
    padding-right: 10px !important; }

  .p-b-1-lg {
    padding-bottom: 10px !important; }

  .p-l-1-lg {
    padding-left: 10px !important; }

  .p-x-1-lg {
    padding-right: 10px !important;
    padding-left: 10px !important; }

  .p-y-1-lg {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

  .p-a-2-lg {
    padding: 20px 20px !important; }

  .p-t-2-lg {
    padding-top: 20px !important; }

  .p-r-2-lg {
    padding-right: 20px !important; }

  .p-b-2-lg {
    padding-bottom: 20px !important; }

  .p-l-2-lg {
    padding-left: 20px !important; }

  .p-x-2-lg {
    padding-right: 20px !important;
    padding-left: 20px !important; }

  .p-y-2-lg {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

  .p-a-3-lg {
    padding: 30px 30px !important; }

  .p-t-3-lg {
    padding-top: 30px !important; }

  .p-r-3-lg {
    padding-right: 30px !important; }

  .p-b-3-lg {
    padding-bottom: 30px !important; }

  .p-l-3-lg {
    padding-left: 30px !important; }

  .p-x-3-lg {
    padding-right: 30px !important;
    padding-left: 30px !important; }

  .p-y-3-lg {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }

  .p-a-4-lg {
    padding: 40px 40px !important; }

  .p-t-4-lg {
    padding-top: 40px !important; }

  .p-r-4-lg {
    padding-right: 40px !important; }

  .p-b-4-lg {
    padding-bottom: 40px !important; }

  .p-l-4-lg {
    padding-left: 40px !important; }

  .p-x-4-lg {
    padding-right: 40px !important;
    padding-left: 40px !important; }

  .p-y-4-lg {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }

  .p-a-5-lg {
    padding: 50px 50px !important; }

  .p-t-5-lg {
    padding-top: 50px !important; }

  .p-r-5-lg {
    padding-right: 50px !important; }

  .p-b-5-lg {
    padding-bottom: 50px !important; }

  .p-l-5-lg {
    padding-left: 50px !important; }

  .p-x-5-lg {
    padding-right: 50px !important;
    padding-left: 50px !important; }

  .p-y-5-lg {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }

  .p-a-6-lg {
    padding: 60px 60px !important; }

  .p-t-6-lg {
    padding-top: 60px !important; }

  .p-r-6-lg {
    padding-right: 60px !important; }

  .p-b-6-lg {
    padding-bottom: 60px !important; }

  .p-l-6-lg {
    padding-left: 60px !important; }

  .p-x-6-lg {
    padding-right: 60px !important;
    padding-left: 60px !important; }

  .p-y-6-lg {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }

  .p-a-7-lg {
    padding: 70px 70px !important; }

  .p-t-7-lg {
    padding-top: 70px !important; }

  .p-r-7-lg {
    padding-right: 70px !important; }

  .p-b-7-lg {
    padding-bottom: 70px !important; }

  .p-l-7-lg {
    padding-left: 70px !important; }

  .p-x-7-lg {
    padding-right: 70px !important;
    padding-left: 70px !important; }

  .p-y-7-lg {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }

  .p-a-8-lg {
    padding: 80px 80px !important; }

  .p-t-8-lg {
    padding-top: 80px !important; }

  .p-r-8-lg {
    padding-right: 80px !important; }

  .p-b-8-lg {
    padding-bottom: 80px !important; }

  .p-l-8-lg {
    padding-left: 80px !important; }

  .p-x-8-lg {
    padding-right: 80px !important;
    padding-left: 80px !important; }

  .p-y-8-lg {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }

  .p-a-9-lg {
    padding: 90px 90px !important; }

  .p-t-9-lg {
    padding-top: 90px !important; }

  .p-r-9-lg {
    padding-right: 90px !important; }

  .p-b-9-lg {
    padding-bottom: 90px !important; }

  .p-l-9-lg {
    padding-left: 90px !important; }

  .p-x-9-lg {
    padding-right: 90px !important;
    padding-left: 90px !important; }

  .p-y-9-lg {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }

  .p-a-10-lg {
    padding: 100px 100px !important; }

  .p-t-10-lg {
    padding-top: 100px !important; }

  .p-r-10-lg {
    padding-right: 100px !important; }

  .p-b-10-lg {
    padding-bottom: 100px !important; }

  .p-l-10-lg {
    padding-left: 100px !important; }

  .p-x-10-lg {
    padding-right: 100px !important;
    padding-left: 100px !important; }

  .p-y-10-lg {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }

  .p-a-11-lg {
    padding: 110px 110px !important; }

  .p-t-11-lg {
    padding-top: 110px !important; }

  .p-r-11-lg {
    padding-right: 110px !important; }

  .p-b-11-lg {
    padding-bottom: 110px !important; }

  .p-l-11-lg {
    padding-left: 110px !important; }

  .p-x-11-lg {
    padding-right: 110px !important;
    padding-left: 110px !important; }

  .p-y-11-lg {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }

  .p-a-12-lg {
    padding: 120px 120px !important; }

  .p-t-12-lg {
    padding-top: 120px !important; }

  .p-r-12-lg {
    padding-right: 120px !important; }

  .p-b-12-lg {
    padding-bottom: 120px !important; }

  .p-l-12-lg {
    padding-left: 120px !important; }

  .p-x-12-lg {
    padding-right: 120px !important;
    padding-left: 120px !important; }

  .p-y-12-lg {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }

  .p-a-13-lg {
    padding: 130px 130px !important; }

  .p-t-13-lg {
    padding-top: 130px !important; }

  .p-r-13-lg {
    padding-right: 130px !important; }

  .p-b-13-lg {
    padding-bottom: 130px !important; }

  .p-l-13-lg {
    padding-left: 130px !important; }

  .p-x-13-lg {
    padding-right: 130px !important;
    padding-left: 130px !important; }

  .p-y-13-lg {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }

  .p-a-14-lg {
    padding: 140px 140px !important; }

  .p-t-14-lg {
    padding-top: 140px !important; }

  .p-r-14-lg {
    padding-right: 140px !important; }

  .p-b-14-lg {
    padding-bottom: 140px !important; }

  .p-l-14-lg {
    padding-left: 140px !important; }

  .p-x-14-lg {
    padding-right: 140px !important;
    padding-left: 140px !important; }

  .p-y-14-lg {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }

  .p-a-15-lg {
    padding: 150px 150px !important; }

  .p-t-15-lg {
    padding-top: 150px !important; }

  .p-r-15-lg {
    padding-right: 150px !important; }

  .p-b-15-lg {
    padding-bottom: 150px !important; }

  .p-l-15-lg {
    padding-left: 150px !important; }

  .p-x-15-lg {
    padding-right: 150px !important;
    padding-left: 150px !important; }

  .p-y-15-lg {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }

  .p-a-16-lg {
    padding: 160px 160px !important; }

  .p-t-16-lg {
    padding-top: 160px !important; }

  .p-r-16-lg {
    padding-right: 160px !important; }

  .p-b-16-lg {
    padding-bottom: 160px !important; }

  .p-l-16-lg {
    padding-left: 160px !important; }

  .p-x-16-lg {
    padding-right: 160px !important;
    padding-left: 160px !important; }

  .p-y-16-lg {
    padding-top: 160px !important;
    padding-bottom: 160px !important; }

  .p-a-17-lg {
    padding: 170px 170px !important; }

  .p-t-17-lg {
    padding-top: 170px !important; }

  .p-r-17-lg {
    padding-right: 170px !important; }

  .p-b-17-lg {
    padding-bottom: 170px !important; }

  .p-l-17-lg {
    padding-left: 170px !important; }

  .p-x-17-lg {
    padding-right: 170px !important;
    padding-left: 170px !important; }

  .p-y-17-lg {
    padding-top: 170px !important;
    padding-bottom: 170px !important; }

  .p-a-18-lg {
    padding: 180px 180px !important; }

  .p-t-18-lg {
    padding-top: 180px !important; }

  .p-r-18-lg {
    padding-right: 180px !important; }

  .p-b-18-lg {
    padding-bottom: 180px !important; }

  .p-l-18-lg {
    padding-left: 180px !important; }

  .p-x-18-lg {
    padding-right: 180px !important;
    padding-left: 180px !important; }

  .p-y-18-lg {
    padding-top: 180px !important;
    padding-bottom: 180px !important; }

  .p-a-19-lg {
    padding: 190px 190px !important; }

  .p-t-19-lg {
    padding-top: 190px !important; }

  .p-r-19-lg {
    padding-right: 190px !important; }

  .p-b-19-lg {
    padding-bottom: 190px !important; }

  .p-l-19-lg {
    padding-left: 190px !important; }

  .p-x-19-lg {
    padding-right: 190px !important;
    padding-left: 190px !important; }

  .p-y-19-lg {
    padding-top: 190px !important;
    padding-bottom: 190px !important; }

  .p-a-20-lg {
    padding: 200px 200px !important; }

  .p-t-20-lg {
    padding-top: 200px !important; }

  .p-r-20-lg {
    padding-right: 200px !important; }

  .p-b-20-lg {
    padding-bottom: 200px !important; }

  .p-l-20-lg {
    padding-left: 200px !important; }

  .p-x-20-lg {
    padding-right: 200px !important;
    padding-left: 200px !important; }

  .p-y-20-lg {
    padding-top: 200px !important;
    padding-bottom: 200px !important; }

  .p-a-minus1-lg {
    padding: -10px -10px !important; }

  .p-t-minus1-lg {
    padding-top: -10px !important; }

  .p-r-minus1-lg {
    padding-right: -10px !important; }

  .p-b-minus1-lg {
    padding-bottom: -10px !important; }

  .p-l-minus1-lg {
    padding-left: -10px !important; }

  .p-x-minus1-lg {
    padding-right: -10px !important;
    padding-left: -10px !important; }

  .p-y-minus1-lg {
    padding-top: -10px !important;
    padding-bottom: -10px !important; }

  .p-a-minus180-lg {
    padding: -180px -180px !important; }

  .p-t-minus180-lg {
    padding-top: -180px !important; }

  .p-r-minus180-lg {
    padding-right: -180px !important; }

  .p-b-minus180-lg {
    padding-bottom: -180px !important; }

  .p-l-minus180-lg {
    padding-left: -180px !important; }

  .p-x-minus180-lg {
    padding-right: -180px !important;
    padding-left: -180px !important; }

  .p-y-minus180-lg {
    padding-top: -180px !important;
    padding-bottom: -180px !important; }

  .p-a-minus140-lg {
    padding: -140px -140px !important; }

  .p-t-minus140-lg {
    padding-top: -140px !important; }

  .p-r-minus140-lg {
    padding-right: -140px !important; }

  .p-b-minus140-lg {
    padding-bottom: -140px !important; }

  .p-l-minus140-lg {
    padding-left: -140px !important; }

  .p-x-minus140-lg {
    padding-right: -140px !important;
    padding-left: -140px !important; }

  .p-y-minus140-lg {
    padding-top: -140px !important;
    padding-bottom: -140px !important; } }
@media (min-width: 1200px) {
  .m-a-pol-xl {
    margin: 5px 5px !important; }

  .m-t-pol-xl {
    margin-top: 5px !important; }

  .m-r-pol-xl {
    margin-right: 5px !important; }

  .m-b-pol-xl {
    margin-bottom: 5px !important; }

  .m-l-pol-xl {
    margin-left: 5px !important; }

  .m-x-pol-xl {
    margin-right: 5px !important;
    margin-left: 5px !important; }

  .m-y-pol-xl {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }

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

  .m-t-0-xl {
    margin-top: 0 !important; }

  .m-r-0-xl {
    margin-right: 0 !important; }

  .m-b-0-xl {
    margin-bottom: 0 !important; }

  .m-l-0-xl {
    margin-left: 0 !important; }

  .m-x-0-xl {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .m-y-0-xl {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .m-a-1-xl {
    margin: 10px 10px !important; }

  .m-t-1-xl {
    margin-top: 10px !important; }

  .m-r-1-xl {
    margin-right: 10px !important; }

  .m-b-1-xl {
    margin-bottom: 10px !important; }

  .m-l-1-xl {
    margin-left: 10px !important; }

  .m-x-1-xl {
    margin-right: 10px !important;
    margin-left: 10px !important; }

  .m-y-1-xl {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }

  .m-a-2-xl {
    margin: 20px 20px !important; }

  .m-t-2-xl {
    margin-top: 20px !important; }

  .m-r-2-xl {
    margin-right: 20px !important; }

  .m-b-2-xl {
    margin-bottom: 20px !important; }

  .m-l-2-xl {
    margin-left: 20px !important; }

  .m-x-2-xl {
    margin-right: 20px !important;
    margin-left: 20px !important; }

  .m-y-2-xl {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }

  .m-a-3-xl {
    margin: 30px 30px !important; }

  .m-t-3-xl {
    margin-top: 30px !important; }

  .m-r-3-xl {
    margin-right: 30px !important; }

  .m-b-3-xl {
    margin-bottom: 30px !important; }

  .m-l-3-xl {
    margin-left: 30px !important; }

  .m-x-3-xl {
    margin-right: 30px !important;
    margin-left: 30px !important; }

  .m-y-3-xl {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }

  .m-a-4-xl {
    margin: 40px 40px !important; }

  .m-t-4-xl {
    margin-top: 40px !important; }

  .m-r-4-xl {
    margin-right: 40px !important; }

  .m-b-4-xl {
    margin-bottom: 40px !important; }

  .m-l-4-xl {
    margin-left: 40px !important; }

  .m-x-4-xl {
    margin-right: 40px !important;
    margin-left: 40px !important; }

  .m-y-4-xl {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }

  .m-a-5-xl {
    margin: 50px 50px !important; }

  .m-t-5-xl {
    margin-top: 50px !important; }

  .m-r-5-xl {
    margin-right: 50px !important; }

  .m-b-5-xl {
    margin-bottom: 50px !important; }

  .m-l-5-xl {
    margin-left: 50px !important; }

  .m-x-5-xl {
    margin-right: 50px !important;
    margin-left: 50px !important; }

  .m-y-5-xl {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }

  .m-a-6-xl {
    margin: 60px 60px !important; }

  .m-t-6-xl {
    margin-top: 60px !important; }

  .m-r-6-xl {
    margin-right: 60px !important; }

  .m-b-6-xl {
    margin-bottom: 60px !important; }

  .m-l-6-xl {
    margin-left: 60px !important; }

  .m-x-6-xl {
    margin-right: 60px !important;
    margin-left: 60px !important; }

  .m-y-6-xl {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }

  .m-a-7-xl {
    margin: 70px 70px !important; }

  .m-t-7-xl {
    margin-top: 70px !important; }

  .m-r-7-xl {
    margin-right: 70px !important; }

  .m-b-7-xl {
    margin-bottom: 70px !important; }

  .m-l-7-xl {
    margin-left: 70px !important; }

  .m-x-7-xl {
    margin-right: 70px !important;
    margin-left: 70px !important; }

  .m-y-7-xl {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }

  .m-a-8-xl {
    margin: 80px 80px !important; }

  .m-t-8-xl {
    margin-top: 80px !important; }

  .m-r-8-xl {
    margin-right: 80px !important; }

  .m-b-8-xl {
    margin-bottom: 80px !important; }

  .m-l-8-xl {
    margin-left: 80px !important; }

  .m-x-8-xl {
    margin-right: 80px !important;
    margin-left: 80px !important; }

  .m-y-8-xl {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }

  .m-a-9-xl {
    margin: 90px 90px !important; }

  .m-t-9-xl {
    margin-top: 90px !important; }

  .m-r-9-xl {
    margin-right: 90px !important; }

  .m-b-9-xl {
    margin-bottom: 90px !important; }

  .m-l-9-xl {
    margin-left: 90px !important; }

  .m-x-9-xl {
    margin-right: 90px !important;
    margin-left: 90px !important; }

  .m-y-9-xl {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }

  .m-a-10-xl {
    margin: 100px 100px !important; }

  .m-t-10-xl {
    margin-top: 100px !important; }

  .m-r-10-xl {
    margin-right: 100px !important; }

  .m-b-10-xl {
    margin-bottom: 100px !important; }

  .m-l-10-xl {
    margin-left: 100px !important; }

  .m-x-10-xl {
    margin-right: 100px !important;
    margin-left: 100px !important; }

  .m-y-10-xl {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }

  .m-a-11-xl {
    margin: 110px 110px !important; }

  .m-t-11-xl {
    margin-top: 110px !important; }

  .m-r-11-xl {
    margin-right: 110px !important; }

  .m-b-11-xl {
    margin-bottom: 110px !important; }

  .m-l-11-xl {
    margin-left: 110px !important; }

  .m-x-11-xl {
    margin-right: 110px !important;
    margin-left: 110px !important; }

  .m-y-11-xl {
    margin-top: 110px !important;
    margin-bottom: 110px !important; }

  .m-a-12-xl {
    margin: 120px 120px !important; }

  .m-t-12-xl {
    margin-top: 120px !important; }

  .m-r-12-xl {
    margin-right: 120px !important; }

  .m-b-12-xl {
    margin-bottom: 120px !important; }

  .m-l-12-xl {
    margin-left: 120px !important; }

  .m-x-12-xl {
    margin-right: 120px !important;
    margin-left: 120px !important; }

  .m-y-12-xl {
    margin-top: 120px !important;
    margin-bottom: 120px !important; }

  .m-a-13-xl {
    margin: 130px 130px !important; }

  .m-t-13-xl {
    margin-top: 130px !important; }

  .m-r-13-xl {
    margin-right: 130px !important; }

  .m-b-13-xl {
    margin-bottom: 130px !important; }

  .m-l-13-xl {
    margin-left: 130px !important; }

  .m-x-13-xl {
    margin-right: 130px !important;
    margin-left: 130px !important; }

  .m-y-13-xl {
    margin-top: 130px !important;
    margin-bottom: 130px !important; }

  .m-a-14-xl {
    margin: 140px 140px !important; }

  .m-t-14-xl {
    margin-top: 140px !important; }

  .m-r-14-xl {
    margin-right: 140px !important; }

  .m-b-14-xl {
    margin-bottom: 140px !important; }

  .m-l-14-xl {
    margin-left: 140px !important; }

  .m-x-14-xl {
    margin-right: 140px !important;
    margin-left: 140px !important; }

  .m-y-14-xl {
    margin-top: 140px !important;
    margin-bottom: 140px !important; }

  .m-a-15-xl {
    margin: 150px 150px !important; }

  .m-t-15-xl {
    margin-top: 150px !important; }

  .m-r-15-xl {
    margin-right: 150px !important; }

  .m-b-15-xl {
    margin-bottom: 150px !important; }

  .m-l-15-xl {
    margin-left: 150px !important; }

  .m-x-15-xl {
    margin-right: 150px !important;
    margin-left: 150px !important; }

  .m-y-15-xl {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }

  .m-a-16-xl {
    margin: 160px 160px !important; }

  .m-t-16-xl {
    margin-top: 160px !important; }

  .m-r-16-xl {
    margin-right: 160px !important; }

  .m-b-16-xl {
    margin-bottom: 160px !important; }

  .m-l-16-xl {
    margin-left: 160px !important; }

  .m-x-16-xl {
    margin-right: 160px !important;
    margin-left: 160px !important; }

  .m-y-16-xl {
    margin-top: 160px !important;
    margin-bottom: 160px !important; }

  .m-a-17-xl {
    margin: 170px 170px !important; }

  .m-t-17-xl {
    margin-top: 170px !important; }

  .m-r-17-xl {
    margin-right: 170px !important; }

  .m-b-17-xl {
    margin-bottom: 170px !important; }

  .m-l-17-xl {
    margin-left: 170px !important; }

  .m-x-17-xl {
    margin-right: 170px !important;
    margin-left: 170px !important; }

  .m-y-17-xl {
    margin-top: 170px !important;
    margin-bottom: 170px !important; }

  .m-a-18-xl {
    margin: 180px 180px !important; }

  .m-t-18-xl {
    margin-top: 180px !important; }

  .m-r-18-xl {
    margin-right: 180px !important; }

  .m-b-18-xl {
    margin-bottom: 180px !important; }

  .m-l-18-xl {
    margin-left: 180px !important; }

  .m-x-18-xl {
    margin-right: 180px !important;
    margin-left: 180px !important; }

  .m-y-18-xl {
    margin-top: 180px !important;
    margin-bottom: 180px !important; }

  .m-a-19-xl {
    margin: 190px 190px !important; }

  .m-t-19-xl {
    margin-top: 190px !important; }

  .m-r-19-xl {
    margin-right: 190px !important; }

  .m-b-19-xl {
    margin-bottom: 190px !important; }

  .m-l-19-xl {
    margin-left: 190px !important; }

  .m-x-19-xl {
    margin-right: 190px !important;
    margin-left: 190px !important; }

  .m-y-19-xl {
    margin-top: 190px !important;
    margin-bottom: 190px !important; }

  .m-a-20-xl {
    margin: 200px 200px !important; }

  .m-t-20-xl {
    margin-top: 200px !important; }

  .m-r-20-xl {
    margin-right: 200px !important; }

  .m-b-20-xl {
    margin-bottom: 200px !important; }

  .m-l-20-xl {
    margin-left: 200px !important; }

  .m-x-20-xl {
    margin-right: 200px !important;
    margin-left: 200px !important; }

  .m-y-20-xl {
    margin-top: 200px !important;
    margin-bottom: 200px !important; }

  .m-a-minus1-xl {
    margin: -10px -10px !important; }

  .m-t-minus1-xl {
    margin-top: -10px !important; }

  .m-r-minus1-xl {
    margin-right: -10px !important; }

  .m-b-minus1-xl {
    margin-bottom: -10px !important; }

  .m-l-minus1-xl {
    margin-left: -10px !important; }

  .m-x-minus1-xl {
    margin-right: -10px !important;
    margin-left: -10px !important; }

  .m-y-minus1-xl {
    margin-top: -10px !important;
    margin-bottom: -10px !important; }

  .m-a-minus180-xl {
    margin: -180px -180px !important; }

  .m-t-minus180-xl {
    margin-top: -180px !important; }

  .m-r-minus180-xl {
    margin-right: -180px !important; }

  .m-b-minus180-xl {
    margin-bottom: -180px !important; }

  .m-l-minus180-xl {
    margin-left: -180px !important; }

  .m-x-minus180-xl {
    margin-right: -180px !important;
    margin-left: -180px !important; }

  .m-y-minus180-xl {
    margin-top: -180px !important;
    margin-bottom: -180px !important; }

  .m-a-minus140-xl {
    margin: -140px -140px !important; }

  .m-t-minus140-xl {
    margin-top: -140px !important; }

  .m-r-minus140-xl {
    margin-right: -140px !important; }

  .m-b-minus140-xl {
    margin-bottom: -140px !important; }

  .m-l-minus140-xl {
    margin-left: -140px !important; }

  .m-x-minus140-xl {
    margin-right: -140px !important;
    margin-left: -140px !important; }

  .m-y-minus140-xl {
    margin-top: -140px !important;
    margin-bottom: -140px !important; }

  .p-a-pol-xl {
    padding: 5px 5px !important; }

  .p-t-pol-xl {
    padding-top: 5px !important; }

  .p-r-pol-xl {
    padding-right: 5px !important; }

  .p-b-pol-xl {
    padding-bottom: 5px !important; }

  .p-l-pol-xl {
    padding-left: 5px !important; }

  .p-x-pol-xl {
    padding-right: 5px !important;
    padding-left: 5px !important; }

  .p-y-pol-xl {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }

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

  .p-t-0-xl {
    padding-top: 0 !important; }

  .p-r-0-xl {
    padding-right: 0 !important; }

  .p-b-0-xl {
    padding-bottom: 0 !important; }

  .p-l-0-xl {
    padding-left: 0 !important; }

  .p-x-0-xl {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .p-y-0-xl {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .p-a-1-xl {
    padding: 10px 10px !important; }

  .p-t-1-xl {
    padding-top: 10px !important; }

  .p-r-1-xl {
    padding-right: 10px !important; }

  .p-b-1-xl {
    padding-bottom: 10px !important; }

  .p-l-1-xl {
    padding-left: 10px !important; }

  .p-x-1-xl {
    padding-right: 10px !important;
    padding-left: 10px !important; }

  .p-y-1-xl {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

  .p-a-2-xl {
    padding: 20px 20px !important; }

  .p-t-2-xl {
    padding-top: 20px !important; }

  .p-r-2-xl {
    padding-right: 20px !important; }

  .p-b-2-xl {
    padding-bottom: 20px !important; }

  .p-l-2-xl {
    padding-left: 20px !important; }

  .p-x-2-xl {
    padding-right: 20px !important;
    padding-left: 20px !important; }

  .p-y-2-xl {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

  .p-a-3-xl {
    padding: 30px 30px !important; }

  .p-t-3-xl {
    padding-top: 30px !important; }

  .p-r-3-xl {
    padding-right: 30px !important; }

  .p-b-3-xl {
    padding-bottom: 30px !important; }

  .p-l-3-xl {
    padding-left: 30px !important; }

  .p-x-3-xl {
    padding-right: 30px !important;
    padding-left: 30px !important; }

  .p-y-3-xl {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }

  .p-a-4-xl {
    padding: 40px 40px !important; }

  .p-t-4-xl {
    padding-top: 40px !important; }

  .p-r-4-xl {
    padding-right: 40px !important; }

  .p-b-4-xl {
    padding-bottom: 40px !important; }

  .p-l-4-xl {
    padding-left: 40px !important; }

  .p-x-4-xl {
    padding-right: 40px !important;
    padding-left: 40px !important; }

  .p-y-4-xl {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }

  .p-a-5-xl {
    padding: 50px 50px !important; }

  .p-t-5-xl {
    padding-top: 50px !important; }

  .p-r-5-xl {
    padding-right: 50px !important; }

  .p-b-5-xl {
    padding-bottom: 50px !important; }

  .p-l-5-xl {
    padding-left: 50px !important; }

  .p-x-5-xl {
    padding-right: 50px !important;
    padding-left: 50px !important; }

  .p-y-5-xl {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }

  .p-a-6-xl {
    padding: 60px 60px !important; }

  .p-t-6-xl {
    padding-top: 60px !important; }

  .p-r-6-xl {
    padding-right: 60px !important; }

  .p-b-6-xl {
    padding-bottom: 60px !important; }

  .p-l-6-xl {
    padding-left: 60px !important; }

  .p-x-6-xl {
    padding-right: 60px !important;
    padding-left: 60px !important; }

  .p-y-6-xl {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }

  .p-a-7-xl {
    padding: 70px 70px !important; }

  .p-t-7-xl {
    padding-top: 70px !important; }

  .p-r-7-xl {
    padding-right: 70px !important; }

  .p-b-7-xl {
    padding-bottom: 70px !important; }

  .p-l-7-xl {
    padding-left: 70px !important; }

  .p-x-7-xl {
    padding-right: 70px !important;
    padding-left: 70px !important; }

  .p-y-7-xl {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }

  .p-a-8-xl {
    padding: 80px 80px !important; }

  .p-t-8-xl {
    padding-top: 80px !important; }

  .p-r-8-xl {
    padding-right: 80px !important; }

  .p-b-8-xl {
    padding-bottom: 80px !important; }

  .p-l-8-xl {
    padding-left: 80px !important; }

  .p-x-8-xl {
    padding-right: 80px !important;
    padding-left: 80px !important; }

  .p-y-8-xl {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }

  .p-a-9-xl {
    padding: 90px 90px !important; }

  .p-t-9-xl {
    padding-top: 90px !important; }

  .p-r-9-xl {
    padding-right: 90px !important; }

  .p-b-9-xl {
    padding-bottom: 90px !important; }

  .p-l-9-xl {
    padding-left: 90px !important; }

  .p-x-9-xl {
    padding-right: 90px !important;
    padding-left: 90px !important; }

  .p-y-9-xl {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }

  .p-a-10-xl {
    padding: 100px 100px !important; }

  .p-t-10-xl {
    padding-top: 100px !important; }

  .p-r-10-xl {
    padding-right: 100px !important; }

  .p-b-10-xl {
    padding-bottom: 100px !important; }

  .p-l-10-xl {
    padding-left: 100px !important; }

  .p-x-10-xl {
    padding-right: 100px !important;
    padding-left: 100px !important; }

  .p-y-10-xl {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }

  .p-a-11-xl {
    padding: 110px 110px !important; }

  .p-t-11-xl {
    padding-top: 110px !important; }

  .p-r-11-xl {
    padding-right: 110px !important; }

  .p-b-11-xl {
    padding-bottom: 110px !important; }

  .p-l-11-xl {
    padding-left: 110px !important; }

  .p-x-11-xl {
    padding-right: 110px !important;
    padding-left: 110px !important; }

  .p-y-11-xl {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }

  .p-a-12-xl {
    padding: 120px 120px !important; }

  .p-t-12-xl {
    padding-top: 120px !important; }

  .p-r-12-xl {
    padding-right: 120px !important; }

  .p-b-12-xl {
    padding-bottom: 120px !important; }

  .p-l-12-xl {
    padding-left: 120px !important; }

  .p-x-12-xl {
    padding-right: 120px !important;
    padding-left: 120px !important; }

  .p-y-12-xl {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }

  .p-a-13-xl {
    padding: 130px 130px !important; }

  .p-t-13-xl {
    padding-top: 130px !important; }

  .p-r-13-xl {
    padding-right: 130px !important; }

  .p-b-13-xl {
    padding-bottom: 130px !important; }

  .p-l-13-xl {
    padding-left: 130px !important; }

  .p-x-13-xl {
    padding-right: 130px !important;
    padding-left: 130px !important; }

  .p-y-13-xl {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }

  .p-a-14-xl {
    padding: 140px 140px !important; }

  .p-t-14-xl {
    padding-top: 140px !important; }

  .p-r-14-xl {
    padding-right: 140px !important; }

  .p-b-14-xl {
    padding-bottom: 140px !important; }

  .p-l-14-xl {
    padding-left: 140px !important; }

  .p-x-14-xl {
    padding-right: 140px !important;
    padding-left: 140px !important; }

  .p-y-14-xl {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }

  .p-a-15-xl {
    padding: 150px 150px !important; }

  .p-t-15-xl {
    padding-top: 150px !important; }

  .p-r-15-xl {
    padding-right: 150px !important; }

  .p-b-15-xl {
    padding-bottom: 150px !important; }

  .p-l-15-xl {
    padding-left: 150px !important; }

  .p-x-15-xl {
    padding-right: 150px !important;
    padding-left: 150px !important; }

  .p-y-15-xl {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }

  .p-a-16-xl {
    padding: 160px 160px !important; }

  .p-t-16-xl {
    padding-top: 160px !important; }

  .p-r-16-xl {
    padding-right: 160px !important; }

  .p-b-16-xl {
    padding-bottom: 160px !important; }

  .p-l-16-xl {
    padding-left: 160px !important; }

  .p-x-16-xl {
    padding-right: 160px !important;
    padding-left: 160px !important; }

  .p-y-16-xl {
    padding-top: 160px !important;
    padding-bottom: 160px !important; }

  .p-a-17-xl {
    padding: 170px 170px !important; }

  .p-t-17-xl {
    padding-top: 170px !important; }

  .p-r-17-xl {
    padding-right: 170px !important; }

  .p-b-17-xl {
    padding-bottom: 170px !important; }

  .p-l-17-xl {
    padding-left: 170px !important; }

  .p-x-17-xl {
    padding-right: 170px !important;
    padding-left: 170px !important; }

  .p-y-17-xl {
    padding-top: 170px !important;
    padding-bottom: 170px !important; }

  .p-a-18-xl {
    padding: 180px 180px !important; }

  .p-t-18-xl {
    padding-top: 180px !important; }

  .p-r-18-xl {
    padding-right: 180px !important; }

  .p-b-18-xl {
    padding-bottom: 180px !important; }

  .p-l-18-xl {
    padding-left: 180px !important; }

  .p-x-18-xl {
    padding-right: 180px !important;
    padding-left: 180px !important; }

  .p-y-18-xl {
    padding-top: 180px !important;
    padding-bottom: 180px !important; }

  .p-a-19-xl {
    padding: 190px 190px !important; }

  .p-t-19-xl {
    padding-top: 190px !important; }

  .p-r-19-xl {
    padding-right: 190px !important; }

  .p-b-19-xl {
    padding-bottom: 190px !important; }

  .p-l-19-xl {
    padding-left: 190px !important; }

  .p-x-19-xl {
    padding-right: 190px !important;
    padding-left: 190px !important; }

  .p-y-19-xl {
    padding-top: 190px !important;
    padding-bottom: 190px !important; }

  .p-a-20-xl {
    padding: 200px 200px !important; }

  .p-t-20-xl {
    padding-top: 200px !important; }

  .p-r-20-xl {
    padding-right: 200px !important; }

  .p-b-20-xl {
    padding-bottom: 200px !important; }

  .p-l-20-xl {
    padding-left: 200px !important; }

  .p-x-20-xl {
    padding-right: 200px !important;
    padding-left: 200px !important; }

  .p-y-20-xl {
    padding-top: 200px !important;
    padding-bottom: 200px !important; }

  .p-a-minus1-xl {
    padding: -10px -10px !important; }

  .p-t-minus1-xl {
    padding-top: -10px !important; }

  .p-r-minus1-xl {
    padding-right: -10px !important; }

  .p-b-minus1-xl {
    padding-bottom: -10px !important; }

  .p-l-minus1-xl {
    padding-left: -10px !important; }

  .p-x-minus1-xl {
    padding-right: -10px !important;
    padding-left: -10px !important; }

  .p-y-minus1-xl {
    padding-top: -10px !important;
    padding-bottom: -10px !important; }

  .p-a-minus180-xl {
    padding: -180px -180px !important; }

  .p-t-minus180-xl {
    padding-top: -180px !important; }

  .p-r-minus180-xl {
    padding-right: -180px !important; }

  .p-b-minus180-xl {
    padding-bottom: -180px !important; }

  .p-l-minus180-xl {
    padding-left: -180px !important; }

  .p-x-minus180-xl {
    padding-right: -180px !important;
    padding-left: -180px !important; }

  .p-y-minus180-xl {
    padding-top: -180px !important;
    padding-bottom: -180px !important; }

  .p-a-minus140-xl {
    padding: -140px -140px !important; }

  .p-t-minus140-xl {
    padding-top: -140px !important; }

  .p-r-minus140-xl {
    padding-right: -140px !important; }

  .p-b-minus140-xl {
    padding-bottom: -140px !important; }

  .p-l-minus140-xl {
    padding-left: -140px !important; }

  .p-x-minus140-xl {
    padding-right: -140px !important;
    padding-left: -140px !important; }

  .p-y-minus140-xl {
    padding-top: -140px !important;
    padding-bottom: -140px !important; } }
.table {
  max-width: 100%;
  margin-bottom: 10px; }
  .table th,
  .table td {
    padding: 0.75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef; }
  .table tbody + tbody {
    border-top: 2px solid #eceeef; }
  .table .table {
    background-color: #fff; }

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

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

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

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

.table-active,
.table-active > th,
.table-active > td {
  background-color: #f5f5f5; }

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

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

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

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

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

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

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

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

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

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto; }

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

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

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

.table-reflow thead {
  float: left; }
.table-reflow tbody {
  display: block;
  white-space: nowrap; }
.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef; }
  .table-reflow th:last-child,
  .table-reflow td:last-child {
    border-right: 1px solid #eceeef; }
.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef; }
.table-reflow tr {
  float: left; }
  .table-reflow tr th,
  .table-reflow tr td {
    display: block !important;
    border: 1px solid #eceeef; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0.25rem; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    border-color: #66afe9;
    outline: none; }
  .form-control::placeholder {
    color: #999;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

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

.form-control-label {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 2.25rem; }
  input[type="date"].input-sm, .input-group-sm input[type="date"].form-control,
  input[type="time"].input-sm, .input-group-sm
  input[type="time"].form-control,
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"].form-control,
  input[type="month"].input-sm, .input-group-sm
  input[type="month"].form-control {
    line-height: 1.8625rem; }
  input[type="date"].input-lg, .input-group-lg input[type="date"].form-control,
  input[type="time"].input-lg, .input-group-lg
  input[type="time"].form-control,
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"].form-control,
  input[type="month"].input-lg, .input-group-lg
  input[type="month"].form-control {
    line-height: 3.16667rem; } }
.form-control-static {
  min-height: 2.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0; }
  .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

.form-group {
  margin-bottom: 10px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 7.5px; }
  .radio label,
  .checkbox label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
    .radio label input:only-child,
    .checkbox label input:only-child {
      position: static; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -.25rem; }

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

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: .75rem; }

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

.radio-inline.disabled,
.checkbox-inline.disabled {
  cursor: not-allowed; }

.radio.disabled label,
.checkbox.disabled label {
  cursor: not-allowed; }

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

.has-success .text-help,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #5cb85c; }
.has-success .form-control {
  border-color: #5cb85c; }
.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea; }
.has-success .form-control-feedback {
  color: #5cb85c; }
.has-success .form-control-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="); }

.has-warning .text-help,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #f0ad4e; }
.has-warning .form-control {
  border-color: #f0ad4e; }
.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white; }
.has-warning .form-control-feedback {
  color: #f0ad4e; }
.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"); }

.has-danger .text-help,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline, .has-danger.radio label, .has-danger.checkbox label, .has-danger.radio-inline label, .has-danger.checkbox-inline label {
  color: #d9534f; }
.has-danger .form-control {
  border-color: #d9534f; }
.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7; }
.has-danger .form-control-feedback {
  color: #d9534f; }
.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="); }

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

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn.focus {
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }

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

.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8; }
  .btn-primary:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
    background-image: none; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #014682;
      border-color: #01315a; }
  .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
    background-color: #0275d8;
    border-color: #0275d8; }
  .btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #0275d8;
    border-color: #0275d8; }

.btn-secondary {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc; }
  .btn-secondary:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
      color: #373a3c;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1f7e9a; }
  .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    background-image: none; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #2d672d; }
  .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
    background-image: none; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #b06d0f; }
  .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
    background-image: none; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #8b211e; }
  .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #d9534f;
    border-color: #d9534f; }

.btn-primary-outline {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8; }
  .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active, .open > .btn-primary-outline.dropdown-toggle {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8; }
  .btn-primary-outline:hover {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8; }
  .btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled.focus {
    border-color: #43a7fd; }
  .btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover {
    border-color: #43a7fd; }

.btn-secondary-outline {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }
  .btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active, .open > .btn-secondary-outline.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-secondary-outline:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline:disabled.focus {
    border-color: white; }
  .btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover {
    border-color: white; }

.btn-info-outline {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de; }
  .btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active, .open > .btn-info-outline.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info-outline:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info-outline.disabled:focus, .btn-info-outline.disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline:disabled.focus {
    border-color: #b0e1ef; }
  .btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover {
    border-color: #b0e1ef; }

.btn-success-outline {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c; }
  .btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active, .open > .btn-success-outline.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success-outline:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success-outline.disabled:focus, .btn-success-outline.disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline:disabled.focus {
    border-color: #a3d7a3; }
  .btn-success-outline.disabled:hover, .btn-success-outline:disabled:hover {
    border-color: #a3d7a3; }

.btn-warning-outline {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e; }
  .btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active, .open > .btn-warning-outline.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning-outline:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline:disabled.focus {
    border-color: #f8d9ac; }
  .btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover {
    border-color: #f8d9ac; }

.btn-danger-outline {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f; }
  .btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active, .open > .btn-danger-outline.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger-outline:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline:disabled.focus {
    border-color: #eba5a3; }
  .btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover {
    border-color: #eba5a3; }

.btn-link {
  font-weight: normal;
  color: #0275d8;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #014c8c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled:focus, .btn-link:disabled:hover {
    color: #818a91;
    text-decoration: none; }

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

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

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

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

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

.dropup,
.dropdown {
  position: relative; }

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5; }
  .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    outline: 0; }
  .dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    color: #818a91; }
  .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"; }

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

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #818a91;
  white-space: nowrap; }

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar::after {
    content: "";
    display: table;
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

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

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

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

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

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

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

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

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

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 0.3em 0.3em; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group::after {
  content: "";
  display: table;
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

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

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

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

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

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

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

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

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

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

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

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

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

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

.c-input {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  color: #a3a3a3;
  cursor: pointer; }
  .c-input > input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .c-input > input:checked ~ .c-indicator {
      color: #fff;
      background-color: #f8111e; }
    .c-input > input:active ~ .c-indicator {
      color: #fff; }
  .c-input + .c-input {
    margin-left: 1rem; }

.c-indicator {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  font-size: 65%;
  line-height: 1rem;
  color: #eee;
  text-align: center;
  user-select: none;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.c-checkbox .c-indicator {
  border-radius: .25rem; }
.c-checkbox input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=); }
.c-checkbox input:indeterminate ~ .c-indicator {
  background-color: #0074d9;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K); }

.c-radio .c-indicator {
  border-radius: 50%; }
.c-radio input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==); }

.c-inputs-stacked .c-input {
  display: inline; }
  .c-inputs-stacked .c-input::after {
    display: block;
    margin-bottom: .25rem;
    content: ""; }
  .c-inputs-stacked .c-input + .c-input {
    margin-left: 0; }

.c-select {
  display: inline-block;
  max-width: 100%;
  padding: .375rem 1.75rem .375rem .75rem;
  padding-right: .75rem \9;
  color: #55595c;
  vertical-align: middle;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid #ccc;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .c-select:focus {
    border-color: #51a7e8;
    outline: none; }
  .c-select::-ms-expand {
    opacity: 0; }

.c-select-sm {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px; }
  .c-select-sm:not([multiple]) {
    height: 26px;
    min-height: 26px; }

.file {
  position: relative;
  display: inline-block;
  height: 2.5rem;
  cursor: pointer; }

.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem; }

.file-custom::after {
  content: "Choose file..."; }

.file-custom::before {
  position: absolute;
  top: -.075rem;
  right: -.075rem;
  bottom: -.075rem;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  content: "Browse";
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 .25rem .25rem 0; }

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

.nav-link {
  display: inline-block; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #818a91; }
    .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
      color: #818a91;
      cursor: not-allowed;
      background-color: transparent; }

.nav-inline .nav-item {
  display: inline-block; }
.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs::after {
    content: "";
    display: table;
    clear: both; }
  .nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs .nav-item + .nav-item {
      margin-left: .2rem; }
  .nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    border-radius: 0.25rem 0.25rem 0 0; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #eceeef #eceeef #ddd; }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
      color: #818a91;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
  .nav-tabs .nav-item.open .nav-link,
  .nav-tabs .nav-item.open .nav-link:focus,
  .nav-tabs .nav-item.open .nav-link:hover {
    color: #55595c;
    background-color: #fff;
    border-color: #ddd #ddd transparent; }

.nav-pills::after {
  content: "";
  display: table;
  clear: both; }
.nav-pills .nav-item {
  float: left; }
  .nav-pills .nav-item + .nav-item {
    margin-left: .2rem; }
.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.25rem; }
.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #0275d8; }

.nav-stacked .nav-item {
  display: block;
  float: none; }
  .nav-stacked .nav-item + .nav-item {
    margin-top: .2rem;
    margin-left: 0; }

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

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

.navbar {
  position: relative;
  padding: 5px 10px; }
  .navbar::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 701px) {
    .navbar {
      border-radius: 0.25rem; } }

.navbar-full {
  z-index: 1000; }
  @media (min-width: 701px) {
    .navbar-full {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 701px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0; }

.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%; }
  @media (min-width: 701px) {
    .navbar-sticky-top {
      border-radius: 0; } }

.navbar-brand {
  float: left;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 10px;
  margin-left: 10px;
  overflow: hidden; }
  .navbar-divider::before {
    content: "\00a0"; }

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

@media (min-width: 701px) {
  .navbar-toggleable-xs {
    display: block !important; } }
@media (min-width: 769px) {
  .navbar-toggleable-sm {
    display: block !important; } }
@media (min-width: 1025px) {
  .navbar-toggleable-md {
    display: block !important; } }

.navbar-nav .nav-item {
  float: left; }
.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem; }
  .navbar-nav .nav-link + .nav-link {
    margin-left: 1rem; }
.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.8); }
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.6); }
.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8); }
.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-dark .navbar-brand {
  color: white; }
  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: white; }
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }
.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white; }
.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075); }

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 10px;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem; }
  .breadcrumb::after {
    content: "";
    display: table;
    clear: both; }
  .breadcrumb > li {
    float: left; }
    .breadcrumb > li + li::before {
      padding-right: .5rem;
      padding-left: .5rem;
      color: #818a91;
      content: "/"; }
  .breadcrumb > .active {
    color: #818a91; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0.25rem; }

.page-item {
  display: inline; }
  .page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .page-item:last-child .page-link {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0275d8;
    border-color: #0275d8; }
  .page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #0275d8;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }
  .page-link:focus, .page-link:hover {
    color: #014c8c;
    background-color: #eceeef;
    border-color: #ddd; }

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

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem; }

.pager {
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  list-style: none; }
  .pager::after {
    content: "";
    display: table;
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:focus, .pager li > a:hover {
      text-decoration: none;
      background-color: #eceeef; }
  .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #fff; }
  .pager .disabled > span {
    color: #818a91;
    cursor: not-allowed;
    background-color: #fff; }

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

.pager-prev > a,
.pager-prev > span {
  float: left; }

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

.embed-responsive-21by9 {
  padding-bottom: 42.85714%; }

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

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.875rem;
  opacity: 0; }
  .tooltip.in {
    opacity: 0.9; }
  .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px; }
    .tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 5px 5px 0;
      border-top-color: #000; }
  .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px; }
    .tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
      top: 50%;
      left: 0;
      margin-top: -5px;
      border-width: 5px 5px 5px 0;
      border-right-color: #000; }
  .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px; }
    .tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
      top: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
  .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px; }
    .tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
      top: 50%;
      right: 0;
      margin-top: -5px;
      border-width: 5px 0 5px 5px;
      border-left-color: #000; }

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

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

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

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

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

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

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

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

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .carousel-item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left; }
    .carousel-inner > .carousel-item > img,
    .carousel-inner > .carousel-item > a > img {
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .carousel-item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px; }
        .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
          left: 0;
          transform: translate3d(100%, 0, 0); }
        .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
          left: 0;
          transform: translate3d(-100%, 0, 0); }
        .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
          left: 0;
          transform: translate3d(0, 0, 0); } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5; }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev::before {
    content: "\2039"; }
  .carousel-control .icon-next::before {
    content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media (min-width: 701px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .icon-next {
    margin-right: -15px; }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix::after {
  content: "";
  display: table;
  clear: both; }

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

.pull-xs-left {
  float: left !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.invisible {
  visibility: hidden !important; }

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

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-center {
  text-align: center !important; }

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

  .text-sm-right {
    text-align: right !important; }

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

  .text-md-right {
    text-align: right !important; }

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

  .text-lg-right {
    text-align: right !important; }

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

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

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

.font-italic {
  font-style: italic; }

.text-muted {
  color: #818a91; }

.text-primary {
  color: #0275d8 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5; }

.text-success {
  color: #5cb85c !important; }

a.text-success:focus, a.text-success:hover {
  color: #449d44; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5; }

.text-warning {
  color: #f0ad4e !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f; }

.text-danger {
  color: #d9534f !important; }

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

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

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

.bg-primary {
  color: #fff !important;
  background-color: #0275d8 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5; }

.bg-success {
  color: #fff !important;
  background-color: #5cb85c !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44; }

.bg-info {
  color: #fff !important;
  background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5; }

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

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

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

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

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

.m-a-pol {
  margin: 5px 5px !important; }

.m-t-pol {
  margin-top: 5px !important; }

.m-r-pol {
  margin-right: 5px !important; }

.m-b-pol {
  margin-bottom: 5px !important; }

.m-l-pol {
  margin-left: 5px !important; }

.m-x-pol {
  margin-right: 5px !important;
  margin-left: 5px !important; }

.m-y-pol {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

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

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

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

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

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

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

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

.m-a-1 {
  margin: 10px 10px !important; }

.m-t-1 {
  margin-top: 10px !important; }

.m-r-1 {
  margin-right: 10px !important; }

.m-b-1 {
  margin-bottom: 10px !important; }

.m-l-1 {
  margin-left: 10px !important; }

.m-x-1 {
  margin-right: 10px !important;
  margin-left: 10px !important; }

.m-y-1 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.m-a-2 {
  margin: 20px 20px !important; }

.m-t-2 {
  margin-top: 20px !important; }

.m-r-2 {
  margin-right: 20px !important; }

.m-b-2 {
  margin-bottom: 20px !important; }

.m-l-2 {
  margin-left: 20px !important; }

.m-x-2 {
  margin-right: 20px !important;
  margin-left: 20px !important; }

.m-y-2 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.m-a-3 {
  margin: 30px 30px !important; }

.m-t-3 {
  margin-top: 30px !important; }

.m-r-3 {
  margin-right: 30px !important; }

.m-b-3 {
  margin-bottom: 30px !important; }

.m-l-3 {
  margin-left: 30px !important; }

.m-x-3 {
  margin-right: 30px !important;
  margin-left: 30px !important; }

.m-y-3 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.m-a-4 {
  margin: 40px 40px !important; }

.m-t-4 {
  margin-top: 40px !important; }

.m-r-4 {
  margin-right: 40px !important; }

.m-b-4 {
  margin-bottom: 40px !important; }

.m-l-4 {
  margin-left: 40px !important; }

.m-x-4 {
  margin-right: 40px !important;
  margin-left: 40px !important; }

.m-y-4 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.m-a-5 {
  margin: 50px 50px !important; }

.m-t-5 {
  margin-top: 50px !important; }

.m-r-5 {
  margin-right: 50px !important; }

.m-b-5 {
  margin-bottom: 50px !important; }

.m-l-5 {
  margin-left: 50px !important; }

.m-x-5 {
  margin-right: 50px !important;
  margin-left: 50px !important; }

.m-y-5 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.m-a-6 {
  margin: 60px 60px !important; }

.m-t-6 {
  margin-top: 60px !important; }

.m-r-6 {
  margin-right: 60px !important; }

.m-b-6 {
  margin-bottom: 60px !important; }

.m-l-6 {
  margin-left: 60px !important; }

.m-x-6 {
  margin-right: 60px !important;
  margin-left: 60px !important; }

.m-y-6 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.m-a-7 {
  margin: 70px 70px !important; }

.m-t-7 {
  margin-top: 70px !important; }

.m-r-7 {
  margin-right: 70px !important; }

.m-b-7 {
  margin-bottom: 70px !important; }

.m-l-7 {
  margin-left: 70px !important; }

.m-x-7 {
  margin-right: 70px !important;
  margin-left: 70px !important; }

.m-y-7 {
  margin-top: 70px !important;
  margin-bottom: 70px !important; }

.m-a-8 {
  margin: 80px 80px !important; }

.m-t-8 {
  margin-top: 80px !important; }

.m-r-8 {
  margin-right: 80px !important; }

.m-b-8 {
  margin-bottom: 80px !important; }

.m-l-8 {
  margin-left: 80px !important; }

.m-x-8 {
  margin-right: 80px !important;
  margin-left: 80px !important; }

.m-y-8 {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

.m-a-9 {
  margin: 90px 90px !important; }

.m-t-9 {
  margin-top: 90px !important; }

.m-r-9 {
  margin-right: 90px !important; }

.m-b-9 {
  margin-bottom: 90px !important; }

.m-l-9 {
  margin-left: 90px !important; }

.m-x-9 {
  margin-right: 90px !important;
  margin-left: 90px !important; }

.m-y-9 {
  margin-top: 90px !important;
  margin-bottom: 90px !important; }

.m-a-10 {
  margin: 100px 100px !important; }

.m-t-10 {
  margin-top: 100px !important; }

.m-r-10 {
  margin-right: 100px !important; }

.m-b-10 {
  margin-bottom: 100px !important; }

.m-l-10 {
  margin-left: 100px !important; }

.m-x-10 {
  margin-right: 100px !important;
  margin-left: 100px !important; }

.m-y-10 {
  margin-top: 100px !important;
  margin-bottom: 100px !important; }

.m-a-11 {
  margin: 110px 110px !important; }

.m-t-11 {
  margin-top: 110px !important; }

.m-r-11 {
  margin-right: 110px !important; }

.m-b-11 {
  margin-bottom: 110px !important; }

.m-l-11 {
  margin-left: 110px !important; }

.m-x-11 {
  margin-right: 110px !important;
  margin-left: 110px !important; }

.m-y-11 {
  margin-top: 110px !important;
  margin-bottom: 110px !important; }

.m-a-12 {
  margin: 120px 120px !important; }

.m-t-12 {
  margin-top: 120px !important; }

.m-r-12 {
  margin-right: 120px !important; }

.m-b-12 {
  margin-bottom: 120px !important; }

.m-l-12 {
  margin-left: 120px !important; }

.m-x-12 {
  margin-right: 120px !important;
  margin-left: 120px !important; }

.m-y-12 {
  margin-top: 120px !important;
  margin-bottom: 120px !important; }

.m-a-13 {
  margin: 130px 130px !important; }

.m-t-13 {
  margin-top: 130px !important; }

.m-r-13 {
  margin-right: 130px !important; }

.m-b-13 {
  margin-bottom: 130px !important; }

.m-l-13 {
  margin-left: 130px !important; }

.m-x-13 {
  margin-right: 130px !important;
  margin-left: 130px !important; }

.m-y-13 {
  margin-top: 130px !important;
  margin-bottom: 130px !important; }

.m-a-14 {
  margin: 140px 140px !important; }

.m-t-14 {
  margin-top: 140px !important; }

.m-r-14 {
  margin-right: 140px !important; }

.m-b-14 {
  margin-bottom: 140px !important; }

.m-l-14 {
  margin-left: 140px !important; }

.m-x-14 {
  margin-right: 140px !important;
  margin-left: 140px !important; }

.m-y-14 {
  margin-top: 140px !important;
  margin-bottom: 140px !important; }

.m-a-15 {
  margin: 150px 150px !important; }

.m-t-15 {
  margin-top: 150px !important; }

.m-r-15 {
  margin-right: 150px !important; }

.m-b-15 {
  margin-bottom: 150px !important; }

.m-l-15 {
  margin-left: 150px !important; }

.m-x-15 {
  margin-right: 150px !important;
  margin-left: 150px !important; }

.m-y-15 {
  margin-top: 150px !important;
  margin-bottom: 150px !important; }

.m-a-16 {
  margin: 160px 160px !important; }

.m-t-16 {
  margin-top: 160px !important; }

.m-r-16 {
  margin-right: 160px !important; }

.m-b-16 {
  margin-bottom: 160px !important; }

.m-l-16 {
  margin-left: 160px !important; }

.m-x-16 {
  margin-right: 160px !important;
  margin-left: 160px !important; }

.m-y-16 {
  margin-top: 160px !important;
  margin-bottom: 160px !important; }

.m-a-17 {
  margin: 170px 170px !important; }

.m-t-17 {
  margin-top: 170px !important; }

.m-r-17 {
  margin-right: 170px !important; }

.m-b-17 {
  margin-bottom: 170px !important; }

.m-l-17 {
  margin-left: 170px !important; }

.m-x-17 {
  margin-right: 170px !important;
  margin-left: 170px !important; }

.m-y-17 {
  margin-top: 170px !important;
  margin-bottom: 170px !important; }

.m-a-18 {
  margin: 180px 180px !important; }

.m-t-18 {
  margin-top: 180px !important; }

.m-r-18 {
  margin-right: 180px !important; }

.m-b-18 {
  margin-bottom: 180px !important; }

.m-l-18 {
  margin-left: 180px !important; }

.m-x-18 {
  margin-right: 180px !important;
  margin-left: 180px !important; }

.m-y-18 {
  margin-top: 180px !important;
  margin-bottom: 180px !important; }

.m-a-19 {
  margin: 190px 190px !important; }

.m-t-19 {
  margin-top: 190px !important; }

.m-r-19 {
  margin-right: 190px !important; }

.m-b-19 {
  margin-bottom: 190px !important; }

.m-l-19 {
  margin-left: 190px !important; }

.m-x-19 {
  margin-right: 190px !important;
  margin-left: 190px !important; }

.m-y-19 {
  margin-top: 190px !important;
  margin-bottom: 190px !important; }

.m-a-20 {
  margin: 200px 200px !important; }

.m-t-20 {
  margin-top: 200px !important; }

.m-r-20 {
  margin-right: 200px !important; }

.m-b-20 {
  margin-bottom: 200px !important; }

.m-l-20 {
  margin-left: 200px !important; }

.m-x-20 {
  margin-right: 200px !important;
  margin-left: 200px !important; }

.m-y-20 {
  margin-top: 200px !important;
  margin-bottom: 200px !important; }

.m-a-minus1 {
  margin: -10px -10px !important; }

.m-t-minus1 {
  margin-top: -10px !important; }

.m-r-minus1 {
  margin-right: -10px !important; }

.m-b-minus1 {
  margin-bottom: -10px !important; }

.m-l-minus1 {
  margin-left: -10px !important; }

.m-x-minus1 {
  margin-right: -10px !important;
  margin-left: -10px !important; }

.m-y-minus1 {
  margin-top: -10px !important;
  margin-bottom: -10px !important; }

.m-a-minus180 {
  margin: -180px -180px !important; }

.m-t-minus180 {
  margin-top: -180px !important; }

.m-r-minus180 {
  margin-right: -180px !important; }

.m-b-minus180 {
  margin-bottom: -180px !important; }

.m-l-minus180 {
  margin-left: -180px !important; }

.m-x-minus180 {
  margin-right: -180px !important;
  margin-left: -180px !important; }

.m-y-minus180 {
  margin-top: -180px !important;
  margin-bottom: -180px !important; }

.m-a-minus140 {
  margin: -140px -140px !important; }

.m-t-minus140 {
  margin-top: -140px !important; }

.m-r-minus140 {
  margin-right: -140px !important; }

.m-b-minus140 {
  margin-bottom: -140px !important; }

.m-l-minus140 {
  margin-left: -140px !important; }

.m-x-minus140 {
  margin-right: -140px !important;
  margin-left: -140px !important; }

.m-y-minus140 {
  margin-top: -140px !important;
  margin-bottom: -140px !important; }

.p-a-pol {
  padding: 5px 5px !important; }

.p-t-pol {
  padding-top: 5px !important; }

.p-r-pol {
  padding-right: 5px !important; }

.p-b-pol {
  padding-bottom: 5px !important; }

.p-l-pol {
  padding-left: 5px !important; }

.p-x-pol {
  padding-right: 5px !important;
  padding-left: 5px !important; }

.p-y-pol {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

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

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

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

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

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

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

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

.p-a-1 {
  padding: 10px 10px !important; }

.p-t-1 {
  padding-top: 10px !important; }

.p-r-1 {
  padding-right: 10px !important; }

.p-b-1 {
  padding-bottom: 10px !important; }

.p-l-1 {
  padding-left: 10px !important; }

.p-x-1 {
  padding-right: 10px !important;
  padding-left: 10px !important; }

.p-y-1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.p-a-2 {
  padding: 20px 20px !important; }

.p-t-2 {
  padding-top: 20px !important; }

.p-r-2 {
  padding-right: 20px !important; }

.p-b-2 {
  padding-bottom: 20px !important; }

.p-l-2 {
  padding-left: 20px !important; }

.p-x-2 {
  padding-right: 20px !important;
  padding-left: 20px !important; }

.p-y-2 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.p-a-3 {
  padding: 30px 30px !important; }

.p-t-3 {
  padding-top: 30px !important; }

.p-r-3 {
  padding-right: 30px !important; }

.p-b-3 {
  padding-bottom: 30px !important; }

.p-l-3 {
  padding-left: 30px !important; }

.p-x-3 {
  padding-right: 30px !important;
  padding-left: 30px !important; }

.p-y-3 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.p-a-4 {
  padding: 40px 40px !important; }

.p-t-4 {
  padding-top: 40px !important; }

.p-r-4 {
  padding-right: 40px !important; }

.p-b-4 {
  padding-bottom: 40px !important; }

.p-l-4 {
  padding-left: 40px !important; }

.p-x-4 {
  padding-right: 40px !important;
  padding-left: 40px !important; }

.p-y-4 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.p-a-5 {
  padding: 50px 50px !important; }

.p-t-5 {
  padding-top: 50px !important; }

.p-r-5 {
  padding-right: 50px !important; }

.p-b-5 {
  padding-bottom: 50px !important; }

.p-l-5 {
  padding-left: 50px !important; }

.p-x-5 {
  padding-right: 50px !important;
  padding-left: 50px !important; }

.p-y-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.p-a-6 {
  padding: 60px 60px !important; }

.p-t-6 {
  padding-top: 60px !important; }

.p-r-6 {
  padding-right: 60px !important; }

.p-b-6 {
  padding-bottom: 60px !important; }

.p-l-6 {
  padding-left: 60px !important; }

.p-x-6 {
  padding-right: 60px !important;
  padding-left: 60px !important; }

.p-y-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.p-a-7 {
  padding: 70px 70px !important; }

.p-t-7 {
  padding-top: 70px !important; }

.p-r-7 {
  padding-right: 70px !important; }

.p-b-7 {
  padding-bottom: 70px !important; }

.p-l-7 {
  padding-left: 70px !important; }

.p-x-7 {
  padding-right: 70px !important;
  padding-left: 70px !important; }

.p-y-7 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

.p-a-8 {
  padding: 80px 80px !important; }

.p-t-8 {
  padding-top: 80px !important; }

.p-r-8 {
  padding-right: 80px !important; }

.p-b-8 {
  padding-bottom: 80px !important; }

.p-l-8 {
  padding-left: 80px !important; }

.p-x-8 {
  padding-right: 80px !important;
  padding-left: 80px !important; }

.p-y-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.p-a-9 {
  padding: 90px 90px !important; }

.p-t-9 {
  padding-top: 90px !important; }

.p-r-9 {
  padding-right: 90px !important; }

.p-b-9 {
  padding-bottom: 90px !important; }

.p-l-9 {
  padding-left: 90px !important; }

.p-x-9 {
  padding-right: 90px !important;
  padding-left: 90px !important; }

.p-y-9 {
  padding-top: 90px !important;
  padding-bottom: 90px !important; }

.p-a-10 {
  padding: 100px 100px !important; }

.p-t-10 {
  padding-top: 100px !important; }

.p-r-10 {
  padding-right: 100px !important; }

.p-b-10 {
  padding-bottom: 100px !important; }

.p-l-10 {
  padding-left: 100px !important; }

.p-x-10 {
  padding-right: 100px !important;
  padding-left: 100px !important; }

.p-y-10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

.p-a-11 {
  padding: 110px 110px !important; }

.p-t-11 {
  padding-top: 110px !important; }

.p-r-11 {
  padding-right: 110px !important; }

.p-b-11 {
  padding-bottom: 110px !important; }

.p-l-11 {
  padding-left: 110px !important; }

.p-x-11 {
  padding-right: 110px !important;
  padding-left: 110px !important; }

.p-y-11 {
  padding-top: 110px !important;
  padding-bottom: 110px !important; }

.p-a-12 {
  padding: 120px 120px !important; }

.p-t-12 {
  padding-top: 120px !important; }

.p-r-12 {
  padding-right: 120px !important; }

.p-b-12 {
  padding-bottom: 120px !important; }

.p-l-12 {
  padding-left: 120px !important; }

.p-x-12 {
  padding-right: 120px !important;
  padding-left: 120px !important; }

.p-y-12 {
  padding-top: 120px !important;
  padding-bottom: 120px !important; }

.p-a-13 {
  padding: 130px 130px !important; }

.p-t-13 {
  padding-top: 130px !important; }

.p-r-13 {
  padding-right: 130px !important; }

.p-b-13 {
  padding-bottom: 130px !important; }

.p-l-13 {
  padding-left: 130px !important; }

.p-x-13 {
  padding-right: 130px !important;
  padding-left: 130px !important; }

.p-y-13 {
  padding-top: 130px !important;
  padding-bottom: 130px !important; }

.p-a-14 {
  padding: 140px 140px !important; }

.p-t-14 {
  padding-top: 140px !important; }

.p-r-14 {
  padding-right: 140px !important; }

.p-b-14 {
  padding-bottom: 140px !important; }

.p-l-14 {
  padding-left: 140px !important; }

.p-x-14 {
  padding-right: 140px !important;
  padding-left: 140px !important; }

.p-y-14 {
  padding-top: 140px !important;
  padding-bottom: 140px !important; }

.p-a-15 {
  padding: 150px 150px !important; }

.p-t-15 {
  padding-top: 150px !important; }

.p-r-15 {
  padding-right: 150px !important; }

.p-b-15 {
  padding-bottom: 150px !important; }

.p-l-15 {
  padding-left: 150px !important; }

.p-x-15 {
  padding-right: 150px !important;
  padding-left: 150px !important; }

.p-y-15 {
  padding-top: 150px !important;
  padding-bottom: 150px !important; }

.p-a-16 {
  padding: 160px 160px !important; }

.p-t-16 {
  padding-top: 160px !important; }

.p-r-16 {
  padding-right: 160px !important; }

.p-b-16 {
  padding-bottom: 160px !important; }

.p-l-16 {
  padding-left: 160px !important; }

.p-x-16 {
  padding-right: 160px !important;
  padding-left: 160px !important; }

.p-y-16 {
  padding-top: 160px !important;
  padding-bottom: 160px !important; }

.p-a-17 {
  padding: 170px 170px !important; }

.p-t-17 {
  padding-top: 170px !important; }

.p-r-17 {
  padding-right: 170px !important; }

.p-b-17 {
  padding-bottom: 170px !important; }

.p-l-17 {
  padding-left: 170px !important; }

.p-x-17 {
  padding-right: 170px !important;
  padding-left: 170px !important; }

.p-y-17 {
  padding-top: 170px !important;
  padding-bottom: 170px !important; }

.p-a-18 {
  padding: 180px 180px !important; }

.p-t-18 {
  padding-top: 180px !important; }

.p-r-18 {
  padding-right: 180px !important; }

.p-b-18 {
  padding-bottom: 180px !important; }

.p-l-18 {
  padding-left: 180px !important; }

.p-x-18 {
  padding-right: 180px !important;
  padding-left: 180px !important; }

.p-y-18 {
  padding-top: 180px !important;
  padding-bottom: 180px !important; }

.p-a-19 {
  padding: 190px 190px !important; }

.p-t-19 {
  padding-top: 190px !important; }

.p-r-19 {
  padding-right: 190px !important; }

.p-b-19 {
  padding-bottom: 190px !important; }

.p-l-19 {
  padding-left: 190px !important; }

.p-x-19 {
  padding-right: 190px !important;
  padding-left: 190px !important; }

.p-y-19 {
  padding-top: 190px !important;
  padding-bottom: 190px !important; }

.p-a-20 {
  padding: 200px 200px !important; }

.p-t-20 {
  padding-top: 200px !important; }

.p-r-20 {
  padding-right: 200px !important; }

.p-b-20 {
  padding-bottom: 200px !important; }

.p-l-20 {
  padding-left: 200px !important; }

.p-x-20 {
  padding-right: 200px !important;
  padding-left: 200px !important; }

.p-y-20 {
  padding-top: 200px !important;
  padding-bottom: 200px !important; }

.p-a-minus1 {
  padding: -10px -10px !important; }

.p-t-minus1 {
  padding-top: -10px !important; }

.p-r-minus1 {
  padding-right: -10px !important; }

.p-b-minus1 {
  padding-bottom: -10px !important; }

.p-l-minus1 {
  padding-left: -10px !important; }

.p-x-minus1 {
  padding-right: -10px !important;
  padding-left: -10px !important; }

.p-y-minus1 {
  padding-top: -10px !important;
  padding-bottom: -10px !important; }

.p-a-minus180 {
  padding: -180px -180px !important; }

.p-t-minus180 {
  padding-top: -180px !important; }

.p-r-minus180 {
  padding-right: -180px !important; }

.p-b-minus180 {
  padding-bottom: -180px !important; }

.p-l-minus180 {
  padding-left: -180px !important; }

.p-x-minus180 {
  padding-right: -180px !important;
  padding-left: -180px !important; }

.p-y-minus180 {
  padding-top: -180px !important;
  padding-bottom: -180px !important; }

.p-a-minus140 {
  padding: -140px -140px !important; }

.p-t-minus140 {
  padding-top: -140px !important; }

.p-r-minus140 {
  padding-right: -140px !important; }

.p-b-minus140 {
  padding-bottom: -140px !important; }

.p-l-minus140 {
  padding-left: -140px !important; }

.p-x-minus140 {
  padding-right: -140px !important;
  padding-left: -140px !important; }

.p-y-minus140 {
  padding-top: -140px !important;
  padding-bottom: -140px !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.hidden-xs-up {
  display: none !important; }

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

@media (min-width: 701px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 768px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 769px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 1024px) {
  .hidden-md-down {
    display: none !important; } }

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

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

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

.hidden-xl-down {
  display: none !important; }

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

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

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

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

@font-face {
  font-family: 'ProximaNovaRegular';
  src: url("../fonts/ProximaNovaRegular/proxima_nova_regular-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ProximaNovaRegular/proxima_nova_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaRegular/proxima_nova_regular-webfont.woff") format("woff"), url("../fonts/ProximaNovaRegular/proxima_nova_regular-webfont.ttf") format("truetype"), url("../fonts/ProximaNovaRegular/proxima_nova_regular-webfont.svg#2c1459d58560f08b4b0586fbe80aa4cd") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: 'ProximaNovaSemibold';
  src: url("../fonts/ProximaNovaSemibold/ProximaNovaSemibold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ProximaNovaSemibold/ProximaNovaSemibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaSemibold/ProximaNovaSemibold.woff") format("woff"), url("../fonts/ProximaNovaSemibold/ProximaNovaSemibold.ttf") format("truetype"), url("../fonts/ProximaNovaSemibold/ProximaNovaSemibold.svg#67a6c9f6d7dc8f35ecb08de766ea56f0") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: 'ProximaNovaBold';
  src: url("../fonts/ProximaNovaBold/ProximaNovaBold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ProximaNovaBold/ProximaNovaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaBold/ProximaNovaBold.woff") format("woff"), url("../fonts/ProximaNovaBold/ProximaNovaBold.ttf") format("truetype"), url("../fonts/ProximaNovaBold/ProximaNovaBold.svg#d1e00a8fb1fd9b428ab6b90409479fde") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: 'ProximaNovaLt';
  src: url("../fonts/ProximaNovaLight/ProximaNovaLight.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ProximaNovaLight/ProximaNovaLight.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaLight/ProximaNovaLight.woff") format("woff"), url("../fonts/ProximaNovaLight/ProximaNovaLight.ttf") format("truetype"), url("../fonts/ProximaNovaLight/ProximaNovaLight.svg#da6ddaf3cf69afbba47bd74b5010b98d") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 200; }
body, .slide-info, .block-top-up, .slider-news .slide-inner, .banner-service p {
  font-family: "ProximaNovaRegular", Arial, sans-serif; }

.header-top, .header, .footer, .section-title, .more-info, .panel-title, .btn {
  font-family: "ProximaNovaSemibold", Arial, sans-serif; }

.slide-title, h1, h2, .banner-title, .slider-sm-title {
  font-family: "ProximaNovaLt", Arial, sans-serif; }

body, .date {
  font-size: 14px; }

.phone {
  font-size: 16px; }

.mail, .lang, .link, .more-info, .btn {
  font-size: 12px; }

.slide-info,
.banner-service p {
  font-size: 16px;
  line-height: 1.375; }

.slide-title {
  font-size: 60px;
  line-height: 1.333; }

.block-top-up,
.slider-news .slide-inner {
  font-size: 17px;
  line-height: 1.529; }

h2 {
  font-size: 46px; }

.section-item, .panel-sm {
  font-size: 16px;
  line-height: 1.375; }

.footer {
  font-size: 12px; }
  .footer .phone {
    font-size: 12px; }

.panel-title {
  font-size: 18px;
  line-height: 1.4444; }

.panel p {
  font-size: 14px;
  line-height: 1.8571; }

.banner-title {
  font-size: 46px;
  line-height: 1.369; }

.slider-sm-title {
  font-size: 32px;
  line-height: 1.375; }

@media only screen and (max-width: 1024px) {
  .slide-title {
    font-size: 48px;
    font-size: 4.8vw;
    line-height: 1.1; }

  h2 {
    font-size: 36px;
    font-size: 3.8vw; } }
@media only screen and (max-width: 1024px) and (min-width: 701px) {
  .banner-service .banner-title {
    font-size: 36px; } }
@media only screen and (max-width: 768px) {
  body .footer .phone, body .footer .copy, body .footer .mail {
    line-height: normal; } }
@media only screen and (max-width: 700px) {
  .slide-title {
    font-size: 30px;
    line-height: 1.1; }

  .block-top-up, .slider-news .slide-inner {
    font-size: 14px; }

  h2 {
    font-size: 22px; }

  .panel-title {
    font-size: 16px; }

  .banner-title {
    font-size: 32px;
    line-height: 1.15; } }
/*---color---*/
a, a:hover, a:focus, a:visited, .block-top-up, .sections, .slider-news, .footer,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .slider-sm-title, .panel-sm .panel-link-inner,
.banner-service .banner-title, .banner-service p {
  color: #0E004E; }

.slide-info, .banner-title {
  color: #fff; }

.date {
  color: #acacac; }

body, .panel p, .slider-sm-info {
  color: #585858; }

/*---background-color---*/
.bg-grey {
  background-color: #F5F6F7; }

.bg-white, .menu-mobile, .header, .panel-size {
  background-color: #fff; }

.line, .menu-overlay,
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  background-color: #0E004E; }

/*---border---*/
.link .link-border {
  border-bottom: 3px solid transparent; }
.link:hover .link-border, .link:focus .link-border, .link.active .link-border {
  border-bottom: 3px solid #0E004E; }

.slick-dots li:before {
  background-color: transparent; }
.slick-dots li:hover:before, .slick-dots li:focus:before, .slick-dots li.slick-active:before {
  background-color: #fff; }
.slick-dots li:after {
  border: 1px solid #fff; }

/*---inverse--*/
.btn {
  background-color: #0E004E;
  color: #fff;
  border: 1px solid #0E004E; }
  .btn:hover, .btn:focus {
    background-color: #fff;
    color: #0E004E; }

/*------*/
/*----transition---*/
svg g, svg path {
  -webkit-transition: fill 0.2s ease-in-out;
  -moz-transition: fill 0.2s ease-in-out;
  -ms-transition: fill 0.2s ease-in-out;
  -o-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out; }

.lang, .menu-overlay {
  -webkit-transition: -webkit-opacity 0.2s ease-in-out;
  -moz-transition: -moz-opacity 0.2s ease-in-out;
  -ms-transition: -ms-opacity 0.2s ease-in-out;
  -o-transition: -o-opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }

.link-border,
.slick-dots button {
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -ms-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }

.slick-dots li:before {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }

.slick-dots li:after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.menu-mobile {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -moz-transition: -moz-transform 0.4s ease-in-out;
  -ms-transition: -ms-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out; }

.btn {
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; }

/*---сommon classes----*/
.none {
  display: none; }

input, button, button:focus, a, .slide {
  outline: none; }

button {
  border: none;
  background-color: transparent; }

a {
  display: block;
  text-decoration: none; }

a:focus, a:hover {
  outline: none;
  text-decoration: none; }

.fl-left {
  float: left; }

.fl-right {
  float: right; }

.fl-none {
  float: none; }

.relative {
  position: relative; }

.up {
  text-transform: uppercase; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  outline: none; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none; }

.center {
  text-align: center; }

.clearfix {
  position: relative; }

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.none, .hidden {
  display: none; }

.table {
  display: table;
  margin-bottom: 0; }

.cell {
  display: table-cell;
  float: none; }

html,
body {
  height: 100%; }

.wrapper {
  min-height: 100%;
  position: relative;
  pointer-events: none; }

.content {
  pointer-events: all; }

.last {
  margin-top: 80px;
  padding-bottom: 40px; }

.footer {
  position: relative;
  height: 40px;
  margin-top: -40px; }

.inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 40px; }

.phone {
  line-height: 40px; }

.mail {
  pointer-events: all; }

.center-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  text-align: center; }
  .center-box .mail {
    display: inline-block;
    margin: 0px auto; }

.header-top .mail {
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: 3%;
  display: inline-block; }

.social {
  pointer-events: none;
  height: 40px;
    /*
position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;   
*/ }

.social-link {
  display: inline-block;
  width: 30px;
  height: 40px;
  background-repeat: no-repeat;
  pointer-events: all; }

.fb {
  background-image: url(../img/fb.svg);
  background-position: center center; }

.in {
  background-image: url(../img/in.svg);
  background-position: center 14px; }

.tw {
  background-image: url(../img/tw.svg);
  background-position: center center; }

.mail, .lang {
  line-height: 40px; }

.lang {
  display: inline-block;
  margin-right: 13px;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5; }
  .lang:last-child {
    margin-right: 0; }
  .lang.active, .lang:hover, .lang:focus {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1; }

.menu {
  position: relative;
  z-index: 1;
  padding: 11px 0 4px 160px;
  text-align: right; }

.link {
  display: inline-block;
  margin-right: 8%;
  pointer-events: all; }
  .link:last-child {
    margin-right: 0; }

.link-border {
  display: inline-block; }

.logo {
  position: absolute;
  left: 0;
  z-index: 2; }

.slider {
  position: relative;
  overflow: hidden; 
  background: #d4d4d4;
 }

.slick-list {
  position: relative;
  z-index: 1; }

.slide {
  float: left;
  display: none; }

.slick-slide {
  display: block;
  position: relative; }

.slide-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .slide-img img {
    /*width: 100%;
    max-height: 700px;*/ }

.slide-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.slide-title {
  margin-bottom: 5%; }

.slide-title:last-child {
  margin-bottom: 0; }

.slider .table {
  width: 100%;
  height: 100%; }
.slider .cell {
  float: none;
  vertical-align: middle;
  padding-bottom: 5%; }

.slick-arrow,
.slick-dots-wr {
  position: absolute;
  z-index: 2; }

.slick-disabled {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5; }

.slick-dots-wr {
  bottom: 60px;
  left: 0;
  width: 100%;
  text-align: center; }

.slick-dots-inner {
  position: relative;
  display: inline-block;
  padding: 0 100px; }

.slick-dots {
  display: inline-block;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 18px; }
    .slick-dots li:before {
      position: absolute;
      display: block;
      top: 50%;
      margin-top: -3px;
      left: 50%;
      margin-left: -3px;
      width: 6px;
      height: 6px;
      content: '';
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -moz-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }
    .slick-dots li:after {
      position: absolute;
      display: block;
      top: 50%;
      margin-top: -3px;
      left: 50%;
      margin-left: -3px;
      width: 6px;
      height: 6px;
      content: '';
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -moz-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }
    .slick-dots li:before, .slick-dots li:after {
      cursor: pointer; }
    .slick-dots li:last-child {
      margin-right: 0; }
  .slick-dots button {
    display: block;
    width: 24px;
    height: 24px;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 0; }

.slick-dots li:hover:after, .slick-dots li:focus:after, .slick-dots .slick-active:after {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0; }

.slick-arrow {
  top: 2px;
  width: 62px;
  height: 24px;
  background: url(../img/arrow.svg) no-repeat center center;
  font-size: 0; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.slider-news .slick-prev,
.sections-slider .slick-prev {
  background-position: center center; }

.sections-slider .slick-arrow {
  top: inherit;
  bottom: 5px; }

p {
  margin-bottom: 10px; }

p:last-child {
  margin-bottom: 0; }

.block-top-up {
  position: relative;
  z-index: 1;
  float: none;
  margin: -60px auto 0; }

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

h2 {
  padding: 50px 0;
  text-align: center;
  position: relative;
  font-weight: normal; }
  h2 .line {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 3px; }

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

.cell-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

.cell-middle {
  vertical-align: middle; }

.section-item {
  position: relative;
  z-index: 2;
  pointer-events: none; }
  .section-item img {
    max-height: 77px; }

.sections .section-item {
  padding: 20px 13px; }
  .sections .section-item .section-title {
    min-height: 66px; }

.section-item img {
  display: block;
  margin: 0 auto; }

.slider-news {
  position: relative;
  overflow: hidden; }
  .slider-news .slide-inner {
    float: none;
    margin: 0 auto; }
  .slider-news .slick-arrow {
    top: 0;
    background-image: url(../img/arrow-dark.svg); }

.footer .phone, .footer .copy, .footer .mail {
  line-height: 40px; }

.menu-btn, .menu-mobile, .menu-overlay {
  display: none; }

.more-info {
  position: absolute;
  bottom: 0;
  left: 0; }

.date {
  padding-left: 25px;
  background: url(../img/calendar.svg) no-repeat left center; }

.btn {
  display: inline-block;
  padding: 15px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.panel-img img {
  width: 100%; }

.banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .banner img {
    display: block; }
  .banner .table {
    width: 100%;
    height: 100%; }

.banner-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.cell-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

.cell-link-inner {
  position: relative;
  z-index: 2; }

.slider-small {
  position: relative;
  overflow: hidden; }
  .slider-small .btn-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3; }
  .slider-small .slick-arrow {
    top: inherit;
    bottom: 4px;
    background-image: url(../img/arrow-dark.svg); }
  .slider-small .slick-track {
    display: table !important; }
    .slider-small .slick-track .slide {
      display: table-cell !important;
      float: none; }
  .slider-small .slick-prev {
    margin-left: 10px; }
  .slider-small .slick-next {
    margin-right: 10px; }

.panel-sm {
  position: relative;
  max-width: 50%;
  vertical-align: middle; }
  .panel-sm .table {
    min-height: 70px;
    pointer-events: none; }
  .panel-sm .cell {
    vertical-align: middle; }
  .panel-sm .panel-link-inner {
    position: relative;
    z-index: 2;
    height: 70px; }

.arr {
  background: url(../img/arrow-sm.svg) no-repeat right center; }
.initial {
    position: initial;
}
.panel-news .more-info {
    left: initial;
}
.service-img {
  display: inline-block;
  margin: 0 auto; }

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

.sections-slider {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
  padding-bottom: 60px; }
  .sections-slider .sections-slide {
    float: left;
    outline: none; }
  .sections-slider .section-item {
    padding: 20px 20px 30px; }
  .sections-slider .slick-arrow {
    background-image: url(../img/arrow-dark.svg); }
  .sections-slider .slick-prev {
    margin-left: 10px; }
  .sections-slider .slick-next {
    margin-right: 10px; }

@media only screen and (max-width: 1024px) {
  .slide-title {
    margin-bottom: 2.5%; }

  .slider .cell {
    padding-bottom: 2.5%; }

  .slick-dots-wr {
    bottom: 40px; } }
@media only screen and (max-width: 900px) and (min-width: 701px) {
  .link {
    margin-right: 5%; }

  .logo {
    top: 28px;
    max-width: 110px; }

  .header .inner {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

  .menu {
    padding: 11px 0 4px 120px; } }
@media only screen and (max-width: 768px) {
  .footer {
    height: 75px;
    margin-top: -75px; }

  .last {
    margin-top: 40px;
    padding-bottom: 75px; }

  .footer .phone, .footer .copy, .footer .mail {
    padding: 5px 0; }

  .footer .inner {
    padding: 5px 20px 14px;
    text-align: center; }
    .footer .inner .copy, .footer .inner .phone {
      float: none;
      position: relative; }
    .footer .inner .copy {
      top: 40px; }
    .footer .inner .phone {
      top: -4px;
      display: inline-block; }
    .footer .inner .center-box {
      top: 5px; } }
@media only screen and (max-width: 700px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; }

  .social {
    display: none; }

  .menu-mobile .social {
    display: block;
    position: relative;
    left: 0;
    margin-left: 0;
    margin-top: 6px;
    padding: 0 5px;
    height: auto; }
    .menu-mobile .social .social-link {
      width: 40px; }
      .menu-mobile .social .social-link:not(:last-child) {
        margin-right: 10px; }

  .sections .cell {
    width: 50%;
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .panel-sm {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px !important; }
    .panel-sm:nth-child(2n) {
      margin-bottom: 0 !important; }

  .content {
    padding-top: 55px; }

  .menu, .header-top {
    display: none; }

  .inner, .header .inner {
    padding: 0 20px; }

  .logo {
    position: relative;
    width: 100px;
    padding: 10px 0;
    z-index: 1000; }

  .menu-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 55px;
    content: '';
    padding: 12px 2px;
    cursor: pointer;
    z-index: 10001; }

  .menu-btn span, .menu-btn span:before, .menu-btn span:after {
    left: 0;
    cursor: pointer;
    height: 4px;
    width: 28px;
    position: absolute;
    display: block;
    content: ''; }

  .menu-btn span {
    margin-top: 14px; }

  .menu-btn span:before {
    top: -8px; }

  .menu-btn span:after {
    bottom: -8px; }

  .menu-open .menu-btn span {
    background-color: transparent; }
    .menu-open .menu-btn span:before {
      top: 0;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .menu-open .menu-btn span:after {
      top: 0;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }

  .menu-mobile {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    z-index: 100; }
    .menu-mobile .menu {
      display: block;
      padding: 70px 0 23px;
      text-align: left; }
    .menu-mobile .link {
      width: 100%;
      margin: 0;
      border-bottom-width: 1px; }
    .menu-mobile .lang-list {
      float: none;
      margin-top: 6px;
      padding: 0 20px; }

  .menu-overlay {
    display: block;
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none; }

  .menu-open .menu-overlay {
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
    pointer-events: all; }

  .menu-open .menu-mobile {
    width: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

  .slide-img img {
    height: 400px; }

  .block-top-up {
    margin-top: -40px; }

  h2 {
    padding: 20px 0; }
    
   .inner .t-center {
        margin-top: 0;
    } 
    
  .fb {
    background-size: 10px; }

  .in {
    background-size: 16px; }

  .tw {
    background-size: 18px; }

  .service-img {
    max-width: 25%; }

  .sections-slider {
    padding-bottom: 30px; } }
@media only screen and (max-width: 700px) and (min-width: 601px) {
  .panel-list .row-first .panel:nth-child(3n) {
    display: none; } }
@media only screen and (max-width: 600px) {
  .panel {
    display: block;
    width: 100% !important;
    margin-bottom: 20px;
    padding-bottom: 30px !important; }
   .panel-news {
       position: relative;
   } 
  .panel-list.table {
    display: block; }

  .sections .table {
    display: block;
    margin-bottom: 0 !important; }
  .sections .cell {
    display: block;
    width: 100% !important; }

  .date, .panel-title {
    margin-bottom: 10px !important; }

  .slider-small .cell {
    display: block;
    width: 100% !important;
    margin-bottom: 20px !important; }

  .sections .section-item .section-title {
    min-height: 100%; }

  .sections .section-item {
    padding: 20px 23px; }

  .menu-open .menu-mobile {
    height: 100%; }

  .menu-open .menu {
    position: fixed;
    top: 70px;
    bottom: 90px;
    overflow: auto;
    padding: 0; }

  .menu-mobile .social {
    position: fixed;
    bottom: 5px;
    top: initial;
    left: 0;
    width: 100%;
    margin: 0; }

  .menu-mobile .lang-list {
    position: fixed;
    bottom: 0;
    top: initial;
    left: 0;
    width: 100%;
    margin: 0;
    margin-bottom: 50px; }

  .sections-slider .section-item {
    padding: 20px 23px 30px; } }
    
.row ul {
	padding-left: 25px;
}
.row ol {
	padding-left: 17px;
}
.row ul li, .row ol li {
	position: relative;
	margin: 10px 0;
}
.row ol li {
	list-style: decimal;
	padding-left: 14px;
}
.row ul li:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 10px;
	background: #585858;
	position: absolute;
    top: 8px;
    left: -24px;
}
.row p a {
	color: #5c4e9e;
	display: inline;
	position: relative;
	padding-bottom: 2px;
	
}
.row p a:after {
	content: '';
	display: block;
	left: 0;
	right: 0;
	height: 1px;
	-webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
	background: #dcd5ff;
	position: absolute;
	bottom: 0;
}
.row h2 {
	font-family: "ProximaNovaLt", Arial, sans-serif;
	font-size: 32px;
	color: #0E004E;
	line-height: 42px;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.row h3 {
	font-family: "ProximaNovaLt", Arial, sans-serif;
    font-size: 25px;
    color: #0E004E;
    line-height: 38px;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.row p a:hover:after {
	background: #b7acef;
}
.services__item {
	display: block;
	float: left;
	width: 25%;
	padding-bottom: 25%;
}
.services__item .cell-bg {
	position: absolute;
	top: 10px;
	bottom: 10px;
}
.services__item .section-item {
	position: absolute;
	top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}
.services__item .section-title {
	position: absolute;
	left: 20px;
	right: 20px;
}
.services__item .section-item img {
	margin-top: 30px;	
}
.services__wrapper {
	padding: 0 30px;
}

.img-contain p img {
    display: block;
    max-width: 50%;
    margin: 0 auto;
}
@media screen and (max-width: 1024px) {
	.services__item {
		display: block;
		float: left;
		width: 50%;
		padding-bottom: 0;
		height: 213px;
		margin-bottom: 0 !important;
	}
}
@media screen and (max-width: 700px) {
	.services__item {
		height: 230px;
	}
	.services__wrapper {
		padding: 0 10px;
	}
}
@media screen and (max-width: 600px) {
	.services__item {
		width: 100%;
		height: 230px;
	}
	.services__wrapper {
		padding: 0 10px;
	}
}
@media screen and (max-width: 767px) {
    .phone-hide {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .slick-dots-inner {
        width: 100%;
        padding: 0 80px;
    }
    .slick-dots {
        width: 100%;
    }
    .slick-dots li {
        margin-right: 5px;
    }
    .slick-arrow,
    .slider-news .slick-arrow, 
    .sections-slider .slick-arrow {
        width: 50px;
        background-position: left center;
    }
    .slick-prev {
        margin-left: 20px;
    }
    .slick-next {
        margin-right: 20px;
    }
    embed,
    object {
        width: 100%!important;
    }
}
.inner .inner.inner-inside {
    padding-left: 0;
    padding-right: 0;
}
@media screen and (max-width: 399px) {
    .footer .inner .copy {
        top: 47px;
        max-width: 80%;
        margin: 0 auto;
    }
    .footer .inner .phone {
        top: -15px;
    }
    .last {
        padding-bottom: 96px;
    }
    .footer {
        height: 96px;
        margin-top: -96px;
    }
}
.t-center {
	text-align: center;
	margin-top: -20px;
}
.new-item__img {
	//background-color: #F5F6F7;
	text-align: center;
	//padding: 0 40px;
}
.new-item__img img {
	width: 100%;
	margin: 0 auto;
}