/*
This will hold the site specific css/less for the project and is used to generate the css file for the project.
All modules that are created for the project should be listed in here
*/
/* common */
/**********************************************************
 * Common mixin classes created for use in websites
 *********************************************************/
/* This mixin lets you center anything within anything (for the most part)*/
@import "../blueimp-gallery.min.css";
@import "../bootstrap-image-gallery.min.css";
.nynmixin-vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* These are pure css replacements for the boxlight js library. */
.nynmixin-image-fill {
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
  height: 150px;
}
.nynmixin-image-fill img {
  display: inline-block;
  min-height: 100%;
  min-width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nynmixin-image-inside {
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
  height: 150px;
}
.nynmixin-image-inside img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#loading_ajax,
#loading_ajax_alt {
  display: none;
  z-index: 10000;
  position: fixed;
  top: 45%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#loading_ajax_alt {
  top: 32%;
}
#loading_ajax_alt img {
  padding-bottom: 20px;
}
#overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  background-color: #333;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  z-index: 1000;
  display: none;
}
.addCursor {
  cursor: hand;
  cursor: pointer;
}
#drawer {
  background-color: #fff;
  color: #666666;
  overflow: visible;
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
  padding: 15px;
  font-size: 18px;
  font-family: "Arial";
  border-bottom: 2px solid #C6C6C6;
  width: 100%;
  display: none;
  z-index: 9999;
}
.drawer_close {
  color: #333333;
  text-align: center;
  font-size: 09px;
  padding-top: 5px;
  font-family: "Arial";
  font-style: italic;
}
.selectAll {
  text-decoration: underline;
  cursor: hand;
  cursor: pointer;
  font-style: italic;
}
.button_icon {
  margin-left: 5px;
  margin-top: 1px;
}
div.tooltip_contact,
div.tooltip_light,
div.tooltip_dark {
  background-color: #CECECE;
  padding: 10px 15px;
  width: 275px;
  display: none;
  color: #333333;
  text-align: left;
  font-size: 16px;
  z-index: 9999;
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}
.notification_icon {
  margin-right: 10px;
  position: relative;
  top: 4px;
}
/**
 * Responsive text aligning
 * http://ohryan.ca/2014/08/14/set-responsive-text-alignment-bootstrap-3/
 **/
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
/* 
	No Script Message
*/
#noscript-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  background-color: #333;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  z-index: 1000;
}
#noscript {
  border-top: 10px solid #4F4F4F;
  border-bottom: 10px solid #4F4F4F;
  padding: 20px 0px 20px 0px;
  text-align: left;
  position: fixed;
  top: 25%;
  z-index: 100000;
  height: 215px;
  background: #FFFFFF url(../img/icons/noscript/warning.png) no-repeat;
  color: #323337;
  font-size: 1em;
  font-family: 'Times New Roman, Arial, Century Gothic';
}
#noscript a {
  color: #333;
}
#noscript a:hover {
  color: #666;
}
#noscript .details {
  width: 70%;
  margin: 48px auto auto 290px;
}
#noscript .js-help {
  margin-top: 20px;
  text-align: center;
}
#noscript .js-help table {
  margin: auto;
  text-align: left;
}
#noscript .js-help table .browser {
  width: 155px;
}
#noscript .sig {
  float: right;
  text-align: right;
}
#noscript h2 {
  margin-bottom: 5px;
  color: #333;
  text-align: center;
  font-size: 2em;
}
/* BOOTSTRAP CODE */
/*!
 * Bootstrap v3.3.6 (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,
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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .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;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #4E5760;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #A38A5B;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #726040;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #FFBA61;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffa42e;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #FFBA61;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #ffa42e;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@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: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8c97a2;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #FFBA61;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #FFBA61;
  background-color: #4E5760;
  border-color: #FFBA61;
}
.btn-default:focus,
.btn-default.focus {
  color: #FFBA61;
  background-color: #373d44;
  border-color: #e17e00;
}
.btn-default:hover {
  color: #FFBA61;
  background-color: #373d44;
  border-color: #ff9f24;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #FFBA61;
  background-color: #373d44;
  border-color: #ff9f24;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #FFBA61;
  background-color: #272c30;
  border-color: #e17e00;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #4E5760;
  border-color: #FFBA61;
}
.btn-default .badge {
  color: #4E5760;
  background-color: #FFBA61;
}
.btn-primary {
  color: #4E5760;
  background-color: #FFBA61;
  border-color: #ffaf47;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #4E5760;
  background-color: #ffa42e;
  border-color: #c77000;
}
.btn-primary:hover {
  color: #4E5760;
  background-color: #ffa42e;
  border-color: #ff940a;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #4E5760;
  background-color: #ffa42e;
  border-color: #ff940a;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #4E5760;
  background-color: #ff940a;
  border-color: #c77000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #FFBA61;
  border-color: #ffaf47;
}
.btn-primary .badge {
  color: #FFBA61;
  background-color: #4E5760;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #A38A5B;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #726040;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #FFBA61;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.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:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.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-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.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 > .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: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.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;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[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[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 0px;
}
.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:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.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;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #A38A5B;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #FFBA61;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 70px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 24px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 70px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 12px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 17px;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 17px;
  margin-bottom: 17px;
}
.navbar-btn.btn-sm {
  margin-top: 18.5px;
  margin-bottom: 18.5px;
}
.navbar-btn.btn-xs {
  margin-top: 24px;
  margin-bottom: 24px;
}
.navbar-text {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}
.navbar-default .navbar-brand {
  color: #4E5760;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #373d44;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #4E5760;
}
.navbar-default .navbar-nav > li > a {
  color: #4E5760;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: rgba(238, 238, 238, 0.7);
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgba(255, 255, 255, 0.7);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: rgba(238, 238, 238, 0.7);
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #4E5760;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: rgba(238, 238, 238, 0.7);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #4E5760;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #4E5760;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #A38A5B;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #726040;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #FFBA61;
  border-color: #FFBA61;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #FFBA61;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #ffa42e;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #A38A5B;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #A38A5B;
}
.thumbnail .caption {
  padding: 9px;
  color: #4E5760;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #FFBA61;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #FFBA61;
  border-color: #FFBA61;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #FFBA61;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #FFBA61;
  border-color: #FFBA61;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #FFBA61;
}
.panel-primary > .panel-heading .badge {
  color: #FFBA61;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #FFBA61;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.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;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0px;
}
.well-sm {
  padding: 9px;
  border-radius: 0px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  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: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  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: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 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 {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  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 {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  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:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.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%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  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 screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*@import "../bootstrap/less/theme.less";*/
/* Font Awesome */
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
/* MODULES */
/******************************************************** 
	Variables
********************************************************/
/******************************************************** 
	SPECIAL FORMATTING 
********************************************************/
#contact-special-formatting {
  /* side by side captcha formatting */
  /* label and input one line */
}
/******************************************************** 
	Module Formatting
********************************************************/
#contact-module #contact-form .form-group {
  width: 100%;
  margin-bottom: 10px;
}
#contact-module #contact-form .form-control-feedback {
  display: none;
}
#contact-module #contact-form .has-feedback .form-control-feedback {
  display: block;
}
#contact-module #contact-form .generic-input input,
#contact-module #contact-form .generic-input textarea,
#contact-module #contact-form .security-input input {
  width: 100%;
  max-width: 100%;
}
#contact-module #contact-form .ccaptcha {
  position: static;
  text-align: center;
  display: block;
}
#contact-module #contact-form #captcha_img {
  text-align: center;
}
#contact-module #contact-form .button {
  text-align: right;
  width: 100%;
  display: block;
}
#contact-module #contact-form .button input {
  width: 40%;
  min-width: 100px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 120%;
  text-transform: uppercase;
  font-weight: bold;
  color: #4E5760;
  background-color: #FFBA61;
  border-color: #ffaf47;
}
#contact-module #contact-form .button input:focus,
#contact-module #contact-form .button input:active:focus,
#contact-module #contact-form .button input.active:focus,
#contact-module #contact-form .button input.focus,
#contact-module #contact-form .button input:active.focus,
#contact-module #contact-form .button input.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#contact-module #contact-form .button input:hover,
#contact-module #contact-form .button input:focus,
#contact-module #contact-form .button input.focus {
  color: #FFBA61;
  text-decoration: none;
}
#contact-module #contact-form .button input:active,
#contact-module #contact-form .button input.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#contact-module #contact-form .button input.disabled,
#contact-module #contact-form .button input[disabled],
fieldset[disabled] #contact-module #contact-form .button input {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a#contact-module #contact-form .button input.disabled,
fieldset[disabled] a#contact-module #contact-form .button input {
  pointer-events: none;
}
#contact-module #contact-form .button input:focus,
#contact-module #contact-form .button input.focus {
  color: #4E5760;
  background-color: #ffa42e;
  border-color: #c77000;
}
#contact-module #contact-form .button input:hover {
  color: #4E5760;
  background-color: #ffa42e;
  border-color: #ff940a;
}
#contact-module #contact-form .button input:active,
#contact-module #contact-form .button input.active,
.open > .dropdown-toggle#contact-module #contact-form .button input {
  color: #4E5760;
  background-color: #ffa42e;
  border-color: #ff940a;
}
#contact-module #contact-form .button input:active:hover,
#contact-module #contact-form .button input.active:hover,
.open > .dropdown-toggle#contact-module #contact-form .button input:hover,
#contact-module #contact-form .button input:active:focus,
#contact-module #contact-form .button input.active:focus,
.open > .dropdown-toggle#contact-module #contact-form .button input:focus,
#contact-module #contact-form .button input:active.focus,
#contact-module #contact-form .button input.active.focus,
.open > .dropdown-toggle#contact-module #contact-form .button input.focus {
  color: #4E5760;
  background-color: #ff940a;
  border-color: #c77000;
}
#contact-module #contact-form .button input:active,
#contact-module #contact-form .button input.active,
.open > .dropdown-toggle#contact-module #contact-form .button input {
  background-image: none;
}
#contact-module #contact-form .button input.disabled:hover,
#contact-module #contact-form .button input[disabled]:hover,
fieldset[disabled] #contact-module #contact-form .button input:hover,
#contact-module #contact-form .button input.disabled:focus,
#contact-module #contact-form .button input[disabled]:focus,
fieldset[disabled] #contact-module #contact-form .button input:focus,
#contact-module #contact-form .button input.disabled.focus,
#contact-module #contact-form .button input[disabled].focus,
fieldset[disabled] #contact-module #contact-form .button input.focus {
  background-color: #FFBA61;
  border-color: #ffaf47;
}
#contact-module #contact-form .button input .badge {
  color: #FFBA61;
  background-color: #4E5760;
}
#contact-module #contact-form .req {
  color: #d9534f;
  font-weight: bold;
}
#contact-module #contact-form .security label {
  display: none;
}
#contact-module #contact-form .security {
  padding: 6px 0;
}
#gallery-module #gallery-blueimp #links .column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #gallery-module #gallery-blueimp #links .column {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  #gallery-module #gallery-blueimp #links .column {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  #gallery-module #gallery-blueimp #links .column {
    float: left;
    width: 16.66666667%;
  }
}
#gallery-module #gallery-blueimp #links li {
  list-style-type: none;
  overflow: hidden;
}
#gallery-module #gallery-blueimp #links .thumbnail {
  overflow: hidden;
  padding: 0;
}
#gallery-module #gallery-blueimp #links .thumbnail > div {
  display: inline-block;
  position: relative;
  right: -50%;
}
#gallery-module #gallery-blueimp #links img {
  max-width: none;
  position: relative;
  left: -50%;
}
@media (max-width: 767px) {
  #gallery-module #gallery-blueimp #links img {
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #gallery-module #gallery-blueimp #links img {
    height: 160px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #gallery-module #gallery-blueimp #links img {
    height: 170px;
  }
}
@media (min-width: 1200px) {
  #gallery-module #gallery-blueimp #links img {
    height: 140px;
  }
}
/******************************************************** 
	SPECIAL FORMATTING 
********************************************************/
.blog_listing .blog {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  color: #4E5760;
}
@media (min-width: 768px) {
  .blog_listing .blog {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .blog_listing .blog {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .blog_listing .blog {
    float: left;
    width: 33.33333333%;
  }
}
.blog_listing .blog:hover {
  text-decoration: none;
}
.blog_listing .blog:hover strong {
  text-decoration: underline;
}
.blog_listing .blog_button {
  text-align: right;
}
.blog_listing .blog_title {
  font-size: 118%;
  display: block;
}
.blog_listing .blog_blurb {
  height: 180px;
  padding-top: 5px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .blog_listing .blog_blurb {
    height: 170px;
  }
}
@media (min-width: 992px) {
  .blog_listing .blog_blurb {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .blog_listing .blog_blurb {
    height: 180px;
  }
}
.blog_listing .blog_img {
  overflow: hidden;
  border: 1px solid #777777;
  height: 200px;
}
@media (min-width: 400px) and (max-width: 768px) {
  .blog_listing .blog_img {
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  .blog_listing .blog_img {
    height: 160px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog_listing .blog_img {
    height: 160px;
  }
}
.blog_item .blog_date {
  margin-bottom: 20px;
  font-weight: 500;
}
.blog_item .blog_back_button {
  display: block;
  width: 100%;
  text-align: right;
}
.blog_item .blog_back_button a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 120%;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFBA61;
  background-color: #4E5760;
  border-color: #FFBA61;
  padding-left: 20px;
  padding-right: 20px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.blog_item .blog_back_button a:focus,
.blog_item .blog_back_button a:active:focus,
.blog_item .blog_back_button a.active:focus,
.blog_item .blog_back_button a.focus,
.blog_item .blog_back_button a:active.focus,
.blog_item .blog_back_button a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.blog_item .blog_back_button a:hover,
.blog_item .blog_back_button a:focus,
.blog_item .blog_back_button a.focus {
  color: #FFBA61;
  text-decoration: none;
}
.blog_item .blog_back_button a:active,
.blog_item .blog_back_button a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.blog_item .blog_back_button a.disabled,
.blog_item .blog_back_button a[disabled],
fieldset[disabled] .blog_item .blog_back_button a {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.blog_item .blog_back_button a.disabled,
fieldset[disabled] a.blog_item .blog_back_button a {
  pointer-events: none;
}
.blog_item .blog_back_button a:focus,
.blog_item .blog_back_button a.focus {
  color: #FFBA61;
  background-color: #373d44;
  border-color: #e17e00;
}
.blog_item .blog_back_button a:hover {
  color: #FFBA61;
  background-color: #373d44;
  border-color: #ff9f24;
}
.blog_item .blog_back_button a:active,
.blog_item .blog_back_button a.active,
.open > .dropdown-toggle.blog_item .blog_back_button a {
  color: #FFBA61;
  background-color: #373d44;
  border-color: #ff9f24;
}
.blog_item .blog_back_button a:active:hover,
.blog_item .blog_back_button a.active:hover,
.open > .dropdown-toggle.blog_item .blog_back_button a:hover,
.blog_item .blog_back_button a:active:focus,
.blog_item .blog_back_button a.active:focus,
.open > .dropdown-toggle.blog_item .blog_back_button a:focus,
.blog_item .blog_back_button a:active.focus,
.blog_item .blog_back_button a.active.focus,
.open > .dropdown-toggle.blog_item .blog_back_button a.focus {
  color: #FFBA61;
  background-color: #272c30;
  border-color: #e17e00;
}
.blog_item .blog_back_button a:active,
.blog_item .blog_back_button a.active,
.open > .dropdown-toggle.blog_item .blog_back_button a {
  background-image: none;
}
.blog_item .blog_back_button a.disabled:hover,
.blog_item .blog_back_button a[disabled]:hover,
fieldset[disabled] .blog_item .blog_back_button a:hover,
.blog_item .blog_back_button a.disabled:focus,
.blog_item .blog_back_button a[disabled]:focus,
fieldset[disabled] .blog_item .blog_back_button a:focus,
.blog_item .blog_back_button a.disabled.focus,
.blog_item .blog_back_button a[disabled].focus,
fieldset[disabled] .blog_item .blog_back_button a.focus {
  background-color: #4E5760;
  border-color: #FFBA61;
}
.blog_item .blog_back_button a .badge {
  color: #4E5760;
  background-color: #FFBA61;
}
.blog_item .thumbnail > div {
  display: block !important;
  position: static !important;
}
.blog_item img {
  position: static !important;
}
.blog_item .social-share-bar {
  margin-bottom: 15px;
}
.blog_item .social-share-bar > * {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  vertical-align: top;
}
.blog_item .social-share-bar > *:first-child {
  margin-left: 0;
}
.blog_item .social-share-bar > *:last-child {
  margin-right: 0;
}
.pagination {
  text-align: center;
  display: block;
  width: 100%;
}
.pagination .pagination-cur {
  padding: 6px 12px;
  background: #FFBA61;
  color: #fff;
  display: inline-block;
  margin: 1px;
  vertical-align: middle;
}
.pagination .pagination-num > a,
.pagination .pagination-next > a,
.pagination .pagination-prev > a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 120%;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFBA61;
  background-color: #4E5760;
  border-color: #FFBA61;
  padding-left: 20px;
  padding-right: 20px;
  margin: 1px;
}
.pagination .pagination-num > a:focus,
.pagination .pagination-next > a:focus,
.pagination .pagination-prev > a:focus,
.pagination .pagination-num > a:active:focus,
.pagination .pagination-next > a:active:focus,
.pagination .pagination-prev > a:active:focus,
.pagination .pagination-num > a.active:focus,
.pagination .pagination-next > a.active:focus,
.pagination .pagination-prev > a.active:focus,
.pagination .pagination-num > a.focus,
.pagination .pagination-next > a.focus,
.pagination .pagination-prev > a.focus,
.pagination .pagination-num > a:active.focus,
.pagination .pagination-next > a:active.focus,
.pagination .pagination-prev > a:active.focus,
.pagination .pagination-num > a.active.focus,
.pagination .pagination-next > a.active.focus,
.pagination .pagination-prev > a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.pagination .pagination-num > a:hover,
.pagination .pagination-next > a:hover,
.pagination .pagination-prev > a:hover,
.pagination .pagination-num > a:focus,
.pagination .pagination-next > a:focus,
.pagination .pagination-prev > a:focus,
.pagination .pagination-num > a.focus,
.pagination .pagination-next > a.focus,
.pagination .pagination-prev > a.focus {
  color: #FFBA61;
  text-decoration: none;
}
.pagination .pagination-num > a:active,
.pagination .pagination-next > a:active,
.pagination .pagination-prev > a:active,
.pagination .pagination-num > a.active,
.pagination .pagination-next > a.active,
.pagination .pagination-prev > a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.pagination .pagination-num > a.disabled,
.pagination .pagination-next > a.disabled,
.pagination .pagination-prev > a.disabled,
.pagination .pagination-num > a[disabled],
.pagination .pagination-next > a[disabled],
.pagination .pagination-prev > a[disabled],
fieldset[disabled] .pagination .pagination-num > a,
fieldset[disabled] .pagination .pagination-next > a,
fieldset[disabled] .pagination .pagination-prev > a {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.pagination .pagination-num > a.disabled,
a.pagination .pagination-next > a.disabled,
a.pagination .pagination-prev > a.disabled,
fieldset[disabled] a.pagination .pagination-num > a,
fieldset[disabled] a.pagination .pagination-next > a,
fieldset[disabled] a.pagination .pagination-prev > a {
  pointer-events: none;
}
.pagination .pagination-num > a:focus,
.pagination .pagination-next > a:focus,
.pagination .pagination-prev > a:focus,
.pagination .pagination-num > a.focus,
.pagination .pagination-next > a.focus,
.pagination .pagination-prev > a.focus {
  color: #FFBA61;
  background-color: #373d44;
  border-color: #e17e00;
}
.pagination .pagination-num > a:hover,
.pagination .pagination-next > a:hover,
.pagination .pagination-prev > a:hover {
  color: #FFBA61;
  background-color: #373d44;
  border-color: #ff9f24;
}
.pagination .pagination-num > a:active,
.pagination .pagination-next > a:active,
.pagination .pagination-prev > a:active,
.pagination .pagination-num > a.active,
.pagination .pagination-next > a.active,
.pagination .pagination-prev > a.active,
.open > .dropdown-toggle.pagination .pagination-num > a,
.open > .dropdown-toggle.pagination .pagination-next > a,
.open > .dropdown-toggle.pagination .pagination-prev > a {
  color: #FFBA61;
  background-color: #373d44;
  border-color: #ff9f24;
}
.pagination .pagination-num > a:active:hover,
.pagination .pagination-next > a:active:hover,
.pagination .pagination-prev > a:active:hover,
.pagination .pagination-num > a.active:hover,
.pagination .pagination-next > a.active:hover,
.pagination .pagination-prev > a.active:hover,
.open > .dropdown-toggle.pagination .pagination-num > a:hover,
.open > .dropdown-toggle.pagination .pagination-next > a:hover,
.open > .dropdown-toggle.pagination .pagination-prev > a:hover,
.pagination .pagination-num > a:active:focus,
.pagination .pagination-next > a:active:focus,
.pagination .pagination-prev > a:active:focus,
.pagination .pagination-num > a.active:focus,
.pagination .pagination-next > a.active:focus,
.pagination .pagination-prev > a.active:focus,
.open > .dropdown-toggle.pagination .pagination-num > a:focus,
.open > .dropdown-toggle.pagination .pagination-next > a:focus,
.open > .dropdown-toggle.pagination .pagination-prev > a:focus,
.pagination .pagination-num > a:active.focus,
.pagination .pagination-next > a:active.focus,
.pagination .pagination-prev > a:active.focus,
.pagination .pagination-num > a.active.focus,
.pagination .pagination-next > a.active.focus,
.pagination .pagination-prev > a.active.focus,
.open > .dropdown-toggle.pagination .pagination-num > a.focus,
.open > .dropdown-toggle.pagination .pagination-next > a.focus,
.open > .dropdown-toggle.pagination .pagination-prev > a.focus {
  color: #FFBA61;
  background-color: #272c30;
  border-color: #e17e00;
}
.pagination .pagination-num > a:active,
.pagination .pagination-next > a:active,
.pagination .pagination-prev > a:active,
.pagination .pagination-num > a.active,
.pagination .pagination-next > a.active,
.pagination .pagination-prev > a.active,
.open > .dropdown-toggle.pagination .pagination-num > a,
.open > .dropdown-toggle.pagination .pagination-next > a,
.open > .dropdown-toggle.pagination .pagination-prev > a {
  background-image: none;
}
.pagination .pagination-num > a.disabled:hover,
.pagination .pagination-next > a.disabled:hover,
.pagination .pagination-prev > a.disabled:hover,
.pagination .pagination-num > a[disabled]:hover,
.pagination .pagination-next > a[disabled]:hover,
.pagination .pagination-prev > a[disabled]:hover,
fieldset[disabled] .pagination .pagination-num > a:hover,
fieldset[disabled] .pagination .pagination-next > a:hover,
fieldset[disabled] .pagination .pagination-prev > a:hover,
.pagination .pagination-num > a.disabled:focus,
.pagination .pagination-next > a.disabled:focus,
.pagination .pagination-prev > a.disabled:focus,
.pagination .pagination-num > a[disabled]:focus,
.pagination .pagination-next > a[disabled]:focus,
.pagination .pagination-prev > a[disabled]:focus,
fieldset[disabled] .pagination .pagination-num > a:focus,
fieldset[disabled] .pagination .pagination-next > a:focus,
fieldset[disabled] .pagination .pagination-prev > a:focus,
.pagination .pagination-num > a.disabled.focus,
.pagination .pagination-next > a.disabled.focus,
.pagination .pagination-prev > a.disabled.focus,
.pagination .pagination-num > a[disabled].focus,
.pagination .pagination-next > a[disabled].focus,
.pagination .pagination-prev > a[disabled].focus,
fieldset[disabled] .pagination .pagination-num > a.focus,
fieldset[disabled] .pagination .pagination-next > a.focus,
fieldset[disabled] .pagination .pagination-prev > a.focus {
  background-color: #4E5760;
  border-color: #FFBA61;
}
.pagination .pagination-num > a .badge,
.pagination .pagination-next > a .badge,
.pagination .pagination-prev > a .badge {
  color: #4E5760;
  background-color: #FFBA61;
}
.pagination span {
  display: inline-block;
}
/* Pace */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #FFBA61;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #FFBA61, 0 0 5px #FFBA61;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #FFBA61;
  border-left-color: #FFBA61;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* SITE SPECIFIC CODE */
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.letter-spacing-1 {
  letter-spacing: 1px;
}
.letter-spacing-2 {
  letter-spacing: 2px;
}
.letter-spacing-3 {
  letter-spacing: 3px;
}
.word-spacing-1 {
  word-spacing: 1px;
}
.word-spacing-2 {
  word-spacing: 2px;
}
.word-spacing-3 {
  word-spacing: 3px;
}
.line-height-1 {
  line-height: 1;
}
.line-height-1-1 {
  line-height: 1.1;
}
.line-height-1-2 {
  line-height: 1.2;
}
.line-height-1-3 {
  line-height: 1.3;
}
.line-height-1-4 {
  line-height: 1.4;
}
.line-height-1-5 {
  line-height: 1.5;
}
.line-height-1-6 {
  line-height: 1.6;
}
.line-height-1-7 {
  line-height: 1.7;
}
.line-height-1-8 {
  line-height: 1.8;
}
.line-height-1-9 {
  line-height: 1.9;
}
@media (max-width: 767px) {
  .xs\:text-left {
    text-align: left;
  }
  .xs\:text-right {
    text-align: right;
  }
  .xs\:text-center {
    text-align: center;
  }
  .xs\:text-justify {
    text-align: justify;
  }
}
.text-uppercase {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
.text-nowrap {
  white-space: nowrap;
}
.fs-10 {
  font-size: 10px;
}
.fs-11 {
  font-size: 11px;
}
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
@media (max-width: 991px) {
  .fs-15 {
    font-size: calc(12px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-15 {
    font-size: calc(10px + 0.3vw);
  }
}
@media (min-width: 1921px) {
  .fs-15 {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .fs-20 {
    font-size: calc(14px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-20 {
    font-size: calc(10px + 0.5vw);
  }
}
@media (min-width: 1921px) {
  .fs-20 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .fs-25 {
    font-size: calc(15px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-25 {
    font-size: calc(10px + 0.75vw);
  }
}
@media (min-width: 1921px) {
  .fs-25 {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .fs-30 {
    font-size: calc(17px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-30 {
    font-size: calc(10px + 1vw);
  }
}
@media (min-width: 1921px) {
  .fs-30 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .fs-35 {
    font-size: calc(19px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-35 {
    font-size: calc(10px + 1.25vw);
  }
}
@media (min-width: 1921px) {
  .fs-35 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .fs-40 {
    font-size: calc(21px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-40 {
    font-size: calc(10px + 1.5vw);
  }
}
@media (min-width: 1921px) {
  .fs-40 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .fs-45 {
    font-size: calc(23px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-45 {
    font-size: calc(10px + 1.75vw);
  }
}
@media (min-width: 1921px) {
  .fs-45 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .fs-50 {
    font-size: calc(25px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-50 {
    font-size: calc(10px + 2vw);
  }
}
@media (min-width: 1921px) {
  .fs-50 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .fs-55 {
    font-size: calc(27px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-55 {
    font-size: calc(10px + 2.25vw);
  }
}
@media (min-width: 1921px) {
  .fs-55 {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .fs-60 {
    font-size: calc(29px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-60 {
    font-size: calc(10px + 2.5vw);
  }
}
@media (min-width: 1921px) {
  .fs-60 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .fs-65 {
    font-size: calc(31px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-65 {
    font-size: calc(10px + 2.75vw);
  }
}
@media (min-width: 1921px) {
  .fs-65 {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .fs-70 {
    font-size: calc(33px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-70 {
    font-size: calc(10px + 3vw);
  }
}
@media (min-width: 1921px) {
  .fs-70 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .fs-75 {
    font-size: calc(35px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-75 {
    font-size: calc(10px + 3.25vw);
  }
}
@media (min-width: 1921px) {
  .fs-75 {
    font-size: 75px;
  }
}
@media (max-width: 991px) {
  .fs-80 {
    font-size: calc(37px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-80 {
    font-size: calc(10px + 3.5vw);
  }
}
@media (min-width: 1921px) {
  .fs-80 {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .fs-85 {
    font-size: calc(37px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-85 {
    font-size: calc(10px + 3.75vw);
  }
}
@media (min-width: 1921px) {
  .fs-85 {
    font-size: 85px;
  }
}
@media (max-width: 991px) {
  .fs-90 {
    font-size: calc(37px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-90 {
    font-size: calc(10px + 4vw);
  }
}
@media (min-width: 1921px) {
  .fs-90 {
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  .fs-95 {
    font-size: calc(37px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-95 {
    font-size: calc(10px + 4.25vw);
  }
}
@media (min-width: 1921px) {
  .fs-95 {
    font-size: 95px;
  }
}
@media (max-width: 991px) {
  .fs-100 {
    font-size: calc(37px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-100 {
    font-size: calc(10px + 4.5vw);
  }
}
@media (min-width: 1921px) {
  .fs-100 {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .fs-150 {
    font-size: calc(37px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-150 {
    font-size: calc(10px + 7vw);
  }
}
@media (min-width: 1921px) {
  .fs-150 {
    font-size: 150px;
  }
}
@media (max-width: 991px) {
  .fs-200 {
    font-size: calc(37px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-200 {
    font-size: calc(10vw);
  }
}
@media (min-width: 1921px) {
  .fs-200 {
    font-size: 200px;
  }
}
@media (min-width: 768px) {
  .fs-sm-10 {
    font-size: 10px;
  }
  .fs-sm-11 {
    font-size: 11px;
  }
  .fs-sm-12 {
    font-size: 12px;
  }
  .fs-sm-13 {
    font-size: 13px;
  }
  .fs-sm-14 {
    font-size: 14px;
  }
  .fs-sm-15 {
    font-size: calc(10px + 0.3vw);
  }
  .fs-sm-20 {
    font-size: calc(10px + 0.5vw);
  }
  .fs-sm-25 {
    font-size: calc(10px + 0.75vw);
  }
  .fs-sm-30 {
    font-size: calc(10px + 1vw);
  }
  .fs-sm-35 {
    font-size: calc(10px + 1.25vw);
  }
  .fs-sm-40 {
    font-size: calc(10px + 1.5vw);
  }
  .fs-sm-45 {
    font-size: calc(10px + 1.75vw);
  }
  .fs-sm-50 {
    font-size: calc(10px + 2vw);
  }
  .fs-sm-55 {
    font-size: calc(10px + 2.25vw);
  }
  .fs-sm-60 {
    font-size: calc(10px + 2.5vw);
  }
  .fs-sm-65 {
    font-size: calc(10px + 2.75vw);
  }
  .fs-sm-70 {
    font-size: calc(10px + 3vw);
  }
  .fs-sm-75 {
    font-size: calc(10px + 3.25vw);
  }
  .fs-sm-80 {
    font-size: calc(10px + 3.5vw);
  }
  .fs-sm-85 {
    font-size: calc(10px + 3.75vw);
  }
  .fs-sm-90 {
    font-size: calc(10px + 4vw);
  }
  .fs-sm-95 {
    font-size: calc(10px + 4.25vw);
  }
  .fs-sm-100 {
    font-size: calc(10px + 4.5vw);
  }
  .fs-sm-150 {
    font-size: calc(10px + 7vw);
  }
  .fs-sm-200 {
    font-size: calc(10vw);
  }
}
@media (min-width: 992px) {
  .fs-md-10 {
    font-size: 10px;
  }
  .fs-md-11 {
    font-size: 11px;
  }
  .fs-md-12 {
    font-size: 12px;
  }
  .fs-md-13 {
    font-size: 13px;
  }
  .fs-md-14 {
    font-size: 14px;
  }
  .fs-md-15 {
    font-size: calc(10px + 0.3vw);
  }
  .fs-md-20 {
    font-size: calc(10px + 0.5vw);
  }
  .fs-md-25 {
    font-size: calc(10px + 0.75vw);
  }
  .fs-md-30 {
    font-size: calc(10px + 1vw);
  }
  .fs-md-35 {
    font-size: calc(10px + 1.25vw);
  }
  .fs-md-40 {
    font-size: calc(10px + 1.5vw);
  }
  .fs-md-45 {
    font-size: calc(10px + 1.75vw);
  }
  .fs-md-50 {
    font-size: calc(10px + 2vw);
  }
  .fs-md-55 {
    font-size: calc(10px + 2.25vw);
  }
  .fs-md-60 {
    font-size: calc(10px + 2.5vw);
  }
  .fs-md-65 {
    font-size: calc(10px + 2.75vw);
  }
  .fs-md-70 {
    font-size: calc(10px + 3vw);
  }
  .fs-md-75 {
    font-size: calc(10px + 3.25vw);
  }
  .fs-md-80 {
    font-size: calc(10px + 3.5vw);
  }
  .fs-md-85 {
    font-size: calc(10px + 3.75vw);
  }
  .fs-md-90 {
    font-size: calc(10px + 4vw);
  }
  .fs-md-95 {
    font-size: calc(10px + 4.25vw);
  }
  .fs-md-100 {
    font-size: calc(10px + 4.5vw);
  }
  .fs-md-150 {
    font-size: calc(10px + 7vw);
  }
  .fs-md-200 {
    font-size: calc(10vw);
  }
}
@media (min-width: 1200px) {
  .fs-lg-10 {
    font-size: 10px;
  }
  .fs-lg-11 {
    font-size: 11px;
  }
  .fs-lg-12 {
    font-size: 12px;
  }
  .fs-lg-13 {
    font-size: 13px;
  }
  .fs-lg-14 {
    font-size: 14px;
  }
  .fs-lg-15 {
    font-size: calc(10px + 0.3vw);
  }
  .fs-lg-20 {
    font-size: calc(10px + 0.5vw);
  }
  .fs-lg-25 {
    font-size: calc(10px + 0.75vw);
  }
  .fs-lg-30 {
    font-size: calc(10px + 1vw);
  }
  .fs-lg-35 {
    font-size: calc(10px + 1.25vw);
  }
  .fs-lg-40 {
    font-size: calc(10px + 1.5vw);
  }
  .fs-lg-45 {
    font-size: calc(10px + 1.75vw);
  }
  .fs-lg-50 {
    font-size: calc(10px + 2vw);
  }
  .fs-lg-55 {
    font-size: calc(10px + 2.25vw);
  }
  .fs-lg-60 {
    font-size: calc(10px + 2.5vw);
  }
  .fs-lg-65 {
    font-size: calc(10px + 2.75vw);
  }
  .fs-lg-70 {
    font-size: calc(10px + 3vw);
  }
  .fs-lg-75 {
    font-size: calc(10px + 3.25vw);
  }
  .fs-lg-80 {
    font-size: calc(10px + 3.5vw);
  }
  .fs-lg-85 {
    font-size: calc(10px + 3.75vw);
  }
  .fs-lg-90 {
    font-size: calc(10px + 4vw);
  }
  .fs-lg-95 {
    font-size: calc(10px + 4.25vw);
  }
  .fs-lg-100 {
    font-size: calc(10px + 4.5vw);
  }
  .fs-lg-150 {
    font-size: calc(10px + 7vw);
  }
  .fs-lg-200 {
    font-size: calc(10vw);
  }
}
.text-black {
  color: #000 !important;
}
.text-white {
  color: white;
}
.text-white-all {
  color: white;
}
.text-white-all a {
  color: white;
}
.bg-white {
  background: white;
}
@media (min-width: 768px) {
  .text-sm-white {
    color: white;
  }
}
@media (min-width: 768px) {
  .text-sm-white-all {
    color: white;
  }
  .text-sm-white-all a {
    color: white;
  }
}
.bg-transparent {
  background-color: transparent !important;
}
.text-gray-0,
.text-gray-0 a {
  color: #fff !important;
}
.text-gray-1,
.text-gray-1 a {
  color: #f7f7f7 !important;
}
.text-gray-2,
.text-gray-2 a {
  color: #ededed !important;
}
.text-gray-3,
.text-gray-3 a {
  color: #e2e2e2 !important;
}
.text-gray-4,
.text-gray-4 a {
  color: #cbcbcb !important;
}
.text-gray-5,
.text-gray-5 a {
  color: #a0a0a0 !important;
}
.text-gray-6,
.text-gray-6 a {
  color: #717171 !important;
}
.text-gray-7,
.text-gray-7 a {
  color: #4a4a4a !important;
}
.text-gray-8,
.text-gray-8 a {
  color: #2d2d2d !important;
}
.text-gray-9,
.text-gray-9 a {
  color: #1a1a1a !important;
}
.text-gray-10,
.text-gray-10 a {
  color: #000 !important;
}
.bg-gray-0 {
  background: #fff !important;
}
.bg-gray-1 {
  background: #f7f7f7 !important;
}
.bg-gray-2 {
  background: #ededed !important;
}
.bg-gray-3 {
  background: #e2e2e2 !important;
}
.bg-gray-4 {
  background: #cbcbcb !important;
}
.bg-gray-5 {
  background: #a0a0a0 !important;
}
.bg-gray-6 {
  background: #717171 !important;
}
.bg-gray-7 {
  background: #4a4a4a !important;
}
.bg-gray-8 {
  background: #2d2d2d !important;
}
.bg-gray-9 {
  background: #1a1a1a !important;
}
.bg-gray-10 {
  background: #000 !important;
}
@media (min-width: 768px) {
  .bg-sm-gray-0 {
    background: #fff !important;
  }
  .bg-sm-gray-1 {
    background: #f7f7f7 !important;
  }
  .bg-sm-gray-2 {
    background: #ededed !important;
  }
  .bg-sm-gray-3 {
    background: #e2e2e2 !important;
  }
  .bg-sm-gray-4 {
    background: #cbcbcb !important;
  }
  .bg-sm-gray-5 {
    background: #a0a0a0 !important;
  }
  .bg-sm-gray-6 {
    background: #717171 !important;
  }
  .bg-sm-gray-7 {
    background: #4a4a4a !important;
  }
  .bg-sm-gray-8 {
    background: #2d2d2d !important;
  }
  .bg-sm-gray-9 {
    background: #1a1a1a !important;
  }
  .bg-sm-gray-10 {
    background: #000 !important;
  }
}
@media (min-width: 992px) {
  .bg-md-gray-0 {
    background: #fff !important;
  }
  .bg-md-gray-1 {
    background: #f7f7f7 !important;
  }
  .bg-md-gray-2 {
    background: #ededed !important;
  }
  .bg-md-gray-3 {
    background: #e2e2e2 !important;
  }
  .bg-md-gray-4 {
    background: #cbcbcb !important;
  }
  .bg-md-gray-5 {
    background: #a0a0a0 !important;
  }
  .bg-md-gray-6 {
    background: #717171 !important;
  }
  .bg-md-gray-7 {
    background: #4a4a4a !important;
  }
  .bg-md-gray-8 {
    background: #2d2d2d !important;
  }
  .bg-md-gray-9 {
    background: #1a1a1a !important;
  }
  .bg-md-gray-10 {
    background: #000 !important;
  }
}
@media (min-width: 1200px) {
  .bg-lg-gray-0 {
    background: #fff !important;
  }
  .bg-lg-gray-1 {
    background: #f7f7f7 !important;
  }
  .bg-lg-gray-2 {
    background: #ededed !important;
  }
  .bg-lg-gray-3 {
    background: #e2e2e2 !important;
  }
  .bg-lg-gray-4 {
    background: #cbcbcb !important;
  }
  .bg-lg-gray-5 {
    background: #a0a0a0 !important;
  }
  .bg-lg-gray-6 {
    background: #717171 !important;
  }
  .bg-lg-gray-7 {
    background: #4a4a4a !important;
  }
  .bg-lg-gray-8 {
    background: #2d2d2d !important;
  }
  .bg-lg-gray-9 {
    background: #1a1a1a !important;
  }
  .bg-lg-gray-10 {
    background: #000 !important;
  }
}
.border-gray-0 {
  border-color: #fff !important;
}
.border-gray-1 {
  border-color: #f7f7f7 !important;
}
.border-gray-2 {
  border-color: #ededed !important;
}
.border-gray-3 {
  border-color: #e2e2e2 !important;
}
.border-gray-4 {
  border-color: #cbcbcb !important;
}
.border-gray-5 {
  border-color: #a0a0a0 !important;
}
.border-gray-6 {
  border-color: #717171 !important;
}
.border-gray-7 {
  border-color: #4a4a4a !important;
}
.border-gray-8 {
  border-color: #2d2d2d !important;
}
.border-gray-9 {
  border-color: #1a1a1a !important;
}
.border-gray-10 {
  border-color: #000 !important;
}
.placeholder-gray-0::-webkit-input-placeholder {
  color: #fff !important;
}
.placeholder-gray-0::placeholder {
  color: #fff !important;
}
.placeholder-gray-1::-webkit-input-placeholder {
  color: #f7f7f7 !important;
}
.placeholder-gray-1::placeholder {
  color: #f7f7f7 !important;
}
.placeholder-gray-2::-webkit-input-placeholder {
  color: #ededed !important;
}
.placeholder-gray-2::placeholder {
  color: #ededed !important;
}
.placeholder-gray-3::-webkit-input-placeholder {
  color: #e2e2e2 !important;
}
.placeholder-gray-3::placeholder {
  color: #e2e2e2 !important;
}
.placeholder-gray-4::-webkit-input-placeholder {
  color: #cbcbcb !important;
}
.placeholder-gray-4::placeholder {
  color: #cbcbcb !important;
}
.placeholder-gray-5::-webkit-input-placeholder {
  color: #a0a0a0 !important;
}
.placeholder-gray-5::placeholder {
  color: #a0a0a0 !important;
}
.placeholder-gray-6::-webkit-input-placeholder {
  color: #717171 !important;
}
.placeholder-gray-6::placeholder {
  color: #717171 !important;
}
.placeholder-gray-7::-webkit-input-placeholder {
  color: #4a4a4a !important;
}
.placeholder-gray-7::placeholder {
  color: #4a4a4a !important;
}
.placeholder-gray-8::-webkit-input-placeholder {
  color: #2d2d2d !important;
}
.placeholder-gray-8::placeholder {
  color: #2d2d2d !important;
}
.placeholder-gray-9::-webkit-input-placeholder {
  color: #1a1a1a !important;
}
.placeholder-gray-9::placeholder {
  color: #1a1a1a !important;
}
.placeholder-gray-10::-webkit-input-placeholder {
  color: #000 !important;
}
.placeholder-gray-10::placeholder {
  color: #000 !important;
}
.center-image-container {
  display: block;
  overflow: hidden;
  position: relative;
}
.center-image-container img {
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
}
.js-center-image-container {
  display: block !important;
}
div.circle-img {
  width: 100%;
  padding-top: 100%;
  border-radius: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
}
div.circle-img img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.img-white img {
  filter: brightness(0) invert(1);
}
.img-responsive-16by9 {
  aspect-ratio: 16 / 9;
  width: 100%;
  object-fit: cover;
}
.img-responsive-3by4 {
  aspect-ratio: 3 / 4;
  width: 100%;
  object-fit: cover;
}
.img-responsive-4by3 {
  aspect-ratio: 4 / 3;
  width: 100%;
  object-fit: cover;
}
.img-responsive-1by1 {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
}
.height-400 {
  height: calc(100px + 15vw) !important;
}
.height-350 {
  height: calc(100px + 12.5vw) !important;
}
.height-300 {
  height: calc(100px + 10vw) !important;
}
.height-250 {
  height: calc(100px + 7.5vw) !important;
}
.height-200 {
  height: calc(100px + 5vw) !important;
}
.height-100 {
  height: 100px !important;
}
.height-75 {
  height: 75px !important;
}
.height-50 {
  height: 50px !important;
}
.height-20 {
  height: 20px !important;
}
.height-0 {
  height: 0px !important;
}
.height-auto {
  height: auto !important;
}
.width-auto {
  width: auto !important;
}
@media (min-width: 768px) {
  .height-sm-400 {
    height: calc(100px + 15vw) !important;
  }
  .height-sm-350 {
    height: calc(100px + 12.5vw) !important;
  }
  .height-sm-300 {
    height: calc(100px + 10vw) !important;
  }
  .height-sm-250 {
    height: calc(100px + 7.5vw) !important;
  }
  .height-sm-200 {
    height: calc(100px + 5vw) !important;
  }
  .height-sm-100 {
    height: 100px !important;
  }
  .height-sm-75 {
    height: 75px !important;
  }
  .height-sm-50 {
    height: 50px !important;
  }
  .height-sm-20 {
    height: 20px !important;
  }
  .height-sm-0 {
    height: 0px !important;
  }
  .height-sm-auto {
    height: auto !important;
  }
  .width-sm-auto {
    width: auto !important;
  }
}
@media (min-width: 992px) {
  .height-md-400 {
    height: calc(100px + 15vw) !important;
  }
  .height-md-350 {
    height: calc(100px + 12.5vw) !important;
  }
  .height-md-300 {
    height: calc(100px + 10vw) !important;
  }
  .height-md-250 {
    height: calc(100px + 7.5vw) !important;
  }
  .height-md-200 {
    height: calc(100px + 5vw) !important;
  }
  .height-md-100 {
    height: 100px !important;
  }
  .height-md-75 {
    height: 75px !important;
  }
  .height-md-50 {
    height: 50px !important;
  }
  .height-md-20 {
    height: 20px !important;
  }
  .height-md-0 {
    height: 0px !important;
  }
  .height-md-auto {
    height: auto !important;
  }
  .width-md-auto {
    width: auto !important;
  }
}
@media (min-width: 1200px) {
  .height-lg-400 {
    height: calc(100px + 15vw) !important;
  }
  .height-lg-350 {
    height: calc(100px + 12.5vw) !important;
  }
  .height-lg-300 {
    height: calc(100px + 10vw) !important;
  }
  .height-lg-250 {
    height: calc(100px + 7.5vw) !important;
  }
  .height-lg-200 {
    height: calc(100px + 5vw) !important;
  }
  .height-lg-100 {
    height: 100px !important;
  }
  .height-lg-75 {
    height: 75px !important;
  }
  .height-lg-50 {
    height: 50px !important;
  }
  .height-lg-20 {
    height: 20px !important;
  }
  .height-lg-0 {
    height: 0px !important;
  }
  .height-lg-auto {
    height: auto !important;
  }
  .width-lg-auto {
    width: auto !important;
  }
}
.w-1 {
  width: 1%;
}
.w-2 {
  width: 2%;
}
.w-3 {
  width: 3%;
}
.w-4 {
  width: 4%;
}
.w-5 {
  width: 5%;
}
.w-6 {
  width: 6%;
}
.w-7 {
  width: 7%;
}
.w-8 {
  width: 8%;
}
.w-9 {
  width: 9%;
}
.w-10 {
  width: 10%;
}
.w-11 {
  width: 11%;
}
.w-12 {
  width: 12%;
}
.w-13 {
  width: 13%;
}
.w-14 {
  width: 14%;
}
.w-15 {
  width: 15%;
}
.w-16 {
  width: 16%;
}
.w-17 {
  width: 17%;
}
.w-18 {
  width: 18%;
}
.w-19 {
  width: 19%;
}
.w-20 {
  width: 20%;
}
.w-21 {
  width: 21%;
}
.w-22 {
  width: 22%;
}
.w-23 {
  width: 23%;
}
.w-24 {
  width: 24%;
}
.w-25 {
  width: 25%;
}
.w-26 {
  width: 26%;
}
.w-27 {
  width: 27%;
}
.w-28 {
  width: 28%;
}
.w-29 {
  width: 29%;
}
.w-30 {
  width: 30%;
}
.w-31 {
  width: 31%;
}
.w-32 {
  width: 32%;
}
.w-33 {
  width: 33%;
}
.w-34 {
  width: 34%;
}
.w-35 {
  width: 35%;
}
.w-36 {
  width: 36%;
}
.w-37 {
  width: 37%;
}
.w-38 {
  width: 38%;
}
.w-39 {
  width: 39%;
}
.w-40 {
  width: 40%;
}
.w-41 {
  width: 41%;
}
.w-42 {
  width: 42%;
}
.w-43 {
  width: 43%;
}
.w-44 {
  width: 44%;
}
.w-45 {
  width: 45%;
}
.w-46 {
  width: 46%;
}
.w-47 {
  width: 47%;
}
.w-48 {
  width: 48%;
}
.w-49 {
  width: 49%;
}
.w-50 {
  width: 50%;
}
.w-51 {
  width: 51%;
}
.w-52 {
  width: 52%;
}
.w-53 {
  width: 53%;
}
.w-54 {
  width: 54%;
}
.w-55 {
  width: 55%;
}
.w-56 {
  width: 56%;
}
.w-57 {
  width: 57%;
}
.w-58 {
  width: 58%;
}
.w-59 {
  width: 59%;
}
.w-60 {
  width: 60%;
}
.w-61 {
  width: 61%;
}
.w-62 {
  width: 62%;
}
.w-63 {
  width: 63%;
}
.w-64 {
  width: 64%;
}
.w-65 {
  width: 65%;
}
.w-66 {
  width: 66%;
}
.w-67 {
  width: 67%;
}
.w-68 {
  width: 68%;
}
.w-69 {
  width: 69%;
}
.w-70 {
  width: 70%;
}
.w-71 {
  width: 71%;
}
.w-72 {
  width: 72%;
}
.w-73 {
  width: 73%;
}
.w-74 {
  width: 74%;
}
.w-75 {
  width: 75%;
}
.w-76 {
  width: 76%;
}
.w-77 {
  width: 77%;
}
.w-78 {
  width: 78%;
}
.w-79 {
  width: 79%;
}
.w-80 {
  width: 80%;
}
.w-81 {
  width: 81%;
}
.w-82 {
  width: 82%;
}
.w-83 {
  width: 83%;
}
.w-84 {
  width: 84%;
}
.w-85 {
  width: 85%;
}
.w-86 {
  width: 86%;
}
.w-87 {
  width: 87%;
}
.w-88 {
  width: 88%;
}
.w-89 {
  width: 89%;
}
.w-90 {
  width: 90%;
}
.w-91 {
  width: 91%;
}
.w-92 {
  width: 92%;
}
.w-93 {
  width: 93%;
}
.w-94 {
  width: 94%;
}
.w-95 {
  width: 95%;
}
.w-96 {
  width: 96%;
}
.w-97 {
  width: 97%;
}
.w-98 {
  width: 98%;
}
.w-99 {
  width: 99%;
}
.w-100 {
  width: 100%;
}
@media (min-width: 768px) {
  .w-sm-1 {
    width: 1%;
  }
  .w-sm-2 {
    width: 2%;
  }
  .w-sm-3 {
    width: 3%;
  }
  .w-sm-4 {
    width: 4%;
  }
  .w-sm-5 {
    width: 5%;
  }
  .w-sm-6 {
    width: 6%;
  }
  .w-sm-7 {
    width: 7%;
  }
  .w-sm-8 {
    width: 8%;
  }
  .w-sm-9 {
    width: 9%;
  }
  .w-sm-10 {
    width: 10%;
  }
  .w-sm-11 {
    width: 11%;
  }
  .w-sm-12 {
    width: 12%;
  }
  .w-sm-13 {
    width: 13%;
  }
  .w-sm-14 {
    width: 14%;
  }
  .w-sm-15 {
    width: 15%;
  }
  .w-sm-16 {
    width: 16%;
  }
  .w-sm-17 {
    width: 17%;
  }
  .w-sm-18 {
    width: 18%;
  }
  .w-sm-19 {
    width: 19%;
  }
  .w-sm-20 {
    width: 20%;
  }
  .w-sm-21 {
    width: 21%;
  }
  .w-sm-22 {
    width: 22%;
  }
  .w-sm-23 {
    width: 23%;
  }
  .w-sm-24 {
    width: 24%;
  }
  .w-sm-25 {
    width: 25%;
  }
  .w-sm-26 {
    width: 26%;
  }
  .w-sm-27 {
    width: 27%;
  }
  .w-sm-28 {
    width: 28%;
  }
  .w-sm-29 {
    width: 29%;
  }
  .w-sm-30 {
    width: 30%;
  }
  .w-sm-31 {
    width: 31%;
  }
  .w-sm-32 {
    width: 32%;
  }
  .w-sm-33 {
    width: 33%;
  }
  .w-sm-34 {
    width: 34%;
  }
  .w-sm-35 {
    width: 35%;
  }
  .w-sm-36 {
    width: 36%;
  }
  .w-sm-37 {
    width: 37%;
  }
  .w-sm-38 {
    width: 38%;
  }
  .w-sm-39 {
    width: 39%;
  }
  .w-sm-40 {
    width: 40%;
  }
  .w-sm-41 {
    width: 41%;
  }
  .w-sm-42 {
    width: 42%;
  }
  .w-sm-43 {
    width: 43%;
  }
  .w-sm-44 {
    width: 44%;
  }
  .w-sm-45 {
    width: 45%;
  }
  .w-sm-46 {
    width: 46%;
  }
  .w-sm-47 {
    width: 47%;
  }
  .w-sm-48 {
    width: 48%;
  }
  .w-sm-49 {
    width: 49%;
  }
  .w-sm-50 {
    width: 50%;
  }
  .w-sm-51 {
    width: 51%;
  }
  .w-sm-52 {
    width: 52%;
  }
  .w-sm-53 {
    width: 53%;
  }
  .w-sm-54 {
    width: 54%;
  }
  .w-sm-55 {
    width: 55%;
  }
  .w-sm-56 {
    width: 56%;
  }
  .w-sm-57 {
    width: 57%;
  }
  .w-sm-58 {
    width: 58%;
  }
  .w-sm-59 {
    width: 59%;
  }
  .w-sm-60 {
    width: 60%;
  }
  .w-sm-61 {
    width: 61%;
  }
  .w-sm-62 {
    width: 62%;
  }
  .w-sm-63 {
    width: 63%;
  }
  .w-sm-64 {
    width: 64%;
  }
  .w-sm-65 {
    width: 65%;
  }
  .w-sm-66 {
    width: 66%;
  }
  .w-sm-67 {
    width: 67%;
  }
  .w-sm-68 {
    width: 68%;
  }
  .w-sm-69 {
    width: 69%;
  }
  .w-sm-70 {
    width: 70%;
  }
  .w-sm-71 {
    width: 71%;
  }
  .w-sm-72 {
    width: 72%;
  }
  .w-sm-73 {
    width: 73%;
  }
  .w-sm-74 {
    width: 74%;
  }
  .w-sm-75 {
    width: 75%;
  }
  .w-sm-76 {
    width: 76%;
  }
  .w-sm-77 {
    width: 77%;
  }
  .w-sm-78 {
    width: 78%;
  }
  .w-sm-79 {
    width: 79%;
  }
  .w-sm-80 {
    width: 80%;
  }
  .w-sm-81 {
    width: 81%;
  }
  .w-sm-82 {
    width: 82%;
  }
  .w-sm-83 {
    width: 83%;
  }
  .w-sm-84 {
    width: 84%;
  }
  .w-sm-85 {
    width: 85%;
  }
  .w-sm-86 {
    width: 86%;
  }
  .w-sm-87 {
    width: 87%;
  }
  .w-sm-88 {
    width: 88%;
  }
  .w-sm-89 {
    width: 89%;
  }
  .w-sm-90 {
    width: 90%;
  }
  .w-sm-91 {
    width: 91%;
  }
  .w-sm-92 {
    width: 92%;
  }
  .w-sm-93 {
    width: 93%;
  }
  .w-sm-94 {
    width: 94%;
  }
  .w-sm-95 {
    width: 95%;
  }
  .w-sm-96 {
    width: 96%;
  }
  .w-sm-97 {
    width: 97%;
  }
  .w-sm-98 {
    width: 98%;
  }
  .w-sm-99 {
    width: 99%;
  }
  .w-sm-100 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .w-md-1 {
    width: 1%;
  }
  .w-md-2 {
    width: 2%;
  }
  .w-md-3 {
    width: 3%;
  }
  .w-md-4 {
    width: 4%;
  }
  .w-md-5 {
    width: 5%;
  }
  .w-md-6 {
    width: 6%;
  }
  .w-md-7 {
    width: 7%;
  }
  .w-md-8 {
    width: 8%;
  }
  .w-md-9 {
    width: 9%;
  }
  .w-md-10 {
    width: 10%;
  }
  .w-md-11 {
    width: 11%;
  }
  .w-md-12 {
    width: 12%;
  }
  .w-md-13 {
    width: 13%;
  }
  .w-md-14 {
    width: 14%;
  }
  .w-md-15 {
    width: 15%;
  }
  .w-md-16 {
    width: 16%;
  }
  .w-md-17 {
    width: 17%;
  }
  .w-md-18 {
    width: 18%;
  }
  .w-md-19 {
    width: 19%;
  }
  .w-md-20 {
    width: 20%;
  }
  .w-md-21 {
    width: 21%;
  }
  .w-md-22 {
    width: 22%;
  }
  .w-md-23 {
    width: 23%;
  }
  .w-md-24 {
    width: 24%;
  }
  .w-md-25 {
    width: 25%;
  }
  .w-md-26 {
    width: 26%;
  }
  .w-md-27 {
    width: 27%;
  }
  .w-md-28 {
    width: 28%;
  }
  .w-md-29 {
    width: 29%;
  }
  .w-md-30 {
    width: 30%;
  }
  .w-md-31 {
    width: 31%;
  }
  .w-md-32 {
    width: 32%;
  }
  .w-md-33 {
    width: 33%;
  }
  .w-md-34 {
    width: 34%;
  }
  .w-md-35 {
    width: 35%;
  }
  .w-md-36 {
    width: 36%;
  }
  .w-md-37 {
    width: 37%;
  }
  .w-md-38 {
    width: 38%;
  }
  .w-md-39 {
    width: 39%;
  }
  .w-md-40 {
    width: 40%;
  }
  .w-md-41 {
    width: 41%;
  }
  .w-md-42 {
    width: 42%;
  }
  .w-md-43 {
    width: 43%;
  }
  .w-md-44 {
    width: 44%;
  }
  .w-md-45 {
    width: 45%;
  }
  .w-md-46 {
    width: 46%;
  }
  .w-md-47 {
    width: 47%;
  }
  .w-md-48 {
    width: 48%;
  }
  .w-md-49 {
    width: 49%;
  }
  .w-md-50 {
    width: 50%;
  }
  .w-md-51 {
    width: 51%;
  }
  .w-md-52 {
    width: 52%;
  }
  .w-md-53 {
    width: 53%;
  }
  .w-md-54 {
    width: 54%;
  }
  .w-md-55 {
    width: 55%;
  }
  .w-md-56 {
    width: 56%;
  }
  .w-md-57 {
    width: 57%;
  }
  .w-md-58 {
    width: 58%;
  }
  .w-md-59 {
    width: 59%;
  }
  .w-md-60 {
    width: 60%;
  }
  .w-md-61 {
    width: 61%;
  }
  .w-md-62 {
    width: 62%;
  }
  .w-md-63 {
    width: 63%;
  }
  .w-md-64 {
    width: 64%;
  }
  .w-md-65 {
    width: 65%;
  }
  .w-md-66 {
    width: 66%;
  }
  .w-md-67 {
    width: 67%;
  }
  .w-md-68 {
    width: 68%;
  }
  .w-md-69 {
    width: 69%;
  }
  .w-md-70 {
    width: 70%;
  }
  .w-md-71 {
    width: 71%;
  }
  .w-md-72 {
    width: 72%;
  }
  .w-md-73 {
    width: 73%;
  }
  .w-md-74 {
    width: 74%;
  }
  .w-md-75 {
    width: 75%;
  }
  .w-md-76 {
    width: 76%;
  }
  .w-md-77 {
    width: 77%;
  }
  .w-md-78 {
    width: 78%;
  }
  .w-md-79 {
    width: 79%;
  }
  .w-md-80 {
    width: 80%;
  }
  .w-md-81 {
    width: 81%;
  }
  .w-md-82 {
    width: 82%;
  }
  .w-md-83 {
    width: 83%;
  }
  .w-md-84 {
    width: 84%;
  }
  .w-md-85 {
    width: 85%;
  }
  .w-md-86 {
    width: 86%;
  }
  .w-md-87 {
    width: 87%;
  }
  .w-md-88 {
    width: 88%;
  }
  .w-md-89 {
    width: 89%;
  }
  .w-md-90 {
    width: 90%;
  }
  .w-md-91 {
    width: 91%;
  }
  .w-md-92 {
    width: 92%;
  }
  .w-md-93 {
    width: 93%;
  }
  .w-md-94 {
    width: 94%;
  }
  .w-md-95 {
    width: 95%;
  }
  .w-md-96 {
    width: 96%;
  }
  .w-md-97 {
    width: 97%;
  }
  .w-md-98 {
    width: 98%;
  }
  .w-md-99 {
    width: 99%;
  }
  .w-md-100 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .w-lg-1 {
    width: 1%;
  }
  .w-lg-2 {
    width: 2%;
  }
  .w-lg-3 {
    width: 3%;
  }
  .w-lg-4 {
    width: 4%;
  }
  .w-lg-5 {
    width: 5%;
  }
  .w-lg-6 {
    width: 6%;
  }
  .w-lg-7 {
    width: 7%;
  }
  .w-lg-8 {
    width: 8%;
  }
  .w-lg-9 {
    width: 9%;
  }
  .w-lg-10 {
    width: 10%;
  }
  .w-lg-11 {
    width: 11%;
  }
  .w-lg-12 {
    width: 12%;
  }
  .w-lg-13 {
    width: 13%;
  }
  .w-lg-14 {
    width: 14%;
  }
  .w-lg-15 {
    width: 15%;
  }
  .w-lg-16 {
    width: 16%;
  }
  .w-lg-17 {
    width: 17%;
  }
  .w-lg-18 {
    width: 18%;
  }
  .w-lg-19 {
    width: 19%;
  }
  .w-lg-20 {
    width: 20%;
  }
  .w-lg-21 {
    width: 21%;
  }
  .w-lg-22 {
    width: 22%;
  }
  .w-lg-23 {
    width: 23%;
  }
  .w-lg-24 {
    width: 24%;
  }
  .w-lg-25 {
    width: 25%;
  }
  .w-lg-26 {
    width: 26%;
  }
  .w-lg-27 {
    width: 27%;
  }
  .w-lg-28 {
    width: 28%;
  }
  .w-lg-29 {
    width: 29%;
  }
  .w-lg-30 {
    width: 30%;
  }
  .w-lg-31 {
    width: 31%;
  }
  .w-lg-32 {
    width: 32%;
  }
  .w-lg-33 {
    width: 33%;
  }
  .w-lg-34 {
    width: 34%;
  }
  .w-lg-35 {
    width: 35%;
  }
  .w-lg-36 {
    width: 36%;
  }
  .w-lg-37 {
    width: 37%;
  }
  .w-lg-38 {
    width: 38%;
  }
  .w-lg-39 {
    width: 39%;
  }
  .w-lg-40 {
    width: 40%;
  }
  .w-lg-41 {
    width: 41%;
  }
  .w-lg-42 {
    width: 42%;
  }
  .w-lg-43 {
    width: 43%;
  }
  .w-lg-44 {
    width: 44%;
  }
  .w-lg-45 {
    width: 45%;
  }
  .w-lg-46 {
    width: 46%;
  }
  .w-lg-47 {
    width: 47%;
  }
  .w-lg-48 {
    width: 48%;
  }
  .w-lg-49 {
    width: 49%;
  }
  .w-lg-50 {
    width: 50%;
  }
  .w-lg-51 {
    width: 51%;
  }
  .w-lg-52 {
    width: 52%;
  }
  .w-lg-53 {
    width: 53%;
  }
  .w-lg-54 {
    width: 54%;
  }
  .w-lg-55 {
    width: 55%;
  }
  .w-lg-56 {
    width: 56%;
  }
  .w-lg-57 {
    width: 57%;
  }
  .w-lg-58 {
    width: 58%;
  }
  .w-lg-59 {
    width: 59%;
  }
  .w-lg-60 {
    width: 60%;
  }
  .w-lg-61 {
    width: 61%;
  }
  .w-lg-62 {
    width: 62%;
  }
  .w-lg-63 {
    width: 63%;
  }
  .w-lg-64 {
    width: 64%;
  }
  .w-lg-65 {
    width: 65%;
  }
  .w-lg-66 {
    width: 66%;
  }
  .w-lg-67 {
    width: 67%;
  }
  .w-lg-68 {
    width: 68%;
  }
  .w-lg-69 {
    width: 69%;
  }
  .w-lg-70 {
    width: 70%;
  }
  .w-lg-71 {
    width: 71%;
  }
  .w-lg-72 {
    width: 72%;
  }
  .w-lg-73 {
    width: 73%;
  }
  .w-lg-74 {
    width: 74%;
  }
  .w-lg-75 {
    width: 75%;
  }
  .w-lg-76 {
    width: 76%;
  }
  .w-lg-77 {
    width: 77%;
  }
  .w-lg-78 {
    width: 78%;
  }
  .w-lg-79 {
    width: 79%;
  }
  .w-lg-80 {
    width: 80%;
  }
  .w-lg-81 {
    width: 81%;
  }
  .w-lg-82 {
    width: 82%;
  }
  .w-lg-83 {
    width: 83%;
  }
  .w-lg-84 {
    width: 84%;
  }
  .w-lg-85 {
    width: 85%;
  }
  .w-lg-86 {
    width: 86%;
  }
  .w-lg-87 {
    width: 87%;
  }
  .w-lg-88 {
    width: 88%;
  }
  .w-lg-89 {
    width: 89%;
  }
  .w-lg-90 {
    width: 90%;
  }
  .w-lg-91 {
    width: 91%;
  }
  .w-lg-92 {
    width: 92%;
  }
  .w-lg-93 {
    width: 93%;
  }
  .w-lg-94 {
    width: 94%;
  }
  .w-lg-95 {
    width: 95%;
  }
  .w-lg-96 {
    width: 96%;
  }
  .w-lg-97 {
    width: 97%;
  }
  .w-lg-98 {
    width: 98%;
  }
  .w-lg-99 {
    width: 99%;
  }
  .w-lg-100 {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .w-xl-1 {
    width: 1%;
  }
  .w-xl-2 {
    width: 2%;
  }
  .w-xl-3 {
    width: 3%;
  }
  .w-xl-4 {
    width: 4%;
  }
  .w-xl-5 {
    width: 5%;
  }
  .w-xl-6 {
    width: 6%;
  }
  .w-xl-7 {
    width: 7%;
  }
  .w-xl-8 {
    width: 8%;
  }
  .w-xl-9 {
    width: 9%;
  }
  .w-xl-10 {
    width: 10%;
  }
  .w-xl-11 {
    width: 11%;
  }
  .w-xl-12 {
    width: 12%;
  }
  .w-xl-13 {
    width: 13%;
  }
  .w-xl-14 {
    width: 14%;
  }
  .w-xl-15 {
    width: 15%;
  }
  .w-xl-16 {
    width: 16%;
  }
  .w-xl-17 {
    width: 17%;
  }
  .w-xl-18 {
    width: 18%;
  }
  .w-xl-19 {
    width: 19%;
  }
  .w-xl-20 {
    width: 20%;
  }
  .w-xl-21 {
    width: 21%;
  }
  .w-xl-22 {
    width: 22%;
  }
  .w-xl-23 {
    width: 23%;
  }
  .w-xl-24 {
    width: 24%;
  }
  .w-xl-25 {
    width: 25%;
  }
  .w-xl-26 {
    width: 26%;
  }
  .w-xl-27 {
    width: 27%;
  }
  .w-xl-28 {
    width: 28%;
  }
  .w-xl-29 {
    width: 29%;
  }
  .w-xl-30 {
    width: 30%;
  }
  .w-xl-31 {
    width: 31%;
  }
  .w-xl-32 {
    width: 32%;
  }
  .w-xl-33 {
    width: 33%;
  }
  .w-xl-34 {
    width: 34%;
  }
  .w-xl-35 {
    width: 35%;
  }
  .w-xl-36 {
    width: 36%;
  }
  .w-xl-37 {
    width: 37%;
  }
  .w-xl-38 {
    width: 38%;
  }
  .w-xl-39 {
    width: 39%;
  }
  .w-xl-40 {
    width: 40%;
  }
  .w-xl-41 {
    width: 41%;
  }
  .w-xl-42 {
    width: 42%;
  }
  .w-xl-43 {
    width: 43%;
  }
  .w-xl-44 {
    width: 44%;
  }
  .w-xl-45 {
    width: 45%;
  }
  .w-xl-46 {
    width: 46%;
  }
  .w-xl-47 {
    width: 47%;
  }
  .w-xl-48 {
    width: 48%;
  }
  .w-xl-49 {
    width: 49%;
  }
  .w-xl-50 {
    width: 50%;
  }
  .w-xl-51 {
    width: 51%;
  }
  .w-xl-52 {
    width: 52%;
  }
  .w-xl-53 {
    width: 53%;
  }
  .w-xl-54 {
    width: 54%;
  }
  .w-xl-55 {
    width: 55%;
  }
  .w-xl-56 {
    width: 56%;
  }
  .w-xl-57 {
    width: 57%;
  }
  .w-xl-58 {
    width: 58%;
  }
  .w-xl-59 {
    width: 59%;
  }
  .w-xl-60 {
    width: 60%;
  }
  .w-xl-61 {
    width: 61%;
  }
  .w-xl-62 {
    width: 62%;
  }
  .w-xl-63 {
    width: 63%;
  }
  .w-xl-64 {
    width: 64%;
  }
  .w-xl-65 {
    width: 65%;
  }
  .w-xl-66 {
    width: 66%;
  }
  .w-xl-67 {
    width: 67%;
  }
  .w-xl-68 {
    width: 68%;
  }
  .w-xl-69 {
    width: 69%;
  }
  .w-xl-70 {
    width: 70%;
  }
  .w-xl-71 {
    width: 71%;
  }
  .w-xl-72 {
    width: 72%;
  }
  .w-xl-73 {
    width: 73%;
  }
  .w-xl-74 {
    width: 74%;
  }
  .w-xl-75 {
    width: 75%;
  }
  .w-xl-76 {
    width: 76%;
  }
  .w-xl-77 {
    width: 77%;
  }
  .w-xl-78 {
    width: 78%;
  }
  .w-xl-79 {
    width: 79%;
  }
  .w-xl-80 {
    width: 80%;
  }
  .w-xl-81 {
    width: 81%;
  }
  .w-xl-82 {
    width: 82%;
  }
  .w-xl-83 {
    width: 83%;
  }
  .w-xl-84 {
    width: 84%;
  }
  .w-xl-85 {
    width: 85%;
  }
  .w-xl-86 {
    width: 86%;
  }
  .w-xl-87 {
    width: 87%;
  }
  .w-xl-88 {
    width: 88%;
  }
  .w-xl-89 {
    width: 89%;
  }
  .w-xl-90 {
    width: 90%;
  }
  .w-xl-91 {
    width: 91%;
  }
  .w-xl-92 {
    width: 92%;
  }
  .w-xl-93 {
    width: 93%;
  }
  .w-xl-94 {
    width: 94%;
  }
  .w-xl-95 {
    width: 95%;
  }
  .w-xl-96 {
    width: 96%;
  }
  .w-xl-97 {
    width: 97%;
  }
  .w-xl-98 {
    width: 98%;
  }
  .w-xl-99 {
    width: 99%;
  }
  .w-xl-100 {
    width: 100%;
  }
}
.h-1 {
  height: 1%;
}
.h-2 {
  height: 2%;
}
.h-3 {
  height: 3%;
}
.h-4 {
  height: 4%;
}
.h-5 {
  height: 5%;
}
.h-6 {
  height: 6%;
}
.h-7 {
  height: 7%;
}
.h-8 {
  height: 8%;
}
.h-9 {
  height: 9%;
}
.h-10 {
  height: 10%;
}
.h-11 {
  height: 11%;
}
.h-12 {
  height: 12%;
}
.h-13 {
  height: 13%;
}
.h-14 {
  height: 14%;
}
.h-15 {
  height: 15%;
}
.h-16 {
  height: 16%;
}
.h-17 {
  height: 17%;
}
.h-18 {
  height: 18%;
}
.h-19 {
  height: 19%;
}
.h-20 {
  height: 20%;
}
.h-21 {
  height: 21%;
}
.h-22 {
  height: 22%;
}
.h-23 {
  height: 23%;
}
.h-24 {
  height: 24%;
}
.h-25 {
  height: 25%;
}
.h-26 {
  height: 26%;
}
.h-27 {
  height: 27%;
}
.h-28 {
  height: 28%;
}
.h-29 {
  height: 29%;
}
.h-30 {
  height: 30%;
}
.h-31 {
  height: 31%;
}
.h-32 {
  height: 32%;
}
.h-33 {
  height: 33%;
}
.h-34 {
  height: 34%;
}
.h-35 {
  height: 35%;
}
.h-36 {
  height: 36%;
}
.h-37 {
  height: 37%;
}
.h-38 {
  height: 38%;
}
.h-39 {
  height: 39%;
}
.h-40 {
  height: 40%;
}
.h-41 {
  height: 41%;
}
.h-42 {
  height: 42%;
}
.h-43 {
  height: 43%;
}
.h-44 {
  height: 44%;
}
.h-45 {
  height: 45%;
}
.h-46 {
  height: 46%;
}
.h-47 {
  height: 47%;
}
.h-48 {
  height: 48%;
}
.h-49 {
  height: 49%;
}
.h-50 {
  height: 50%;
}
.h-51 {
  height: 51%;
}
.h-52 {
  height: 52%;
}
.h-53 {
  height: 53%;
}
.h-54 {
  height: 54%;
}
.h-55 {
  height: 55%;
}
.h-56 {
  height: 56%;
}
.h-57 {
  height: 57%;
}
.h-58 {
  height: 58%;
}
.h-59 {
  height: 59%;
}
.h-60 {
  height: 60%;
}
.h-61 {
  height: 61%;
}
.h-62 {
  height: 62%;
}
.h-63 {
  height: 63%;
}
.h-64 {
  height: 64%;
}
.h-65 {
  height: 65%;
}
.h-66 {
  height: 66%;
}
.h-67 {
  height: 67%;
}
.h-68 {
  height: 68%;
}
.h-69 {
  height: 69%;
}
.h-70 {
  height: 70%;
}
.h-71 {
  height: 71%;
}
.h-72 {
  height: 72%;
}
.h-73 {
  height: 73%;
}
.h-74 {
  height: 74%;
}
.h-75 {
  height: 75%;
}
.h-76 {
  height: 76%;
}
.h-77 {
  height: 77%;
}
.h-78 {
  height: 78%;
}
.h-79 {
  height: 79%;
}
.h-80 {
  height: 80%;
}
.h-81 {
  height: 81%;
}
.h-82 {
  height: 82%;
}
.h-83 {
  height: 83%;
}
.h-84 {
  height: 84%;
}
.h-85 {
  height: 85%;
}
.h-86 {
  height: 86%;
}
.h-87 {
  height: 87%;
}
.h-88 {
  height: 88%;
}
.h-89 {
  height: 89%;
}
.h-90 {
  height: 90%;
}
.h-91 {
  height: 91%;
}
.h-92 {
  height: 92%;
}
.h-93 {
  height: 93%;
}
.h-94 {
  height: 94%;
}
.h-95 {
  height: 95%;
}
.h-96 {
  height: 96%;
}
.h-97 {
  height: 97%;
}
.h-98 {
  height: 98%;
}
.h-99 {
  height: 99%;
}
.h-100 {
  height: 100%;
}
@media (min-width: 768px) {
  .h-sm-1 {
    height: 1%;
  }
  .h-sm-2 {
    height: 2%;
  }
  .h-sm-3 {
    height: 3%;
  }
  .h-sm-4 {
    height: 4%;
  }
  .h-sm-5 {
    height: 5%;
  }
  .h-sm-6 {
    height: 6%;
  }
  .h-sm-7 {
    height: 7%;
  }
  .h-sm-8 {
    height: 8%;
  }
  .h-sm-9 {
    height: 9%;
  }
  .h-sm-10 {
    height: 10%;
  }
  .h-sm-11 {
    height: 11%;
  }
  .h-sm-12 {
    height: 12%;
  }
  .h-sm-13 {
    height: 13%;
  }
  .h-sm-14 {
    height: 14%;
  }
  .h-sm-15 {
    height: 15%;
  }
  .h-sm-16 {
    height: 16%;
  }
  .h-sm-17 {
    height: 17%;
  }
  .h-sm-18 {
    height: 18%;
  }
  .h-sm-19 {
    height: 19%;
  }
  .h-sm-20 {
    height: 20%;
  }
  .h-sm-21 {
    height: 21%;
  }
  .h-sm-22 {
    height: 22%;
  }
  .h-sm-23 {
    height: 23%;
  }
  .h-sm-24 {
    height: 24%;
  }
  .h-sm-25 {
    height: 25%;
  }
  .h-sm-26 {
    height: 26%;
  }
  .h-sm-27 {
    height: 27%;
  }
  .h-sm-28 {
    height: 28%;
  }
  .h-sm-29 {
    height: 29%;
  }
  .h-sm-30 {
    height: 30%;
  }
  .h-sm-31 {
    height: 31%;
  }
  .h-sm-32 {
    height: 32%;
  }
  .h-sm-33 {
    height: 33%;
  }
  .h-sm-34 {
    height: 34%;
  }
  .h-sm-35 {
    height: 35%;
  }
  .h-sm-36 {
    height: 36%;
  }
  .h-sm-37 {
    height: 37%;
  }
  .h-sm-38 {
    height: 38%;
  }
  .h-sm-39 {
    height: 39%;
  }
  .h-sm-40 {
    height: 40%;
  }
  .h-sm-41 {
    height: 41%;
  }
  .h-sm-42 {
    height: 42%;
  }
  .h-sm-43 {
    height: 43%;
  }
  .h-sm-44 {
    height: 44%;
  }
  .h-sm-45 {
    height: 45%;
  }
  .h-sm-46 {
    height: 46%;
  }
  .h-sm-47 {
    height: 47%;
  }
  .h-sm-48 {
    height: 48%;
  }
  .h-sm-49 {
    height: 49%;
  }
  .h-sm-50 {
    height: 50%;
  }
  .h-sm-51 {
    height: 51%;
  }
  .h-sm-52 {
    height: 52%;
  }
  .h-sm-53 {
    height: 53%;
  }
  .h-sm-54 {
    height: 54%;
  }
  .h-sm-55 {
    height: 55%;
  }
  .h-sm-56 {
    height: 56%;
  }
  .h-sm-57 {
    height: 57%;
  }
  .h-sm-58 {
    height: 58%;
  }
  .h-sm-59 {
    height: 59%;
  }
  .h-sm-60 {
    height: 60%;
  }
  .h-sm-61 {
    height: 61%;
  }
  .h-sm-62 {
    height: 62%;
  }
  .h-sm-63 {
    height: 63%;
  }
  .h-sm-64 {
    height: 64%;
  }
  .h-sm-65 {
    height: 65%;
  }
  .h-sm-66 {
    height: 66%;
  }
  .h-sm-67 {
    height: 67%;
  }
  .h-sm-68 {
    height: 68%;
  }
  .h-sm-69 {
    height: 69%;
  }
  .h-sm-70 {
    height: 70%;
  }
  .h-sm-71 {
    height: 71%;
  }
  .h-sm-72 {
    height: 72%;
  }
  .h-sm-73 {
    height: 73%;
  }
  .h-sm-74 {
    height: 74%;
  }
  .h-sm-75 {
    height: 75%;
  }
  .h-sm-76 {
    height: 76%;
  }
  .h-sm-77 {
    height: 77%;
  }
  .h-sm-78 {
    height: 78%;
  }
  .h-sm-79 {
    height: 79%;
  }
  .h-sm-80 {
    height: 80%;
  }
  .h-sm-81 {
    height: 81%;
  }
  .h-sm-82 {
    height: 82%;
  }
  .h-sm-83 {
    height: 83%;
  }
  .h-sm-84 {
    height: 84%;
  }
  .h-sm-85 {
    height: 85%;
  }
  .h-sm-86 {
    height: 86%;
  }
  .h-sm-87 {
    height: 87%;
  }
  .h-sm-88 {
    height: 88%;
  }
  .h-sm-89 {
    height: 89%;
  }
  .h-sm-90 {
    height: 90%;
  }
  .h-sm-91 {
    height: 91%;
  }
  .h-sm-92 {
    height: 92%;
  }
  .h-sm-93 {
    height: 93%;
  }
  .h-sm-94 {
    height: 94%;
  }
  .h-sm-95 {
    height: 95%;
  }
  .h-sm-96 {
    height: 96%;
  }
  .h-sm-97 {
    height: 97%;
  }
  .h-sm-98 {
    height: 98%;
  }
  .h-sm-99 {
    height: 99%;
  }
  .h-sm-100 {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .h-md-1 {
    height: 1%;
  }
  .h-md-2 {
    height: 2%;
  }
  .h-md-3 {
    height: 3%;
  }
  .h-md-4 {
    height: 4%;
  }
  .h-md-5 {
    height: 5%;
  }
  .h-md-6 {
    height: 6%;
  }
  .h-md-7 {
    height: 7%;
  }
  .h-md-8 {
    height: 8%;
  }
  .h-md-9 {
    height: 9%;
  }
  .h-md-10 {
    height: 10%;
  }
  .h-md-11 {
    height: 11%;
  }
  .h-md-12 {
    height: 12%;
  }
  .h-md-13 {
    height: 13%;
  }
  .h-md-14 {
    height: 14%;
  }
  .h-md-15 {
    height: 15%;
  }
  .h-md-16 {
    height: 16%;
  }
  .h-md-17 {
    height: 17%;
  }
  .h-md-18 {
    height: 18%;
  }
  .h-md-19 {
    height: 19%;
  }
  .h-md-20 {
    height: 20%;
  }
  .h-md-21 {
    height: 21%;
  }
  .h-md-22 {
    height: 22%;
  }
  .h-md-23 {
    height: 23%;
  }
  .h-md-24 {
    height: 24%;
  }
  .h-md-25 {
    height: 25%;
  }
  .h-md-26 {
    height: 26%;
  }
  .h-md-27 {
    height: 27%;
  }
  .h-md-28 {
    height: 28%;
  }
  .h-md-29 {
    height: 29%;
  }
  .h-md-30 {
    height: 30%;
  }
  .h-md-31 {
    height: 31%;
  }
  .h-md-32 {
    height: 32%;
  }
  .h-md-33 {
    height: 33%;
  }
  .h-md-34 {
    height: 34%;
  }
  .h-md-35 {
    height: 35%;
  }
  .h-md-36 {
    height: 36%;
  }
  .h-md-37 {
    height: 37%;
  }
  .h-md-38 {
    height: 38%;
  }
  .h-md-39 {
    height: 39%;
  }
  .h-md-40 {
    height: 40%;
  }
  .h-md-41 {
    height: 41%;
  }
  .h-md-42 {
    height: 42%;
  }
  .h-md-43 {
    height: 43%;
  }
  .h-md-44 {
    height: 44%;
  }
  .h-md-45 {
    height: 45%;
  }
  .h-md-46 {
    height: 46%;
  }
  .h-md-47 {
    height: 47%;
  }
  .h-md-48 {
    height: 48%;
  }
  .h-md-49 {
    height: 49%;
  }
  .h-md-50 {
    height: 50%;
  }
  .h-md-51 {
    height: 51%;
  }
  .h-md-52 {
    height: 52%;
  }
  .h-md-53 {
    height: 53%;
  }
  .h-md-54 {
    height: 54%;
  }
  .h-md-55 {
    height: 55%;
  }
  .h-md-56 {
    height: 56%;
  }
  .h-md-57 {
    height: 57%;
  }
  .h-md-58 {
    height: 58%;
  }
  .h-md-59 {
    height: 59%;
  }
  .h-md-60 {
    height: 60%;
  }
  .h-md-61 {
    height: 61%;
  }
  .h-md-62 {
    height: 62%;
  }
  .h-md-63 {
    height: 63%;
  }
  .h-md-64 {
    height: 64%;
  }
  .h-md-65 {
    height: 65%;
  }
  .h-md-66 {
    height: 66%;
  }
  .h-md-67 {
    height: 67%;
  }
  .h-md-68 {
    height: 68%;
  }
  .h-md-69 {
    height: 69%;
  }
  .h-md-70 {
    height: 70%;
  }
  .h-md-71 {
    height: 71%;
  }
  .h-md-72 {
    height: 72%;
  }
  .h-md-73 {
    height: 73%;
  }
  .h-md-74 {
    height: 74%;
  }
  .h-md-75 {
    height: 75%;
  }
  .h-md-76 {
    height: 76%;
  }
  .h-md-77 {
    height: 77%;
  }
  .h-md-78 {
    height: 78%;
  }
  .h-md-79 {
    height: 79%;
  }
  .h-md-80 {
    height: 80%;
  }
  .h-md-81 {
    height: 81%;
  }
  .h-md-82 {
    height: 82%;
  }
  .h-md-83 {
    height: 83%;
  }
  .h-md-84 {
    height: 84%;
  }
  .h-md-85 {
    height: 85%;
  }
  .h-md-86 {
    height: 86%;
  }
  .h-md-87 {
    height: 87%;
  }
  .h-md-88 {
    height: 88%;
  }
  .h-md-89 {
    height: 89%;
  }
  .h-md-90 {
    height: 90%;
  }
  .h-md-91 {
    height: 91%;
  }
  .h-md-92 {
    height: 92%;
  }
  .h-md-93 {
    height: 93%;
  }
  .h-md-94 {
    height: 94%;
  }
  .h-md-95 {
    height: 95%;
  }
  .h-md-96 {
    height: 96%;
  }
  .h-md-97 {
    height: 97%;
  }
  .h-md-98 {
    height: 98%;
  }
  .h-md-99 {
    height: 99%;
  }
  .h-md-100 {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .h-lg-1 {
    height: 1%;
  }
  .h-lg-2 {
    height: 2%;
  }
  .h-lg-3 {
    height: 3%;
  }
  .h-lg-4 {
    height: 4%;
  }
  .h-lg-5 {
    height: 5%;
  }
  .h-lg-6 {
    height: 6%;
  }
  .h-lg-7 {
    height: 7%;
  }
  .h-lg-8 {
    height: 8%;
  }
  .h-lg-9 {
    height: 9%;
  }
  .h-lg-10 {
    height: 10%;
  }
  .h-lg-11 {
    height: 11%;
  }
  .h-lg-12 {
    height: 12%;
  }
  .h-lg-13 {
    height: 13%;
  }
  .h-lg-14 {
    height: 14%;
  }
  .h-lg-15 {
    height: 15%;
  }
  .h-lg-16 {
    height: 16%;
  }
  .h-lg-17 {
    height: 17%;
  }
  .h-lg-18 {
    height: 18%;
  }
  .h-lg-19 {
    height: 19%;
  }
  .h-lg-20 {
    height: 20%;
  }
  .h-lg-21 {
    height: 21%;
  }
  .h-lg-22 {
    height: 22%;
  }
  .h-lg-23 {
    height: 23%;
  }
  .h-lg-24 {
    height: 24%;
  }
  .h-lg-25 {
    height: 25%;
  }
  .h-lg-26 {
    height: 26%;
  }
  .h-lg-27 {
    height: 27%;
  }
  .h-lg-28 {
    height: 28%;
  }
  .h-lg-29 {
    height: 29%;
  }
  .h-lg-30 {
    height: 30%;
  }
  .h-lg-31 {
    height: 31%;
  }
  .h-lg-32 {
    height: 32%;
  }
  .h-lg-33 {
    height: 33%;
  }
  .h-lg-34 {
    height: 34%;
  }
  .h-lg-35 {
    height: 35%;
  }
  .h-lg-36 {
    height: 36%;
  }
  .h-lg-37 {
    height: 37%;
  }
  .h-lg-38 {
    height: 38%;
  }
  .h-lg-39 {
    height: 39%;
  }
  .h-lg-40 {
    height: 40%;
  }
  .h-lg-41 {
    height: 41%;
  }
  .h-lg-42 {
    height: 42%;
  }
  .h-lg-43 {
    height: 43%;
  }
  .h-lg-44 {
    height: 44%;
  }
  .h-lg-45 {
    height: 45%;
  }
  .h-lg-46 {
    height: 46%;
  }
  .h-lg-47 {
    height: 47%;
  }
  .h-lg-48 {
    height: 48%;
  }
  .h-lg-49 {
    height: 49%;
  }
  .h-lg-50 {
    height: 50%;
  }
  .h-lg-51 {
    height: 51%;
  }
  .h-lg-52 {
    height: 52%;
  }
  .h-lg-53 {
    height: 53%;
  }
  .h-lg-54 {
    height: 54%;
  }
  .h-lg-55 {
    height: 55%;
  }
  .h-lg-56 {
    height: 56%;
  }
  .h-lg-57 {
    height: 57%;
  }
  .h-lg-58 {
    height: 58%;
  }
  .h-lg-59 {
    height: 59%;
  }
  .h-lg-60 {
    height: 60%;
  }
  .h-lg-61 {
    height: 61%;
  }
  .h-lg-62 {
    height: 62%;
  }
  .h-lg-63 {
    height: 63%;
  }
  .h-lg-64 {
    height: 64%;
  }
  .h-lg-65 {
    height: 65%;
  }
  .h-lg-66 {
    height: 66%;
  }
  .h-lg-67 {
    height: 67%;
  }
  .h-lg-68 {
    height: 68%;
  }
  .h-lg-69 {
    height: 69%;
  }
  .h-lg-70 {
    height: 70%;
  }
  .h-lg-71 {
    height: 71%;
  }
  .h-lg-72 {
    height: 72%;
  }
  .h-lg-73 {
    height: 73%;
  }
  .h-lg-74 {
    height: 74%;
  }
  .h-lg-75 {
    height: 75%;
  }
  .h-lg-76 {
    height: 76%;
  }
  .h-lg-77 {
    height: 77%;
  }
  .h-lg-78 {
    height: 78%;
  }
  .h-lg-79 {
    height: 79%;
  }
  .h-lg-80 {
    height: 80%;
  }
  .h-lg-81 {
    height: 81%;
  }
  .h-lg-82 {
    height: 82%;
  }
  .h-lg-83 {
    height: 83%;
  }
  .h-lg-84 {
    height: 84%;
  }
  .h-lg-85 {
    height: 85%;
  }
  .h-lg-86 {
    height: 86%;
  }
  .h-lg-87 {
    height: 87%;
  }
  .h-lg-88 {
    height: 88%;
  }
  .h-lg-89 {
    height: 89%;
  }
  .h-lg-90 {
    height: 90%;
  }
  .h-lg-91 {
    height: 91%;
  }
  .h-lg-92 {
    height: 92%;
  }
  .h-lg-93 {
    height: 93%;
  }
  .h-lg-94 {
    height: 94%;
  }
  .h-lg-95 {
    height: 95%;
  }
  .h-lg-96 {
    height: 96%;
  }
  .h-lg-97 {
    height: 97%;
  }
  .h-lg-98 {
    height: 98%;
  }
  .h-lg-99 {
    height: 99%;
  }
  .h-lg-100 {
    height: 100%;
  }
}
@media (min-width: 1400px) {
  .h-xl-1 {
    height: 1%;
  }
  .h-xl-2 {
    height: 2%;
  }
  .h-xl-3 {
    height: 3%;
  }
  .h-xl-4 {
    height: 4%;
  }
  .h-xl-5 {
    height: 5%;
  }
  .h-xl-6 {
    height: 6%;
  }
  .h-xl-7 {
    height: 7%;
  }
  .h-xl-8 {
    height: 8%;
  }
  .h-xl-9 {
    height: 9%;
  }
  .h-xl-10 {
    height: 10%;
  }
  .h-xl-11 {
    height: 11%;
  }
  .h-xl-12 {
    height: 12%;
  }
  .h-xl-13 {
    height: 13%;
  }
  .h-xl-14 {
    height: 14%;
  }
  .h-xl-15 {
    height: 15%;
  }
  .h-xl-16 {
    height: 16%;
  }
  .h-xl-17 {
    height: 17%;
  }
  .h-xl-18 {
    height: 18%;
  }
  .h-xl-19 {
    height: 19%;
  }
  .h-xl-20 {
    height: 20%;
  }
  .h-xl-21 {
    height: 21%;
  }
  .h-xl-22 {
    height: 22%;
  }
  .h-xl-23 {
    height: 23%;
  }
  .h-xl-24 {
    height: 24%;
  }
  .h-xl-25 {
    height: 25%;
  }
  .h-xl-26 {
    height: 26%;
  }
  .h-xl-27 {
    height: 27%;
  }
  .h-xl-28 {
    height: 28%;
  }
  .h-xl-29 {
    height: 29%;
  }
  .h-xl-30 {
    height: 30%;
  }
  .h-xl-31 {
    height: 31%;
  }
  .h-xl-32 {
    height: 32%;
  }
  .h-xl-33 {
    height: 33%;
  }
  .h-xl-34 {
    height: 34%;
  }
  .h-xl-35 {
    height: 35%;
  }
  .h-xl-36 {
    height: 36%;
  }
  .h-xl-37 {
    height: 37%;
  }
  .h-xl-38 {
    height: 38%;
  }
  .h-xl-39 {
    height: 39%;
  }
  .h-xl-40 {
    height: 40%;
  }
  .h-xl-41 {
    height: 41%;
  }
  .h-xl-42 {
    height: 42%;
  }
  .h-xl-43 {
    height: 43%;
  }
  .h-xl-44 {
    height: 44%;
  }
  .h-xl-45 {
    height: 45%;
  }
  .h-xl-46 {
    height: 46%;
  }
  .h-xl-47 {
    height: 47%;
  }
  .h-xl-48 {
    height: 48%;
  }
  .h-xl-49 {
    height: 49%;
  }
  .h-xl-50 {
    height: 50%;
  }
  .h-xl-51 {
    height: 51%;
  }
  .h-xl-52 {
    height: 52%;
  }
  .h-xl-53 {
    height: 53%;
  }
  .h-xl-54 {
    height: 54%;
  }
  .h-xl-55 {
    height: 55%;
  }
  .h-xl-56 {
    height: 56%;
  }
  .h-xl-57 {
    height: 57%;
  }
  .h-xl-58 {
    height: 58%;
  }
  .h-xl-59 {
    height: 59%;
  }
  .h-xl-60 {
    height: 60%;
  }
  .h-xl-61 {
    height: 61%;
  }
  .h-xl-62 {
    height: 62%;
  }
  .h-xl-63 {
    height: 63%;
  }
  .h-xl-64 {
    height: 64%;
  }
  .h-xl-65 {
    height: 65%;
  }
  .h-xl-66 {
    height: 66%;
  }
  .h-xl-67 {
    height: 67%;
  }
  .h-xl-68 {
    height: 68%;
  }
  .h-xl-69 {
    height: 69%;
  }
  .h-xl-70 {
    height: 70%;
  }
  .h-xl-71 {
    height: 71%;
  }
  .h-xl-72 {
    height: 72%;
  }
  .h-xl-73 {
    height: 73%;
  }
  .h-xl-74 {
    height: 74%;
  }
  .h-xl-75 {
    height: 75%;
  }
  .h-xl-76 {
    height: 76%;
  }
  .h-xl-77 {
    height: 77%;
  }
  .h-xl-78 {
    height: 78%;
  }
  .h-xl-79 {
    height: 79%;
  }
  .h-xl-80 {
    height: 80%;
  }
  .h-xl-81 {
    height: 81%;
  }
  .h-xl-82 {
    height: 82%;
  }
  .h-xl-83 {
    height: 83%;
  }
  .h-xl-84 {
    height: 84%;
  }
  .h-xl-85 {
    height: 85%;
  }
  .h-xl-86 {
    height: 86%;
  }
  .h-xl-87 {
    height: 87%;
  }
  .h-xl-88 {
    height: 88%;
  }
  .h-xl-89 {
    height: 89%;
  }
  .h-xl-90 {
    height: 90%;
  }
  .h-xl-91 {
    height: 91%;
  }
  .h-xl-92 {
    height: 92%;
  }
  .h-xl-93 {
    height: 93%;
  }
  .h-xl-94 {
    height: 94%;
  }
  .h-xl-95 {
    height: 95%;
  }
  .h-xl-96 {
    height: 96%;
  }
  .h-xl-97 {
    height: 97%;
  }
  .h-xl-98 {
    height: 98%;
  }
  .h-xl-99 {
    height: 99%;
  }
  .h-xl-100 {
    height: 100%;
  }
}
.display-none {
  display: none !important;
}
.display-flex {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: flex !important;
}
.display-inline {
  display: inline !important;
}
.display-inline-block {
  display: inline-block !important;
}
.display-block {
  display: block !important;
}
@media (min-width: 768px) {
  .display-sm-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .display-sm-flex {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .display-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) {
  .display-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .display-sm-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .display-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .display-md-flex {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .display-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) {
  .display-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  .display-md-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .display-lg-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .display-lg-flex {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .display-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .display-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .display-lg-block {
    display: block !important;
  }
}
@media (max-width: 575px) {
  .visible-phone {
    display: block;
  }
}
@media (min-width: 576px) {
  .visible-phone {
    display: none;
  }
}
@media (max-width: 575px) {
  .hidden-phone {
    display: none;
  }
}
@media (min-width: 576px) {
  .hidden-phone {
    display: block;
  }
}
.collapse-toggle .show-expanded {
  display: none !important;
}
.collapse-toggle .show-closed {
  display: inline-block !important;
}
.collapse-toggle [aria-expanded="true"] .show-expanded {
  display: inline-block !important;
}
.collapse-toggle [aria-expanded="true"] .show-closed {
  display: none !important;
}
.position-relative {
  position: relative !important;
}
@media (min-width: 768px) {
  .position-sm-relative {
    position: relative !important;
  }
}
@media (min-width: 992px) {
  .position-md-relative {
    position: relative !important;
  }
}
@media (min-width: 1200px) {
  .position-lg-relative {
    position: relative !important;
  }
}
.position-absolute {
  position: absolute !important;
}
@media (min-width: 768px) {
  .position-sm-absolute {
    position: absolute !important;
  }
}
@media (min-width: 992px) {
  .position-md-absolute {
    position: absolute !important;
  }
}
@media (min-width: 1200px) {
  .position-lg-absolute {
    position: absolute !important;
  }
}
.position-fixed {
  position: fixed !important;
}
@media (min-width: 768px) {
  .position-sm-fixed {
    position: fixed !important;
  }
}
@media (min-width: 992px) {
  .position-md-fixed {
    position: fixed;
  }
}
@media (min-width: 1200px) {
  .position-lg-fixed {
    position: fixed !important;
  }
}
.position-sticky {
  position: sticky !important;
}
@media (min-width: 768px) {
  .position-sm-sticky {
    position: sticky !important;
  }
}
@media (min-width: 992px) {
  .position-md-sticky {
    position: sticky !important;
  }
}
@media (min-width: 1200px) {
  .position-lg-sticky {
    position: sticky !important;
  }
}
.l-auto {
  left: auto !important;
}
.r-auto {
  right: auto !important;
}
.top-0 {
  top: 0 !important;
}
.right-0 {
  right: 0 !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.left-0 {
  left: 0 !important;
}
.margin-auto {
  margin: auto;
}
.absolute-center {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: flex !important;
  position: absolute !important;
  top: 0;
  bottom: 0;
  margin: auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .absolute-sm-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: flex !important;
    position: absolute !important;
    top: 0;
    bottom: 0;
    margin: auto;
    align-items: center;
    justify-content: center;
    width: 100%;
    left: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .absolute-md-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: flex !important;
    position: absolute !important;
    top: 0;
    bottom: 0;
    margin: auto;
    align-items: center;
    justify-content: center;
    width: 100%;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .absolute-lg-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: flex !important;
    position: absolute !important;
    top: 0;
    bottom: 0;
    margin: auto;
    align-items: center;
    justify-content: center;
    width: 100%;
    left: 0;
    right: 0;
  }
}
.absolute-h-center {
  position: absolute !important;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .absolute-sm-h-center {
    position: absolute !important;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .absolute-md-h-center {
    position: absolute !important;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .absolute-lg-h-center {
    position: absolute !important;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
  }
}
.absolute-v-center {
  position: absolute !important;
  margin: auto;
  text-align: center;
  top: 0;
  bottom: 0;
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: flex !important;
  align-items: center;
}
@media (min-width: 768px) {
  .absolute-sm-v-center {
    position: absolute !important;
    margin: auto;
    text-align: center;
    top: 0;
    bottom: 0;
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: flex !important;
    align-items: center;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .absolute-sm-v-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: flex !important;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .absolute-md-v-center {
    position: absolute !important;
    margin: auto;
    text-align: center;
    top: 0;
    bottom: 0;
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: flex !important;
    align-items: center;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .absolute-md-v-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: flex !important;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .absolute-lg-v-center {
    position: absolute !important;
    margin: auto;
    text-align: center;
    top: 0;
    bottom: 0;
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: flex !important;
    align-items: center;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .absolute-lg-v-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: flex !important;
    align-items: center;
  }
}
.l-0 {
  left: 0%;
}
.r-0 {
  right: 0%;
}
.t-0 {
  top: 0%;
}
.b-0 {
  bottom: 0%;
}
.l-n0 {
  left: 0%;
}
.r-n0 {
  right: 0%;
}
.t-n0 {
  top: 0%;
}
.b-n0 {
  bottom: 0%;
}
.l-1 {
  left: 1%;
}
.r-1 {
  right: 1%;
}
.t-1 {
  top: 1%;
}
.b-1 {
  bottom: 1%;
}
.l-n1 {
  left: -1%;
}
.r-n1 {
  right: -1%;
}
.t-n1 {
  top: -1%;
}
.b-n1 {
  bottom: -1%;
}
.l-2 {
  left: 2%;
}
.r-2 {
  right: 2%;
}
.t-2 {
  top: 2%;
}
.b-2 {
  bottom: 2%;
}
.l-n2 {
  left: -2%;
}
.r-n2 {
  right: -2%;
}
.t-n2 {
  top: -2%;
}
.b-n2 {
  bottom: -2%;
}
.l-3 {
  left: 3%;
}
.r-3 {
  right: 3%;
}
.t-3 {
  top: 3%;
}
.b-3 {
  bottom: 3%;
}
.l-n3 {
  left: -3%;
}
.r-n3 {
  right: -3%;
}
.t-n3 {
  top: -3%;
}
.b-n3 {
  bottom: -3%;
}
.l-4 {
  left: 4%;
}
.r-4 {
  right: 4%;
}
.t-4 {
  top: 4%;
}
.b-4 {
  bottom: 4%;
}
.l-n4 {
  left: -4%;
}
.r-n4 {
  right: -4%;
}
.t-n4 {
  top: -4%;
}
.b-n4 {
  bottom: -4%;
}
.l-5 {
  left: 5%;
}
.r-5 {
  right: 5%;
}
.t-5 {
  top: 5%;
}
.b-5 {
  bottom: 5%;
}
.l-n5 {
  left: -5%;
}
.r-n5 {
  right: -5%;
}
.t-n5 {
  top: -5%;
}
.b-n5 {
  bottom: -5%;
}
.l-6 {
  left: 6%;
}
.r-6 {
  right: 6%;
}
.t-6 {
  top: 6%;
}
.b-6 {
  bottom: 6%;
}
.l-n6 {
  left: -6%;
}
.r-n6 {
  right: -6%;
}
.t-n6 {
  top: -6%;
}
.b-n6 {
  bottom: -6%;
}
.l-7 {
  left: 7%;
}
.r-7 {
  right: 7%;
}
.t-7 {
  top: 7%;
}
.b-7 {
  bottom: 7%;
}
.l-n7 {
  left: -7%;
}
.r-n7 {
  right: -7%;
}
.t-n7 {
  top: -7%;
}
.b-n7 {
  bottom: -7%;
}
.l-8 {
  left: 8%;
}
.r-8 {
  right: 8%;
}
.t-8 {
  top: 8%;
}
.b-8 {
  bottom: 8%;
}
.l-n8 {
  left: -8%;
}
.r-n8 {
  right: -8%;
}
.t-n8 {
  top: -8%;
}
.b-n8 {
  bottom: -8%;
}
.l-9 {
  left: 9%;
}
.r-9 {
  right: 9%;
}
.t-9 {
  top: 9%;
}
.b-9 {
  bottom: 9%;
}
.l-n9 {
  left: -9%;
}
.r-n9 {
  right: -9%;
}
.t-n9 {
  top: -9%;
}
.b-n9 {
  bottom: -9%;
}
.l-10 {
  left: 10%;
}
.r-10 {
  right: 10%;
}
.t-10 {
  top: 10%;
}
.b-10 {
  bottom: 10%;
}
.l-n10 {
  left: -10%;
}
.r-n10 {
  right: -10%;
}
.t-n10 {
  top: -10%;
}
.b-n10 {
  bottom: -10%;
}
.l-11 {
  left: 11%;
}
.r-11 {
  right: 11%;
}
.t-11 {
  top: 11%;
}
.b-11 {
  bottom: 11%;
}
.l-n11 {
  left: -11%;
}
.r-n11 {
  right: -11%;
}
.t-n11 {
  top: -11%;
}
.b-n11 {
  bottom: -11%;
}
.l-12 {
  left: 12%;
}
.r-12 {
  right: 12%;
}
.t-12 {
  top: 12%;
}
.b-12 {
  bottom: 12%;
}
.l-n12 {
  left: -12%;
}
.r-n12 {
  right: -12%;
}
.t-n12 {
  top: -12%;
}
.b-n12 {
  bottom: -12%;
}
.l-13 {
  left: 13%;
}
.r-13 {
  right: 13%;
}
.t-13 {
  top: 13%;
}
.b-13 {
  bottom: 13%;
}
.l-n13 {
  left: -13%;
}
.r-n13 {
  right: -13%;
}
.t-n13 {
  top: -13%;
}
.b-n13 {
  bottom: -13%;
}
.l-14 {
  left: 14%;
}
.r-14 {
  right: 14%;
}
.t-14 {
  top: 14%;
}
.b-14 {
  bottom: 14%;
}
.l-n14 {
  left: -14%;
}
.r-n14 {
  right: -14%;
}
.t-n14 {
  top: -14%;
}
.b-n14 {
  bottom: -14%;
}
.l-15 {
  left: 15%;
}
.r-15 {
  right: 15%;
}
.t-15 {
  top: 15%;
}
.b-15 {
  bottom: 15%;
}
.l-n15 {
  left: -15%;
}
.r-n15 {
  right: -15%;
}
.t-n15 {
  top: -15%;
}
.b-n15 {
  bottom: -15%;
}
.l-16 {
  left: 16%;
}
.r-16 {
  right: 16%;
}
.t-16 {
  top: 16%;
}
.b-16 {
  bottom: 16%;
}
.l-n16 {
  left: -16%;
}
.r-n16 {
  right: -16%;
}
.t-n16 {
  top: -16%;
}
.b-n16 {
  bottom: -16%;
}
.l-17 {
  left: 17%;
}
.r-17 {
  right: 17%;
}
.t-17 {
  top: 17%;
}
.b-17 {
  bottom: 17%;
}
.l-n17 {
  left: -17%;
}
.r-n17 {
  right: -17%;
}
.t-n17 {
  top: -17%;
}
.b-n17 {
  bottom: -17%;
}
.l-18 {
  left: 18%;
}
.r-18 {
  right: 18%;
}
.t-18 {
  top: 18%;
}
.b-18 {
  bottom: 18%;
}
.l-n18 {
  left: -18%;
}
.r-n18 {
  right: -18%;
}
.t-n18 {
  top: -18%;
}
.b-n18 {
  bottom: -18%;
}
.l-19 {
  left: 19%;
}
.r-19 {
  right: 19%;
}
.t-19 {
  top: 19%;
}
.b-19 {
  bottom: 19%;
}
.l-n19 {
  left: -19%;
}
.r-n19 {
  right: -19%;
}
.t-n19 {
  top: -19%;
}
.b-n19 {
  bottom: -19%;
}
.l-20 {
  left: 20%;
}
.r-20 {
  right: 20%;
}
.t-20 {
  top: 20%;
}
.b-20 {
  bottom: 20%;
}
.l-n20 {
  left: -20%;
}
.r-n20 {
  right: -20%;
}
.t-n20 {
  top: -20%;
}
.b-n20 {
  bottom: -20%;
}
.l-21 {
  left: 21%;
}
.r-21 {
  right: 21%;
}
.t-21 {
  top: 21%;
}
.b-21 {
  bottom: 21%;
}
.l-n21 {
  left: -21%;
}
.r-n21 {
  right: -21%;
}
.t-n21 {
  top: -21%;
}
.b-n21 {
  bottom: -21%;
}
.l-22 {
  left: 22%;
}
.r-22 {
  right: 22%;
}
.t-22 {
  top: 22%;
}
.b-22 {
  bottom: 22%;
}
.l-n22 {
  left: -22%;
}
.r-n22 {
  right: -22%;
}
.t-n22 {
  top: -22%;
}
.b-n22 {
  bottom: -22%;
}
.l-23 {
  left: 23%;
}
.r-23 {
  right: 23%;
}
.t-23 {
  top: 23%;
}
.b-23 {
  bottom: 23%;
}
.l-n23 {
  left: -23%;
}
.r-n23 {
  right: -23%;
}
.t-n23 {
  top: -23%;
}
.b-n23 {
  bottom: -23%;
}
.l-24 {
  left: 24%;
}
.r-24 {
  right: 24%;
}
.t-24 {
  top: 24%;
}
.b-24 {
  bottom: 24%;
}
.l-n24 {
  left: -24%;
}
.r-n24 {
  right: -24%;
}
.t-n24 {
  top: -24%;
}
.b-n24 {
  bottom: -24%;
}
.l-25 {
  left: 25%;
}
.r-25 {
  right: 25%;
}
.t-25 {
  top: 25%;
}
.b-25 {
  bottom: 25%;
}
.l-n25 {
  left: -25%;
}
.r-n25 {
  right: -25%;
}
.t-n25 {
  top: -25%;
}
.b-n25 {
  bottom: -25%;
}
.l-26 {
  left: 26%;
}
.r-26 {
  right: 26%;
}
.t-26 {
  top: 26%;
}
.b-26 {
  bottom: 26%;
}
.l-n26 {
  left: -26%;
}
.r-n26 {
  right: -26%;
}
.t-n26 {
  top: -26%;
}
.b-n26 {
  bottom: -26%;
}
.l-27 {
  left: 27%;
}
.r-27 {
  right: 27%;
}
.t-27 {
  top: 27%;
}
.b-27 {
  bottom: 27%;
}
.l-n27 {
  left: -27%;
}
.r-n27 {
  right: -27%;
}
.t-n27 {
  top: -27%;
}
.b-n27 {
  bottom: -27%;
}
.l-28 {
  left: 28%;
}
.r-28 {
  right: 28%;
}
.t-28 {
  top: 28%;
}
.b-28 {
  bottom: 28%;
}
.l-n28 {
  left: -28%;
}
.r-n28 {
  right: -28%;
}
.t-n28 {
  top: -28%;
}
.b-n28 {
  bottom: -28%;
}
.l-29 {
  left: 29%;
}
.r-29 {
  right: 29%;
}
.t-29 {
  top: 29%;
}
.b-29 {
  bottom: 29%;
}
.l-n29 {
  left: -29%;
}
.r-n29 {
  right: -29%;
}
.t-n29 {
  top: -29%;
}
.b-n29 {
  bottom: -29%;
}
.l-30 {
  left: 30%;
}
.r-30 {
  right: 30%;
}
.t-30 {
  top: 30%;
}
.b-30 {
  bottom: 30%;
}
.l-n30 {
  left: -30%;
}
.r-n30 {
  right: -30%;
}
.t-n30 {
  top: -30%;
}
.b-n30 {
  bottom: -30%;
}
.l-31 {
  left: 31%;
}
.r-31 {
  right: 31%;
}
.t-31 {
  top: 31%;
}
.b-31 {
  bottom: 31%;
}
.l-n31 {
  left: -31%;
}
.r-n31 {
  right: -31%;
}
.t-n31 {
  top: -31%;
}
.b-n31 {
  bottom: -31%;
}
.l-32 {
  left: 32%;
}
.r-32 {
  right: 32%;
}
.t-32 {
  top: 32%;
}
.b-32 {
  bottom: 32%;
}
.l-n32 {
  left: -32%;
}
.r-n32 {
  right: -32%;
}
.t-n32 {
  top: -32%;
}
.b-n32 {
  bottom: -32%;
}
.l-33 {
  left: 33%;
}
.r-33 {
  right: 33%;
}
.t-33 {
  top: 33%;
}
.b-33 {
  bottom: 33%;
}
.l-n33 {
  left: -33%;
}
.r-n33 {
  right: -33%;
}
.t-n33 {
  top: -33%;
}
.b-n33 {
  bottom: -33%;
}
.l-34 {
  left: 34%;
}
.r-34 {
  right: 34%;
}
.t-34 {
  top: 34%;
}
.b-34 {
  bottom: 34%;
}
.l-n34 {
  left: -34%;
}
.r-n34 {
  right: -34%;
}
.t-n34 {
  top: -34%;
}
.b-n34 {
  bottom: -34%;
}
.l-35 {
  left: 35%;
}
.r-35 {
  right: 35%;
}
.t-35 {
  top: 35%;
}
.b-35 {
  bottom: 35%;
}
.l-n35 {
  left: -35%;
}
.r-n35 {
  right: -35%;
}
.t-n35 {
  top: -35%;
}
.b-n35 {
  bottom: -35%;
}
.l-36 {
  left: 36%;
}
.r-36 {
  right: 36%;
}
.t-36 {
  top: 36%;
}
.b-36 {
  bottom: 36%;
}
.l-n36 {
  left: -36%;
}
.r-n36 {
  right: -36%;
}
.t-n36 {
  top: -36%;
}
.b-n36 {
  bottom: -36%;
}
.l-37 {
  left: 37%;
}
.r-37 {
  right: 37%;
}
.t-37 {
  top: 37%;
}
.b-37 {
  bottom: 37%;
}
.l-n37 {
  left: -37%;
}
.r-n37 {
  right: -37%;
}
.t-n37 {
  top: -37%;
}
.b-n37 {
  bottom: -37%;
}
.l-38 {
  left: 38%;
}
.r-38 {
  right: 38%;
}
.t-38 {
  top: 38%;
}
.b-38 {
  bottom: 38%;
}
.l-n38 {
  left: -38%;
}
.r-n38 {
  right: -38%;
}
.t-n38 {
  top: -38%;
}
.b-n38 {
  bottom: -38%;
}
.l-39 {
  left: 39%;
}
.r-39 {
  right: 39%;
}
.t-39 {
  top: 39%;
}
.b-39 {
  bottom: 39%;
}
.l-n39 {
  left: -39%;
}
.r-n39 {
  right: -39%;
}
.t-n39 {
  top: -39%;
}
.b-n39 {
  bottom: -39%;
}
.l-40 {
  left: 40%;
}
.r-40 {
  right: 40%;
}
.t-40 {
  top: 40%;
}
.b-40 {
  bottom: 40%;
}
.l-n40 {
  left: -40%;
}
.r-n40 {
  right: -40%;
}
.t-n40 {
  top: -40%;
}
.b-n40 {
  bottom: -40%;
}
.l-41 {
  left: 41%;
}
.r-41 {
  right: 41%;
}
.t-41 {
  top: 41%;
}
.b-41 {
  bottom: 41%;
}
.l-n41 {
  left: -41%;
}
.r-n41 {
  right: -41%;
}
.t-n41 {
  top: -41%;
}
.b-n41 {
  bottom: -41%;
}
.l-42 {
  left: 42%;
}
.r-42 {
  right: 42%;
}
.t-42 {
  top: 42%;
}
.b-42 {
  bottom: 42%;
}
.l-n42 {
  left: -42%;
}
.r-n42 {
  right: -42%;
}
.t-n42 {
  top: -42%;
}
.b-n42 {
  bottom: -42%;
}
.l-43 {
  left: 43%;
}
.r-43 {
  right: 43%;
}
.t-43 {
  top: 43%;
}
.b-43 {
  bottom: 43%;
}
.l-n43 {
  left: -43%;
}
.r-n43 {
  right: -43%;
}
.t-n43 {
  top: -43%;
}
.b-n43 {
  bottom: -43%;
}
.l-44 {
  left: 44%;
}
.r-44 {
  right: 44%;
}
.t-44 {
  top: 44%;
}
.b-44 {
  bottom: 44%;
}
.l-n44 {
  left: -44%;
}
.r-n44 {
  right: -44%;
}
.t-n44 {
  top: -44%;
}
.b-n44 {
  bottom: -44%;
}
.l-45 {
  left: 45%;
}
.r-45 {
  right: 45%;
}
.t-45 {
  top: 45%;
}
.b-45 {
  bottom: 45%;
}
.l-n45 {
  left: -45%;
}
.r-n45 {
  right: -45%;
}
.t-n45 {
  top: -45%;
}
.b-n45 {
  bottom: -45%;
}
.l-46 {
  left: 46%;
}
.r-46 {
  right: 46%;
}
.t-46 {
  top: 46%;
}
.b-46 {
  bottom: 46%;
}
.l-n46 {
  left: -46%;
}
.r-n46 {
  right: -46%;
}
.t-n46 {
  top: -46%;
}
.b-n46 {
  bottom: -46%;
}
.l-47 {
  left: 47%;
}
.r-47 {
  right: 47%;
}
.t-47 {
  top: 47%;
}
.b-47 {
  bottom: 47%;
}
.l-n47 {
  left: -47%;
}
.r-n47 {
  right: -47%;
}
.t-n47 {
  top: -47%;
}
.b-n47 {
  bottom: -47%;
}
.l-48 {
  left: 48%;
}
.r-48 {
  right: 48%;
}
.t-48 {
  top: 48%;
}
.b-48 {
  bottom: 48%;
}
.l-n48 {
  left: -48%;
}
.r-n48 {
  right: -48%;
}
.t-n48 {
  top: -48%;
}
.b-n48 {
  bottom: -48%;
}
.l-49 {
  left: 49%;
}
.r-49 {
  right: 49%;
}
.t-49 {
  top: 49%;
}
.b-49 {
  bottom: 49%;
}
.l-n49 {
  left: -49%;
}
.r-n49 {
  right: -49%;
}
.t-n49 {
  top: -49%;
}
.b-n49 {
  bottom: -49%;
}
.l-50 {
  left: 50%;
}
.r-50 {
  right: 50%;
}
.t-50 {
  top: 50%;
}
.b-50 {
  bottom: 50%;
}
.l-n50 {
  left: -50%;
}
.r-n50 {
  right: -50%;
}
.t-n50 {
  top: -50%;
}
.b-n50 {
  bottom: -50%;
}
.l-51 {
  left: 51%;
}
.r-51 {
  right: 51%;
}
.t-51 {
  top: 51%;
}
.b-51 {
  bottom: 51%;
}
.l-n51 {
  left: -51%;
}
.r-n51 {
  right: -51%;
}
.t-n51 {
  top: -51%;
}
.b-n51 {
  bottom: -51%;
}
.l-52 {
  left: 52%;
}
.r-52 {
  right: 52%;
}
.t-52 {
  top: 52%;
}
.b-52 {
  bottom: 52%;
}
.l-n52 {
  left: -52%;
}
.r-n52 {
  right: -52%;
}
.t-n52 {
  top: -52%;
}
.b-n52 {
  bottom: -52%;
}
.l-53 {
  left: 53%;
}
.r-53 {
  right: 53%;
}
.t-53 {
  top: 53%;
}
.b-53 {
  bottom: 53%;
}
.l-n53 {
  left: -53%;
}
.r-n53 {
  right: -53%;
}
.t-n53 {
  top: -53%;
}
.b-n53 {
  bottom: -53%;
}
.l-54 {
  left: 54%;
}
.r-54 {
  right: 54%;
}
.t-54 {
  top: 54%;
}
.b-54 {
  bottom: 54%;
}
.l-n54 {
  left: -54%;
}
.r-n54 {
  right: -54%;
}
.t-n54 {
  top: -54%;
}
.b-n54 {
  bottom: -54%;
}
.l-55 {
  left: 55%;
}
.r-55 {
  right: 55%;
}
.t-55 {
  top: 55%;
}
.b-55 {
  bottom: 55%;
}
.l-n55 {
  left: -55%;
}
.r-n55 {
  right: -55%;
}
.t-n55 {
  top: -55%;
}
.b-n55 {
  bottom: -55%;
}
.l-56 {
  left: 56%;
}
.r-56 {
  right: 56%;
}
.t-56 {
  top: 56%;
}
.b-56 {
  bottom: 56%;
}
.l-n56 {
  left: -56%;
}
.r-n56 {
  right: -56%;
}
.t-n56 {
  top: -56%;
}
.b-n56 {
  bottom: -56%;
}
.l-57 {
  left: 57%;
}
.r-57 {
  right: 57%;
}
.t-57 {
  top: 57%;
}
.b-57 {
  bottom: 57%;
}
.l-n57 {
  left: -57%;
}
.r-n57 {
  right: -57%;
}
.t-n57 {
  top: -57%;
}
.b-n57 {
  bottom: -57%;
}
.l-58 {
  left: 58%;
}
.r-58 {
  right: 58%;
}
.t-58 {
  top: 58%;
}
.b-58 {
  bottom: 58%;
}
.l-n58 {
  left: -58%;
}
.r-n58 {
  right: -58%;
}
.t-n58 {
  top: -58%;
}
.b-n58 {
  bottom: -58%;
}
.l-59 {
  left: 59%;
}
.r-59 {
  right: 59%;
}
.t-59 {
  top: 59%;
}
.b-59 {
  bottom: 59%;
}
.l-n59 {
  left: -59%;
}
.r-n59 {
  right: -59%;
}
.t-n59 {
  top: -59%;
}
.b-n59 {
  bottom: -59%;
}
.l-60 {
  left: 60%;
}
.r-60 {
  right: 60%;
}
.t-60 {
  top: 60%;
}
.b-60 {
  bottom: 60%;
}
.l-n60 {
  left: -60%;
}
.r-n60 {
  right: -60%;
}
.t-n60 {
  top: -60%;
}
.b-n60 {
  bottom: -60%;
}
.l-61 {
  left: 61%;
}
.r-61 {
  right: 61%;
}
.t-61 {
  top: 61%;
}
.b-61 {
  bottom: 61%;
}
.l-n61 {
  left: -61%;
}
.r-n61 {
  right: -61%;
}
.t-n61 {
  top: -61%;
}
.b-n61 {
  bottom: -61%;
}
.l-62 {
  left: 62%;
}
.r-62 {
  right: 62%;
}
.t-62 {
  top: 62%;
}
.b-62 {
  bottom: 62%;
}
.l-n62 {
  left: -62%;
}
.r-n62 {
  right: -62%;
}
.t-n62 {
  top: -62%;
}
.b-n62 {
  bottom: -62%;
}
.l-63 {
  left: 63%;
}
.r-63 {
  right: 63%;
}
.t-63 {
  top: 63%;
}
.b-63 {
  bottom: 63%;
}
.l-n63 {
  left: -63%;
}
.r-n63 {
  right: -63%;
}
.t-n63 {
  top: -63%;
}
.b-n63 {
  bottom: -63%;
}
.l-64 {
  left: 64%;
}
.r-64 {
  right: 64%;
}
.t-64 {
  top: 64%;
}
.b-64 {
  bottom: 64%;
}
.l-n64 {
  left: -64%;
}
.r-n64 {
  right: -64%;
}
.t-n64 {
  top: -64%;
}
.b-n64 {
  bottom: -64%;
}
.l-65 {
  left: 65%;
}
.r-65 {
  right: 65%;
}
.t-65 {
  top: 65%;
}
.b-65 {
  bottom: 65%;
}
.l-n65 {
  left: -65%;
}
.r-n65 {
  right: -65%;
}
.t-n65 {
  top: -65%;
}
.b-n65 {
  bottom: -65%;
}
.l-66 {
  left: 66%;
}
.r-66 {
  right: 66%;
}
.t-66 {
  top: 66%;
}
.b-66 {
  bottom: 66%;
}
.l-n66 {
  left: -66%;
}
.r-n66 {
  right: -66%;
}
.t-n66 {
  top: -66%;
}
.b-n66 {
  bottom: -66%;
}
.l-67 {
  left: 67%;
}
.r-67 {
  right: 67%;
}
.t-67 {
  top: 67%;
}
.b-67 {
  bottom: 67%;
}
.l-n67 {
  left: -67%;
}
.r-n67 {
  right: -67%;
}
.t-n67 {
  top: -67%;
}
.b-n67 {
  bottom: -67%;
}
.l-68 {
  left: 68%;
}
.r-68 {
  right: 68%;
}
.t-68 {
  top: 68%;
}
.b-68 {
  bottom: 68%;
}
.l-n68 {
  left: -68%;
}
.r-n68 {
  right: -68%;
}
.t-n68 {
  top: -68%;
}
.b-n68 {
  bottom: -68%;
}
.l-69 {
  left: 69%;
}
.r-69 {
  right: 69%;
}
.t-69 {
  top: 69%;
}
.b-69 {
  bottom: 69%;
}
.l-n69 {
  left: -69%;
}
.r-n69 {
  right: -69%;
}
.t-n69 {
  top: -69%;
}
.b-n69 {
  bottom: -69%;
}
.l-70 {
  left: 70%;
}
.r-70 {
  right: 70%;
}
.t-70 {
  top: 70%;
}
.b-70 {
  bottom: 70%;
}
.l-n70 {
  left: -70%;
}
.r-n70 {
  right: -70%;
}
.t-n70 {
  top: -70%;
}
.b-n70 {
  bottom: -70%;
}
.l-71 {
  left: 71%;
}
.r-71 {
  right: 71%;
}
.t-71 {
  top: 71%;
}
.b-71 {
  bottom: 71%;
}
.l-n71 {
  left: -71%;
}
.r-n71 {
  right: -71%;
}
.t-n71 {
  top: -71%;
}
.b-n71 {
  bottom: -71%;
}
.l-72 {
  left: 72%;
}
.r-72 {
  right: 72%;
}
.t-72 {
  top: 72%;
}
.b-72 {
  bottom: 72%;
}
.l-n72 {
  left: -72%;
}
.r-n72 {
  right: -72%;
}
.t-n72 {
  top: -72%;
}
.b-n72 {
  bottom: -72%;
}
.l-73 {
  left: 73%;
}
.r-73 {
  right: 73%;
}
.t-73 {
  top: 73%;
}
.b-73 {
  bottom: 73%;
}
.l-n73 {
  left: -73%;
}
.r-n73 {
  right: -73%;
}
.t-n73 {
  top: -73%;
}
.b-n73 {
  bottom: -73%;
}
.l-74 {
  left: 74%;
}
.r-74 {
  right: 74%;
}
.t-74 {
  top: 74%;
}
.b-74 {
  bottom: 74%;
}
.l-n74 {
  left: -74%;
}
.r-n74 {
  right: -74%;
}
.t-n74 {
  top: -74%;
}
.b-n74 {
  bottom: -74%;
}
.l-75 {
  left: 75%;
}
.r-75 {
  right: 75%;
}
.t-75 {
  top: 75%;
}
.b-75 {
  bottom: 75%;
}
.l-n75 {
  left: -75%;
}
.r-n75 {
  right: -75%;
}
.t-n75 {
  top: -75%;
}
.b-n75 {
  bottom: -75%;
}
.l-76 {
  left: 76%;
}
.r-76 {
  right: 76%;
}
.t-76 {
  top: 76%;
}
.b-76 {
  bottom: 76%;
}
.l-n76 {
  left: -76%;
}
.r-n76 {
  right: -76%;
}
.t-n76 {
  top: -76%;
}
.b-n76 {
  bottom: -76%;
}
.l-77 {
  left: 77%;
}
.r-77 {
  right: 77%;
}
.t-77 {
  top: 77%;
}
.b-77 {
  bottom: 77%;
}
.l-n77 {
  left: -77%;
}
.r-n77 {
  right: -77%;
}
.t-n77 {
  top: -77%;
}
.b-n77 {
  bottom: -77%;
}
.l-78 {
  left: 78%;
}
.r-78 {
  right: 78%;
}
.t-78 {
  top: 78%;
}
.b-78 {
  bottom: 78%;
}
.l-n78 {
  left: -78%;
}
.r-n78 {
  right: -78%;
}
.t-n78 {
  top: -78%;
}
.b-n78 {
  bottom: -78%;
}
.l-79 {
  left: 79%;
}
.r-79 {
  right: 79%;
}
.t-79 {
  top: 79%;
}
.b-79 {
  bottom: 79%;
}
.l-n79 {
  left: -79%;
}
.r-n79 {
  right: -79%;
}
.t-n79 {
  top: -79%;
}
.b-n79 {
  bottom: -79%;
}
.l-80 {
  left: 80%;
}
.r-80 {
  right: 80%;
}
.t-80 {
  top: 80%;
}
.b-80 {
  bottom: 80%;
}
.l-n80 {
  left: -80%;
}
.r-n80 {
  right: -80%;
}
.t-n80 {
  top: -80%;
}
.b-n80 {
  bottom: -80%;
}
.l-81 {
  left: 81%;
}
.r-81 {
  right: 81%;
}
.t-81 {
  top: 81%;
}
.b-81 {
  bottom: 81%;
}
.l-n81 {
  left: -81%;
}
.r-n81 {
  right: -81%;
}
.t-n81 {
  top: -81%;
}
.b-n81 {
  bottom: -81%;
}
.l-82 {
  left: 82%;
}
.r-82 {
  right: 82%;
}
.t-82 {
  top: 82%;
}
.b-82 {
  bottom: 82%;
}
.l-n82 {
  left: -82%;
}
.r-n82 {
  right: -82%;
}
.t-n82 {
  top: -82%;
}
.b-n82 {
  bottom: -82%;
}
.l-83 {
  left: 83%;
}
.r-83 {
  right: 83%;
}
.t-83 {
  top: 83%;
}
.b-83 {
  bottom: 83%;
}
.l-n83 {
  left: -83%;
}
.r-n83 {
  right: -83%;
}
.t-n83 {
  top: -83%;
}
.b-n83 {
  bottom: -83%;
}
.l-84 {
  left: 84%;
}
.r-84 {
  right: 84%;
}
.t-84 {
  top: 84%;
}
.b-84 {
  bottom: 84%;
}
.l-n84 {
  left: -84%;
}
.r-n84 {
  right: -84%;
}
.t-n84 {
  top: -84%;
}
.b-n84 {
  bottom: -84%;
}
.l-85 {
  left: 85%;
}
.r-85 {
  right: 85%;
}
.t-85 {
  top: 85%;
}
.b-85 {
  bottom: 85%;
}
.l-n85 {
  left: -85%;
}
.r-n85 {
  right: -85%;
}
.t-n85 {
  top: -85%;
}
.b-n85 {
  bottom: -85%;
}
.l-86 {
  left: 86%;
}
.r-86 {
  right: 86%;
}
.t-86 {
  top: 86%;
}
.b-86 {
  bottom: 86%;
}
.l-n86 {
  left: -86%;
}
.r-n86 {
  right: -86%;
}
.t-n86 {
  top: -86%;
}
.b-n86 {
  bottom: -86%;
}
.l-87 {
  left: 87%;
}
.r-87 {
  right: 87%;
}
.t-87 {
  top: 87%;
}
.b-87 {
  bottom: 87%;
}
.l-n87 {
  left: -87%;
}
.r-n87 {
  right: -87%;
}
.t-n87 {
  top: -87%;
}
.b-n87 {
  bottom: -87%;
}
.l-88 {
  left: 88%;
}
.r-88 {
  right: 88%;
}
.t-88 {
  top: 88%;
}
.b-88 {
  bottom: 88%;
}
.l-n88 {
  left: -88%;
}
.r-n88 {
  right: -88%;
}
.t-n88 {
  top: -88%;
}
.b-n88 {
  bottom: -88%;
}
.l-89 {
  left: 89%;
}
.r-89 {
  right: 89%;
}
.t-89 {
  top: 89%;
}
.b-89 {
  bottom: 89%;
}
.l-n89 {
  left: -89%;
}
.r-n89 {
  right: -89%;
}
.t-n89 {
  top: -89%;
}
.b-n89 {
  bottom: -89%;
}
.l-90 {
  left: 90%;
}
.r-90 {
  right: 90%;
}
.t-90 {
  top: 90%;
}
.b-90 {
  bottom: 90%;
}
.l-n90 {
  left: -90%;
}
.r-n90 {
  right: -90%;
}
.t-n90 {
  top: -90%;
}
.b-n90 {
  bottom: -90%;
}
.l-91 {
  left: 91%;
}
.r-91 {
  right: 91%;
}
.t-91 {
  top: 91%;
}
.b-91 {
  bottom: 91%;
}
.l-n91 {
  left: -91%;
}
.r-n91 {
  right: -91%;
}
.t-n91 {
  top: -91%;
}
.b-n91 {
  bottom: -91%;
}
.l-92 {
  left: 92%;
}
.r-92 {
  right: 92%;
}
.t-92 {
  top: 92%;
}
.b-92 {
  bottom: 92%;
}
.l-n92 {
  left: -92%;
}
.r-n92 {
  right: -92%;
}
.t-n92 {
  top: -92%;
}
.b-n92 {
  bottom: -92%;
}
.l-93 {
  left: 93%;
}
.r-93 {
  right: 93%;
}
.t-93 {
  top: 93%;
}
.b-93 {
  bottom: 93%;
}
.l-n93 {
  left: -93%;
}
.r-n93 {
  right: -93%;
}
.t-n93 {
  top: -93%;
}
.b-n93 {
  bottom: -93%;
}
.l-94 {
  left: 94%;
}
.r-94 {
  right: 94%;
}
.t-94 {
  top: 94%;
}
.b-94 {
  bottom: 94%;
}
.l-n94 {
  left: -94%;
}
.r-n94 {
  right: -94%;
}
.t-n94 {
  top: -94%;
}
.b-n94 {
  bottom: -94%;
}
.l-95 {
  left: 95%;
}
.r-95 {
  right: 95%;
}
.t-95 {
  top: 95%;
}
.b-95 {
  bottom: 95%;
}
.l-n95 {
  left: -95%;
}
.r-n95 {
  right: -95%;
}
.t-n95 {
  top: -95%;
}
.b-n95 {
  bottom: -95%;
}
.l-96 {
  left: 96%;
}
.r-96 {
  right: 96%;
}
.t-96 {
  top: 96%;
}
.b-96 {
  bottom: 96%;
}
.l-n96 {
  left: -96%;
}
.r-n96 {
  right: -96%;
}
.t-n96 {
  top: -96%;
}
.b-n96 {
  bottom: -96%;
}
.l-97 {
  left: 97%;
}
.r-97 {
  right: 97%;
}
.t-97 {
  top: 97%;
}
.b-97 {
  bottom: 97%;
}
.l-n97 {
  left: -97%;
}
.r-n97 {
  right: -97%;
}
.t-n97 {
  top: -97%;
}
.b-n97 {
  bottom: -97%;
}
.l-98 {
  left: 98%;
}
.r-98 {
  right: 98%;
}
.t-98 {
  top: 98%;
}
.b-98 {
  bottom: 98%;
}
.l-n98 {
  left: -98%;
}
.r-n98 {
  right: -98%;
}
.t-n98 {
  top: -98%;
}
.b-n98 {
  bottom: -98%;
}
.l-99 {
  left: 99%;
}
.r-99 {
  right: 99%;
}
.t-99 {
  top: 99%;
}
.b-99 {
  bottom: 99%;
}
.l-n99 {
  left: -99%;
}
.r-n99 {
  right: -99%;
}
.t-n99 {
  top: -99%;
}
.b-n99 {
  bottom: -99%;
}
.l-100 {
  left: 100%;
}
.r-100 {
  right: 100%;
}
.t-100 {
  top: 100%;
}
.b-100 {
  bottom: 100%;
}
.l-n100 {
  left: -100%;
}
.r-n100 {
  right: -100%;
}
.t-n100 {
  top: -100%;
}
.b-n100 {
  bottom: -100%;
}
@media (min-width: 768px) {
  .l-sm-0 {
    left: 0%;
  }
  .r-sm-0 {
    right: 0%;
  }
  .t-sm-0 {
    top: 0%;
  }
  .b-sm-0 {
    bottom: 0%;
  }
  .l-sm-n0 {
    left: 0%;
  }
  .r-sm-n0 {
    right: 0%;
  }
  .t-sm-n0 {
    top: 0%;
  }
  .b-sm-n0 {
    bottom: 0%;
  }
  .l-sm-1 {
    left: 1%;
  }
  .r-sm-1 {
    right: 1%;
  }
  .t-sm-1 {
    top: 1%;
  }
  .b-sm-1 {
    bottom: 1%;
  }
  .l-sm-n1 {
    left: -1%;
  }
  .r-sm-n1 {
    right: -1%;
  }
  .t-sm-n1 {
    top: -1%;
  }
  .b-sm-n1 {
    bottom: -1%;
  }
  .l-sm-2 {
    left: 2%;
  }
  .r-sm-2 {
    right: 2%;
  }
  .t-sm-2 {
    top: 2%;
  }
  .b-sm-2 {
    bottom: 2%;
  }
  .l-sm-n2 {
    left: -2%;
  }
  .r-sm-n2 {
    right: -2%;
  }
  .t-sm-n2 {
    top: -2%;
  }
  .b-sm-n2 {
    bottom: -2%;
  }
  .l-sm-3 {
    left: 3%;
  }
  .r-sm-3 {
    right: 3%;
  }
  .t-sm-3 {
    top: 3%;
  }
  .b-sm-3 {
    bottom: 3%;
  }
  .l-sm-n3 {
    left: -3%;
  }
  .r-sm-n3 {
    right: -3%;
  }
  .t-sm-n3 {
    top: -3%;
  }
  .b-sm-n3 {
    bottom: -3%;
  }
  .l-sm-4 {
    left: 4%;
  }
  .r-sm-4 {
    right: 4%;
  }
  .t-sm-4 {
    top: 4%;
  }
  .b-sm-4 {
    bottom: 4%;
  }
  .l-sm-n4 {
    left: -4%;
  }
  .r-sm-n4 {
    right: -4%;
  }
  .t-sm-n4 {
    top: -4%;
  }
  .b-sm-n4 {
    bottom: -4%;
  }
  .l-sm-5 {
    left: 5%;
  }
  .r-sm-5 {
    right: 5%;
  }
  .t-sm-5 {
    top: 5%;
  }
  .b-sm-5 {
    bottom: 5%;
  }
  .l-sm-n5 {
    left: -5%;
  }
  .r-sm-n5 {
    right: -5%;
  }
  .t-sm-n5 {
    top: -5%;
  }
  .b-sm-n5 {
    bottom: -5%;
  }
  .l-sm-6 {
    left: 6%;
  }
  .r-sm-6 {
    right: 6%;
  }
  .t-sm-6 {
    top: 6%;
  }
  .b-sm-6 {
    bottom: 6%;
  }
  .l-sm-n6 {
    left: -6%;
  }
  .r-sm-n6 {
    right: -6%;
  }
  .t-sm-n6 {
    top: -6%;
  }
  .b-sm-n6 {
    bottom: -6%;
  }
  .l-sm-7 {
    left: 7%;
  }
  .r-sm-7 {
    right: 7%;
  }
  .t-sm-7 {
    top: 7%;
  }
  .b-sm-7 {
    bottom: 7%;
  }
  .l-sm-n7 {
    left: -7%;
  }
  .r-sm-n7 {
    right: -7%;
  }
  .t-sm-n7 {
    top: -7%;
  }
  .b-sm-n7 {
    bottom: -7%;
  }
  .l-sm-8 {
    left: 8%;
  }
  .r-sm-8 {
    right: 8%;
  }
  .t-sm-8 {
    top: 8%;
  }
  .b-sm-8 {
    bottom: 8%;
  }
  .l-sm-n8 {
    left: -8%;
  }
  .r-sm-n8 {
    right: -8%;
  }
  .t-sm-n8 {
    top: -8%;
  }
  .b-sm-n8 {
    bottom: -8%;
  }
  .l-sm-9 {
    left: 9%;
  }
  .r-sm-9 {
    right: 9%;
  }
  .t-sm-9 {
    top: 9%;
  }
  .b-sm-9 {
    bottom: 9%;
  }
  .l-sm-n9 {
    left: -9%;
  }
  .r-sm-n9 {
    right: -9%;
  }
  .t-sm-n9 {
    top: -9%;
  }
  .b-sm-n9 {
    bottom: -9%;
  }
  .l-sm-10 {
    left: 10%;
  }
  .r-sm-10 {
    right: 10%;
  }
  .t-sm-10 {
    top: 10%;
  }
  .b-sm-10 {
    bottom: 10%;
  }
  .l-sm-n10 {
    left: -10%;
  }
  .r-sm-n10 {
    right: -10%;
  }
  .t-sm-n10 {
    top: -10%;
  }
  .b-sm-n10 {
    bottom: -10%;
  }
  .l-sm-11 {
    left: 11%;
  }
  .r-sm-11 {
    right: 11%;
  }
  .t-sm-11 {
    top: 11%;
  }
  .b-sm-11 {
    bottom: 11%;
  }
  .l-sm-n11 {
    left: -11%;
  }
  .r-sm-n11 {
    right: -11%;
  }
  .t-sm-n11 {
    top: -11%;
  }
  .b-sm-n11 {
    bottom: -11%;
  }
  .l-sm-12 {
    left: 12%;
  }
  .r-sm-12 {
    right: 12%;
  }
  .t-sm-12 {
    top: 12%;
  }
  .b-sm-12 {
    bottom: 12%;
  }
  .l-sm-n12 {
    left: -12%;
  }
  .r-sm-n12 {
    right: -12%;
  }
  .t-sm-n12 {
    top: -12%;
  }
  .b-sm-n12 {
    bottom: -12%;
  }
  .l-sm-13 {
    left: 13%;
  }
  .r-sm-13 {
    right: 13%;
  }
  .t-sm-13 {
    top: 13%;
  }
  .b-sm-13 {
    bottom: 13%;
  }
  .l-sm-n13 {
    left: -13%;
  }
  .r-sm-n13 {
    right: -13%;
  }
  .t-sm-n13 {
    top: -13%;
  }
  .b-sm-n13 {
    bottom: -13%;
  }
  .l-sm-14 {
    left: 14%;
  }
  .r-sm-14 {
    right: 14%;
  }
  .t-sm-14 {
    top: 14%;
  }
  .b-sm-14 {
    bottom: 14%;
  }
  .l-sm-n14 {
    left: -14%;
  }
  .r-sm-n14 {
    right: -14%;
  }
  .t-sm-n14 {
    top: -14%;
  }
  .b-sm-n14 {
    bottom: -14%;
  }
  .l-sm-15 {
    left: 15%;
  }
  .r-sm-15 {
    right: 15%;
  }
  .t-sm-15 {
    top: 15%;
  }
  .b-sm-15 {
    bottom: 15%;
  }
  .l-sm-n15 {
    left: -15%;
  }
  .r-sm-n15 {
    right: -15%;
  }
  .t-sm-n15 {
    top: -15%;
  }
  .b-sm-n15 {
    bottom: -15%;
  }
  .l-sm-16 {
    left: 16%;
  }
  .r-sm-16 {
    right: 16%;
  }
  .t-sm-16 {
    top: 16%;
  }
  .b-sm-16 {
    bottom: 16%;
  }
  .l-sm-n16 {
    left: -16%;
  }
  .r-sm-n16 {
    right: -16%;
  }
  .t-sm-n16 {
    top: -16%;
  }
  .b-sm-n16 {
    bottom: -16%;
  }
  .l-sm-17 {
    left: 17%;
  }
  .r-sm-17 {
    right: 17%;
  }
  .t-sm-17 {
    top: 17%;
  }
  .b-sm-17 {
    bottom: 17%;
  }
  .l-sm-n17 {
    left: -17%;
  }
  .r-sm-n17 {
    right: -17%;
  }
  .t-sm-n17 {
    top: -17%;
  }
  .b-sm-n17 {
    bottom: -17%;
  }
  .l-sm-18 {
    left: 18%;
  }
  .r-sm-18 {
    right: 18%;
  }
  .t-sm-18 {
    top: 18%;
  }
  .b-sm-18 {
    bottom: 18%;
  }
  .l-sm-n18 {
    left: -18%;
  }
  .r-sm-n18 {
    right: -18%;
  }
  .t-sm-n18 {
    top: -18%;
  }
  .b-sm-n18 {
    bottom: -18%;
  }
  .l-sm-19 {
    left: 19%;
  }
  .r-sm-19 {
    right: 19%;
  }
  .t-sm-19 {
    top: 19%;
  }
  .b-sm-19 {
    bottom: 19%;
  }
  .l-sm-n19 {
    left: -19%;
  }
  .r-sm-n19 {
    right: -19%;
  }
  .t-sm-n19 {
    top: -19%;
  }
  .b-sm-n19 {
    bottom: -19%;
  }
  .l-sm-20 {
    left: 20%;
  }
  .r-sm-20 {
    right: 20%;
  }
  .t-sm-20 {
    top: 20%;
  }
  .b-sm-20 {
    bottom: 20%;
  }
  .l-sm-n20 {
    left: -20%;
  }
  .r-sm-n20 {
    right: -20%;
  }
  .t-sm-n20 {
    top: -20%;
  }
  .b-sm-n20 {
    bottom: -20%;
  }
  .l-sm-21 {
    left: 21%;
  }
  .r-sm-21 {
    right: 21%;
  }
  .t-sm-21 {
    top: 21%;
  }
  .b-sm-21 {
    bottom: 21%;
  }
  .l-sm-n21 {
    left: -21%;
  }
  .r-sm-n21 {
    right: -21%;
  }
  .t-sm-n21 {
    top: -21%;
  }
  .b-sm-n21 {
    bottom: -21%;
  }
  .l-sm-22 {
    left: 22%;
  }
  .r-sm-22 {
    right: 22%;
  }
  .t-sm-22 {
    top: 22%;
  }
  .b-sm-22 {
    bottom: 22%;
  }
  .l-sm-n22 {
    left: -22%;
  }
  .r-sm-n22 {
    right: -22%;
  }
  .t-sm-n22 {
    top: -22%;
  }
  .b-sm-n22 {
    bottom: -22%;
  }
  .l-sm-23 {
    left: 23%;
  }
  .r-sm-23 {
    right: 23%;
  }
  .t-sm-23 {
    top: 23%;
  }
  .b-sm-23 {
    bottom: 23%;
  }
  .l-sm-n23 {
    left: -23%;
  }
  .r-sm-n23 {
    right: -23%;
  }
  .t-sm-n23 {
    top: -23%;
  }
  .b-sm-n23 {
    bottom: -23%;
  }
  .l-sm-24 {
    left: 24%;
  }
  .r-sm-24 {
    right: 24%;
  }
  .t-sm-24 {
    top: 24%;
  }
  .b-sm-24 {
    bottom: 24%;
  }
  .l-sm-n24 {
    left: -24%;
  }
  .r-sm-n24 {
    right: -24%;
  }
  .t-sm-n24 {
    top: -24%;
  }
  .b-sm-n24 {
    bottom: -24%;
  }
  .l-sm-25 {
    left: 25%;
  }
  .r-sm-25 {
    right: 25%;
  }
  .t-sm-25 {
    top: 25%;
  }
  .b-sm-25 {
    bottom: 25%;
  }
  .l-sm-n25 {
    left: -25%;
  }
  .r-sm-n25 {
    right: -25%;
  }
  .t-sm-n25 {
    top: -25%;
  }
  .b-sm-n25 {
    bottom: -25%;
  }
  .l-sm-26 {
    left: 26%;
  }
  .r-sm-26 {
    right: 26%;
  }
  .t-sm-26 {
    top: 26%;
  }
  .b-sm-26 {
    bottom: 26%;
  }
  .l-sm-n26 {
    left: -26%;
  }
  .r-sm-n26 {
    right: -26%;
  }
  .t-sm-n26 {
    top: -26%;
  }
  .b-sm-n26 {
    bottom: -26%;
  }
  .l-sm-27 {
    left: 27%;
  }
  .r-sm-27 {
    right: 27%;
  }
  .t-sm-27 {
    top: 27%;
  }
  .b-sm-27 {
    bottom: 27%;
  }
  .l-sm-n27 {
    left: -27%;
  }
  .r-sm-n27 {
    right: -27%;
  }
  .t-sm-n27 {
    top: -27%;
  }
  .b-sm-n27 {
    bottom: -27%;
  }
  .l-sm-28 {
    left: 28%;
  }
  .r-sm-28 {
    right: 28%;
  }
  .t-sm-28 {
    top: 28%;
  }
  .b-sm-28 {
    bottom: 28%;
  }
  .l-sm-n28 {
    left: -28%;
  }
  .r-sm-n28 {
    right: -28%;
  }
  .t-sm-n28 {
    top: -28%;
  }
  .b-sm-n28 {
    bottom: -28%;
  }
  .l-sm-29 {
    left: 29%;
  }
  .r-sm-29 {
    right: 29%;
  }
  .t-sm-29 {
    top: 29%;
  }
  .b-sm-29 {
    bottom: 29%;
  }
  .l-sm-n29 {
    left: -29%;
  }
  .r-sm-n29 {
    right: -29%;
  }
  .t-sm-n29 {
    top: -29%;
  }
  .b-sm-n29 {
    bottom: -29%;
  }
  .l-sm-30 {
    left: 30%;
  }
  .r-sm-30 {
    right: 30%;
  }
  .t-sm-30 {
    top: 30%;
  }
  .b-sm-30 {
    bottom: 30%;
  }
  .l-sm-n30 {
    left: -30%;
  }
  .r-sm-n30 {
    right: -30%;
  }
  .t-sm-n30 {
    top: -30%;
  }
  .b-sm-n30 {
    bottom: -30%;
  }
  .l-sm-31 {
    left: 31%;
  }
  .r-sm-31 {
    right: 31%;
  }
  .t-sm-31 {
    top: 31%;
  }
  .b-sm-31 {
    bottom: 31%;
  }
  .l-sm-n31 {
    left: -31%;
  }
  .r-sm-n31 {
    right: -31%;
  }
  .t-sm-n31 {
    top: -31%;
  }
  .b-sm-n31 {
    bottom: -31%;
  }
  .l-sm-32 {
    left: 32%;
  }
  .r-sm-32 {
    right: 32%;
  }
  .t-sm-32 {
    top: 32%;
  }
  .b-sm-32 {
    bottom: 32%;
  }
  .l-sm-n32 {
    left: -32%;
  }
  .r-sm-n32 {
    right: -32%;
  }
  .t-sm-n32 {
    top: -32%;
  }
  .b-sm-n32 {
    bottom: -32%;
  }
  .l-sm-33 {
    left: 33%;
  }
  .r-sm-33 {
    right: 33%;
  }
  .t-sm-33 {
    top: 33%;
  }
  .b-sm-33 {
    bottom: 33%;
  }
  .l-sm-n33 {
    left: -33%;
  }
  .r-sm-n33 {
    right: -33%;
  }
  .t-sm-n33 {
    top: -33%;
  }
  .b-sm-n33 {
    bottom: -33%;
  }
  .l-sm-34 {
    left: 34%;
  }
  .r-sm-34 {
    right: 34%;
  }
  .t-sm-34 {
    top: 34%;
  }
  .b-sm-34 {
    bottom: 34%;
  }
  .l-sm-n34 {
    left: -34%;
  }
  .r-sm-n34 {
    right: -34%;
  }
  .t-sm-n34 {
    top: -34%;
  }
  .b-sm-n34 {
    bottom: -34%;
  }
  .l-sm-35 {
    left: 35%;
  }
  .r-sm-35 {
    right: 35%;
  }
  .t-sm-35 {
    top: 35%;
  }
  .b-sm-35 {
    bottom: 35%;
  }
  .l-sm-n35 {
    left: -35%;
  }
  .r-sm-n35 {
    right: -35%;
  }
  .t-sm-n35 {
    top: -35%;
  }
  .b-sm-n35 {
    bottom: -35%;
  }
  .l-sm-36 {
    left: 36%;
  }
  .r-sm-36 {
    right: 36%;
  }
  .t-sm-36 {
    top: 36%;
  }
  .b-sm-36 {
    bottom: 36%;
  }
  .l-sm-n36 {
    left: -36%;
  }
  .r-sm-n36 {
    right: -36%;
  }
  .t-sm-n36 {
    top: -36%;
  }
  .b-sm-n36 {
    bottom: -36%;
  }
  .l-sm-37 {
    left: 37%;
  }
  .r-sm-37 {
    right: 37%;
  }
  .t-sm-37 {
    top: 37%;
  }
  .b-sm-37 {
    bottom: 37%;
  }
  .l-sm-n37 {
    left: -37%;
  }
  .r-sm-n37 {
    right: -37%;
  }
  .t-sm-n37 {
    top: -37%;
  }
  .b-sm-n37 {
    bottom: -37%;
  }
  .l-sm-38 {
    left: 38%;
  }
  .r-sm-38 {
    right: 38%;
  }
  .t-sm-38 {
    top: 38%;
  }
  .b-sm-38 {
    bottom: 38%;
  }
  .l-sm-n38 {
    left: -38%;
  }
  .r-sm-n38 {
    right: -38%;
  }
  .t-sm-n38 {
    top: -38%;
  }
  .b-sm-n38 {
    bottom: -38%;
  }
  .l-sm-39 {
    left: 39%;
  }
  .r-sm-39 {
    right: 39%;
  }
  .t-sm-39 {
    top: 39%;
  }
  .b-sm-39 {
    bottom: 39%;
  }
  .l-sm-n39 {
    left: -39%;
  }
  .r-sm-n39 {
    right: -39%;
  }
  .t-sm-n39 {
    top: -39%;
  }
  .b-sm-n39 {
    bottom: -39%;
  }
  .l-sm-40 {
    left: 40%;
  }
  .r-sm-40 {
    right: 40%;
  }
  .t-sm-40 {
    top: 40%;
  }
  .b-sm-40 {
    bottom: 40%;
  }
  .l-sm-n40 {
    left: -40%;
  }
  .r-sm-n40 {
    right: -40%;
  }
  .t-sm-n40 {
    top: -40%;
  }
  .b-sm-n40 {
    bottom: -40%;
  }
  .l-sm-41 {
    left: 41%;
  }
  .r-sm-41 {
    right: 41%;
  }
  .t-sm-41 {
    top: 41%;
  }
  .b-sm-41 {
    bottom: 41%;
  }
  .l-sm-n41 {
    left: -41%;
  }
  .r-sm-n41 {
    right: -41%;
  }
  .t-sm-n41 {
    top: -41%;
  }
  .b-sm-n41 {
    bottom: -41%;
  }
  .l-sm-42 {
    left: 42%;
  }
  .r-sm-42 {
    right: 42%;
  }
  .t-sm-42 {
    top: 42%;
  }
  .b-sm-42 {
    bottom: 42%;
  }
  .l-sm-n42 {
    left: -42%;
  }
  .r-sm-n42 {
    right: -42%;
  }
  .t-sm-n42 {
    top: -42%;
  }
  .b-sm-n42 {
    bottom: -42%;
  }
  .l-sm-43 {
    left: 43%;
  }
  .r-sm-43 {
    right: 43%;
  }
  .t-sm-43 {
    top: 43%;
  }
  .b-sm-43 {
    bottom: 43%;
  }
  .l-sm-n43 {
    left: -43%;
  }
  .r-sm-n43 {
    right: -43%;
  }
  .t-sm-n43 {
    top: -43%;
  }
  .b-sm-n43 {
    bottom: -43%;
  }
  .l-sm-44 {
    left: 44%;
  }
  .r-sm-44 {
    right: 44%;
  }
  .t-sm-44 {
    top: 44%;
  }
  .b-sm-44 {
    bottom: 44%;
  }
  .l-sm-n44 {
    left: -44%;
  }
  .r-sm-n44 {
    right: -44%;
  }
  .t-sm-n44 {
    top: -44%;
  }
  .b-sm-n44 {
    bottom: -44%;
  }
  .l-sm-45 {
    left: 45%;
  }
  .r-sm-45 {
    right: 45%;
  }
  .t-sm-45 {
    top: 45%;
  }
  .b-sm-45 {
    bottom: 45%;
  }
  .l-sm-n45 {
    left: -45%;
  }
  .r-sm-n45 {
    right: -45%;
  }
  .t-sm-n45 {
    top: -45%;
  }
  .b-sm-n45 {
    bottom: -45%;
  }
  .l-sm-46 {
    left: 46%;
  }
  .r-sm-46 {
    right: 46%;
  }
  .t-sm-46 {
    top: 46%;
  }
  .b-sm-46 {
    bottom: 46%;
  }
  .l-sm-n46 {
    left: -46%;
  }
  .r-sm-n46 {
    right: -46%;
  }
  .t-sm-n46 {
    top: -46%;
  }
  .b-sm-n46 {
    bottom: -46%;
  }
  .l-sm-47 {
    left: 47%;
  }
  .r-sm-47 {
    right: 47%;
  }
  .t-sm-47 {
    top: 47%;
  }
  .b-sm-47 {
    bottom: 47%;
  }
  .l-sm-n47 {
    left: -47%;
  }
  .r-sm-n47 {
    right: -47%;
  }
  .t-sm-n47 {
    top: -47%;
  }
  .b-sm-n47 {
    bottom: -47%;
  }
  .l-sm-48 {
    left: 48%;
  }
  .r-sm-48 {
    right: 48%;
  }
  .t-sm-48 {
    top: 48%;
  }
  .b-sm-48 {
    bottom: 48%;
  }
  .l-sm-n48 {
    left: -48%;
  }
  .r-sm-n48 {
    right: -48%;
  }
  .t-sm-n48 {
    top: -48%;
  }
  .b-sm-n48 {
    bottom: -48%;
  }
  .l-sm-49 {
    left: 49%;
  }
  .r-sm-49 {
    right: 49%;
  }
  .t-sm-49 {
    top: 49%;
  }
  .b-sm-49 {
    bottom: 49%;
  }
  .l-sm-n49 {
    left: -49%;
  }
  .r-sm-n49 {
    right: -49%;
  }
  .t-sm-n49 {
    top: -49%;
  }
  .b-sm-n49 {
    bottom: -49%;
  }
  .l-sm-50 {
    left: 50%;
  }
  .r-sm-50 {
    right: 50%;
  }
  .t-sm-50 {
    top: 50%;
  }
  .b-sm-50 {
    bottom: 50%;
  }
  .l-sm-n50 {
    left: -50%;
  }
  .r-sm-n50 {
    right: -50%;
  }
  .t-sm-n50 {
    top: -50%;
  }
  .b-sm-n50 {
    bottom: -50%;
  }
  .l-sm-51 {
    left: 51%;
  }
  .r-sm-51 {
    right: 51%;
  }
  .t-sm-51 {
    top: 51%;
  }
  .b-sm-51 {
    bottom: 51%;
  }
  .l-sm-n51 {
    left: -51%;
  }
  .r-sm-n51 {
    right: -51%;
  }
  .t-sm-n51 {
    top: -51%;
  }
  .b-sm-n51 {
    bottom: -51%;
  }
  .l-sm-52 {
    left: 52%;
  }
  .r-sm-52 {
    right: 52%;
  }
  .t-sm-52 {
    top: 52%;
  }
  .b-sm-52 {
    bottom: 52%;
  }
  .l-sm-n52 {
    left: -52%;
  }
  .r-sm-n52 {
    right: -52%;
  }
  .t-sm-n52 {
    top: -52%;
  }
  .b-sm-n52 {
    bottom: -52%;
  }
  .l-sm-53 {
    left: 53%;
  }
  .r-sm-53 {
    right: 53%;
  }
  .t-sm-53 {
    top: 53%;
  }
  .b-sm-53 {
    bottom: 53%;
  }
  .l-sm-n53 {
    left: -53%;
  }
  .r-sm-n53 {
    right: -53%;
  }
  .t-sm-n53 {
    top: -53%;
  }
  .b-sm-n53 {
    bottom: -53%;
  }
  .l-sm-54 {
    left: 54%;
  }
  .r-sm-54 {
    right: 54%;
  }
  .t-sm-54 {
    top: 54%;
  }
  .b-sm-54 {
    bottom: 54%;
  }
  .l-sm-n54 {
    left: -54%;
  }
  .r-sm-n54 {
    right: -54%;
  }
  .t-sm-n54 {
    top: -54%;
  }
  .b-sm-n54 {
    bottom: -54%;
  }
  .l-sm-55 {
    left: 55%;
  }
  .r-sm-55 {
    right: 55%;
  }
  .t-sm-55 {
    top: 55%;
  }
  .b-sm-55 {
    bottom: 55%;
  }
  .l-sm-n55 {
    left: -55%;
  }
  .r-sm-n55 {
    right: -55%;
  }
  .t-sm-n55 {
    top: -55%;
  }
  .b-sm-n55 {
    bottom: -55%;
  }
  .l-sm-56 {
    left: 56%;
  }
  .r-sm-56 {
    right: 56%;
  }
  .t-sm-56 {
    top: 56%;
  }
  .b-sm-56 {
    bottom: 56%;
  }
  .l-sm-n56 {
    left: -56%;
  }
  .r-sm-n56 {
    right: -56%;
  }
  .t-sm-n56 {
    top: -56%;
  }
  .b-sm-n56 {
    bottom: -56%;
  }
  .l-sm-57 {
    left: 57%;
  }
  .r-sm-57 {
    right: 57%;
  }
  .t-sm-57 {
    top: 57%;
  }
  .b-sm-57 {
    bottom: 57%;
  }
  .l-sm-n57 {
    left: -57%;
  }
  .r-sm-n57 {
    right: -57%;
  }
  .t-sm-n57 {
    top: -57%;
  }
  .b-sm-n57 {
    bottom: -57%;
  }
  .l-sm-58 {
    left: 58%;
  }
  .r-sm-58 {
    right: 58%;
  }
  .t-sm-58 {
    top: 58%;
  }
  .b-sm-58 {
    bottom: 58%;
  }
  .l-sm-n58 {
    left: -58%;
  }
  .r-sm-n58 {
    right: -58%;
  }
  .t-sm-n58 {
    top: -58%;
  }
  .b-sm-n58 {
    bottom: -58%;
  }
  .l-sm-59 {
    left: 59%;
  }
  .r-sm-59 {
    right: 59%;
  }
  .t-sm-59 {
    top: 59%;
  }
  .b-sm-59 {
    bottom: 59%;
  }
  .l-sm-n59 {
    left: -59%;
  }
  .r-sm-n59 {
    right: -59%;
  }
  .t-sm-n59 {
    top: -59%;
  }
  .b-sm-n59 {
    bottom: -59%;
  }
  .l-sm-60 {
    left: 60%;
  }
  .r-sm-60 {
    right: 60%;
  }
  .t-sm-60 {
    top: 60%;
  }
  .b-sm-60 {
    bottom: 60%;
  }
  .l-sm-n60 {
    left: -60%;
  }
  .r-sm-n60 {
    right: -60%;
  }
  .t-sm-n60 {
    top: -60%;
  }
  .b-sm-n60 {
    bottom: -60%;
  }
  .l-sm-61 {
    left: 61%;
  }
  .r-sm-61 {
    right: 61%;
  }
  .t-sm-61 {
    top: 61%;
  }
  .b-sm-61 {
    bottom: 61%;
  }
  .l-sm-n61 {
    left: -61%;
  }
  .r-sm-n61 {
    right: -61%;
  }
  .t-sm-n61 {
    top: -61%;
  }
  .b-sm-n61 {
    bottom: -61%;
  }
  .l-sm-62 {
    left: 62%;
  }
  .r-sm-62 {
    right: 62%;
  }
  .t-sm-62 {
    top: 62%;
  }
  .b-sm-62 {
    bottom: 62%;
  }
  .l-sm-n62 {
    left: -62%;
  }
  .r-sm-n62 {
    right: -62%;
  }
  .t-sm-n62 {
    top: -62%;
  }
  .b-sm-n62 {
    bottom: -62%;
  }
  .l-sm-63 {
    left: 63%;
  }
  .r-sm-63 {
    right: 63%;
  }
  .t-sm-63 {
    top: 63%;
  }
  .b-sm-63 {
    bottom: 63%;
  }
  .l-sm-n63 {
    left: -63%;
  }
  .r-sm-n63 {
    right: -63%;
  }
  .t-sm-n63 {
    top: -63%;
  }
  .b-sm-n63 {
    bottom: -63%;
  }
  .l-sm-64 {
    left: 64%;
  }
  .r-sm-64 {
    right: 64%;
  }
  .t-sm-64 {
    top: 64%;
  }
  .b-sm-64 {
    bottom: 64%;
  }
  .l-sm-n64 {
    left: -64%;
  }
  .r-sm-n64 {
    right: -64%;
  }
  .t-sm-n64 {
    top: -64%;
  }
  .b-sm-n64 {
    bottom: -64%;
  }
  .l-sm-65 {
    left: 65%;
  }
  .r-sm-65 {
    right: 65%;
  }
  .t-sm-65 {
    top: 65%;
  }
  .b-sm-65 {
    bottom: 65%;
  }
  .l-sm-n65 {
    left: -65%;
  }
  .r-sm-n65 {
    right: -65%;
  }
  .t-sm-n65 {
    top: -65%;
  }
  .b-sm-n65 {
    bottom: -65%;
  }
  .l-sm-66 {
    left: 66%;
  }
  .r-sm-66 {
    right: 66%;
  }
  .t-sm-66 {
    top: 66%;
  }
  .b-sm-66 {
    bottom: 66%;
  }
  .l-sm-n66 {
    left: -66%;
  }
  .r-sm-n66 {
    right: -66%;
  }
  .t-sm-n66 {
    top: -66%;
  }
  .b-sm-n66 {
    bottom: -66%;
  }
  .l-sm-67 {
    left: 67%;
  }
  .r-sm-67 {
    right: 67%;
  }
  .t-sm-67 {
    top: 67%;
  }
  .b-sm-67 {
    bottom: 67%;
  }
  .l-sm-n67 {
    left: -67%;
  }
  .r-sm-n67 {
    right: -67%;
  }
  .t-sm-n67 {
    top: -67%;
  }
  .b-sm-n67 {
    bottom: -67%;
  }
  .l-sm-68 {
    left: 68%;
  }
  .r-sm-68 {
    right: 68%;
  }
  .t-sm-68 {
    top: 68%;
  }
  .b-sm-68 {
    bottom: 68%;
  }
  .l-sm-n68 {
    left: -68%;
  }
  .r-sm-n68 {
    right: -68%;
  }
  .t-sm-n68 {
    top: -68%;
  }
  .b-sm-n68 {
    bottom: -68%;
  }
  .l-sm-69 {
    left: 69%;
  }
  .r-sm-69 {
    right: 69%;
  }
  .t-sm-69 {
    top: 69%;
  }
  .b-sm-69 {
    bottom: 69%;
  }
  .l-sm-n69 {
    left: -69%;
  }
  .r-sm-n69 {
    right: -69%;
  }
  .t-sm-n69 {
    top: -69%;
  }
  .b-sm-n69 {
    bottom: -69%;
  }
  .l-sm-70 {
    left: 70%;
  }
  .r-sm-70 {
    right: 70%;
  }
  .t-sm-70 {
    top: 70%;
  }
  .b-sm-70 {
    bottom: 70%;
  }
  .l-sm-n70 {
    left: -70%;
  }
  .r-sm-n70 {
    right: -70%;
  }
  .t-sm-n70 {
    top: -70%;
  }
  .b-sm-n70 {
    bottom: -70%;
  }
  .l-sm-71 {
    left: 71%;
  }
  .r-sm-71 {
    right: 71%;
  }
  .t-sm-71 {
    top: 71%;
  }
  .b-sm-71 {
    bottom: 71%;
  }
  .l-sm-n71 {
    left: -71%;
  }
  .r-sm-n71 {
    right: -71%;
  }
  .t-sm-n71 {
    top: -71%;
  }
  .b-sm-n71 {
    bottom: -71%;
  }
  .l-sm-72 {
    left: 72%;
  }
  .r-sm-72 {
    right: 72%;
  }
  .t-sm-72 {
    top: 72%;
  }
  .b-sm-72 {
    bottom: 72%;
  }
  .l-sm-n72 {
    left: -72%;
  }
  .r-sm-n72 {
    right: -72%;
  }
  .t-sm-n72 {
    top: -72%;
  }
  .b-sm-n72 {
    bottom: -72%;
  }
  .l-sm-73 {
    left: 73%;
  }
  .r-sm-73 {
    right: 73%;
  }
  .t-sm-73 {
    top: 73%;
  }
  .b-sm-73 {
    bottom: 73%;
  }
  .l-sm-n73 {
    left: -73%;
  }
  .r-sm-n73 {
    right: -73%;
  }
  .t-sm-n73 {
    top: -73%;
  }
  .b-sm-n73 {
    bottom: -73%;
  }
  .l-sm-74 {
    left: 74%;
  }
  .r-sm-74 {
    right: 74%;
  }
  .t-sm-74 {
    top: 74%;
  }
  .b-sm-74 {
    bottom: 74%;
  }
  .l-sm-n74 {
    left: -74%;
  }
  .r-sm-n74 {
    right: -74%;
  }
  .t-sm-n74 {
    top: -74%;
  }
  .b-sm-n74 {
    bottom: -74%;
  }
  .l-sm-75 {
    left: 75%;
  }
  .r-sm-75 {
    right: 75%;
  }
  .t-sm-75 {
    top: 75%;
  }
  .b-sm-75 {
    bottom: 75%;
  }
  .l-sm-n75 {
    left: -75%;
  }
  .r-sm-n75 {
    right: -75%;
  }
  .t-sm-n75 {
    top: -75%;
  }
  .b-sm-n75 {
    bottom: -75%;
  }
  .l-sm-76 {
    left: 76%;
  }
  .r-sm-76 {
    right: 76%;
  }
  .t-sm-76 {
    top: 76%;
  }
  .b-sm-76 {
    bottom: 76%;
  }
  .l-sm-n76 {
    left: -76%;
  }
  .r-sm-n76 {
    right: -76%;
  }
  .t-sm-n76 {
    top: -76%;
  }
  .b-sm-n76 {
    bottom: -76%;
  }
  .l-sm-77 {
    left: 77%;
  }
  .r-sm-77 {
    right: 77%;
  }
  .t-sm-77 {
    top: 77%;
  }
  .b-sm-77 {
    bottom: 77%;
  }
  .l-sm-n77 {
    left: -77%;
  }
  .r-sm-n77 {
    right: -77%;
  }
  .t-sm-n77 {
    top: -77%;
  }
  .b-sm-n77 {
    bottom: -77%;
  }
  .l-sm-78 {
    left: 78%;
  }
  .r-sm-78 {
    right: 78%;
  }
  .t-sm-78 {
    top: 78%;
  }
  .b-sm-78 {
    bottom: 78%;
  }
  .l-sm-n78 {
    left: -78%;
  }
  .r-sm-n78 {
    right: -78%;
  }
  .t-sm-n78 {
    top: -78%;
  }
  .b-sm-n78 {
    bottom: -78%;
  }
  .l-sm-79 {
    left: 79%;
  }
  .r-sm-79 {
    right: 79%;
  }
  .t-sm-79 {
    top: 79%;
  }
  .b-sm-79 {
    bottom: 79%;
  }
  .l-sm-n79 {
    left: -79%;
  }
  .r-sm-n79 {
    right: -79%;
  }
  .t-sm-n79 {
    top: -79%;
  }
  .b-sm-n79 {
    bottom: -79%;
  }
  .l-sm-80 {
    left: 80%;
  }
  .r-sm-80 {
    right: 80%;
  }
  .t-sm-80 {
    top: 80%;
  }
  .b-sm-80 {
    bottom: 80%;
  }
  .l-sm-n80 {
    left: -80%;
  }
  .r-sm-n80 {
    right: -80%;
  }
  .t-sm-n80 {
    top: -80%;
  }
  .b-sm-n80 {
    bottom: -80%;
  }
  .l-sm-81 {
    left: 81%;
  }
  .r-sm-81 {
    right: 81%;
  }
  .t-sm-81 {
    top: 81%;
  }
  .b-sm-81 {
    bottom: 81%;
  }
  .l-sm-n81 {
    left: -81%;
  }
  .r-sm-n81 {
    right: -81%;
  }
  .t-sm-n81 {
    top: -81%;
  }
  .b-sm-n81 {
    bottom: -81%;
  }
  .l-sm-82 {
    left: 82%;
  }
  .r-sm-82 {
    right: 82%;
  }
  .t-sm-82 {
    top: 82%;
  }
  .b-sm-82 {
    bottom: 82%;
  }
  .l-sm-n82 {
    left: -82%;
  }
  .r-sm-n82 {
    right: -82%;
  }
  .t-sm-n82 {
    top: -82%;
  }
  .b-sm-n82 {
    bottom: -82%;
  }
  .l-sm-83 {
    left: 83%;
  }
  .r-sm-83 {
    right: 83%;
  }
  .t-sm-83 {
    top: 83%;
  }
  .b-sm-83 {
    bottom: 83%;
  }
  .l-sm-n83 {
    left: -83%;
  }
  .r-sm-n83 {
    right: -83%;
  }
  .t-sm-n83 {
    top: -83%;
  }
  .b-sm-n83 {
    bottom: -83%;
  }
  .l-sm-84 {
    left: 84%;
  }
  .r-sm-84 {
    right: 84%;
  }
  .t-sm-84 {
    top: 84%;
  }
  .b-sm-84 {
    bottom: 84%;
  }
  .l-sm-n84 {
    left: -84%;
  }
  .r-sm-n84 {
    right: -84%;
  }
  .t-sm-n84 {
    top: -84%;
  }
  .b-sm-n84 {
    bottom: -84%;
  }
  .l-sm-85 {
    left: 85%;
  }
  .r-sm-85 {
    right: 85%;
  }
  .t-sm-85 {
    top: 85%;
  }
  .b-sm-85 {
    bottom: 85%;
  }
  .l-sm-n85 {
    left: -85%;
  }
  .r-sm-n85 {
    right: -85%;
  }
  .t-sm-n85 {
    top: -85%;
  }
  .b-sm-n85 {
    bottom: -85%;
  }
  .l-sm-86 {
    left: 86%;
  }
  .r-sm-86 {
    right: 86%;
  }
  .t-sm-86 {
    top: 86%;
  }
  .b-sm-86 {
    bottom: 86%;
  }
  .l-sm-n86 {
    left: -86%;
  }
  .r-sm-n86 {
    right: -86%;
  }
  .t-sm-n86 {
    top: -86%;
  }
  .b-sm-n86 {
    bottom: -86%;
  }
  .l-sm-87 {
    left: 87%;
  }
  .r-sm-87 {
    right: 87%;
  }
  .t-sm-87 {
    top: 87%;
  }
  .b-sm-87 {
    bottom: 87%;
  }
  .l-sm-n87 {
    left: -87%;
  }
  .r-sm-n87 {
    right: -87%;
  }
  .t-sm-n87 {
    top: -87%;
  }
  .b-sm-n87 {
    bottom: -87%;
  }
  .l-sm-88 {
    left: 88%;
  }
  .r-sm-88 {
    right: 88%;
  }
  .t-sm-88 {
    top: 88%;
  }
  .b-sm-88 {
    bottom: 88%;
  }
  .l-sm-n88 {
    left: -88%;
  }
  .r-sm-n88 {
    right: -88%;
  }
  .t-sm-n88 {
    top: -88%;
  }
  .b-sm-n88 {
    bottom: -88%;
  }
  .l-sm-89 {
    left: 89%;
  }
  .r-sm-89 {
    right: 89%;
  }
  .t-sm-89 {
    top: 89%;
  }
  .b-sm-89 {
    bottom: 89%;
  }
  .l-sm-n89 {
    left: -89%;
  }
  .r-sm-n89 {
    right: -89%;
  }
  .t-sm-n89 {
    top: -89%;
  }
  .b-sm-n89 {
    bottom: -89%;
  }
  .l-sm-90 {
    left: 90%;
  }
  .r-sm-90 {
    right: 90%;
  }
  .t-sm-90 {
    top: 90%;
  }
  .b-sm-90 {
    bottom: 90%;
  }
  .l-sm-n90 {
    left: -90%;
  }
  .r-sm-n90 {
    right: -90%;
  }
  .t-sm-n90 {
    top: -90%;
  }
  .b-sm-n90 {
    bottom: -90%;
  }
  .l-sm-91 {
    left: 91%;
  }
  .r-sm-91 {
    right: 91%;
  }
  .t-sm-91 {
    top: 91%;
  }
  .b-sm-91 {
    bottom: 91%;
  }
  .l-sm-n91 {
    left: -91%;
  }
  .r-sm-n91 {
    right: -91%;
  }
  .t-sm-n91 {
    top: -91%;
  }
  .b-sm-n91 {
    bottom: -91%;
  }
  .l-sm-92 {
    left: 92%;
  }
  .r-sm-92 {
    right: 92%;
  }
  .t-sm-92 {
    top: 92%;
  }
  .b-sm-92 {
    bottom: 92%;
  }
  .l-sm-n92 {
    left: -92%;
  }
  .r-sm-n92 {
    right: -92%;
  }
  .t-sm-n92 {
    top: -92%;
  }
  .b-sm-n92 {
    bottom: -92%;
  }
  .l-sm-93 {
    left: 93%;
  }
  .r-sm-93 {
    right: 93%;
  }
  .t-sm-93 {
    top: 93%;
  }
  .b-sm-93 {
    bottom: 93%;
  }
  .l-sm-n93 {
    left: -93%;
  }
  .r-sm-n93 {
    right: -93%;
  }
  .t-sm-n93 {
    top: -93%;
  }
  .b-sm-n93 {
    bottom: -93%;
  }
  .l-sm-94 {
    left: 94%;
  }
  .r-sm-94 {
    right: 94%;
  }
  .t-sm-94 {
    top: 94%;
  }
  .b-sm-94 {
    bottom: 94%;
  }
  .l-sm-n94 {
    left: -94%;
  }
  .r-sm-n94 {
    right: -94%;
  }
  .t-sm-n94 {
    top: -94%;
  }
  .b-sm-n94 {
    bottom: -94%;
  }
  .l-sm-95 {
    left: 95%;
  }
  .r-sm-95 {
    right: 95%;
  }
  .t-sm-95 {
    top: 95%;
  }
  .b-sm-95 {
    bottom: 95%;
  }
  .l-sm-n95 {
    left: -95%;
  }
  .r-sm-n95 {
    right: -95%;
  }
  .t-sm-n95 {
    top: -95%;
  }
  .b-sm-n95 {
    bottom: -95%;
  }
  .l-sm-96 {
    left: 96%;
  }
  .r-sm-96 {
    right: 96%;
  }
  .t-sm-96 {
    top: 96%;
  }
  .b-sm-96 {
    bottom: 96%;
  }
  .l-sm-n96 {
    left: -96%;
  }
  .r-sm-n96 {
    right: -96%;
  }
  .t-sm-n96 {
    top: -96%;
  }
  .b-sm-n96 {
    bottom: -96%;
  }
  .l-sm-97 {
    left: 97%;
  }
  .r-sm-97 {
    right: 97%;
  }
  .t-sm-97 {
    top: 97%;
  }
  .b-sm-97 {
    bottom: 97%;
  }
  .l-sm-n97 {
    left: -97%;
  }
  .r-sm-n97 {
    right: -97%;
  }
  .t-sm-n97 {
    top: -97%;
  }
  .b-sm-n97 {
    bottom: -97%;
  }
  .l-sm-98 {
    left: 98%;
  }
  .r-sm-98 {
    right: 98%;
  }
  .t-sm-98 {
    top: 98%;
  }
  .b-sm-98 {
    bottom: 98%;
  }
  .l-sm-n98 {
    left: -98%;
  }
  .r-sm-n98 {
    right: -98%;
  }
  .t-sm-n98 {
    top: -98%;
  }
  .b-sm-n98 {
    bottom: -98%;
  }
  .l-sm-99 {
    left: 99%;
  }
  .r-sm-99 {
    right: 99%;
  }
  .t-sm-99 {
    top: 99%;
  }
  .b-sm-99 {
    bottom: 99%;
  }
  .l-sm-n99 {
    left: -99%;
  }
  .r-sm-n99 {
    right: -99%;
  }
  .t-sm-n99 {
    top: -99%;
  }
  .b-sm-n99 {
    bottom: -99%;
  }
  .l-sm-100 {
    left: 100%;
  }
  .r-sm-100 {
    right: 100%;
  }
  .t-sm-100 {
    top: 100%;
  }
  .b-sm-100 {
    bottom: 100%;
  }
  .l-sm-n100 {
    left: -100%;
  }
  .r-sm-n100 {
    right: -100%;
  }
  .t-sm-n100 {
    top: -100%;
  }
  .b-sm-n100 {
    bottom: -100%;
  }
}
@media (min-width: 992px) {
  .l-md-0 {
    left: 0%;
  }
  .r-md-0 {
    right: 0%;
  }
  .t-md-0 {
    top: 0%;
  }
  .b-md-0 {
    bottom: 0%;
  }
  .-md-n0 {
    left: 0%;
  }
  .r-md-n0 {
    right: 0%;
  }
  .t-md-n0 {
    top: 0%;
  }
  .b-md-n0 {
    bottom: 0%;
  }
  .l-md-1 {
    left: 1%;
  }
  .r-md-1 {
    right: 1%;
  }
  .t-md-1 {
    top: 1%;
  }
  .b-md-1 {
    bottom: 1%;
  }
  .-md-n1 {
    left: -1%;
  }
  .r-md-n1 {
    right: -1%;
  }
  .t-md-n1 {
    top: -1%;
  }
  .b-md-n1 {
    bottom: -1%;
  }
  .l-md-2 {
    left: 2%;
  }
  .r-md-2 {
    right: 2%;
  }
  .t-md-2 {
    top: 2%;
  }
  .b-md-2 {
    bottom: 2%;
  }
  .-md-n2 {
    left: -2%;
  }
  .r-md-n2 {
    right: -2%;
  }
  .t-md-n2 {
    top: -2%;
  }
  .b-md-n2 {
    bottom: -2%;
  }
  .l-md-3 {
    left: 3%;
  }
  .r-md-3 {
    right: 3%;
  }
  .t-md-3 {
    top: 3%;
  }
  .b-md-3 {
    bottom: 3%;
  }
  .-md-n3 {
    left: -3%;
  }
  .r-md-n3 {
    right: -3%;
  }
  .t-md-n3 {
    top: -3%;
  }
  .b-md-n3 {
    bottom: -3%;
  }
  .l-md-4 {
    left: 4%;
  }
  .r-md-4 {
    right: 4%;
  }
  .t-md-4 {
    top: 4%;
  }
  .b-md-4 {
    bottom: 4%;
  }
  .-md-n4 {
    left: -4%;
  }
  .r-md-n4 {
    right: -4%;
  }
  .t-md-n4 {
    top: -4%;
  }
  .b-md-n4 {
    bottom: -4%;
  }
  .l-md-5 {
    left: 5%;
  }
  .r-md-5 {
    right: 5%;
  }
  .t-md-5 {
    top: 5%;
  }
  .b-md-5 {
    bottom: 5%;
  }
  .-md-n5 {
    left: -5%;
  }
  .r-md-n5 {
    right: -5%;
  }
  .t-md-n5 {
    top: -5%;
  }
  .b-md-n5 {
    bottom: -5%;
  }
  .l-md-6 {
    left: 6%;
  }
  .r-md-6 {
    right: 6%;
  }
  .t-md-6 {
    top: 6%;
  }
  .b-md-6 {
    bottom: 6%;
  }
  .-md-n6 {
    left: -6%;
  }
  .r-md-n6 {
    right: -6%;
  }
  .t-md-n6 {
    top: -6%;
  }
  .b-md-n6 {
    bottom: -6%;
  }
  .l-md-7 {
    left: 7%;
  }
  .r-md-7 {
    right: 7%;
  }
  .t-md-7 {
    top: 7%;
  }
  .b-md-7 {
    bottom: 7%;
  }
  .-md-n7 {
    left: -7%;
  }
  .r-md-n7 {
    right: -7%;
  }
  .t-md-n7 {
    top: -7%;
  }
  .b-md-n7 {
    bottom: -7%;
  }
  .l-md-8 {
    left: 8%;
  }
  .r-md-8 {
    right: 8%;
  }
  .t-md-8 {
    top: 8%;
  }
  .b-md-8 {
    bottom: 8%;
  }
  .-md-n8 {
    left: -8%;
  }
  .r-md-n8 {
    right: -8%;
  }
  .t-md-n8 {
    top: -8%;
  }
  .b-md-n8 {
    bottom: -8%;
  }
  .l-md-9 {
    left: 9%;
  }
  .r-md-9 {
    right: 9%;
  }
  .t-md-9 {
    top: 9%;
  }
  .b-md-9 {
    bottom: 9%;
  }
  .-md-n9 {
    left: -9%;
  }
  .r-md-n9 {
    right: -9%;
  }
  .t-md-n9 {
    top: -9%;
  }
  .b-md-n9 {
    bottom: -9%;
  }
  .l-md-10 {
    left: 10%;
  }
  .r-md-10 {
    right: 10%;
  }
  .t-md-10 {
    top: 10%;
  }
  .b-md-10 {
    bottom: 10%;
  }
  .-md-n10 {
    left: -10%;
  }
  .r-md-n10 {
    right: -10%;
  }
  .t-md-n10 {
    top: -10%;
  }
  .b-md-n10 {
    bottom: -10%;
  }
  .l-md-11 {
    left: 11%;
  }
  .r-md-11 {
    right: 11%;
  }
  .t-md-11 {
    top: 11%;
  }
  .b-md-11 {
    bottom: 11%;
  }
  .-md-n11 {
    left: -11%;
  }
  .r-md-n11 {
    right: -11%;
  }
  .t-md-n11 {
    top: -11%;
  }
  .b-md-n11 {
    bottom: -11%;
  }
  .l-md-12 {
    left: 12%;
  }
  .r-md-12 {
    right: 12%;
  }
  .t-md-12 {
    top: 12%;
  }
  .b-md-12 {
    bottom: 12%;
  }
  .-md-n12 {
    left: -12%;
  }
  .r-md-n12 {
    right: -12%;
  }
  .t-md-n12 {
    top: -12%;
  }
  .b-md-n12 {
    bottom: -12%;
  }
  .l-md-13 {
    left: 13%;
  }
  .r-md-13 {
    right: 13%;
  }
  .t-md-13 {
    top: 13%;
  }
  .b-md-13 {
    bottom: 13%;
  }
  .-md-n13 {
    left: -13%;
  }
  .r-md-n13 {
    right: -13%;
  }
  .t-md-n13 {
    top: -13%;
  }
  .b-md-n13 {
    bottom: -13%;
  }
  .l-md-14 {
    left: 14%;
  }
  .r-md-14 {
    right: 14%;
  }
  .t-md-14 {
    top: 14%;
  }
  .b-md-14 {
    bottom: 14%;
  }
  .-md-n14 {
    left: -14%;
  }
  .r-md-n14 {
    right: -14%;
  }
  .t-md-n14 {
    top: -14%;
  }
  .b-md-n14 {
    bottom: -14%;
  }
  .l-md-15 {
    left: 15%;
  }
  .r-md-15 {
    right: 15%;
  }
  .t-md-15 {
    top: 15%;
  }
  .b-md-15 {
    bottom: 15%;
  }
  .-md-n15 {
    left: -15%;
  }
  .r-md-n15 {
    right: -15%;
  }
  .t-md-n15 {
    top: -15%;
  }
  .b-md-n15 {
    bottom: -15%;
  }
  .l-md-16 {
    left: 16%;
  }
  .r-md-16 {
    right: 16%;
  }
  .t-md-16 {
    top: 16%;
  }
  .b-md-16 {
    bottom: 16%;
  }
  .-md-n16 {
    left: -16%;
  }
  .r-md-n16 {
    right: -16%;
  }
  .t-md-n16 {
    top: -16%;
  }
  .b-md-n16 {
    bottom: -16%;
  }
  .l-md-17 {
    left: 17%;
  }
  .r-md-17 {
    right: 17%;
  }
  .t-md-17 {
    top: 17%;
  }
  .b-md-17 {
    bottom: 17%;
  }
  .-md-n17 {
    left: -17%;
  }
  .r-md-n17 {
    right: -17%;
  }
  .t-md-n17 {
    top: -17%;
  }
  .b-md-n17 {
    bottom: -17%;
  }
  .l-md-18 {
    left: 18%;
  }
  .r-md-18 {
    right: 18%;
  }
  .t-md-18 {
    top: 18%;
  }
  .b-md-18 {
    bottom: 18%;
  }
  .-md-n18 {
    left: -18%;
  }
  .r-md-n18 {
    right: -18%;
  }
  .t-md-n18 {
    top: -18%;
  }
  .b-md-n18 {
    bottom: -18%;
  }
  .l-md-19 {
    left: 19%;
  }
  .r-md-19 {
    right: 19%;
  }
  .t-md-19 {
    top: 19%;
  }
  .b-md-19 {
    bottom: 19%;
  }
  .-md-n19 {
    left: -19%;
  }
  .r-md-n19 {
    right: -19%;
  }
  .t-md-n19 {
    top: -19%;
  }
  .b-md-n19 {
    bottom: -19%;
  }
  .l-md-20 {
    left: 20%;
  }
  .r-md-20 {
    right: 20%;
  }
  .t-md-20 {
    top: 20%;
  }
  .b-md-20 {
    bottom: 20%;
  }
  .-md-n20 {
    left: -20%;
  }
  .r-md-n20 {
    right: -20%;
  }
  .t-md-n20 {
    top: -20%;
  }
  .b-md-n20 {
    bottom: -20%;
  }
  .l-md-21 {
    left: 21%;
  }
  .r-md-21 {
    right: 21%;
  }
  .t-md-21 {
    top: 21%;
  }
  .b-md-21 {
    bottom: 21%;
  }
  .-md-n21 {
    left: -21%;
  }
  .r-md-n21 {
    right: -21%;
  }
  .t-md-n21 {
    top: -21%;
  }
  .b-md-n21 {
    bottom: -21%;
  }
  .l-md-22 {
    left: 22%;
  }
  .r-md-22 {
    right: 22%;
  }
  .t-md-22 {
    top: 22%;
  }
  .b-md-22 {
    bottom: 22%;
  }
  .-md-n22 {
    left: -22%;
  }
  .r-md-n22 {
    right: -22%;
  }
  .t-md-n22 {
    top: -22%;
  }
  .b-md-n22 {
    bottom: -22%;
  }
  .l-md-23 {
    left: 23%;
  }
  .r-md-23 {
    right: 23%;
  }
  .t-md-23 {
    top: 23%;
  }
  .b-md-23 {
    bottom: 23%;
  }
  .-md-n23 {
    left: -23%;
  }
  .r-md-n23 {
    right: -23%;
  }
  .t-md-n23 {
    top: -23%;
  }
  .b-md-n23 {
    bottom: -23%;
  }
  .l-md-24 {
    left: 24%;
  }
  .r-md-24 {
    right: 24%;
  }
  .t-md-24 {
    top: 24%;
  }
  .b-md-24 {
    bottom: 24%;
  }
  .-md-n24 {
    left: -24%;
  }
  .r-md-n24 {
    right: -24%;
  }
  .t-md-n24 {
    top: -24%;
  }
  .b-md-n24 {
    bottom: -24%;
  }
  .l-md-25 {
    left: 25%;
  }
  .r-md-25 {
    right: 25%;
  }
  .t-md-25 {
    top: 25%;
  }
  .b-md-25 {
    bottom: 25%;
  }
  .-md-n25 {
    left: -25%;
  }
  .r-md-n25 {
    right: -25%;
  }
  .t-md-n25 {
    top: -25%;
  }
  .b-md-n25 {
    bottom: -25%;
  }
  .l-md-26 {
    left: 26%;
  }
  .r-md-26 {
    right: 26%;
  }
  .t-md-26 {
    top: 26%;
  }
  .b-md-26 {
    bottom: 26%;
  }
  .-md-n26 {
    left: -26%;
  }
  .r-md-n26 {
    right: -26%;
  }
  .t-md-n26 {
    top: -26%;
  }
  .b-md-n26 {
    bottom: -26%;
  }
  .l-md-27 {
    left: 27%;
  }
  .r-md-27 {
    right: 27%;
  }
  .t-md-27 {
    top: 27%;
  }
  .b-md-27 {
    bottom: 27%;
  }
  .-md-n27 {
    left: -27%;
  }
  .r-md-n27 {
    right: -27%;
  }
  .t-md-n27 {
    top: -27%;
  }
  .b-md-n27 {
    bottom: -27%;
  }
  .l-md-28 {
    left: 28%;
  }
  .r-md-28 {
    right: 28%;
  }
  .t-md-28 {
    top: 28%;
  }
  .b-md-28 {
    bottom: 28%;
  }
  .-md-n28 {
    left: -28%;
  }
  .r-md-n28 {
    right: -28%;
  }
  .t-md-n28 {
    top: -28%;
  }
  .b-md-n28 {
    bottom: -28%;
  }
  .l-md-29 {
    left: 29%;
  }
  .r-md-29 {
    right: 29%;
  }
  .t-md-29 {
    top: 29%;
  }
  .b-md-29 {
    bottom: 29%;
  }
  .-md-n29 {
    left: -29%;
  }
  .r-md-n29 {
    right: -29%;
  }
  .t-md-n29 {
    top: -29%;
  }
  .b-md-n29 {
    bottom: -29%;
  }
  .l-md-30 {
    left: 30%;
  }
  .r-md-30 {
    right: 30%;
  }
  .t-md-30 {
    top: 30%;
  }
  .b-md-30 {
    bottom: 30%;
  }
  .-md-n30 {
    left: -30%;
  }
  .r-md-n30 {
    right: -30%;
  }
  .t-md-n30 {
    top: -30%;
  }
  .b-md-n30 {
    bottom: -30%;
  }
  .l-md-31 {
    left: 31%;
  }
  .r-md-31 {
    right: 31%;
  }
  .t-md-31 {
    top: 31%;
  }
  .b-md-31 {
    bottom: 31%;
  }
  .-md-n31 {
    left: -31%;
  }
  .r-md-n31 {
    right: -31%;
  }
  .t-md-n31 {
    top: -31%;
  }
  .b-md-n31 {
    bottom: -31%;
  }
  .l-md-32 {
    left: 32%;
  }
  .r-md-32 {
    right: 32%;
  }
  .t-md-32 {
    top: 32%;
  }
  .b-md-32 {
    bottom: 32%;
  }
  .-md-n32 {
    left: -32%;
  }
  .r-md-n32 {
    right: -32%;
  }
  .t-md-n32 {
    top: -32%;
  }
  .b-md-n32 {
    bottom: -32%;
  }
  .l-md-33 {
    left: 33%;
  }
  .r-md-33 {
    right: 33%;
  }
  .t-md-33 {
    top: 33%;
  }
  .b-md-33 {
    bottom: 33%;
  }
  .-md-n33 {
    left: -33%;
  }
  .r-md-n33 {
    right: -33%;
  }
  .t-md-n33 {
    top: -33%;
  }
  .b-md-n33 {
    bottom: -33%;
  }
  .l-md-34 {
    left: 34%;
  }
  .r-md-34 {
    right: 34%;
  }
  .t-md-34 {
    top: 34%;
  }
  .b-md-34 {
    bottom: 34%;
  }
  .-md-n34 {
    left: -34%;
  }
  .r-md-n34 {
    right: -34%;
  }
  .t-md-n34 {
    top: -34%;
  }
  .b-md-n34 {
    bottom: -34%;
  }
  .l-md-35 {
    left: 35%;
  }
  .r-md-35 {
    right: 35%;
  }
  .t-md-35 {
    top: 35%;
  }
  .b-md-35 {
    bottom: 35%;
  }
  .-md-n35 {
    left: -35%;
  }
  .r-md-n35 {
    right: -35%;
  }
  .t-md-n35 {
    top: -35%;
  }
  .b-md-n35 {
    bottom: -35%;
  }
  .l-md-36 {
    left: 36%;
  }
  .r-md-36 {
    right: 36%;
  }
  .t-md-36 {
    top: 36%;
  }
  .b-md-36 {
    bottom: 36%;
  }
  .-md-n36 {
    left: -36%;
  }
  .r-md-n36 {
    right: -36%;
  }
  .t-md-n36 {
    top: -36%;
  }
  .b-md-n36 {
    bottom: -36%;
  }
  .l-md-37 {
    left: 37%;
  }
  .r-md-37 {
    right: 37%;
  }
  .t-md-37 {
    top: 37%;
  }
  .b-md-37 {
    bottom: 37%;
  }
  .-md-n37 {
    left: -37%;
  }
  .r-md-n37 {
    right: -37%;
  }
  .t-md-n37 {
    top: -37%;
  }
  .b-md-n37 {
    bottom: -37%;
  }
  .l-md-38 {
    left: 38%;
  }
  .r-md-38 {
    right: 38%;
  }
  .t-md-38 {
    top: 38%;
  }
  .b-md-38 {
    bottom: 38%;
  }
  .-md-n38 {
    left: -38%;
  }
  .r-md-n38 {
    right: -38%;
  }
  .t-md-n38 {
    top: -38%;
  }
  .b-md-n38 {
    bottom: -38%;
  }
  .l-md-39 {
    left: 39%;
  }
  .r-md-39 {
    right: 39%;
  }
  .t-md-39 {
    top: 39%;
  }
  .b-md-39 {
    bottom: 39%;
  }
  .-md-n39 {
    left: -39%;
  }
  .r-md-n39 {
    right: -39%;
  }
  .t-md-n39 {
    top: -39%;
  }
  .b-md-n39 {
    bottom: -39%;
  }
  .l-md-40 {
    left: 40%;
  }
  .r-md-40 {
    right: 40%;
  }
  .t-md-40 {
    top: 40%;
  }
  .b-md-40 {
    bottom: 40%;
  }
  .-md-n40 {
    left: -40%;
  }
  .r-md-n40 {
    right: -40%;
  }
  .t-md-n40 {
    top: -40%;
  }
  .b-md-n40 {
    bottom: -40%;
  }
  .l-md-41 {
    left: 41%;
  }
  .r-md-41 {
    right: 41%;
  }
  .t-md-41 {
    top: 41%;
  }
  .b-md-41 {
    bottom: 41%;
  }
  .-md-n41 {
    left: -41%;
  }
  .r-md-n41 {
    right: -41%;
  }
  .t-md-n41 {
    top: -41%;
  }
  .b-md-n41 {
    bottom: -41%;
  }
  .l-md-42 {
    left: 42%;
  }
  .r-md-42 {
    right: 42%;
  }
  .t-md-42 {
    top: 42%;
  }
  .b-md-42 {
    bottom: 42%;
  }
  .-md-n42 {
    left: -42%;
  }
  .r-md-n42 {
    right: -42%;
  }
  .t-md-n42 {
    top: -42%;
  }
  .b-md-n42 {
    bottom: -42%;
  }
  .l-md-43 {
    left: 43%;
  }
  .r-md-43 {
    right: 43%;
  }
  .t-md-43 {
    top: 43%;
  }
  .b-md-43 {
    bottom: 43%;
  }
  .-md-n43 {
    left: -43%;
  }
  .r-md-n43 {
    right: -43%;
  }
  .t-md-n43 {
    top: -43%;
  }
  .b-md-n43 {
    bottom: -43%;
  }
  .l-md-44 {
    left: 44%;
  }
  .r-md-44 {
    right: 44%;
  }
  .t-md-44 {
    top: 44%;
  }
  .b-md-44 {
    bottom: 44%;
  }
  .-md-n44 {
    left: -44%;
  }
  .r-md-n44 {
    right: -44%;
  }
  .t-md-n44 {
    top: -44%;
  }
  .b-md-n44 {
    bottom: -44%;
  }
  .l-md-45 {
    left: 45%;
  }
  .r-md-45 {
    right: 45%;
  }
  .t-md-45 {
    top: 45%;
  }
  .b-md-45 {
    bottom: 45%;
  }
  .-md-n45 {
    left: -45%;
  }
  .r-md-n45 {
    right: -45%;
  }
  .t-md-n45 {
    top: -45%;
  }
  .b-md-n45 {
    bottom: -45%;
  }
  .l-md-46 {
    left: 46%;
  }
  .r-md-46 {
    right: 46%;
  }
  .t-md-46 {
    top: 46%;
  }
  .b-md-46 {
    bottom: 46%;
  }
  .-md-n46 {
    left: -46%;
  }
  .r-md-n46 {
    right: -46%;
  }
  .t-md-n46 {
    top: -46%;
  }
  .b-md-n46 {
    bottom: -46%;
  }
  .l-md-47 {
    left: 47%;
  }
  .r-md-47 {
    right: 47%;
  }
  .t-md-47 {
    top: 47%;
  }
  .b-md-47 {
    bottom: 47%;
  }
  .-md-n47 {
    left: -47%;
  }
  .r-md-n47 {
    right: -47%;
  }
  .t-md-n47 {
    top: -47%;
  }
  .b-md-n47 {
    bottom: -47%;
  }
  .l-md-48 {
    left: 48%;
  }
  .r-md-48 {
    right: 48%;
  }
  .t-md-48 {
    top: 48%;
  }
  .b-md-48 {
    bottom: 48%;
  }
  .-md-n48 {
    left: -48%;
  }
  .r-md-n48 {
    right: -48%;
  }
  .t-md-n48 {
    top: -48%;
  }
  .b-md-n48 {
    bottom: -48%;
  }
  .l-md-49 {
    left: 49%;
  }
  .r-md-49 {
    right: 49%;
  }
  .t-md-49 {
    top: 49%;
  }
  .b-md-49 {
    bottom: 49%;
  }
  .-md-n49 {
    left: -49%;
  }
  .r-md-n49 {
    right: -49%;
  }
  .t-md-n49 {
    top: -49%;
  }
  .b-md-n49 {
    bottom: -49%;
  }
  .l-md-50 {
    left: 50%;
  }
  .r-md-50 {
    right: 50%;
  }
  .t-md-50 {
    top: 50%;
  }
  .b-md-50 {
    bottom: 50%;
  }
  .-md-n50 {
    left: -50%;
  }
  .r-md-n50 {
    right: -50%;
  }
  .t-md-n50 {
    top: -50%;
  }
  .b-md-n50 {
    bottom: -50%;
  }
  .l-md-51 {
    left: 51%;
  }
  .r-md-51 {
    right: 51%;
  }
  .t-md-51 {
    top: 51%;
  }
  .b-md-51 {
    bottom: 51%;
  }
  .-md-n51 {
    left: -51%;
  }
  .r-md-n51 {
    right: -51%;
  }
  .t-md-n51 {
    top: -51%;
  }
  .b-md-n51 {
    bottom: -51%;
  }
  .l-md-52 {
    left: 52%;
  }
  .r-md-52 {
    right: 52%;
  }
  .t-md-52 {
    top: 52%;
  }
  .b-md-52 {
    bottom: 52%;
  }
  .-md-n52 {
    left: -52%;
  }
  .r-md-n52 {
    right: -52%;
  }
  .t-md-n52 {
    top: -52%;
  }
  .b-md-n52 {
    bottom: -52%;
  }
  .l-md-53 {
    left: 53%;
  }
  .r-md-53 {
    right: 53%;
  }
  .t-md-53 {
    top: 53%;
  }
  .b-md-53 {
    bottom: 53%;
  }
  .-md-n53 {
    left: -53%;
  }
  .r-md-n53 {
    right: -53%;
  }
  .t-md-n53 {
    top: -53%;
  }
  .b-md-n53 {
    bottom: -53%;
  }
  .l-md-54 {
    left: 54%;
  }
  .r-md-54 {
    right: 54%;
  }
  .t-md-54 {
    top: 54%;
  }
  .b-md-54 {
    bottom: 54%;
  }
  .-md-n54 {
    left: -54%;
  }
  .r-md-n54 {
    right: -54%;
  }
  .t-md-n54 {
    top: -54%;
  }
  .b-md-n54 {
    bottom: -54%;
  }
  .l-md-55 {
    left: 55%;
  }
  .r-md-55 {
    right: 55%;
  }
  .t-md-55 {
    top: 55%;
  }
  .b-md-55 {
    bottom: 55%;
  }
  .-md-n55 {
    left: -55%;
  }
  .r-md-n55 {
    right: -55%;
  }
  .t-md-n55 {
    top: -55%;
  }
  .b-md-n55 {
    bottom: -55%;
  }
  .l-md-56 {
    left: 56%;
  }
  .r-md-56 {
    right: 56%;
  }
  .t-md-56 {
    top: 56%;
  }
  .b-md-56 {
    bottom: 56%;
  }
  .-md-n56 {
    left: -56%;
  }
  .r-md-n56 {
    right: -56%;
  }
  .t-md-n56 {
    top: -56%;
  }
  .b-md-n56 {
    bottom: -56%;
  }
  .l-md-57 {
    left: 57%;
  }
  .r-md-57 {
    right: 57%;
  }
  .t-md-57 {
    top: 57%;
  }
  .b-md-57 {
    bottom: 57%;
  }
  .-md-n57 {
    left: -57%;
  }
  .r-md-n57 {
    right: -57%;
  }
  .t-md-n57 {
    top: -57%;
  }
  .b-md-n57 {
    bottom: -57%;
  }
  .l-md-58 {
    left: 58%;
  }
  .r-md-58 {
    right: 58%;
  }
  .t-md-58 {
    top: 58%;
  }
  .b-md-58 {
    bottom: 58%;
  }
  .-md-n58 {
    left: -58%;
  }
  .r-md-n58 {
    right: -58%;
  }
  .t-md-n58 {
    top: -58%;
  }
  .b-md-n58 {
    bottom: -58%;
  }
  .l-md-59 {
    left: 59%;
  }
  .r-md-59 {
    right: 59%;
  }
  .t-md-59 {
    top: 59%;
  }
  .b-md-59 {
    bottom: 59%;
  }
  .-md-n59 {
    left: -59%;
  }
  .r-md-n59 {
    right: -59%;
  }
  .t-md-n59 {
    top: -59%;
  }
  .b-md-n59 {
    bottom: -59%;
  }
  .l-md-60 {
    left: 60%;
  }
  .r-md-60 {
    right: 60%;
  }
  .t-md-60 {
    top: 60%;
  }
  .b-md-60 {
    bottom: 60%;
  }
  .-md-n60 {
    left: -60%;
  }
  .r-md-n60 {
    right: -60%;
  }
  .t-md-n60 {
    top: -60%;
  }
  .b-md-n60 {
    bottom: -60%;
  }
  .l-md-61 {
    left: 61%;
  }
  .r-md-61 {
    right: 61%;
  }
  .t-md-61 {
    top: 61%;
  }
  .b-md-61 {
    bottom: 61%;
  }
  .-md-n61 {
    left: -61%;
  }
  .r-md-n61 {
    right: -61%;
  }
  .t-md-n61 {
    top: -61%;
  }
  .b-md-n61 {
    bottom: -61%;
  }
  .l-md-62 {
    left: 62%;
  }
  .r-md-62 {
    right: 62%;
  }
  .t-md-62 {
    top: 62%;
  }
  .b-md-62 {
    bottom: 62%;
  }
  .-md-n62 {
    left: -62%;
  }
  .r-md-n62 {
    right: -62%;
  }
  .t-md-n62 {
    top: -62%;
  }
  .b-md-n62 {
    bottom: -62%;
  }
  .l-md-63 {
    left: 63%;
  }
  .r-md-63 {
    right: 63%;
  }
  .t-md-63 {
    top: 63%;
  }
  .b-md-63 {
    bottom: 63%;
  }
  .-md-n63 {
    left: -63%;
  }
  .r-md-n63 {
    right: -63%;
  }
  .t-md-n63 {
    top: -63%;
  }
  .b-md-n63 {
    bottom: -63%;
  }
  .l-md-64 {
    left: 64%;
  }
  .r-md-64 {
    right: 64%;
  }
  .t-md-64 {
    top: 64%;
  }
  .b-md-64 {
    bottom: 64%;
  }
  .-md-n64 {
    left: -64%;
  }
  .r-md-n64 {
    right: -64%;
  }
  .t-md-n64 {
    top: -64%;
  }
  .b-md-n64 {
    bottom: -64%;
  }
  .l-md-65 {
    left: 65%;
  }
  .r-md-65 {
    right: 65%;
  }
  .t-md-65 {
    top: 65%;
  }
  .b-md-65 {
    bottom: 65%;
  }
  .-md-n65 {
    left: -65%;
  }
  .r-md-n65 {
    right: -65%;
  }
  .t-md-n65 {
    top: -65%;
  }
  .b-md-n65 {
    bottom: -65%;
  }
  .l-md-66 {
    left: 66%;
  }
  .r-md-66 {
    right: 66%;
  }
  .t-md-66 {
    top: 66%;
  }
  .b-md-66 {
    bottom: 66%;
  }
  .-md-n66 {
    left: -66%;
  }
  .r-md-n66 {
    right: -66%;
  }
  .t-md-n66 {
    top: -66%;
  }
  .b-md-n66 {
    bottom: -66%;
  }
  .l-md-67 {
    left: 67%;
  }
  .r-md-67 {
    right: 67%;
  }
  .t-md-67 {
    top: 67%;
  }
  .b-md-67 {
    bottom: 67%;
  }
  .-md-n67 {
    left: -67%;
  }
  .r-md-n67 {
    right: -67%;
  }
  .t-md-n67 {
    top: -67%;
  }
  .b-md-n67 {
    bottom: -67%;
  }
  .l-md-68 {
    left: 68%;
  }
  .r-md-68 {
    right: 68%;
  }
  .t-md-68 {
    top: 68%;
  }
  .b-md-68 {
    bottom: 68%;
  }
  .-md-n68 {
    left: -68%;
  }
  .r-md-n68 {
    right: -68%;
  }
  .t-md-n68 {
    top: -68%;
  }
  .b-md-n68 {
    bottom: -68%;
  }
  .l-md-69 {
    left: 69%;
  }
  .r-md-69 {
    right: 69%;
  }
  .t-md-69 {
    top: 69%;
  }
  .b-md-69 {
    bottom: 69%;
  }
  .-md-n69 {
    left: -69%;
  }
  .r-md-n69 {
    right: -69%;
  }
  .t-md-n69 {
    top: -69%;
  }
  .b-md-n69 {
    bottom: -69%;
  }
  .l-md-70 {
    left: 70%;
  }
  .r-md-70 {
    right: 70%;
  }
  .t-md-70 {
    top: 70%;
  }
  .b-md-70 {
    bottom: 70%;
  }
  .-md-n70 {
    left: -70%;
  }
  .r-md-n70 {
    right: -70%;
  }
  .t-md-n70 {
    top: -70%;
  }
  .b-md-n70 {
    bottom: -70%;
  }
  .l-md-71 {
    left: 71%;
  }
  .r-md-71 {
    right: 71%;
  }
  .t-md-71 {
    top: 71%;
  }
  .b-md-71 {
    bottom: 71%;
  }
  .-md-n71 {
    left: -71%;
  }
  .r-md-n71 {
    right: -71%;
  }
  .t-md-n71 {
    top: -71%;
  }
  .b-md-n71 {
    bottom: -71%;
  }
  .l-md-72 {
    left: 72%;
  }
  .r-md-72 {
    right: 72%;
  }
  .t-md-72 {
    top: 72%;
  }
  .b-md-72 {
    bottom: 72%;
  }
  .-md-n72 {
    left: -72%;
  }
  .r-md-n72 {
    right: -72%;
  }
  .t-md-n72 {
    top: -72%;
  }
  .b-md-n72 {
    bottom: -72%;
  }
  .l-md-73 {
    left: 73%;
  }
  .r-md-73 {
    right: 73%;
  }
  .t-md-73 {
    top: 73%;
  }
  .b-md-73 {
    bottom: 73%;
  }
  .-md-n73 {
    left: -73%;
  }
  .r-md-n73 {
    right: -73%;
  }
  .t-md-n73 {
    top: -73%;
  }
  .b-md-n73 {
    bottom: -73%;
  }
  .l-md-74 {
    left: 74%;
  }
  .r-md-74 {
    right: 74%;
  }
  .t-md-74 {
    top: 74%;
  }
  .b-md-74 {
    bottom: 74%;
  }
  .-md-n74 {
    left: -74%;
  }
  .r-md-n74 {
    right: -74%;
  }
  .t-md-n74 {
    top: -74%;
  }
  .b-md-n74 {
    bottom: -74%;
  }
  .l-md-75 {
    left: 75%;
  }
  .r-md-75 {
    right: 75%;
  }
  .t-md-75 {
    top: 75%;
  }
  .b-md-75 {
    bottom: 75%;
  }
  .-md-n75 {
    left: -75%;
  }
  .r-md-n75 {
    right: -75%;
  }
  .t-md-n75 {
    top: -75%;
  }
  .b-md-n75 {
    bottom: -75%;
  }
  .l-md-76 {
    left: 76%;
  }
  .r-md-76 {
    right: 76%;
  }
  .t-md-76 {
    top: 76%;
  }
  .b-md-76 {
    bottom: 76%;
  }
  .-md-n76 {
    left: -76%;
  }
  .r-md-n76 {
    right: -76%;
  }
  .t-md-n76 {
    top: -76%;
  }
  .b-md-n76 {
    bottom: -76%;
  }
  .l-md-77 {
    left: 77%;
  }
  .r-md-77 {
    right: 77%;
  }
  .t-md-77 {
    top: 77%;
  }
  .b-md-77 {
    bottom: 77%;
  }
  .-md-n77 {
    left: -77%;
  }
  .r-md-n77 {
    right: -77%;
  }
  .t-md-n77 {
    top: -77%;
  }
  .b-md-n77 {
    bottom: -77%;
  }
  .l-md-78 {
    left: 78%;
  }
  .r-md-78 {
    right: 78%;
  }
  .t-md-78 {
    top: 78%;
  }
  .b-md-78 {
    bottom: 78%;
  }
  .-md-n78 {
    left: -78%;
  }
  .r-md-n78 {
    right: -78%;
  }
  .t-md-n78 {
    top: -78%;
  }
  .b-md-n78 {
    bottom: -78%;
  }
  .l-md-79 {
    left: 79%;
  }
  .r-md-79 {
    right: 79%;
  }
  .t-md-79 {
    top: 79%;
  }
  .b-md-79 {
    bottom: 79%;
  }
  .-md-n79 {
    left: -79%;
  }
  .r-md-n79 {
    right: -79%;
  }
  .t-md-n79 {
    top: -79%;
  }
  .b-md-n79 {
    bottom: -79%;
  }
  .l-md-80 {
    left: 80%;
  }
  .r-md-80 {
    right: 80%;
  }
  .t-md-80 {
    top: 80%;
  }
  .b-md-80 {
    bottom: 80%;
  }
  .-md-n80 {
    left: -80%;
  }
  .r-md-n80 {
    right: -80%;
  }
  .t-md-n80 {
    top: -80%;
  }
  .b-md-n80 {
    bottom: -80%;
  }
  .l-md-81 {
    left: 81%;
  }
  .r-md-81 {
    right: 81%;
  }
  .t-md-81 {
    top: 81%;
  }
  .b-md-81 {
    bottom: 81%;
  }
  .-md-n81 {
    left: -81%;
  }
  .r-md-n81 {
    right: -81%;
  }
  .t-md-n81 {
    top: -81%;
  }
  .b-md-n81 {
    bottom: -81%;
  }
  .l-md-82 {
    left: 82%;
  }
  .r-md-82 {
    right: 82%;
  }
  .t-md-82 {
    top: 82%;
  }
  .b-md-82 {
    bottom: 82%;
  }
  .-md-n82 {
    left: -82%;
  }
  .r-md-n82 {
    right: -82%;
  }
  .t-md-n82 {
    top: -82%;
  }
  .b-md-n82 {
    bottom: -82%;
  }
  .l-md-83 {
    left: 83%;
  }
  .r-md-83 {
    right: 83%;
  }
  .t-md-83 {
    top: 83%;
  }
  .b-md-83 {
    bottom: 83%;
  }
  .-md-n83 {
    left: -83%;
  }
  .r-md-n83 {
    right: -83%;
  }
  .t-md-n83 {
    top: -83%;
  }
  .b-md-n83 {
    bottom: -83%;
  }
  .l-md-84 {
    left: 84%;
  }
  .r-md-84 {
    right: 84%;
  }
  .t-md-84 {
    top: 84%;
  }
  .b-md-84 {
    bottom: 84%;
  }
  .-md-n84 {
    left: -84%;
  }
  .r-md-n84 {
    right: -84%;
  }
  .t-md-n84 {
    top: -84%;
  }
  .b-md-n84 {
    bottom: -84%;
  }
  .l-md-85 {
    left: 85%;
  }
  .r-md-85 {
    right: 85%;
  }
  .t-md-85 {
    top: 85%;
  }
  .b-md-85 {
    bottom: 85%;
  }
  .-md-n85 {
    left: -85%;
  }
  .r-md-n85 {
    right: -85%;
  }
  .t-md-n85 {
    top: -85%;
  }
  .b-md-n85 {
    bottom: -85%;
  }
  .l-md-86 {
    left: 86%;
  }
  .r-md-86 {
    right: 86%;
  }
  .t-md-86 {
    top: 86%;
  }
  .b-md-86 {
    bottom: 86%;
  }
  .-md-n86 {
    left: -86%;
  }
  .r-md-n86 {
    right: -86%;
  }
  .t-md-n86 {
    top: -86%;
  }
  .b-md-n86 {
    bottom: -86%;
  }
  .l-md-87 {
    left: 87%;
  }
  .r-md-87 {
    right: 87%;
  }
  .t-md-87 {
    top: 87%;
  }
  .b-md-87 {
    bottom: 87%;
  }
  .-md-n87 {
    left: -87%;
  }
  .r-md-n87 {
    right: -87%;
  }
  .t-md-n87 {
    top: -87%;
  }
  .b-md-n87 {
    bottom: -87%;
  }
  .l-md-88 {
    left: 88%;
  }
  .r-md-88 {
    right: 88%;
  }
  .t-md-88 {
    top: 88%;
  }
  .b-md-88 {
    bottom: 88%;
  }
  .-md-n88 {
    left: -88%;
  }
  .r-md-n88 {
    right: -88%;
  }
  .t-md-n88 {
    top: -88%;
  }
  .b-md-n88 {
    bottom: -88%;
  }
  .l-md-89 {
    left: 89%;
  }
  .r-md-89 {
    right: 89%;
  }
  .t-md-89 {
    top: 89%;
  }
  .b-md-89 {
    bottom: 89%;
  }
  .-md-n89 {
    left: -89%;
  }
  .r-md-n89 {
    right: -89%;
  }
  .t-md-n89 {
    top: -89%;
  }
  .b-md-n89 {
    bottom: -89%;
  }
  .l-md-90 {
    left: 90%;
  }
  .r-md-90 {
    right: 90%;
  }
  .t-md-90 {
    top: 90%;
  }
  .b-md-90 {
    bottom: 90%;
  }
  .-md-n90 {
    left: -90%;
  }
  .r-md-n90 {
    right: -90%;
  }
  .t-md-n90 {
    top: -90%;
  }
  .b-md-n90 {
    bottom: -90%;
  }
  .l-md-91 {
    left: 91%;
  }
  .r-md-91 {
    right: 91%;
  }
  .t-md-91 {
    top: 91%;
  }
  .b-md-91 {
    bottom: 91%;
  }
  .-md-n91 {
    left: -91%;
  }
  .r-md-n91 {
    right: -91%;
  }
  .t-md-n91 {
    top: -91%;
  }
  .b-md-n91 {
    bottom: -91%;
  }
  .l-md-92 {
    left: 92%;
  }
  .r-md-92 {
    right: 92%;
  }
  .t-md-92 {
    top: 92%;
  }
  .b-md-92 {
    bottom: 92%;
  }
  .-md-n92 {
    left: -92%;
  }
  .r-md-n92 {
    right: -92%;
  }
  .t-md-n92 {
    top: -92%;
  }
  .b-md-n92 {
    bottom: -92%;
  }
  .l-md-93 {
    left: 93%;
  }
  .r-md-93 {
    right: 93%;
  }
  .t-md-93 {
    top: 93%;
  }
  .b-md-93 {
    bottom: 93%;
  }
  .-md-n93 {
    left: -93%;
  }
  .r-md-n93 {
    right: -93%;
  }
  .t-md-n93 {
    top: -93%;
  }
  .b-md-n93 {
    bottom: -93%;
  }
  .l-md-94 {
    left: 94%;
  }
  .r-md-94 {
    right: 94%;
  }
  .t-md-94 {
    top: 94%;
  }
  .b-md-94 {
    bottom: 94%;
  }
  .-md-n94 {
    left: -94%;
  }
  .r-md-n94 {
    right: -94%;
  }
  .t-md-n94 {
    top: -94%;
  }
  .b-md-n94 {
    bottom: -94%;
  }
  .l-md-95 {
    left: 95%;
  }
  .r-md-95 {
    right: 95%;
  }
  .t-md-95 {
    top: 95%;
  }
  .b-md-95 {
    bottom: 95%;
  }
  .-md-n95 {
    left: -95%;
  }
  .r-md-n95 {
    right: -95%;
  }
  .t-md-n95 {
    top: -95%;
  }
  .b-md-n95 {
    bottom: -95%;
  }
  .l-md-96 {
    left: 96%;
  }
  .r-md-96 {
    right: 96%;
  }
  .t-md-96 {
    top: 96%;
  }
  .b-md-96 {
    bottom: 96%;
  }
  .-md-n96 {
    left: -96%;
  }
  .r-md-n96 {
    right: -96%;
  }
  .t-md-n96 {
    top: -96%;
  }
  .b-md-n96 {
    bottom: -96%;
  }
  .l-md-97 {
    left: 97%;
  }
  .r-md-97 {
    right: 97%;
  }
  .t-md-97 {
    top: 97%;
  }
  .b-md-97 {
    bottom: 97%;
  }
  .-md-n97 {
    left: -97%;
  }
  .r-md-n97 {
    right: -97%;
  }
  .t-md-n97 {
    top: -97%;
  }
  .b-md-n97 {
    bottom: -97%;
  }
  .l-md-98 {
    left: 98%;
  }
  .r-md-98 {
    right: 98%;
  }
  .t-md-98 {
    top: 98%;
  }
  .b-md-98 {
    bottom: 98%;
  }
  .-md-n98 {
    left: -98%;
  }
  .r-md-n98 {
    right: -98%;
  }
  .t-md-n98 {
    top: -98%;
  }
  .b-md-n98 {
    bottom: -98%;
  }
  .l-md-99 {
    left: 99%;
  }
  .r-md-99 {
    right: 99%;
  }
  .t-md-99 {
    top: 99%;
  }
  .b-md-99 {
    bottom: 99%;
  }
  .-md-n99 {
    left: -99%;
  }
  .r-md-n99 {
    right: -99%;
  }
  .t-md-n99 {
    top: -99%;
  }
  .b-md-n99 {
    bottom: -99%;
  }
  .l-md-100 {
    left: 100%;
  }
  .r-md-100 {
    right: 100%;
  }
  .t-md-100 {
    top: 100%;
  }
  .b-md-100 {
    bottom: 100%;
  }
  .-md-n100 {
    left: -100%;
  }
  .r-md-n100 {
    right: -100%;
  }
  .t-md-n100 {
    top: -100%;
  }
  .b-md-n100 {
    bottom: -100%;
  }
}
@media (min-width: 1200px) {
  .l-lg-0 {
    left: 0%;
  }
  .r-lg-0 {
    right: 0%;
  }
  .t-lg-0 {
    top: 0%;
  }
  .b-lg-0 {
    bottom: 0%;
  }
  .l-lg-n0 {
    left: 0%;
  }
  .r-lg-n0 {
    right: 0%;
  }
  .t-lg-n0 {
    top: 0%;
  }
  .b-lg-n0 {
    bottom: 0%;
  }
  .l-lg-1 {
    left: 1%;
  }
  .r-lg-1 {
    right: 1%;
  }
  .t-lg-1 {
    top: 1%;
  }
  .b-lg-1 {
    bottom: 1%;
  }
  .l-lg-n1 {
    left: -1%;
  }
  .r-lg-n1 {
    right: -1%;
  }
  .t-lg-n1 {
    top: -1%;
  }
  .b-lg-n1 {
    bottom: -1%;
  }
  .l-lg-2 {
    left: 2%;
  }
  .r-lg-2 {
    right: 2%;
  }
  .t-lg-2 {
    top: 2%;
  }
  .b-lg-2 {
    bottom: 2%;
  }
  .l-lg-n2 {
    left: -2%;
  }
  .r-lg-n2 {
    right: -2%;
  }
  .t-lg-n2 {
    top: -2%;
  }
  .b-lg-n2 {
    bottom: -2%;
  }
  .l-lg-3 {
    left: 3%;
  }
  .r-lg-3 {
    right: 3%;
  }
  .t-lg-3 {
    top: 3%;
  }
  .b-lg-3 {
    bottom: 3%;
  }
  .l-lg-n3 {
    left: -3%;
  }
  .r-lg-n3 {
    right: -3%;
  }
  .t-lg-n3 {
    top: -3%;
  }
  .b-lg-n3 {
    bottom: -3%;
  }
  .l-lg-4 {
    left: 4%;
  }
  .r-lg-4 {
    right: 4%;
  }
  .t-lg-4 {
    top: 4%;
  }
  .b-lg-4 {
    bottom: 4%;
  }
  .l-lg-n4 {
    left: -4%;
  }
  .r-lg-n4 {
    right: -4%;
  }
  .t-lg-n4 {
    top: -4%;
  }
  .b-lg-n4 {
    bottom: -4%;
  }
  .l-lg-5 {
    left: 5%;
  }
  .r-lg-5 {
    right: 5%;
  }
  .t-lg-5 {
    top: 5%;
  }
  .b-lg-5 {
    bottom: 5%;
  }
  .l-lg-n5 {
    left: -5%;
  }
  .r-lg-n5 {
    right: -5%;
  }
  .t-lg-n5 {
    top: -5%;
  }
  .b-lg-n5 {
    bottom: -5%;
  }
  .l-lg-6 {
    left: 6%;
  }
  .r-lg-6 {
    right: 6%;
  }
  .t-lg-6 {
    top: 6%;
  }
  .b-lg-6 {
    bottom: 6%;
  }
  .l-lg-n6 {
    left: -6%;
  }
  .r-lg-n6 {
    right: -6%;
  }
  .t-lg-n6 {
    top: -6%;
  }
  .b-lg-n6 {
    bottom: -6%;
  }
  .l-lg-7 {
    left: 7%;
  }
  .r-lg-7 {
    right: 7%;
  }
  .t-lg-7 {
    top: 7%;
  }
  .b-lg-7 {
    bottom: 7%;
  }
  .l-lg-n7 {
    left: -7%;
  }
  .r-lg-n7 {
    right: -7%;
  }
  .t-lg-n7 {
    top: -7%;
  }
  .b-lg-n7 {
    bottom: -7%;
  }
  .l-lg-8 {
    left: 8%;
  }
  .r-lg-8 {
    right: 8%;
  }
  .t-lg-8 {
    top: 8%;
  }
  .b-lg-8 {
    bottom: 8%;
  }
  .l-lg-n8 {
    left: -8%;
  }
  .r-lg-n8 {
    right: -8%;
  }
  .t-lg-n8 {
    top: -8%;
  }
  .b-lg-n8 {
    bottom: -8%;
  }
  .l-lg-9 {
    left: 9%;
  }
  .r-lg-9 {
    right: 9%;
  }
  .t-lg-9 {
    top: 9%;
  }
  .b-lg-9 {
    bottom: 9%;
  }
  .l-lg-n9 {
    left: -9%;
  }
  .r-lg-n9 {
    right: -9%;
  }
  .t-lg-n9 {
    top: -9%;
  }
  .b-lg-n9 {
    bottom: -9%;
  }
  .l-lg-10 {
    left: 10%;
  }
  .r-lg-10 {
    right: 10%;
  }
  .t-lg-10 {
    top: 10%;
  }
  .b-lg-10 {
    bottom: 10%;
  }
  .l-lg-n10 {
    left: -10%;
  }
  .r-lg-n10 {
    right: -10%;
  }
  .t-lg-n10 {
    top: -10%;
  }
  .b-lg-n10 {
    bottom: -10%;
  }
  .l-lg-11 {
    left: 11%;
  }
  .r-lg-11 {
    right: 11%;
  }
  .t-lg-11 {
    top: 11%;
  }
  .b-lg-11 {
    bottom: 11%;
  }
  .l-lg-n11 {
    left: -11%;
  }
  .r-lg-n11 {
    right: -11%;
  }
  .t-lg-n11 {
    top: -11%;
  }
  .b-lg-n11 {
    bottom: -11%;
  }
  .l-lg-12 {
    left: 12%;
  }
  .r-lg-12 {
    right: 12%;
  }
  .t-lg-12 {
    top: 12%;
  }
  .b-lg-12 {
    bottom: 12%;
  }
  .l-lg-n12 {
    left: -12%;
  }
  .r-lg-n12 {
    right: -12%;
  }
  .t-lg-n12 {
    top: -12%;
  }
  .b-lg-n12 {
    bottom: -12%;
  }
  .l-lg-13 {
    left: 13%;
  }
  .r-lg-13 {
    right: 13%;
  }
  .t-lg-13 {
    top: 13%;
  }
  .b-lg-13 {
    bottom: 13%;
  }
  .l-lg-n13 {
    left: -13%;
  }
  .r-lg-n13 {
    right: -13%;
  }
  .t-lg-n13 {
    top: -13%;
  }
  .b-lg-n13 {
    bottom: -13%;
  }
  .l-lg-14 {
    left: 14%;
  }
  .r-lg-14 {
    right: 14%;
  }
  .t-lg-14 {
    top: 14%;
  }
  .b-lg-14 {
    bottom: 14%;
  }
  .l-lg-n14 {
    left: -14%;
  }
  .r-lg-n14 {
    right: -14%;
  }
  .t-lg-n14 {
    top: -14%;
  }
  .b-lg-n14 {
    bottom: -14%;
  }
  .l-lg-15 {
    left: 15%;
  }
  .r-lg-15 {
    right: 15%;
  }
  .t-lg-15 {
    top: 15%;
  }
  .b-lg-15 {
    bottom: 15%;
  }
  .l-lg-n15 {
    left: -15%;
  }
  .r-lg-n15 {
    right: -15%;
  }
  .t-lg-n15 {
    top: -15%;
  }
  .b-lg-n15 {
    bottom: -15%;
  }
  .l-lg-16 {
    left: 16%;
  }
  .r-lg-16 {
    right: 16%;
  }
  .t-lg-16 {
    top: 16%;
  }
  .b-lg-16 {
    bottom: 16%;
  }
  .l-lg-n16 {
    left: -16%;
  }
  .r-lg-n16 {
    right: -16%;
  }
  .t-lg-n16 {
    top: -16%;
  }
  .b-lg-n16 {
    bottom: -16%;
  }
  .l-lg-17 {
    left: 17%;
  }
  .r-lg-17 {
    right: 17%;
  }
  .t-lg-17 {
    top: 17%;
  }
  .b-lg-17 {
    bottom: 17%;
  }
  .l-lg-n17 {
    left: -17%;
  }
  .r-lg-n17 {
    right: -17%;
  }
  .t-lg-n17 {
    top: -17%;
  }
  .b-lg-n17 {
    bottom: -17%;
  }
  .l-lg-18 {
    left: 18%;
  }
  .r-lg-18 {
    right: 18%;
  }
  .t-lg-18 {
    top: 18%;
  }
  .b-lg-18 {
    bottom: 18%;
  }
  .l-lg-n18 {
    left: -18%;
  }
  .r-lg-n18 {
    right: -18%;
  }
  .t-lg-n18 {
    top: -18%;
  }
  .b-lg-n18 {
    bottom: -18%;
  }
  .l-lg-19 {
    left: 19%;
  }
  .r-lg-19 {
    right: 19%;
  }
  .t-lg-19 {
    top: 19%;
  }
  .b-lg-19 {
    bottom: 19%;
  }
  .l-lg-n19 {
    left: -19%;
  }
  .r-lg-n19 {
    right: -19%;
  }
  .t-lg-n19 {
    top: -19%;
  }
  .b-lg-n19 {
    bottom: -19%;
  }
  .l-lg-20 {
    left: 20%;
  }
  .r-lg-20 {
    right: 20%;
  }
  .t-lg-20 {
    top: 20%;
  }
  .b-lg-20 {
    bottom: 20%;
  }
  .l-lg-n20 {
    left: -20%;
  }
  .r-lg-n20 {
    right: -20%;
  }
  .t-lg-n20 {
    top: -20%;
  }
  .b-lg-n20 {
    bottom: -20%;
  }
  .l-lg-21 {
    left: 21%;
  }
  .r-lg-21 {
    right: 21%;
  }
  .t-lg-21 {
    top: 21%;
  }
  .b-lg-21 {
    bottom: 21%;
  }
  .l-lg-n21 {
    left: -21%;
  }
  .r-lg-n21 {
    right: -21%;
  }
  .t-lg-n21 {
    top: -21%;
  }
  .b-lg-n21 {
    bottom: -21%;
  }
  .l-lg-22 {
    left: 22%;
  }
  .r-lg-22 {
    right: 22%;
  }
  .t-lg-22 {
    top: 22%;
  }
  .b-lg-22 {
    bottom: 22%;
  }
  .l-lg-n22 {
    left: -22%;
  }
  .r-lg-n22 {
    right: -22%;
  }
  .t-lg-n22 {
    top: -22%;
  }
  .b-lg-n22 {
    bottom: -22%;
  }
  .l-lg-23 {
    left: 23%;
  }
  .r-lg-23 {
    right: 23%;
  }
  .t-lg-23 {
    top: 23%;
  }
  .b-lg-23 {
    bottom: 23%;
  }
  .l-lg-n23 {
    left: -23%;
  }
  .r-lg-n23 {
    right: -23%;
  }
  .t-lg-n23 {
    top: -23%;
  }
  .b-lg-n23 {
    bottom: -23%;
  }
  .l-lg-24 {
    left: 24%;
  }
  .r-lg-24 {
    right: 24%;
  }
  .t-lg-24 {
    top: 24%;
  }
  .b-lg-24 {
    bottom: 24%;
  }
  .l-lg-n24 {
    left: -24%;
  }
  .r-lg-n24 {
    right: -24%;
  }
  .t-lg-n24 {
    top: -24%;
  }
  .b-lg-n24 {
    bottom: -24%;
  }
  .l-lg-25 {
    left: 25%;
  }
  .r-lg-25 {
    right: 25%;
  }
  .t-lg-25 {
    top: 25%;
  }
  .b-lg-25 {
    bottom: 25%;
  }
  .l-lg-n25 {
    left: -25%;
  }
  .r-lg-n25 {
    right: -25%;
  }
  .t-lg-n25 {
    top: -25%;
  }
  .b-lg-n25 {
    bottom: -25%;
  }
  .l-lg-26 {
    left: 26%;
  }
  .r-lg-26 {
    right: 26%;
  }
  .t-lg-26 {
    top: 26%;
  }
  .b-lg-26 {
    bottom: 26%;
  }
  .l-lg-n26 {
    left: -26%;
  }
  .r-lg-n26 {
    right: -26%;
  }
  .t-lg-n26 {
    top: -26%;
  }
  .b-lg-n26 {
    bottom: -26%;
  }
  .l-lg-27 {
    left: 27%;
  }
  .r-lg-27 {
    right: 27%;
  }
  .t-lg-27 {
    top: 27%;
  }
  .b-lg-27 {
    bottom: 27%;
  }
  .l-lg-n27 {
    left: -27%;
  }
  .r-lg-n27 {
    right: -27%;
  }
  .t-lg-n27 {
    top: -27%;
  }
  .b-lg-n27 {
    bottom: -27%;
  }
  .l-lg-28 {
    left: 28%;
  }
  .r-lg-28 {
    right: 28%;
  }
  .t-lg-28 {
    top: 28%;
  }
  .b-lg-28 {
    bottom: 28%;
  }
  .l-lg-n28 {
    left: -28%;
  }
  .r-lg-n28 {
    right: -28%;
  }
  .t-lg-n28 {
    top: -28%;
  }
  .b-lg-n28 {
    bottom: -28%;
  }
  .l-lg-29 {
    left: 29%;
  }
  .r-lg-29 {
    right: 29%;
  }
  .t-lg-29 {
    top: 29%;
  }
  .b-lg-29 {
    bottom: 29%;
  }
  .l-lg-n29 {
    left: -29%;
  }
  .r-lg-n29 {
    right: -29%;
  }
  .t-lg-n29 {
    top: -29%;
  }
  .b-lg-n29 {
    bottom: -29%;
  }
  .l-lg-30 {
    left: 30%;
  }
  .r-lg-30 {
    right: 30%;
  }
  .t-lg-30 {
    top: 30%;
  }
  .b-lg-30 {
    bottom: 30%;
  }
  .l-lg-n30 {
    left: -30%;
  }
  .r-lg-n30 {
    right: -30%;
  }
  .t-lg-n30 {
    top: -30%;
  }
  .b-lg-n30 {
    bottom: -30%;
  }
  .l-lg-31 {
    left: 31%;
  }
  .r-lg-31 {
    right: 31%;
  }
  .t-lg-31 {
    top: 31%;
  }
  .b-lg-31 {
    bottom: 31%;
  }
  .l-lg-n31 {
    left: -31%;
  }
  .r-lg-n31 {
    right: -31%;
  }
  .t-lg-n31 {
    top: -31%;
  }
  .b-lg-n31 {
    bottom: -31%;
  }
  .l-lg-32 {
    left: 32%;
  }
  .r-lg-32 {
    right: 32%;
  }
  .t-lg-32 {
    top: 32%;
  }
  .b-lg-32 {
    bottom: 32%;
  }
  .l-lg-n32 {
    left: -32%;
  }
  .r-lg-n32 {
    right: -32%;
  }
  .t-lg-n32 {
    top: -32%;
  }
  .b-lg-n32 {
    bottom: -32%;
  }
  .l-lg-33 {
    left: 33%;
  }
  .r-lg-33 {
    right: 33%;
  }
  .t-lg-33 {
    top: 33%;
  }
  .b-lg-33 {
    bottom: 33%;
  }
  .l-lg-n33 {
    left: -33%;
  }
  .r-lg-n33 {
    right: -33%;
  }
  .t-lg-n33 {
    top: -33%;
  }
  .b-lg-n33 {
    bottom: -33%;
  }
  .l-lg-34 {
    left: 34%;
  }
  .r-lg-34 {
    right: 34%;
  }
  .t-lg-34 {
    top: 34%;
  }
  .b-lg-34 {
    bottom: 34%;
  }
  .l-lg-n34 {
    left: -34%;
  }
  .r-lg-n34 {
    right: -34%;
  }
  .t-lg-n34 {
    top: -34%;
  }
  .b-lg-n34 {
    bottom: -34%;
  }
  .l-lg-35 {
    left: 35%;
  }
  .r-lg-35 {
    right: 35%;
  }
  .t-lg-35 {
    top: 35%;
  }
  .b-lg-35 {
    bottom: 35%;
  }
  .l-lg-n35 {
    left: -35%;
  }
  .r-lg-n35 {
    right: -35%;
  }
  .t-lg-n35 {
    top: -35%;
  }
  .b-lg-n35 {
    bottom: -35%;
  }
  .l-lg-36 {
    left: 36%;
  }
  .r-lg-36 {
    right: 36%;
  }
  .t-lg-36 {
    top: 36%;
  }
  .b-lg-36 {
    bottom: 36%;
  }
  .l-lg-n36 {
    left: -36%;
  }
  .r-lg-n36 {
    right: -36%;
  }
  .t-lg-n36 {
    top: -36%;
  }
  .b-lg-n36 {
    bottom: -36%;
  }
  .l-lg-37 {
    left: 37%;
  }
  .r-lg-37 {
    right: 37%;
  }
  .t-lg-37 {
    top: 37%;
  }
  .b-lg-37 {
    bottom: 37%;
  }
  .l-lg-n37 {
    left: -37%;
  }
  .r-lg-n37 {
    right: -37%;
  }
  .t-lg-n37 {
    top: -37%;
  }
  .b-lg-n37 {
    bottom: -37%;
  }
  .l-lg-38 {
    left: 38%;
  }
  .r-lg-38 {
    right: 38%;
  }
  .t-lg-38 {
    top: 38%;
  }
  .b-lg-38 {
    bottom: 38%;
  }
  .l-lg-n38 {
    left: -38%;
  }
  .r-lg-n38 {
    right: -38%;
  }
  .t-lg-n38 {
    top: -38%;
  }
  .b-lg-n38 {
    bottom: -38%;
  }
  .l-lg-39 {
    left: 39%;
  }
  .r-lg-39 {
    right: 39%;
  }
  .t-lg-39 {
    top: 39%;
  }
  .b-lg-39 {
    bottom: 39%;
  }
  .l-lg-n39 {
    left: -39%;
  }
  .r-lg-n39 {
    right: -39%;
  }
  .t-lg-n39 {
    top: -39%;
  }
  .b-lg-n39 {
    bottom: -39%;
  }
  .l-lg-40 {
    left: 40%;
  }
  .r-lg-40 {
    right: 40%;
  }
  .t-lg-40 {
    top: 40%;
  }
  .b-lg-40 {
    bottom: 40%;
  }
  .l-lg-n40 {
    left: -40%;
  }
  .r-lg-n40 {
    right: -40%;
  }
  .t-lg-n40 {
    top: -40%;
  }
  .b-lg-n40 {
    bottom: -40%;
  }
  .l-lg-41 {
    left: 41%;
  }
  .r-lg-41 {
    right: 41%;
  }
  .t-lg-41 {
    top: 41%;
  }
  .b-lg-41 {
    bottom: 41%;
  }
  .l-lg-n41 {
    left: -41%;
  }
  .r-lg-n41 {
    right: -41%;
  }
  .t-lg-n41 {
    top: -41%;
  }
  .b-lg-n41 {
    bottom: -41%;
  }
  .l-lg-42 {
    left: 42%;
  }
  .r-lg-42 {
    right: 42%;
  }
  .t-lg-42 {
    top: 42%;
  }
  .b-lg-42 {
    bottom: 42%;
  }
  .l-lg-n42 {
    left: -42%;
  }
  .r-lg-n42 {
    right: -42%;
  }
  .t-lg-n42 {
    top: -42%;
  }
  .b-lg-n42 {
    bottom: -42%;
  }
  .l-lg-43 {
    left: 43%;
  }
  .r-lg-43 {
    right: 43%;
  }
  .t-lg-43 {
    top: 43%;
  }
  .b-lg-43 {
    bottom: 43%;
  }
  .l-lg-n43 {
    left: -43%;
  }
  .r-lg-n43 {
    right: -43%;
  }
  .t-lg-n43 {
    top: -43%;
  }
  .b-lg-n43 {
    bottom: -43%;
  }
  .l-lg-44 {
    left: 44%;
  }
  .r-lg-44 {
    right: 44%;
  }
  .t-lg-44 {
    top: 44%;
  }
  .b-lg-44 {
    bottom: 44%;
  }
  .l-lg-n44 {
    left: -44%;
  }
  .r-lg-n44 {
    right: -44%;
  }
  .t-lg-n44 {
    top: -44%;
  }
  .b-lg-n44 {
    bottom: -44%;
  }
  .l-lg-45 {
    left: 45%;
  }
  .r-lg-45 {
    right: 45%;
  }
  .t-lg-45 {
    top: 45%;
  }
  .b-lg-45 {
    bottom: 45%;
  }
  .l-lg-n45 {
    left: -45%;
  }
  .r-lg-n45 {
    right: -45%;
  }
  .t-lg-n45 {
    top: -45%;
  }
  .b-lg-n45 {
    bottom: -45%;
  }
  .l-lg-46 {
    left: 46%;
  }
  .r-lg-46 {
    right: 46%;
  }
  .t-lg-46 {
    top: 46%;
  }
  .b-lg-46 {
    bottom: 46%;
  }
  .l-lg-n46 {
    left: -46%;
  }
  .r-lg-n46 {
    right: -46%;
  }
  .t-lg-n46 {
    top: -46%;
  }
  .b-lg-n46 {
    bottom: -46%;
  }
  .l-lg-47 {
    left: 47%;
  }
  .r-lg-47 {
    right: 47%;
  }
  .t-lg-47 {
    top: 47%;
  }
  .b-lg-47 {
    bottom: 47%;
  }
  .l-lg-n47 {
    left: -47%;
  }
  .r-lg-n47 {
    right: -47%;
  }
  .t-lg-n47 {
    top: -47%;
  }
  .b-lg-n47 {
    bottom: -47%;
  }
  .l-lg-48 {
    left: 48%;
  }
  .r-lg-48 {
    right: 48%;
  }
  .t-lg-48 {
    top: 48%;
  }
  .b-lg-48 {
    bottom: 48%;
  }
  .l-lg-n48 {
    left: -48%;
  }
  .r-lg-n48 {
    right: -48%;
  }
  .t-lg-n48 {
    top: -48%;
  }
  .b-lg-n48 {
    bottom: -48%;
  }
  .l-lg-49 {
    left: 49%;
  }
  .r-lg-49 {
    right: 49%;
  }
  .t-lg-49 {
    top: 49%;
  }
  .b-lg-49 {
    bottom: 49%;
  }
  .l-lg-n49 {
    left: -49%;
  }
  .r-lg-n49 {
    right: -49%;
  }
  .t-lg-n49 {
    top: -49%;
  }
  .b-lg-n49 {
    bottom: -49%;
  }
  .l-lg-50 {
    left: 50%;
  }
  .r-lg-50 {
    right: 50%;
  }
  .t-lg-50 {
    top: 50%;
  }
  .b-lg-50 {
    bottom: 50%;
  }
  .l-lg-n50 {
    left: -50%;
  }
  .r-lg-n50 {
    right: -50%;
  }
  .t-lg-n50 {
    top: -50%;
  }
  .b-lg-n50 {
    bottom: -50%;
  }
  .l-lg-51 {
    left: 51%;
  }
  .r-lg-51 {
    right: 51%;
  }
  .t-lg-51 {
    top: 51%;
  }
  .b-lg-51 {
    bottom: 51%;
  }
  .l-lg-n51 {
    left: -51%;
  }
  .r-lg-n51 {
    right: -51%;
  }
  .t-lg-n51 {
    top: -51%;
  }
  .b-lg-n51 {
    bottom: -51%;
  }
  .l-lg-52 {
    left: 52%;
  }
  .r-lg-52 {
    right: 52%;
  }
  .t-lg-52 {
    top: 52%;
  }
  .b-lg-52 {
    bottom: 52%;
  }
  .l-lg-n52 {
    left: -52%;
  }
  .r-lg-n52 {
    right: -52%;
  }
  .t-lg-n52 {
    top: -52%;
  }
  .b-lg-n52 {
    bottom: -52%;
  }
  .l-lg-53 {
    left: 53%;
  }
  .r-lg-53 {
    right: 53%;
  }
  .t-lg-53 {
    top: 53%;
  }
  .b-lg-53 {
    bottom: 53%;
  }
  .l-lg-n53 {
    left: -53%;
  }
  .r-lg-n53 {
    right: -53%;
  }
  .t-lg-n53 {
    top: -53%;
  }
  .b-lg-n53 {
    bottom: -53%;
  }
  .l-lg-54 {
    left: 54%;
  }
  .r-lg-54 {
    right: 54%;
  }
  .t-lg-54 {
    top: 54%;
  }
  .b-lg-54 {
    bottom: 54%;
  }
  .l-lg-n54 {
    left: -54%;
  }
  .r-lg-n54 {
    right: -54%;
  }
  .t-lg-n54 {
    top: -54%;
  }
  .b-lg-n54 {
    bottom: -54%;
  }
  .l-lg-55 {
    left: 55%;
  }
  .r-lg-55 {
    right: 55%;
  }
  .t-lg-55 {
    top: 55%;
  }
  .b-lg-55 {
    bottom: 55%;
  }
  .l-lg-n55 {
    left: -55%;
  }
  .r-lg-n55 {
    right: -55%;
  }
  .t-lg-n55 {
    top: -55%;
  }
  .b-lg-n55 {
    bottom: -55%;
  }
  .l-lg-56 {
    left: 56%;
  }
  .r-lg-56 {
    right: 56%;
  }
  .t-lg-56 {
    top: 56%;
  }
  .b-lg-56 {
    bottom: 56%;
  }
  .l-lg-n56 {
    left: -56%;
  }
  .r-lg-n56 {
    right: -56%;
  }
  .t-lg-n56 {
    top: -56%;
  }
  .b-lg-n56 {
    bottom: -56%;
  }
  .l-lg-57 {
    left: 57%;
  }
  .r-lg-57 {
    right: 57%;
  }
  .t-lg-57 {
    top: 57%;
  }
  .b-lg-57 {
    bottom: 57%;
  }
  .l-lg-n57 {
    left: -57%;
  }
  .r-lg-n57 {
    right: -57%;
  }
  .t-lg-n57 {
    top: -57%;
  }
  .b-lg-n57 {
    bottom: -57%;
  }
  .l-lg-58 {
    left: 58%;
  }
  .r-lg-58 {
    right: 58%;
  }
  .t-lg-58 {
    top: 58%;
  }
  .b-lg-58 {
    bottom: 58%;
  }
  .l-lg-n58 {
    left: -58%;
  }
  .r-lg-n58 {
    right: -58%;
  }
  .t-lg-n58 {
    top: -58%;
  }
  .b-lg-n58 {
    bottom: -58%;
  }
  .l-lg-59 {
    left: 59%;
  }
  .r-lg-59 {
    right: 59%;
  }
  .t-lg-59 {
    top: 59%;
  }
  .b-lg-59 {
    bottom: 59%;
  }
  .l-lg-n59 {
    left: -59%;
  }
  .r-lg-n59 {
    right: -59%;
  }
  .t-lg-n59 {
    top: -59%;
  }
  .b-lg-n59 {
    bottom: -59%;
  }
  .l-lg-60 {
    left: 60%;
  }
  .r-lg-60 {
    right: 60%;
  }
  .t-lg-60 {
    top: 60%;
  }
  .b-lg-60 {
    bottom: 60%;
  }
  .l-lg-n60 {
    left: -60%;
  }
  .r-lg-n60 {
    right: -60%;
  }
  .t-lg-n60 {
    top: -60%;
  }
  .b-lg-n60 {
    bottom: -60%;
  }
  .l-lg-61 {
    left: 61%;
  }
  .r-lg-61 {
    right: 61%;
  }
  .t-lg-61 {
    top: 61%;
  }
  .b-lg-61 {
    bottom: 61%;
  }
  .l-lg-n61 {
    left: -61%;
  }
  .r-lg-n61 {
    right: -61%;
  }
  .t-lg-n61 {
    top: -61%;
  }
  .b-lg-n61 {
    bottom: -61%;
  }
  .l-lg-62 {
    left: 62%;
  }
  .r-lg-62 {
    right: 62%;
  }
  .t-lg-62 {
    top: 62%;
  }
  .b-lg-62 {
    bottom: 62%;
  }
  .l-lg-n62 {
    left: -62%;
  }
  .r-lg-n62 {
    right: -62%;
  }
  .t-lg-n62 {
    top: -62%;
  }
  .b-lg-n62 {
    bottom: -62%;
  }
  .l-lg-63 {
    left: 63%;
  }
  .r-lg-63 {
    right: 63%;
  }
  .t-lg-63 {
    top: 63%;
  }
  .b-lg-63 {
    bottom: 63%;
  }
  .l-lg-n63 {
    left: -63%;
  }
  .r-lg-n63 {
    right: -63%;
  }
  .t-lg-n63 {
    top: -63%;
  }
  .b-lg-n63 {
    bottom: -63%;
  }
  .l-lg-64 {
    left: 64%;
  }
  .r-lg-64 {
    right: 64%;
  }
  .t-lg-64 {
    top: 64%;
  }
  .b-lg-64 {
    bottom: 64%;
  }
  .l-lg-n64 {
    left: -64%;
  }
  .r-lg-n64 {
    right: -64%;
  }
  .t-lg-n64 {
    top: -64%;
  }
  .b-lg-n64 {
    bottom: -64%;
  }
  .l-lg-65 {
    left: 65%;
  }
  .r-lg-65 {
    right: 65%;
  }
  .t-lg-65 {
    top: 65%;
  }
  .b-lg-65 {
    bottom: 65%;
  }
  .l-lg-n65 {
    left: -65%;
  }
  .r-lg-n65 {
    right: -65%;
  }
  .t-lg-n65 {
    top: -65%;
  }
  .b-lg-n65 {
    bottom: -65%;
  }
  .l-lg-66 {
    left: 66%;
  }
  .r-lg-66 {
    right: 66%;
  }
  .t-lg-66 {
    top: 66%;
  }
  .b-lg-66 {
    bottom: 66%;
  }
  .l-lg-n66 {
    left: -66%;
  }
  .r-lg-n66 {
    right: -66%;
  }
  .t-lg-n66 {
    top: -66%;
  }
  .b-lg-n66 {
    bottom: -66%;
  }
  .l-lg-67 {
    left: 67%;
  }
  .r-lg-67 {
    right: 67%;
  }
  .t-lg-67 {
    top: 67%;
  }
  .b-lg-67 {
    bottom: 67%;
  }
  .l-lg-n67 {
    left: -67%;
  }
  .r-lg-n67 {
    right: -67%;
  }
  .t-lg-n67 {
    top: -67%;
  }
  .b-lg-n67 {
    bottom: -67%;
  }
  .l-lg-68 {
    left: 68%;
  }
  .r-lg-68 {
    right: 68%;
  }
  .t-lg-68 {
    top: 68%;
  }
  .b-lg-68 {
    bottom: 68%;
  }
  .l-lg-n68 {
    left: -68%;
  }
  .r-lg-n68 {
    right: -68%;
  }
  .t-lg-n68 {
    top: -68%;
  }
  .b-lg-n68 {
    bottom: -68%;
  }
  .l-lg-69 {
    left: 69%;
  }
  .r-lg-69 {
    right: 69%;
  }
  .t-lg-69 {
    top: 69%;
  }
  .b-lg-69 {
    bottom: 69%;
  }
  .l-lg-n69 {
    left: -69%;
  }
  .r-lg-n69 {
    right: -69%;
  }
  .t-lg-n69 {
    top: -69%;
  }
  .b-lg-n69 {
    bottom: -69%;
  }
  .l-lg-70 {
    left: 70%;
  }
  .r-lg-70 {
    right: 70%;
  }
  .t-lg-70 {
    top: 70%;
  }
  .b-lg-70 {
    bottom: 70%;
  }
  .l-lg-n70 {
    left: -70%;
  }
  .r-lg-n70 {
    right: -70%;
  }
  .t-lg-n70 {
    top: -70%;
  }
  .b-lg-n70 {
    bottom: -70%;
  }
  .l-lg-71 {
    left: 71%;
  }
  .r-lg-71 {
    right: 71%;
  }
  .t-lg-71 {
    top: 71%;
  }
  .b-lg-71 {
    bottom: 71%;
  }
  .l-lg-n71 {
    left: -71%;
  }
  .r-lg-n71 {
    right: -71%;
  }
  .t-lg-n71 {
    top: -71%;
  }
  .b-lg-n71 {
    bottom: -71%;
  }
  .l-lg-72 {
    left: 72%;
  }
  .r-lg-72 {
    right: 72%;
  }
  .t-lg-72 {
    top: 72%;
  }
  .b-lg-72 {
    bottom: 72%;
  }
  .l-lg-n72 {
    left: -72%;
  }
  .r-lg-n72 {
    right: -72%;
  }
  .t-lg-n72 {
    top: -72%;
  }
  .b-lg-n72 {
    bottom: -72%;
  }
  .l-lg-73 {
    left: 73%;
  }
  .r-lg-73 {
    right: 73%;
  }
  .t-lg-73 {
    top: 73%;
  }
  .b-lg-73 {
    bottom: 73%;
  }
  .l-lg-n73 {
    left: -73%;
  }
  .r-lg-n73 {
    right: -73%;
  }
  .t-lg-n73 {
    top: -73%;
  }
  .b-lg-n73 {
    bottom: -73%;
  }
  .l-lg-74 {
    left: 74%;
  }
  .r-lg-74 {
    right: 74%;
  }
  .t-lg-74 {
    top: 74%;
  }
  .b-lg-74 {
    bottom: 74%;
  }
  .l-lg-n74 {
    left: -74%;
  }
  .r-lg-n74 {
    right: -74%;
  }
  .t-lg-n74 {
    top: -74%;
  }
  .b-lg-n74 {
    bottom: -74%;
  }
  .l-lg-75 {
    left: 75%;
  }
  .r-lg-75 {
    right: 75%;
  }
  .t-lg-75 {
    top: 75%;
  }
  .b-lg-75 {
    bottom: 75%;
  }
  .l-lg-n75 {
    left: -75%;
  }
  .r-lg-n75 {
    right: -75%;
  }
  .t-lg-n75 {
    top: -75%;
  }
  .b-lg-n75 {
    bottom: -75%;
  }
  .l-lg-76 {
    left: 76%;
  }
  .r-lg-76 {
    right: 76%;
  }
  .t-lg-76 {
    top: 76%;
  }
  .b-lg-76 {
    bottom: 76%;
  }
  .l-lg-n76 {
    left: -76%;
  }
  .r-lg-n76 {
    right: -76%;
  }
  .t-lg-n76 {
    top: -76%;
  }
  .b-lg-n76 {
    bottom: -76%;
  }
  .l-lg-77 {
    left: 77%;
  }
  .r-lg-77 {
    right: 77%;
  }
  .t-lg-77 {
    top: 77%;
  }
  .b-lg-77 {
    bottom: 77%;
  }
  .l-lg-n77 {
    left: -77%;
  }
  .r-lg-n77 {
    right: -77%;
  }
  .t-lg-n77 {
    top: -77%;
  }
  .b-lg-n77 {
    bottom: -77%;
  }
  .l-lg-78 {
    left: 78%;
  }
  .r-lg-78 {
    right: 78%;
  }
  .t-lg-78 {
    top: 78%;
  }
  .b-lg-78 {
    bottom: 78%;
  }
  .l-lg-n78 {
    left: -78%;
  }
  .r-lg-n78 {
    right: -78%;
  }
  .t-lg-n78 {
    top: -78%;
  }
  .b-lg-n78 {
    bottom: -78%;
  }
  .l-lg-79 {
    left: 79%;
  }
  .r-lg-79 {
    right: 79%;
  }
  .t-lg-79 {
    top: 79%;
  }
  .b-lg-79 {
    bottom: 79%;
  }
  .l-lg-n79 {
    left: -79%;
  }
  .r-lg-n79 {
    right: -79%;
  }
  .t-lg-n79 {
    top: -79%;
  }
  .b-lg-n79 {
    bottom: -79%;
  }
  .l-lg-80 {
    left: 80%;
  }
  .r-lg-80 {
    right: 80%;
  }
  .t-lg-80 {
    top: 80%;
  }
  .b-lg-80 {
    bottom: 80%;
  }
  .l-lg-n80 {
    left: -80%;
  }
  .r-lg-n80 {
    right: -80%;
  }
  .t-lg-n80 {
    top: -80%;
  }
  .b-lg-n80 {
    bottom: -80%;
  }
  .l-lg-81 {
    left: 81%;
  }
  .r-lg-81 {
    right: 81%;
  }
  .t-lg-81 {
    top: 81%;
  }
  .b-lg-81 {
    bottom: 81%;
  }
  .l-lg-n81 {
    left: -81%;
  }
  .r-lg-n81 {
    right: -81%;
  }
  .t-lg-n81 {
    top: -81%;
  }
  .b-lg-n81 {
    bottom: -81%;
  }
  .l-lg-82 {
    left: 82%;
  }
  .r-lg-82 {
    right: 82%;
  }
  .t-lg-82 {
    top: 82%;
  }
  .b-lg-82 {
    bottom: 82%;
  }
  .l-lg-n82 {
    left: -82%;
  }
  .r-lg-n82 {
    right: -82%;
  }
  .t-lg-n82 {
    top: -82%;
  }
  .b-lg-n82 {
    bottom: -82%;
  }
  .l-lg-83 {
    left: 83%;
  }
  .r-lg-83 {
    right: 83%;
  }
  .t-lg-83 {
    top: 83%;
  }
  .b-lg-83 {
    bottom: 83%;
  }
  .l-lg-n83 {
    left: -83%;
  }
  .r-lg-n83 {
    right: -83%;
  }
  .t-lg-n83 {
    top: -83%;
  }
  .b-lg-n83 {
    bottom: -83%;
  }
  .l-lg-84 {
    left: 84%;
  }
  .r-lg-84 {
    right: 84%;
  }
  .t-lg-84 {
    top: 84%;
  }
  .b-lg-84 {
    bottom: 84%;
  }
  .l-lg-n84 {
    left: -84%;
  }
  .r-lg-n84 {
    right: -84%;
  }
  .t-lg-n84 {
    top: -84%;
  }
  .b-lg-n84 {
    bottom: -84%;
  }
  .l-lg-85 {
    left: 85%;
  }
  .r-lg-85 {
    right: 85%;
  }
  .t-lg-85 {
    top: 85%;
  }
  .b-lg-85 {
    bottom: 85%;
  }
  .l-lg-n85 {
    left: -85%;
  }
  .r-lg-n85 {
    right: -85%;
  }
  .t-lg-n85 {
    top: -85%;
  }
  .b-lg-n85 {
    bottom: -85%;
  }
  .l-lg-86 {
    left: 86%;
  }
  .r-lg-86 {
    right: 86%;
  }
  .t-lg-86 {
    top: 86%;
  }
  .b-lg-86 {
    bottom: 86%;
  }
  .l-lg-n86 {
    left: -86%;
  }
  .r-lg-n86 {
    right: -86%;
  }
  .t-lg-n86 {
    top: -86%;
  }
  .b-lg-n86 {
    bottom: -86%;
  }
  .l-lg-87 {
    left: 87%;
  }
  .r-lg-87 {
    right: 87%;
  }
  .t-lg-87 {
    top: 87%;
  }
  .b-lg-87 {
    bottom: 87%;
  }
  .l-lg-n87 {
    left: -87%;
  }
  .r-lg-n87 {
    right: -87%;
  }
  .t-lg-n87 {
    top: -87%;
  }
  .b-lg-n87 {
    bottom: -87%;
  }
  .l-lg-88 {
    left: 88%;
  }
  .r-lg-88 {
    right: 88%;
  }
  .t-lg-88 {
    top: 88%;
  }
  .b-lg-88 {
    bottom: 88%;
  }
  .l-lg-n88 {
    left: -88%;
  }
  .r-lg-n88 {
    right: -88%;
  }
  .t-lg-n88 {
    top: -88%;
  }
  .b-lg-n88 {
    bottom: -88%;
  }
  .l-lg-89 {
    left: 89%;
  }
  .r-lg-89 {
    right: 89%;
  }
  .t-lg-89 {
    top: 89%;
  }
  .b-lg-89 {
    bottom: 89%;
  }
  .l-lg-n89 {
    left: -89%;
  }
  .r-lg-n89 {
    right: -89%;
  }
  .t-lg-n89 {
    top: -89%;
  }
  .b-lg-n89 {
    bottom: -89%;
  }
  .l-lg-90 {
    left: 90%;
  }
  .r-lg-90 {
    right: 90%;
  }
  .t-lg-90 {
    top: 90%;
  }
  .b-lg-90 {
    bottom: 90%;
  }
  .l-lg-n90 {
    left: -90%;
  }
  .r-lg-n90 {
    right: -90%;
  }
  .t-lg-n90 {
    top: -90%;
  }
  .b-lg-n90 {
    bottom: -90%;
  }
  .l-lg-91 {
    left: 91%;
  }
  .r-lg-91 {
    right: 91%;
  }
  .t-lg-91 {
    top: 91%;
  }
  .b-lg-91 {
    bottom: 91%;
  }
  .l-lg-n91 {
    left: -91%;
  }
  .r-lg-n91 {
    right: -91%;
  }
  .t-lg-n91 {
    top: -91%;
  }
  .b-lg-n91 {
    bottom: -91%;
  }
  .l-lg-92 {
    left: 92%;
  }
  .r-lg-92 {
    right: 92%;
  }
  .t-lg-92 {
    top: 92%;
  }
  .b-lg-92 {
    bottom: 92%;
  }
  .l-lg-n92 {
    left: -92%;
  }
  .r-lg-n92 {
    right: -92%;
  }
  .t-lg-n92 {
    top: -92%;
  }
  .b-lg-n92 {
    bottom: -92%;
  }
  .l-lg-93 {
    left: 93%;
  }
  .r-lg-93 {
    right: 93%;
  }
  .t-lg-93 {
    top: 93%;
  }
  .b-lg-93 {
    bottom: 93%;
  }
  .l-lg-n93 {
    left: -93%;
  }
  .r-lg-n93 {
    right: -93%;
  }
  .t-lg-n93 {
    top: -93%;
  }
  .b-lg-n93 {
    bottom: -93%;
  }
  .l-lg-94 {
    left: 94%;
  }
  .r-lg-94 {
    right: 94%;
  }
  .t-lg-94 {
    top: 94%;
  }
  .b-lg-94 {
    bottom: 94%;
  }
  .l-lg-n94 {
    left: -94%;
  }
  .r-lg-n94 {
    right: -94%;
  }
  .t-lg-n94 {
    top: -94%;
  }
  .b-lg-n94 {
    bottom: -94%;
  }
  .l-lg-95 {
    left: 95%;
  }
  .r-lg-95 {
    right: 95%;
  }
  .t-lg-95 {
    top: 95%;
  }
  .b-lg-95 {
    bottom: 95%;
  }
  .l-lg-n95 {
    left: -95%;
  }
  .r-lg-n95 {
    right: -95%;
  }
  .t-lg-n95 {
    top: -95%;
  }
  .b-lg-n95 {
    bottom: -95%;
  }
  .l-lg-96 {
    left: 96%;
  }
  .r-lg-96 {
    right: 96%;
  }
  .t-lg-96 {
    top: 96%;
  }
  .b-lg-96 {
    bottom: 96%;
  }
  .l-lg-n96 {
    left: -96%;
  }
  .r-lg-n96 {
    right: -96%;
  }
  .t-lg-n96 {
    top: -96%;
  }
  .b-lg-n96 {
    bottom: -96%;
  }
  .l-lg-97 {
    left: 97%;
  }
  .r-lg-97 {
    right: 97%;
  }
  .t-lg-97 {
    top: 97%;
  }
  .b-lg-97 {
    bottom: 97%;
  }
  .l-lg-n97 {
    left: -97%;
  }
  .r-lg-n97 {
    right: -97%;
  }
  .t-lg-n97 {
    top: -97%;
  }
  .b-lg-n97 {
    bottom: -97%;
  }
  .l-lg-98 {
    left: 98%;
  }
  .r-lg-98 {
    right: 98%;
  }
  .t-lg-98 {
    top: 98%;
  }
  .b-lg-98 {
    bottom: 98%;
  }
  .l-lg-n98 {
    left: -98%;
  }
  .r-lg-n98 {
    right: -98%;
  }
  .t-lg-n98 {
    top: -98%;
  }
  .b-lg-n98 {
    bottom: -98%;
  }
  .l-lg-99 {
    left: 99%;
  }
  .r-lg-99 {
    right: 99%;
  }
  .t-lg-99 {
    top: 99%;
  }
  .b-lg-99 {
    bottom: 99%;
  }
  .l-lg-n99 {
    left: -99%;
  }
  .r-lg-n99 {
    right: -99%;
  }
  .t-lg-n99 {
    top: -99%;
  }
  .b-lg-n99 {
    bottom: -99%;
  }
  .l-lg-100 {
    left: 100%;
  }
  .r-lg-100 {
    right: 100%;
  }
  .t-lg-100 {
    top: 100%;
  }
  .b-lg-100 {
    bottom: 100%;
  }
  .l-lg-n100 {
    left: -100%;
  }
  .r-lg-n100 {
    right: -100%;
  }
  .t-lg-n100 {
    top: -100%;
  }
  .b-lg-n100 {
    bottom: -100%;
  }
}
.flex-wrap {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-wrap:before,
.flex-wrap:after {
  display: none;
}
@media (min-width: 768px) {
  .flex-sm-wrap {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-sm-wrap:before,
  .flex-sm-wrap:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .flex-md-wrap {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-md-wrap:before,
  .flex-md-wrap:after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .flex-lg-wrap {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-lg-wrap:before,
  .flex-lg-wrap:after {
    display: none;
  }
}
.flex-center {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .flex-sm-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .flex-md-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .flex-lg-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}
.flex-h-center {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: flex !important;
  justify-content: center;
}
@media (min-width: 768px) {
  .flex-sm-h-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: flex !important;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .flex-md-h-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: flex !important;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .flex-lg-h-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: flex !important;
    justify-content: center;
  }
}
.flex-v-center {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: flex !important;
  align-items: center;
}
@media (min-width: 768px) {
  .flex-sm-v-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: flex !important;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .flex-md-v-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: flex !important;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .flex-lg-v-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: flex !important;
    align-items: center;
  }
}
.flex-v-bottom {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: flex !important;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .flex-sm-v-bottom {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: flex !important;
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .flex-md-v-bottom {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: flex !important;
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .flex-lg-v-bottom {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: flex !important;
    align-items: flex-end;
  }
}
.flex-space-between {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: flex !important;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .flex-sm-space-between {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: flex !important;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .flex-md-space-between {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: flex !important;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .flex-lg-space-between {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: flex !important;
    justify-content: space-between;
  }
}
.flex-v-space-between {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: flex !important;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .flex-sm-v-space-between {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: flex !important;
    justify-content: space-between;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .flex-md-v-space-between {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: flex !important;
    justify-content: space-between;
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .flex-lg-v-space-between {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: flex !important;
    justify-content: space-between;
    flex-direction: column;
  }
}
.flex-space-evenly {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: flex !important;
  justify-content: space-evenly;
  align-items: center;
}
@media (max-width: 767px) {
  .xs\:flex-column {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: flex !important;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .xs\:flex-column-reverse {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: flex !important;
    flex-direction: column-reverse;
  }
}
.flex-right {
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .flex-sm-right {
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .flex-md-right {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .flex-lg-right {
    justify-content: flex-end;
  }
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-shrink-1 {
  flex-shrink: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.flex-grow-1 {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .flex-sm-shrink-0 {
    flex-shrink: 0;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1;
  }
  .flex-sm-grow-0 {
    flex-grow: 0;
  }
  .flex-sm-grow-1 {
    flex-grow: 1;
  }
}
@media (min-width: 992px) {
  .flex-md-shrink-0 {
    flex-shrink: 0;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1;
  }
  .flex-md-grow-0 {
    flex-grow: 0;
  }
  .flex-md-grow-1 {
    flex-grow: 1;
  }
}
@media (min-width: 1200px) {
  .flex-lg-shrink-0 {
    flex-shrink: 0;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1;
  }
  .flex-lg-grow-0 {
    flex-grow: 0;
  }
  .flex-lg-grow-1 {
    flex-grow: 1;
  }
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }
}
.order-n1 {
  order: -1;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
@media (min-width: 768px) {
  .order-sm-n1 {
    order: -1;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
}
@media (min-width: 992px) {
  .order-md-n1 {
    order: -1;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
}
@media (min-width: 1200px) {
  .order-lg-n1 {
    order: -1;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
}
@media (max-width: 767px) {
  .mobile-flex-wrap {
    flex-wrap: wrap;
  }
}
.flex-column {
  flex-direction: column;
}
.z-index-0 {
  z-index: 0 !important;
}
.z-index-1 {
  z-index: 1 !important;
}
.z-index-2 {
  z-index: 2 !important;
}
.z-index-3 {
  z-index: 3 !important;
}
.z-index-4 {
  z-index: 4 !important;
}
.z-index-5 {
  z-index: 5 !important;
}
.z-index-n1 {
  z-index: -1 !important;
}
.z-index-n2 {
  z-index: -2 !important;
}
.z-index-n3 {
  z-index: -3 !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 1rem !important;
}
.p-2 {
  padding: 2rem !important;
}
.p-3 {
  padding: 3rem !important;
}
.p-4 {
  padding: 4rem !important;
}
.p-5 {
  padding: 5rem !important;
}
.p-6 {
  padding: 6rem !important;
}
.p-7 {
  padding: 7rem !important;
}
.p-8 {
  padding: 8rem !important;
}
.p-9 {
  padding: 9rem !important;
}
.p-10 {
  padding: 10rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}
.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}
.py-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}
.py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
.pt-0 {
  padding-top: 0rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}
.pt-6 {
  padding-top: 6rem !important;
}
.pt-7 {
  padding-top: 7rem !important;
}
.pt-8 {
  padding-top: 8rem !important;
}
.pt-9 {
  padding-top: 9rem !important;
}
.pt-10 {
  padding-top: 10rem !important;
}
.pb-0 {
  padding-bottom: 0rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
.pb-6 {
  padding-bottom: 6rem !important;
}
.pb-7 {
  padding-bottom: 7rem !important;
}
.pb-8 {
  padding-bottom: 8rem !important;
}
.pb-9 {
  padding-bottom: 9rem !important;
}
.pb-10 {
  padding-bottom: 10rem !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.px-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.px-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.px-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.px-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}
.px-7 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}
.px-8 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}
.px-9 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}
.px-10 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}
.pl-0 {
  padding-left: 0rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.pl-2 {
  padding-left: 2rem !important;
}
.pl-3 {
  padding-left: 3rem !important;
}
.pl-4 {
  padding-left: 4rem !important;
}
.pl-5 {
  padding-left: 5rem !important;
}
.pl-6 {
  padding-left: 6rem !important;
}
.pl-7 {
  padding-left: 7rem !important;
}
.pl-8 {
  padding-left: 8rem !important;
}
.pl-9 {
  padding-left: 9rem !important;
}
.pl-10 {
  padding-left: 10rem !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 1rem !important;
}
.pr-2 {
  padding-right: 2rem !important;
}
.pr-3 {
  padding-right: 3rem !important;
}
.pr-4 {
  padding-right: 4rem !important;
}
.pr-5 {
  padding-right: 5rem !important;
}
.pr-6 {
  padding-right: 6rem !important;
}
.pr-7 {
  padding-right: 7rem !important;
}
.pr-8 {
  padding-right: 8rem !important;
}
.pr-9 {
  padding-right: 9rem !important;
}
.pr-10 {
  padding-right: 10rem !important;
}
@media (min-width: 768px) {
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .p-sm-2 {
    padding: 2rem !important;
  }
  .p-sm-3 {
    padding: 3rem !important;
  }
  .p-sm-4 {
    padding: 4rem !important;
  }
  .p-sm-5 {
    padding: 5rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .p-sm-7 {
    padding: 7rem !important;
  }
  .p-sm-8 {
    padding: 8rem !important;
  }
  .p-sm-9 {
    padding: 9rem !important;
  }
  .p-sm-10 {
    padding: 10rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-sm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-sm-0 {
    padding-top: 0rem !important;
  }
  .pt-sm-1 {
    padding-top: 1rem !important;
  }
  .pt-sm-2 {
    padding-top: 2rem !important;
  }
  .pt-sm-3 {
    padding-top: 3rem !important;
  }
  .pt-sm-4 {
    padding-top: 4rem !important;
  }
  .pt-sm-5 {
    padding-top: 5rem !important;
  }
  .pt-sm-6 {
    padding-top: 6rem !important;
  }
  .pt-sm-7 {
    padding-top: 7rem !important;
  }
  .pt-sm-8 {
    padding-top: 8rem !important;
  }
  .pt-sm-9 {
    padding-top: 9rem !important;
  }
  .pt-sm-10 {
    padding-top: 10rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 7rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 9rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 10rem !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-sm-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-sm-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-sm-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-sm-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-sm-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-sm-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-sm-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .px-sm-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-sm-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .px-sm-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .pl-sm-0 {
    padding-left: 0rem !important;
  }
  .pl-sm-1 {
    padding-left: 1rem !important;
  }
  .pl-sm-2 {
    padding-left: 2rem !important;
  }
  .pl-sm-3 {
    padding-left: 3rem !important;
  }
  .pl-sm-4 {
    padding-left: 4rem !important;
  }
  .pl-sm-5 {
    padding-left: 5rem !important;
  }
  .pl-sm-6 {
    padding-left: 6rem !important;
  }
  .pl-sm-7 {
    padding-left: 7rem !important;
  }
  .pl-sm-8 {
    padding-left: 8rem !important;
  }
  .pl-sm-9 {
    padding-left: 9rem !important;
  }
  .pl-sm-10 {
    padding-left: 10rem !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-1 {
    padding-right: 1rem !important;
  }
  .pr-sm-2 {
    padding-right: 2rem !important;
  }
  .pr-sm-3 {
    padding-right: 3rem !important;
  }
  .pr-sm-4 {
    padding-right: 4rem !important;
  }
  .pr-sm-5 {
    padding-right: 5rem !important;
  }
  .pr-sm-6 {
    padding-right: 6rem !important;
  }
  .pr-sm-7 {
    padding-right: 7rem !important;
  }
  .pr-sm-8 {
    padding-right: 8rem !important;
  }
  .pr-sm-9 {
    padding-right: 9rem !important;
  }
  .pr-sm-10 {
    padding-right: 10rem !important;
  }
}
@media (min-width: 992px) {
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .p-md-7 {
    padding: 7rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .p-md-10 {
    padding: 10rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  .pt-md-7 {
    padding-top: 7rem !important;
  }
  .pt-md-8 {
    padding-top: 8rem !important;
  }
  .pt-md-9 {
    padding-top: 9rem !important;
  }
  .pt-md-10 {
    padding-top: 10rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 6rem !important;
  }
  .pb-md-7 {
    padding-bottom: 7rem !important;
  }
  .pb-md-8 {
    padding-bottom: 8rem !important;
  }
  .pb-md-9 {
    padding-bottom: 9rem !important;
  }
  .pb-md-10 {
    padding-bottom: 10rem !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-md-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-md-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-md-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-md-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-md-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-md-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-md-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .px-md-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-md-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .px-md-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .pl-md-1 {
    padding-left: 1rem !important;
  }
  .pl-md-2 {
    padding-left: 2rem !important;
  }
  .pl-md-3 {
    padding-left: 3rem !important;
  }
  .pl-md-4 {
    padding-left: 4rem !important;
  }
  .pl-md-5 {
    padding-left: 5rem !important;
  }
  .pl-md-6 {
    padding-left: 6rem !important;
  }
  .pl-md-7 {
    padding-left: 7rem !important;
  }
  .pl-md-8 {
    padding-left: 8rem !important;
  }
  .pl-md-9 {
    padding-left: 9rem !important;
  }
  .pl-md-10 {
    padding-left: 10rem !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pr-md-1 {
    padding-right: 1rem !important;
  }
  .pr-md-2 {
    padding-right: 2rem !important;
  }
  .pr-md-3 {
    padding-right: 3rem !important;
  }
  .pr-md-4 {
    padding-right: 4rem !important;
  }
  .pr-md-5 {
    padding-right: 5rem !important;
  }
  .pr-md-6 {
    padding-right: 6rem !important;
  }
  .pr-md-7 {
    padding-right: 7rem !important;
  }
  .pr-md-8 {
    padding-right: 8rem !important;
  }
  .pr-md-9 {
    padding-right: 9rem !important;
  }
  .pr-md-10 {
    padding-right: 10rem !important;
  }
}
@media (min-width: 1200px) {
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .p-lg-4 {
    padding: 4rem !important;
  }
  .p-lg-5 {
    padding: 5rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .p-lg-7 {
    padding: 7rem !important;
  }
  .p-lg-8 {
    padding: 8rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .p-lg-10 {
    padding: 10rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-lg-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-lg-0 {
    padding-top: 0rem !important;
  }
  .pt-lg-1 {
    padding-top: 1rem !important;
  }
  .pt-lg-2 {
    padding-top: 2rem !important;
  }
  .pt-lg-3 {
    padding-top: 3rem !important;
  }
  .pt-lg-4 {
    padding-top: 4rem !important;
  }
  .pt-lg-5 {
    padding-top: 5rem !important;
  }
  .pt-lg-6 {
    padding-top: 6rem !important;
  }
  .pt-lg-7 {
    padding-top: 7rem !important;
  }
  .pt-lg-8 {
    padding-top: 8rem !important;
  }
  .pt-lg-9 {
    padding-top: 9rem !important;
  }
  .pt-lg-10 {
    padding-top: 10rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-lg-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-lg-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-lg-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-lg-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-lg-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-lg-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-lg-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .px-lg-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-lg-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .px-lg-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .pl-lg-0 {
    padding-left: 0rem !important;
  }
  .pl-lg-1 {
    padding-left: 1rem !important;
  }
  .pl-lg-2 {
    padding-left: 2rem !important;
  }
  .pl-lg-3 {
    padding-left: 3rem !important;
  }
  .pl-lg-4 {
    padding-left: 4rem !important;
  }
  .pl-lg-5 {
    padding-left: 5rem !important;
  }
  .pl-lg-6 {
    padding-left: 6rem !important;
  }
  .pl-lg-7 {
    padding-left: 7rem !important;
  }
  .pl-lg-8 {
    padding-left: 8rem !important;
  }
  .pl-lg-9 {
    padding-left: 9rem !important;
  }
  .pl-lg-10 {
    padding-left: 10rem !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pr-lg-1 {
    padding-right: 1rem !important;
  }
  .pr-lg-2 {
    padding-right: 2rem !important;
  }
  .pr-lg-3 {
    padding-right: 3rem !important;
  }
  .pr-lg-4 {
    padding-right: 4rem !important;
  }
  .pr-lg-5 {
    padding-right: 5rem !important;
  }
  .pr-lg-6 {
    padding-right: 6rem !important;
  }
  .pr-lg-7 {
    padding-right: 7rem !important;
  }
  .pr-lg-8 {
    padding-right: 8rem !important;
  }
  .pr-lg-9 {
    padding-right: 9rem !important;
  }
  .pr-lg-10 {
    padding-right: 10rem !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 1rem !important;
}
.m-2 {
  margin: 2rem !important;
}
.m-3 {
  margin: 3rem !important;
}
.m-4 {
  margin: 4rem !important;
}
.m-5 {
  margin: 5rem !important;
}
.m-6 {
  margin: 6rem !important;
}
.m-7 {
  margin: 7rem !important;
}
.m-8 {
  margin: 8rem !important;
}
.m-9 {
  margin: 9rem !important;
}
.m-10 {
  margin: 10rem !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}
.my-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}
.my-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}
.my-9 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}
.my-10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.mt-6 {
  margin-top: 6rem !important;
}
.mt-7 {
  margin-top: 7rem !important;
}
.mt-8 {
  margin-top: 8rem !important;
}
.mt-9 {
  margin-top: 9rem !important;
}
.mt-10 {
  margin-top: 10rem !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.mb-6 {
  margin-bottom: 6rem !important;
}
.mb-7 {
  margin-bottom: 7rem !important;
}
.mb-8 {
  margin-bottom: 8rem !important;
}
.mb-9 {
  margin-bottom: 9rem !important;
}
.mb-10 {
  margin-bottom: 10rem !important;
}
.mx-n3 {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}
.mx-n2 {
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}
.mx-n1 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mx-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.mx-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.mx-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
.mx-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
.mx-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}
.mx-7 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}
.mx-8 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}
.mx-9 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}
.mx-10 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}
.ml-0 {
  margin-left: 0rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.ml-2 {
  margin-left: 2rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.ml-4 {
  margin-left: 4rem !important;
}
.ml-5 {
  margin-left: 5rem !important;
}
.ml-6 {
  margin-left: 6rem !important;
}
.ml-7 {
  margin-left: 7rem !important;
}
.ml-8 {
  margin-left: 8rem !important;
}
.ml-9 {
  margin-left: 9rem !important;
}
.ml-10 {
  margin-left: 10rem !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 1rem !important;
}
.mr-2 {
  margin-right: 2rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}
.mr-4 {
  margin-right: 4rem !important;
}
.mr-5 {
  margin-right: 5rem !important;
}
.mr-6 {
  margin-right: 6rem !important;
}
.mr-7 {
  margin-right: 7rem !important;
}
.mr-8 {
  margin-right: 8rem !important;
}
.mr-9 {
  margin-right: 9rem !important;
}
.mr-10 {
  margin-right: 10rem !important;
}
@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .m-sm-2 {
    margin: 2rem !important;
  }
  .m-sm-3 {
    margin: 3rem !important;
  }
  .m-sm-4 {
    margin: 4rem !important;
  }
  .m-sm-5 {
    margin: 5rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .m-sm-7 {
    margin: 7rem !important;
  }
  .m-sm-8 {
    margin: 8rem !important;
  }
  .m-sm-9 {
    margin: 9rem !important;
  }
  .m-sm-10 {
    margin: 10rem !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-sm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .mt-sm-0 {
    margin-top: 0rem !important;
  }
  .mt-sm-1 {
    margin-top: 1rem !important;
  }
  .mt-sm-2 {
    margin-top: 2rem !important;
  }
  .mt-sm-3 {
    margin-top: 3rem !important;
  }
  .mt-sm-4 {
    margin-top: 4rem !important;
  }
  .mt-sm-5 {
    margin-top: 5rem !important;
  }
  .mt-sm-6 {
    margin-top: 6rem !important;
  }
  .mt-sm-7 {
    margin-top: 7rem !important;
  }
  .mt-sm-8 {
    margin-top: 8rem !important;
  }
  .mt-sm-9 {
    margin-top: 9rem !important;
  }
  .mt-sm-10 {
    margin-top: 10rem !important;
  }
  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 9rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 10rem !important;
  }
  .mx-sm-n3 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .mx-sm-n2 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .mx-sm-n1 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-sm-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-sm-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-sm-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-sm-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-sm-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-sm-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-sm-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-sm-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-sm-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-sm-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .ml-sm-0 {
    margin-left: 0rem !important;
  }
  .ml-sm-1 {
    margin-left: 1rem !important;
  }
  .ml-sm-2 {
    margin-left: 2rem !important;
  }
  .ml-sm-3 {
    margin-left: 3rem !important;
  }
  .ml-sm-4 {
    margin-left: 4rem !important;
  }
  .ml-sm-5 {
    margin-left: 5rem !important;
  }
  .ml-sm-6 {
    margin-left: 6rem !important;
  }
  .ml-sm-7 {
    margin-left: 7rem !important;
  }
  .ml-sm-8 {
    margin-left: 8rem !important;
  }
  .ml-sm-9 {
    margin-left: 9rem !important;
  }
  .ml-sm-10 {
    margin-left: 10rem !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-1 {
    margin-right: 1rem !important;
  }
  .mr-sm-2 {
    margin-right: 2rem !important;
  }
  .mr-sm-3 {
    margin-right: 3rem !important;
  }
  .mr-sm-4 {
    margin-right: 4rem !important;
  }
  .mr-sm-5 {
    margin-right: 5rem !important;
  }
  .mr-sm-6 {
    margin-right: 6rem !important;
  }
  .mr-sm-7 {
    margin-right: 7rem !important;
  }
  .mr-sm-8 {
    margin-right: 8rem !important;
  }
  .mr-sm-9 {
    margin-right: 9rem !important;
  }
  .mr-sm-10 {
    margin-right: 10rem !important;
  }
}
@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .m-md-7 {
    margin: 7rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .m-md-10 {
    margin: 10rem !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-md-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .mt-md-6 {
    margin-top: 6rem !important;
  }
  .mt-md-7 {
    margin-top: 7rem !important;
  }
  .mt-md-8 {
    margin-top: 8rem !important;
  }
  .mt-md-9 {
    margin-top: 9rem !important;
  }
  .mt-md-10 {
    margin-top: 10rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 6rem !important;
  }
  .mb-md-7 {
    margin-bottom: 7rem !important;
  }
  .mb-md-8 {
    margin-bottom: 8rem !important;
  }
  .mb-md-9 {
    margin-bottom: 9rem !important;
  }
  .mb-md-10 {
    margin-bottom: 10rem !important;
  }
  .mx-md-n3 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .mx-md-n2 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .mx-md-n1 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-md-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-md-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-md-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-md-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-md-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-md-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-md-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-md-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-md-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-md-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .ml-md-1 {
    margin-left: 1rem !important;
  }
  .ml-md-2 {
    margin-left: 2rem !important;
  }
  .ml-md-3 {
    margin-left: 3rem !important;
  }
  .ml-md-4 {
    margin-left: 4rem !important;
  }
  .ml-md-5 {
    margin-left: 5rem !important;
  }
  .ml-md-6 {
    margin-left: 6rem !important;
  }
  .ml-md-7 {
    margin-left: 7rem !important;
  }
  .ml-md-8 {
    margin-left: 8rem !important;
  }
  .ml-md-9 {
    margin-left: 9rem !important;
  }
  .ml-md-10 {
    margin-left: 10rem !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-1 {
    margin-right: 1rem !important;
  }
  .mr-md-2 {
    margin-right: 2rem !important;
  }
  .mr-md-3 {
    margin-right: 3rem !important;
  }
  .mr-md-4 {
    margin-right: 4rem !important;
  }
  .mr-md-5 {
    margin-right: 5rem !important;
  }
  .mr-md-6 {
    margin-right: 6rem !important;
  }
  .mr-md-7 {
    margin-right: 7rem !important;
  }
  .mr-md-8 {
    margin-right: 8rem !important;
  }
  .mr-md-9 {
    margin-right: 9rem !important;
  }
  .mr-md-10 {
    margin-right: 10rem !important;
  }
}
@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .m-lg-4 {
    margin: 4rem !important;
  }
  .m-lg-5 {
    margin: 5rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .m-lg-7 {
    margin: 7rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .m-lg-10 {
    margin: 10rem !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-lg-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
  .mt-lg-1 {
    margin-top: 1rem !important;
  }
  .mt-lg-2 {
    margin-top: 2rem !important;
  }
  .mt-lg-3 {
    margin-top: 3rem !important;
  }
  .mt-lg-4 {
    margin-top: 4rem !important;
  }
  .mt-lg-5 {
    margin-top: 5rem !important;
  }
  .mt-lg-6 {
    margin-top: 6rem !important;
  }
  .mt-lg-7 {
    margin-top: 7rem !important;
  }
  .mt-lg-8 {
    margin-top: 8rem !important;
  }
  .mt-lg-9 {
    margin-top: 9rem !important;
  }
  .mt-lg-10 {
    margin-top: 10rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }
  .mx-lg-n3 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .mx-lg-n2 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .mx-lg-n1 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-lg-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-lg-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-lg-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-lg-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-lg-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-lg-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-lg-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-lg-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-lg-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-lg-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .ml-lg-0 {
    margin-left: 0rem !important;
  }
  .ml-lg-1 {
    margin-left: 1rem !important;
  }
  .ml-lg-2 {
    margin-left: 2rem !important;
  }
  .ml-lg-3 {
    margin-left: 3rem !important;
  }
  .ml-lg-4 {
    margin-left: 4rem !important;
  }
  .ml-lg-5 {
    margin-left: 5rem !important;
  }
  .ml-lg-6 {
    margin-left: 6rem !important;
  }
  .ml-lg-7 {
    margin-left: 7rem !important;
  }
  .ml-lg-8 {
    margin-left: 8rem !important;
  }
  .ml-lg-9 {
    margin-left: 9rem !important;
  }
  .ml-lg-10 {
    margin-left: 10rem !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mr-lg-1 {
    margin-right: 1rem !important;
  }
  .mr-lg-2 {
    margin-right: 2rem !important;
  }
  .mr-lg-3 {
    margin-right: 3rem !important;
  }
  .mr-lg-4 {
    margin-right: 4rem !important;
  }
  .mr-lg-5 {
    margin-right: 5rem !important;
  }
  .mr-lg-6 {
    margin-right: 6rem !important;
  }
  .mr-lg-7 {
    margin-right: 7rem !important;
  }
  .mr-lg-8 {
    margin-right: 8rem !important;
  }
  .mr-lg-9 {
    margin-right: 9rem !important;
  }
  .mr-lg-10 {
    margin-right: 10rem !important;
  }
}
.my-div-0 div {
  margin-top: 0;
  margin-bottom: 0;
}
.my-div-1 div {
  margin-top: 3px;
  margin-bottom: 3px;
}
.my-div-2 div {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
.my-div-3 div {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-div-4 div {
  margin-top: 30px;
  margin-bottom: 30px;
}
.my-div-5 div {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .my-sm-div-1 div {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .my-sm-div-2 div {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
  }
  .my-sm-div-3 div {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my-sm-div-4 div {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-sm-div-5 div {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .my-md-div-1 div {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .my-md-div-2 div {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
  }
  .my-md-div-3 div {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my-md-div-4 div {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-md-div-5 div {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .my-lg-div-1 div {
    margin-top: 3.5px;
    margin-bottom: 3.5px;
  }
  .my-lg-div-2 div {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
  }
  .my-lg-div-3 div {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my-lg-div-4 div {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-lg-div-5 div {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.text-shadow-1 {
  text-shadow: 0.25px 0.25px 0.25px #333 !important;
}
.text-shadow-2 {
  text-shadow: 0.5px 0.5px 0.5px #333 !important;
}
.text-shadow-3 {
  text-shadow: 0.75px 0.75px 0.75px #333 !important;
}
.text-shadow-thin,
.text-shadow-4 {
  text-shadow: 1px 1px 1px #333 !important;
}
.text-shadow,
.text-shadow-5 {
  text-shadow: 3px 3px 5px #333 !important;
}
.box-shadow-1 {
  box-shadow: 0 0.75px 1.75px 0 rgba(0, 0, 0, 0.15) !important;
}
.box-shadow-2 {
  box-shadow: 0 2.25px 4.5px 0 rgba(0, 0, 0, 0.18) !important;
}
.box-shadow-3 {
  box-shadow: 0 3.5px 7px 0 rgba(0, 0, 0, 0.18) !important;
}
.box-shadow-thin,
.box-shadow-4 {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}
.box-shadow,
.box-shadow-5 {
  box-shadow: 3px 3px 7px #333 !important;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overflow-dots {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.overflow-dots-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.overflow-dots-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.overflow-dots-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.overflow-dots-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.overflow-dots-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
.hide-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
@media (min-width: 768px) {
  .float-sm-left {
    float: left;
  }
  .float-sm-right {
    float: right;
  }
}
.border-none {
  border: none !important;
}
.border-primary {
  border-color: #FFBA61;
}
.border-0 {
  border-width: 0px;
  border-style: solid;
}
.border-left-0 {
  border-left-width: 0px;
  border-left-style: solid;
}
.border-right-0 {
  border-right-width: 0px;
  border-right-style: solid;
}
.border-top-0 {
  border-top-width: 0px;
  border-top-style: solid;
}
.border-bottom-0 {
  border-bottom-width: 0px;
  border-bottom-style: solid;
}
.border-1 {
  border-width: 1px;
  border-style: solid;
}
.border-left-1 {
  border-left-width: 1px;
  border-left-style: solid;
}
.border-right-1 {
  border-right-width: 1px;
  border-right-style: solid;
}
.border-top-1 {
  border-top-width: 1px;
  border-top-style: solid;
}
.border-bottom-1 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.border-2 {
  border-width: 2px;
  border-style: solid;
}
.border-left-2 {
  border-left-width: 2px;
  border-left-style: solid;
}
.border-right-2 {
  border-right-width: 2px;
  border-right-style: solid;
}
.border-top-2 {
  border-top-width: 2px;
  border-top-style: solid;
}
.border-bottom-2 {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.border-3 {
  border-width: 3px;
  border-style: solid;
}
.border-left-3 {
  border-left-width: 3px;
  border-left-style: solid;
}
.border-right-3 {
  border-right-width: 3px;
  border-right-style: solid;
}
.border-top-3 {
  border-top-width: 3px;
  border-top-style: solid;
}
.border-bottom-3 {
  border-bottom-width: 3px;
  border-bottom-style: solid;
}
.border-4 {
  border-width: 4px;
  border-style: solid;
}
.border-left-4 {
  border-left-width: 4px;
  border-left-style: solid;
}
.border-right-4 {
  border-right-width: 4px;
  border-right-style: solid;
}
.border-top-4 {
  border-top-width: 4px;
  border-top-style: solid;
}
.border-bottom-4 {
  border-bottom-width: 4px;
  border-bottom-style: solid;
}
.border-5 {
  border-width: 5px;
  border-style: solid;
}
.border-left-5 {
  border-left-width: 5px;
  border-left-style: solid;
}
.border-right-5 {
  border-right-width: 5px;
  border-right-style: solid;
}
.border-top-5 {
  border-top-width: 5px;
  border-top-style: solid;
}
.border-bottom-5 {
  border-bottom-width: 5px;
  border-bottom-style: solid;
}
@media (min-width: 768px) {
  .border-sm-0 {
    border-width: 0px;
    border-style: solid;
  }
  .border-sm-left-0 {
    border-left-width: 0px;
    border-left-style: solid;
  }
  .border-sm-right-0 {
    border-right-width: 0px;
    border-right-style: solid;
  }
  .border-sm-top-0 {
    border-top-width: 0px;
    border-top-style: solid;
  }
  .border-sm-bottom-0 {
    border-bottom-width: 0px;
    border-bottom-style: solid;
  }
  .border-sm-1 {
    border-width: 1px;
    border-style: solid;
  }
  .border-sm-left-1 {
    border-left-width: 1px;
    border-left-style: solid;
  }
  .border-sm-right-1 {
    border-right-width: 1px;
    border-right-style: solid;
  }
  .border-sm-top-1 {
    border-top-width: 1px;
    border-top-style: solid;
  }
  .border-sm-bottom-1 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .border-sm-2 {
    border-width: 2px;
    border-style: solid;
  }
  .border-sm-left-2 {
    border-left-width: 2px;
    border-left-style: solid;
  }
  .border-sm-right-2 {
    border-right-width: 2px;
    border-right-style: solid;
  }
  .border-sm-top-2 {
    border-top-width: 2px;
    border-top-style: solid;
  }
  .border-sm-bottom-2 {
    border-bottom-width: 2px;
    border-bottom-style: solid;
  }
  .border-sm-3 {
    border-width: 3px;
    border-style: solid;
  }
  .border-sm-left-3 {
    border-left-width: 3px;
    border-left-style: solid;
  }
  .border-sm-right-3 {
    border-right-width: 3px;
    border-right-style: solid;
  }
  .border-sm-top-3 {
    border-top-width: 3px;
    border-top-style: solid;
  }
  .border-sm-bottom-3 {
    border-bottom-width: 3px;
    border-bottom-style: solid;
  }
  .border-sm-4 {
    border-width: 4px;
    border-style: solid;
  }
  .border-sm-left-4 {
    border-left-width: 4px;
    border-left-style: solid;
  }
  .border-sm-right-4 {
    border-right-width: 4px;
    border-right-style: solid;
  }
  .border-sm-top-4 {
    border-top-width: 4px;
    border-top-style: solid;
  }
  .border-sm-bottom-4 {
    border-bottom-width: 4px;
    border-bottom-style: solid;
  }
  .border-sm-5 {
    border-width: 5px;
    border-style: solid;
  }
  .border-sm-left-5 {
    border-left-width: 5px;
    border-left-style: solid;
  }
  .border-sm-right-5 {
    border-right-width: 5px;
    border-right-style: solid;
  }
  .border-sm-top-5 {
    border-top-width: 5px;
    border-top-style: solid;
  }
  .border-sm-bottom-5 {
    border-bottom-width: 5px;
    border-bottom-style: solid;
  }
}
@media (min-width: 992px) {
  .border-md-0 {
    border-width: 0px;
    border-style: solid;
  }
  .border-md-left-0 {
    border-left-width: 0px;
    border-left-style: solid;
  }
  .border-md-right-0 {
    border-right-width: 0px;
    border-right-style: solid;
  }
  .border-md-top-0 {
    border-top-width: 0px;
    border-top-style: solid;
  }
  .border-md-bottom-0 {
    border-bottom-width: 0px;
    border-bottom-style: solid;
  }
  .border-md-1 {
    border-width: 1px;
    border-style: solid;
  }
  .border-md-left-1 {
    border-left-width: 1px;
    border-left-style: solid;
  }
  .border-md-right-1 {
    border-right-width: 1px;
    border-right-style: solid;
  }
  .border-md-top-1 {
    border-top-width: 1px;
    border-top-style: solid;
  }
  .border-md-bottom-1 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .border-md-2 {
    border-width: 2px;
    border-style: solid;
  }
  .border-md-left-2 {
    border-left-width: 2px;
    border-left-style: solid;
  }
  .border-md-right-2 {
    border-right-width: 2px;
    border-right-style: solid;
  }
  .border-md-top-2 {
    border-top-width: 2px;
    border-top-style: solid;
  }
  .border-md-bottom-2 {
    border-bottom-width: 2px;
    border-bottom-style: solid;
  }
  .border-md-3 {
    border-width: 3px;
    border-style: solid;
  }
  .border-md-left-3 {
    border-left-width: 3px;
    border-left-style: solid;
  }
  .border-md-right-3 {
    border-right-width: 3px;
    border-right-style: solid;
  }
  .border-md-top-3 {
    border-top-width: 3px;
    border-top-style: solid;
  }
  .border-md-bottom-3 {
    border-bottom-width: 3px;
    border-bottom-style: solid;
  }
  .border-md-4 {
    border-width: 4px;
    border-style: solid;
  }
  .border-md-left-4 {
    border-left-width: 4px;
    border-left-style: solid;
  }
  .border-md-right-4 {
    border-right-width: 4px;
    border-right-style: solid;
  }
  .border-md-top-4 {
    border-top-width: 4px;
    border-top-style: solid;
  }
  .border-md-bottom-4 {
    border-bottom-width: 4px;
    border-bottom-style: solid;
  }
  .border-md-5 {
    border-width: 5px;
    border-style: solid;
  }
  .border-md-left-5 {
    border-left-width: 5px;
    border-left-style: solid;
  }
  .border-md-right-5 {
    border-right-width: 5px;
    border-right-style: solid;
  }
  .border-md-top-5 {
    border-top-width: 5px;
    border-top-style: solid;
  }
  .border-md-bottom-5 {
    border-bottom-width: 5px;
    border-bottom-style: solid;
  }
}
@media (min-width: 1200px) {
  .border-lg-0 {
    border-width: 0px;
    border-style: solid;
  }
  .border-lg-left-0 {
    border-left-width: 0px;
    border-left-style: solid;
  }
  .border-lg-right-0 {
    border-right-width: 0px;
    border-right-style: solid;
  }
  .border-lg-top-0 {
    border-top-width: 0px;
    border-top-style: solid;
  }
  .border-lg-bottom-0 {
    border-bottom-width: 0px;
    border-bottom-style: solid;
  }
  .border-lg-1 {
    border-width: 1px;
    border-style: solid;
  }
  .border-lg-left-1 {
    border-left-width: 1px;
    border-left-style: solid;
  }
  .border-lg-right-1 {
    border-right-width: 1px;
    border-right-style: solid;
  }
  .border-lg-top-1 {
    border-top-width: 1px;
    border-top-style: solid;
  }
  .border-lg-bottom-1 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .border-lg-2 {
    border-width: 2px;
    border-style: solid;
  }
  .border-lg-left-2 {
    border-left-width: 2px;
    border-left-style: solid;
  }
  .border-lg-right-2 {
    border-right-width: 2px;
    border-right-style: solid;
  }
  .border-lg-top-2 {
    border-top-width: 2px;
    border-top-style: solid;
  }
  .border-lg-bottom-2 {
    border-bottom-width: 2px;
    border-bottom-style: solid;
  }
  .border-lg-3 {
    border-width: 3px;
    border-style: solid;
  }
  .border-lg-left-3 {
    border-left-width: 3px;
    border-left-style: solid;
  }
  .border-lg-right-3 {
    border-right-width: 3px;
    border-right-style: solid;
  }
  .border-lg-top-3 {
    border-top-width: 3px;
    border-top-style: solid;
  }
  .border-lg-bottom-3 {
    border-bottom-width: 3px;
    border-bottom-style: solid;
  }
  .border-lg-4 {
    border-width: 4px;
    border-style: solid;
  }
  .border-lg-left-4 {
    border-left-width: 4px;
    border-left-style: solid;
  }
  .border-lg-right-4 {
    border-right-width: 4px;
    border-right-style: solid;
  }
  .border-lg-top-4 {
    border-top-width: 4px;
    border-top-style: solid;
  }
  .border-lg-bottom-4 {
    border-bottom-width: 4px;
    border-bottom-style: solid;
  }
  .border-lg-5 {
    border-width: 5px;
    border-style: solid;
  }
  .border-lg-left-5 {
    border-left-width: 5px;
    border-left-style: solid;
  }
  .border-lg-right-5 {
    border-right-width: 5px;
    border-right-style: solid;
  }
  .border-lg-top-5 {
    border-top-width: 5px;
    border-top-style: solid;
  }
  .border-lg-bottom-5 {
    border-bottom-width: 5px;
    border-bottom-style: solid;
  }
}
.border-radius-left-none {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.border-radius-right-none {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.border-radius-top-none {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.border-radius-bottom-none {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.border-radius-0 {
  border-radius: 0;
}
.border-radius-1 {
  border-radius: 1px;
}
.border-radius-2 {
  border-radius: 2px;
}
.border-radius-3 {
  border-radius: 4px;
}
.border-radius-4 {
  border-radius: 8px;
}
.border-radius-5 {
  border-radius: 16px;
}
.border-radius-100 {
  border-radius: 100%;
}
.border-none-last-child > *:last-of-type {
  border: none !important;
}
.hover-no-line:focus,
.hover-no-line:hover {
  text-decoration: none;
}
.hover-bright-1:focus,
.hover-bright-1:hover {
  transition-duration: 0.1s;
  filter: brightness(1.1);
}
.hover-bright-2:focus,
.hover-bright-2:hover {
  transition-duration: 0.2s;
  filter: brightness(1.25);
}
.hover-bright-3:focus,
.hover-bright-3:hover {
  transition-duration: 0.3s;
  filter: brightness(1.4);
}
.hover-box-shadow-1:focus,
.hover-box-shadow-1:hover {
  box-shadow: 0 0.75px 1.75px 0 rgba(0, 0, 0, 0.15) !important;
}
.hover-box-shadow-2:focus,
.hover-box-shadow-2:hover {
  box-shadow: 0 2.25px 4.5px 0 rgba(0, 0, 0, 0.18) !important;
}
.hover-box-shadow-3:focus,
.hover-box-shadow-3:hover {
  box-shadow: 0 3.5px 7px 0 rgba(0, 0, 0, 0.18) !important;
}
.hover-box-shadow-4:focus,
.hover-box-shadow-4:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}
.hover-box-shadow-5:focus,
.hover-box-shadow-5:hover {
  box-shadow: 3px 3px 7px #333 !important;
}
.hover-pointer:hover {
  cursor: pointer;
}
.hover-show-hide .hover-hide-this {
  position: relative;
}
.hover-show-hide .hover-show-this {
  visibility: hidden !important;
}
.hover-show-hide:hover .hover-show-this {
  visibility: visible !important;
  position: relative;
}
.hover-show-hide:hover .hover-hide-this {
  visibility: hidden !important;
}
.hover-show-hide-2 .hover-show-this {
  overflow: hidden;
  max-height: 0;
  transition: max-height 1s ease-out;
}
.hover-show-hide-2:hover .hover-show-this {
  max-height: 5000px;
  transition: max-height 2.5s ease-in;
}
.hover-overlay-primary {
  position: relative;
}
.hover-overlay-primary:hover:before {
  content: "";
  position: absolute;
  z-index: 2;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #FFBA61;
}
.hover-top {
  transition: ease-in-out all 0.35s;
  position: relative;
  top: 0;
}
.hover-top:hover {
  top: -10px;
}
.hover-bg-gray-0:hover {
  background: #fff !important;
}
.hover-bg-gray-1:hover {
  background: #f7f7f7 !important;
}
.hover-bg-gray-2:hover {
  background: #ededed !important;
}
.hover-bg-gray-3:hover {
  background: #e2e2e2 !important;
}
.hover-bg-gray-4:hover {
  background: #cbcbcb !important;
}
.hover-bg-gray-5:hover {
  background: #a0a0a0 !important;
}
.hover-bg-gray-6:hover {
  background: #717171 !important;
}
.hover-bg-gray-7:hover {
  background: #4a4a4a !important;
}
.hover-bg-gray-8:hover {
  background: #2d2d2d !important;
}
.hover-bg-gray-9:hover {
  background: #1a1a1a !important;
}
.hover-bg-gray-10:hover {
  background: #000 !important;
}
.hover-gray-0:hover {
  color: #fff !important;
}
.hover-gray-1:hover {
  color: #f7f7f7 !important;
}
.hover-gray-2:hover {
  color: #ededed !important;
}
.hover-gray-3:hover {
  color: #e2e2e2 !important;
}
.hover-gray-4:hover {
  color: #cbcbcb !important;
}
.hover-gray-5:hover {
  color: #a0a0a0 !important;
}
.hover-gray-6:hover {
  color: #717171 !important;
}
.hover-gray-7:hover {
  color: #4a4a4a !important;
}
.hover-gray-8:hover {
  color: #2d2d2d !important;
}
.hover-gray-9:hover {
  color: #1a1a1a !important;
}
.hover-gray-10:hover {
  color: #000 !important;
}
.hover-primary:hover {
  color: #FFBA61 !important;
}
.btn {
  font-size: 120%;
  text-transform: uppercase;
  font-weight: bold;
}
#sidebar {
  text-align: center;
  margin-top: 40px;
}
#sidebar .sidebar-title {
  color: #FFBA61;
  text-shadow: 1px 1px #555;
  font-size: 200%;
  border-bottom: 1px solid #4E5760;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 30px;
}
#sidebar .sidebar-button {
  padding: 15px;
  margin-top: 10px;
}
#sidebar .sidebar-button .title {
  text-transform: uppercase;
  color: #FFBA61;
  text-shadow: 1px 1px #111;
  font-size: 200%;
  font-weight: 900;
}
#sidebar .sidebar-button .subtitle {
  color: #fff;
  font-size: 130%;
  font-weight: bold;
  text-shadow: 1px 1px #111;
}
#sidebar .sidebar-button .btn {
  margin-top: 15px;
}
#sidebar .sidebar-button.residential-metal {
  background: url(../../img/elements/Side_PublicRecyle.jpg) center no-repeat #4E5760;
  background-size: cover;
}
#sidebar .sidebar-button.commercial-metal {
  background: url(../../img/elements/Side_CompanyRecyle.jpg) center no-repeat #4E5760;
  background-size: cover;
}
#sidebar .sidebar-button.commercial-metal .title {
  color: #fff;
}
#sidebar .sidebar-button.towing {
  background: url(../../img/elements/Side_Towing.jpg) center no-repeat #4E5760;
  background-size: cover;
}
#myCarousel .item {
  padding: 0 60px 60px;
}
@media (min-width: 1200px) {
  #myCarousel .item {
    height: 300px;
  }
}
#myCarousel .item h2 {
  text-transform: uppercase;
  font-size: 200%;
  margin-top: 0;
  color: #fff;
}
#myCarousel .item .title {
  color: #fff;
  text-shadow: 1px 2px #333;
  font-size: 240%;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 30px;
  margin-bottom: 0;
}
#myCarousel .item p {
  max-width: 500px;
  font-size: 105%;
  color: #fff;
}
#myCarousel .item .btn {
  padding: 10px 20px;
  font-size: 120%;
}
@media (max-width: 767px) {
  #myCarousel .item h1 {
    font-size: 200%;
  }
  #myCarousel .item h2 {
    font-size: 150%;
  }
}
#myCarousel .carousel-control {
  background: none;
  color: #FFBA61;
  width: 40px;
}
.text-primary-dark {
  color: #cfa55f;
}
.bg-primary-dark {
  background: #fabf61;
}
@media (max-width: 991px) {
  .mobile\:bg-primary-dark {
    background: #fabf61;
  }
}
.title-style-1 {
  color: #FFBA61;
  text-shadow: 1px 1px #777777;
  font-size: 200%;
  border-bottom: 1px solid #cfa55f;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 30px;
  display: inline-block;
  padding-bottom: 6px;
}
.title-style-1-default {
  color: #FFBA61;
  text-shadow: 1px 1px #777777;
  font-size: 200%;
  border-bottom: 1px solid #cfa55f;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 30px;
  display: inline-block;
  padding-bottom: 6px;
  color: #4f5761;
}
.btn-default {
  padding-left: 20px;
  padding-right: 20px;
}
.social-links .btn-social {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 120%;
  text-transform: uppercase;
  font-weight: bold;
  color: #4E5760;
  background-color: #FFBA61;
  border-color: #ffaf47;
  margin: 2px 0 0 4px;
  border: 0;
  font-size: 110%;
  width: 40px;
  height: 40px;
  padding: 0;
}
.social-links .btn-social:focus,
.social-links .btn-social:active:focus,
.social-links .btn-social.active:focus,
.social-links .btn-social.focus,
.social-links .btn-social:active.focus,
.social-links .btn-social.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.social-links .btn-social:hover,
.social-links .btn-social:focus,
.social-links .btn-social.focus {
  color: #FFBA61;
  text-decoration: none;
}
.social-links .btn-social:active,
.social-links .btn-social.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.social-links .btn-social.disabled,
.social-links .btn-social[disabled],
fieldset[disabled] .social-links .btn-social {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.social-links .btn-social.disabled,
fieldset[disabled] a.social-links .btn-social {
  pointer-events: none;
}
.social-links .btn-social:focus,
.social-links .btn-social.focus {
  color: #4E5760;
  background-color: #ffa42e;
  border-color: #c77000;
}
.social-links .btn-social:hover {
  color: #4E5760;
  background-color: #ffa42e;
  border-color: #ff940a;
}
.social-links .btn-social:active,
.social-links .btn-social.active,
.open > .dropdown-toggle.social-links .btn-social {
  color: #4E5760;
  background-color: #ffa42e;
  border-color: #ff940a;
}
.social-links .btn-social:active:hover,
.social-links .btn-social.active:hover,
.open > .dropdown-toggle.social-links .btn-social:hover,
.social-links .btn-social:active:focus,
.social-links .btn-social.active:focus,
.open > .dropdown-toggle.social-links .btn-social:focus,
.social-links .btn-social:active.focus,
.social-links .btn-social.active.focus,
.open > .dropdown-toggle.social-links .btn-social.focus {
  color: #4E5760;
  background-color: #ff940a;
  border-color: #c77000;
}
.social-links .btn-social:active,
.social-links .btn-social.active,
.open > .dropdown-toggle.social-links .btn-social {
  background-image: none;
}
.social-links .btn-social.disabled:hover,
.social-links .btn-social[disabled]:hover,
fieldset[disabled] .social-links .btn-social:hover,
.social-links .btn-social.disabled:focus,
.social-links .btn-social[disabled]:focus,
fieldset[disabled] .social-links .btn-social:focus,
.social-links .btn-social.disabled.focus,
.social-links .btn-social[disabled].focus,
fieldset[disabled] .social-links .btn-social.focus {
  background-color: #FFBA61;
  border-color: #ffaf47;
}
.social-links .btn-social .badge {
  color: #FFBA61;
  background-color: #4E5760;
}
.social-links .btn-social i {
  line-height: 40px;
}
#header {
  background: url(../../img/elements/Nav-BG_IMG.png) center no-repeat #fff;
  background-size: cover;
  min-height: 140px;
}
#header .navigation-bar {
  font-size: 115%;
}
@media (min-width: 1200px) {
  #header .navigation-bar {
    font-size: 20px;
  }
}
#header .navigation-bar .navbar-brand {
  padding: 10px 4px;
}
@media (max-width: 767px) {
  #header .item .title {
    font-size: 39px;
  }
}
#header.home-page {
  background: url(../../img/sliced/AmbassadorRecycling_Homepage_Bin-Rental-banner.jpg) center no-repeat #fff;
  background-size: cover;
  border-bottom: 2px solid #FFBA61;
}
#footer {
  border-top: 2px solid #FFBA61;
  background: url(../../img/elements/Footer_BG.jpg) center no-repeat #4E5760;
  background-size: auto 100%;
  color: #fff;
  padding-top: 40px;
  margin-top: 30px;
  font-size: 120%;
}
#footer .logo {
  display: inline-block;
  margin-bottom: 10px;
  max-width: 100%;
}
#footer .quick-links {
  text-transform: uppercase;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 10px;
}
@media (min-width: 768px) {
  #footer .quick-links {
    border-left: 1px solid #FFBA61;
  }
}
#footer .quick-links li {
  padding: 8px;
}
#footer .quick-links .arrow {
  position: absolute;
  left: -12px;
  top: 76px;
}
#footer .quick-links a {
  color: #fff;
}
#footer .phone {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 15px;
}
#footer .hours {
  line-height: 2em;
}
#footer .hours .title {
  border-bottom: 1px solid #FFBA61;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
}
#footer .hours strong {
  text-transform: uppercase;
}
#footer .copyright {
  padding: 50px 0 15px;
}
@media (max-width: 767px) {
  #footer {
    text-align: center;
  }
  #footer .quick-links {
    display: inline-block;
  }
}
#home {
  overflow: hidden;
}
#home .title-bar {
  text-align: center;
  background: #E9E9E9;
}
#home .title-bar h1 {
  text-shadow: 1px 1px #555;
  border-bottom: 1px solid #4E5760;
  display: inline-block;
  font-weight: 900;
  font-size: 230%;
  padding-bottom: 6px;
  text-transform: uppercase;
}
#home .title-bar h1 span {
  color: #FFBA61;
}
#home .title-bar p {
  max-width: 800px;
  display: inline-block;
}
#home .service-bar {
  position: relative;
}
#home .service-bar .shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
}
#home .service-bar .btn {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 15px;
}
#home .service-bar .title {
  color: #FFBA61;
  text-shadow: 1px 1px #777777;
  font-size: 200%;
  border-bottom: 1px solid #777777;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 30px;
}
#home .service-bar .subtitle {
  color: #FFBA61;
  text-shadow: 1px 1px #777777;
  font-size: 140%;
  margin-bottom: 5px;
  font-weight: 900;
}
#home .service-bar p {
  text-align: justify;
}
#home .service-bar .background {
  height: 315px;
}
@media (max-width: 767px) {
  #home .service-bar {
    text-align: center;
  }
}
#home .service-bar.middle {
  background: #FFBA61;
  color: #fff;
}
#home .service-bar.middle .background {
  float: right;
}
#home .service-bar.middle .title {
  color: #4E5760;
}
#home .service-bar.middle .subtitle {
  color: #4E5760;
}
#home .bin-drop {
  background: url(../../img/elements/BinDropOff_BG.jpg) repeat center #DDDDDD;
  position: relative;
}
#home .bin-drop .title-wrapper {
  text-align: center;
}
#home .bin-drop .title-wrapper .img-responsive {
  display: inline-block;
}
#home .bin-drop h2 {
  color: #FFBA61;
  text-shadow: 1px 1px #777777;
  font-size: 200%;
  border-bottom: 1px solid #777777;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 30px;
  display: inline-block;
  padding-bottom: 6px;
}
#home .bin-drop .bin {
  background: url(../../img/bin.png) no-repeat center transparent;
  padding-bottom: 20px;
}
@media (max-width: 1199px) {
  #home .bin-drop .bin {
    background-size: 45% auto;
  }
}
#home .bin-drop .bin .left-side {
  width: 34%;
  display: inline-block;
  vertical-align: top;
}
#home .bin-drop .bin .left-side .yellow-arrow {
  background: url(../../img/elements/GoldArrow.png) no-repeat center transparent;
  background-size: 100% 100%;
  text-transform: uppercase;
  text-align: center;
  padding-right: 20%;
  line-height: 3em;
}
#home .bin-drop .bin .left-side .yellow-arrow .top {
  font-weight: 300;
  font-size: 140%;
}
#home .bin-drop .bin .left-side .yellow-arrow .middle {
  font-weight: 900;
  font-size: 500%;
}
#home .bin-drop .bin .left-side .yellow-arrow .bottom {
  color: #fff;
  font-weight: 900;
  font-size: 180%;
}
#home .bin-drop .bin .left-side p {
  text-align: justify;
  padding: 10px;
  padding-right: 22%;
}
#home .bin-drop .bin .right-side {
  width: 33%;
  display: inline-block;
  float: right;
  vertical-align: top;
  text-align: right;
}
#home .bin-drop .bin .right-side .gray-arrow {
  background: url(../../img/elements/GreyArrow.png) no-repeat center transparent;
  background-size: 100% 100%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  padding-top: 0;
  padding-left: 24%;
  line-height: 3em;
}
#home .bin-drop .bin .right-side .gray-arrow .top {
  font-weight: 300;
  font-size: 120%;
  letter-spacing: -1px;
}
#home .bin-drop .bin .right-side .gray-arrow .left,
#home .bin-drop .bin .right-side .gray-arrow .right {
  font-weight: 900;
  font-size: 240%;
  color: #FFBA61;
  display: inline-block;
  vertical-align: top;
}
#home .bin-drop .bin .right-side .gray-arrow .left span,
#home .bin-drop .bin .right-side .gray-arrow .right span {
  font-size: 50%;
  display: block;
}
#home .bin-drop .bin .right-side .gray-arrow .plus {
  text-align: center;
  font-size: 300%;
  display: inline-block;
  font-weight: 900;
  vertical-align: top;
  color: #FFBA61;
  padding: 10px;
}
@media (max-width: 1199px) {
  #home .bin-drop .bin .right-side .gray-arrow {
    line-height: 2.2em;
  }
  #home .bin-drop .bin .right-side .gray-arrow .top {
    font-size: 120%;
  }
  #home .bin-drop .bin .right-side .gray-arrow .left,
  #home .bin-drop .bin .right-side .gray-arrow .right {
    font-size: 275%;
  }
}
#home .bin-drop .bin .right-side p {
  text-align: justify;
  padding-left: 20%;
  padding-top: 10px;
}
@media (max-width: 991px) {
  #home .bin-drop .bin {
    background: none;
  }
  #home .bin-drop .bin .left-side {
    width: 50%;
    padding-right: 15px;
  }
  #home .bin-drop .bin .right-side {
    width: 50%;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  #home .bin-drop .bin .left-side .btn {
    display: block;
    width: 100%;
  }
  #home .bin-drop .bin .left-side p {
    padding: 0;
  }
  #home .bin-drop .bin .right-side p {
    padding: 0;
  }
}
@media (max-width: 525px) {
  #home .bin-drop .bin .left-side {
    width: 100%;
    padding: 10px 0;
  }
  #home .bin-drop .bin .right-side {
    width: 100%;
    padding: 10px 0;
  }
}
#home .bin-drop .shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
}
#home .what-we-collect {
  text-align: center;
}
#home .what-we-collect h2 {
  color: #FFBA61;
  text-shadow: 1px 1px #777777;
  font-size: 200%;
  border-bottom: 1px solid #777777;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 30px;
  display: inline-block;
  padding-bottom: 6px;
}
#home .what-we-collect .collectable {
  display: inline-block;
  width: 18%;
  vertical-align: top;
  padding: 10px;
}
@media (max-width: 767px) {
  #home .what-we-collect .collectable {
    width: 100%;
  }
}
#home .what-we-collect .collectable .img-responsive {
  display: inline-block;
  padding-bottom: 10px;
}
#home .what-we-collect .collectable strong {
  display: block;
  font-size: 130%;
  font-weight: 900;
}
/* Google Search */
.page_search .form-group input {
  vertical-align: top;
  width: 70%;
  display: inline-block;
}
.page_search .form-group button {
  width: 30%;
  vertical-align: top;
}
.google_search_results .cse .gsc-control-cse,
.google_search_results .gsc-control-cse {
  padding: 0;
}
.google_search_results .gs-no-results-result .gs-snippet,
.google_search_results .gs-error-result .gs-snippet {
  margin: 0;
}
.google_search_results .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background-color: inherit;
  color: inherit;
  font-weight: bold;
  padding: 0;
  text-shadow: none;
}
.google-search-bar .form-control {
  height: auto;
}
.google_search_results * {
  box-sizing: content-box;
}
/*# sourceMappingURL=site-specific.css.map */