@charset "UTF-8";
/**
 * vendor
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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 {
  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/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"),
    url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"),
    url("../fonts/bootstrap/glyphicons-halflings-regular.ttf")
      format("truetype"),
    url("../fonts/bootstrap/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";
}

* {
  box-sizing: border-box;
}

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

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

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

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

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #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,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 769px) {
  .lead {
    font-size: 21px;
  }
}

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

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,
.initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.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: #e74c3c;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

@media (min-width: 769px) {
  .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%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  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.42857;
  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-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

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

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

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

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
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;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 769px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 769px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.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-1 {
  width: 8.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 769px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 769px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 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-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

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: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > tbody > tr > th {
  font-weight: bold;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

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

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

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

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

table 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 > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

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

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

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

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

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

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

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

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

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

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

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  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"] {
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (max-width: 768px) {
  .form-control {
    font-size: 16px;
  }
}

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

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  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="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  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: #e74c3c;
}

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

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

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

.has-error-input {
  border-color: #e74c3c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

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

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

@media (min-width: 769px) {
  .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: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 769px) {
  .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: 769px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  box-shadow: none;
}

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.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 > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #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 > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #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 > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #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 > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

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

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

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

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

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

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

.fade {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.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: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  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: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  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: #337ab7;
}

.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: 12px;
  line-height: 1.42857;
  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: 769px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .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 > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.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,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .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:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  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: 4px;
  border-bottom-left-radius: 4px;
}

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[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-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .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:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #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: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 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-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.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: #337ab7;
}

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

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 769px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

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

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

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 769px) {
  .navbar {
    border-radius: 4px;
  }
}

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

.navbar-header:after {
  clear: both;
}

@media (min-width: 769px) {
  .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:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 769px) {
  .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 > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 769px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 769px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 769px) {
  .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: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 769px) {
  .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: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: 769px) {
  .navbar-toggle {
    display: none;
  }
}

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

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  .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: 768px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    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: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

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

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.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: #e7e7e7;
}
.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: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 768px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .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: #e7e7e7;
  }
  .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: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: 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: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: 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: #090909;
  color: #fff;
}
@media (max-width: 768px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: 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: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: 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,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  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: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  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: 18px;
  line-height: 1.33333;
}

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

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

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

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

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

.pagination-base {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-block: 25px;
  & > .item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: black;
    cursor: pointer;
    &:hover {
      text-decoration: none;
      background-color: #dadada;
    }
  }
  & > .item.-current {
    font-weight: 700;
    background-color: #005b97;
    color: white;
  }
  & > .item.-next,
  & > .item.-prev {
    font-weight: 600;
  }
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #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;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

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

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

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.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: 12px;
  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,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

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

.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: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: #e74c3c;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #d62c1a;
}

@-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: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-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: 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;
  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: 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: 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: 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: 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: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

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,
a.list-group-item:focus,
button.list-group-item:hover,
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: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .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: #c7ddef;
}

.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,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
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,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
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,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #e74c3c;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #e74c3c;
}
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,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #e74c3c;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  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: 3px;
  border-bottom-left-radius: 3px;
}

.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: 3px;
  border-top-left-radius: 3px;
}
.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: 3px;
  border-bottom-left-radius: 3px;
}

.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: 3px;
  border-top-left-radius: 3px;
}
.panel > .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
  > thead:first-child
  > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .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
  th:first-child,
.panel
  > .table-responsive:first-child
  > .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
  th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .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
  th:last-child,
.panel
  > .table-responsive:first-child
  > .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
  th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .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
  > tbody:last-child
  > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .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
  th:first-child,
.panel
  > .table-responsive:last-child
  > .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
  th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .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
  th:last-child,
.panel
  > .table-responsive:last-child
  > .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
  th:last-child {
  border-bottom-right-radius: 3px;
}

.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-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.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: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.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: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.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: #e74c3c;
  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: #e74c3c;
}
.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: 4px;
  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: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  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: 200px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5020;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  .modal {
    top: 130px;
  }
}

.kyoritsu_top_logo {
  margin: 10px 0px 10px 20px;
  height: 100px;
}
@media (max-width: 768px) {
  .kyoritsu_top_logo {
    height: 64px;
  }
}

.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: 6px;
  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: 5010;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before,
.modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.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: 769px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 769px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  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: 12px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  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: 4px;
}

.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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  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;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  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: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 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;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  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: 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: 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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  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: 769px) {
  .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 {
  content: " ";
  display: table;
}

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

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

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

@media (max-width: 768px) {
  .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: 768px) {
  .visible-xs-block {
    display: block !important;
  }
}

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

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

@media (min-width: 769px) and (max-width: 768px) {
  .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: 769px) and (max-width: 768px) {
  .visible-sm-block {
    display: block !important;
  }
}

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

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

@media (min-width: 769px) 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: 769px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

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

@media (min-width: 769px) 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: 768px) {
  .hidden-xs {
    display: none !important;
  }
}

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

@media (min-width: 769px) 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;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("/css/fonts/fontawesome-webfont-674f50d287a8c48dc19ba404d20fe713.eot?v=4.7.0");
  src: url("/css/fonts/fontawesome-webfont-674f50d287a8c48dc19ba404d20fe713.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("/css/fonts/fontawesome-webfont-af7ae505a9eed503f8b8e6982036873e.woff2?v=4.7.0") format("woff2"),
    url("/css/fonts/fontawesome-webfont-fee66e712a8a08eef5805a46892932ad.woff?v=4.7.0") format("woff"),
    url("/css/fonts/fontawesome-webfont-b06871f281fee6b241d60582ae9369b9.ttf?v=4.7.0") format("truetype"),
    url("/css/fonts/fontawesome-webfont-912ec66d7572ff821749319396470bde.svg?v=4.7.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: 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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

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

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

/**
 * 設定
 */
/**
 * パーツ
 */
.header-inner {
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
}
.header-inner:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #ece7ce;
}
.header-inner .block {
  padding: 0;
  max-width: 1120px;
}
.header-inner .block img {
  width: 100%;
  height: auto;
}

.footer-inner {
  margin: 0 auto;
  background: #000;
  padding: 0 2%;
}
.footer-inner .block {
  max-width: 1120px;
  padding: 0;
}
.footer-inner .block img {
  width: 100%;
  height: auto;
}

/**
 * モジュール
 */
@media screen and (max-width: 768px) {
  .container {
    padding: 10rem 0 0;
  }
}

.wraper {
  overflow: hidden;
}

.main {
  margin: 0 auto;
  padding: 60px 2em 80px;
}
.main .page-title {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #000;
  margin: 10px 0 0;
  padding: 10px 1.6%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main {
    padding: 2em 0 3em;
  }
  .main .page-title {
    font-size: 2.3rem;
    padding: 7px 2%;
  }
  .main .page-title:before {
    top: 5px;
    left: 7px;
  }
}

.block {
  margin: 0 auto;
  padding: 40px 2% 0;
}
@media screen and (max-width: 768px) {
  .block {
    padding: 20px 2%;
  }
}

.form-box {
  border: 1px solid #ddd;
  padding: 0;
  overflow: hidden;
  max-width: calc(100% - 1px);
}
.form-box-title {
  background: #e6e6e6;
  margin: 0;
  padding: 0.5em 0.75em;
  color: #000;
  text-align: left;
  font-size: 23px;
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .form-box-title {
    padding: 0.5em 0.3em;
    font-size: 2rem;
  }
}
.form-box-inner {
  padding: 2em 2%;
}
@media screen and (max-width: 768px) {
  .form-box-inner {
    padding: 20px 3%;
  }
}
.form-box-inner-top-text {
  padding-bottom: 20px;
  line-height: 1.7;
  letter-spacing: 0.8px;
}
.form-box-inner-top-text a {
  font-weight: bold;
}
.form-box-inner-top-text a:link {
  text-decoration: underline;
}
.form-box-inner-top-text a:hover {
  text-decoration: none;
}
.form-box-inner-notice {
  color: #e74c3c;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #ccc;
}
.form-box-inner-notice.bdNon {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.form-caution {
  padding-top: 1em;
  color: #e74c3c;
  line-height: 1.5;
}

.form-help {
  margin-top: 1.5em;
  padding: 1.5em 0 0 0;
  border-top: 1px solid #ddd;
}
.form-help p {
  padding-top: 0.5em;
  line-height: 1.5;
  margin: 0;
}

.form-btn-wrap {
  text-align: center;
  padding: 0.75em 0 0 0;
}
.form-btn-wrap .btn {
  width: 200px;
  margin: 0 auto;
}
.form-btn-wrap .btn-primary {
  background: #3c87c8;
}
.form-btn-wrap .btn-primary:hover {
  background: #5094ce;
}
.form-btn-wrap .btn-main {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .form-btn-wrap .btn-main {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .form-btn-wrap {
    padding-top: 1em;
  }
}

.form-signin-caution {
  color: #e74c3c;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form-signin-caution {
    text-align: left;
  }
}

.form-signin-caution-list {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
}

.form-signin-caution-item {
  padding-bottom: 1em;
  text-indent: -1em;
  padding-left: 1em;
}
.form-signin-caution-item strong {
  color: #e74c3c;
}

.form .text-link {
  line-height: 1.5;
}

.card dl {
  margin: 0;
  overflow: hidden;
  padding: 1px;
  display: table;
}
.card dl dt {
  background: #e7edf8;
  color: #004da4;
  padding: 10px;
  display: table-cell;
  white-space: nowrap;
}
.card dl dd {
  margin: 0;
  padding: 10px;
  display: table-cell;
}
@media screen and (max-width: 768px) {
  .card dl {
    display: block;
  }
  .card dl dt {
    border-bottom: 1px solid #2e6da4;
    border-radius: inherit;
  }
  .card dl dt,
  .card dl dd {
    display: block;
  }
}

ul.nav-wizard {
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}
ul.nav-wizard li {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  text-align: center;
  padding: 10px;
  margin: 0;
  width: 18%;
  margin-right: 2%;
  border: 1px solid #d4d4d4;
  box-sizing: border-box;
}
ul.nav-wizard li:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #dddddd;
  right: -13px;
  top: 50%;
  margin-top: -8px;
}
ul.nav-wizard li.active {
  color: #3a87ad;
  background: #dedede;
}
ul.nav-wizard li:last-child {
  margin-right: 0;
}
ul.nav-wizard li:last-child:after {
  content: "";
  display: none;
}
ul.nav-wizard .active ~ li {
  color: #999999;
  background: #f9f9f9;
}
@media screen and (max-width: 768px) {
  ul.nav-wizard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 600px) {
  ul.nav-wizard {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  ul.nav-wizard li {
    font-size: 1rem;
    padding: 3px;
    text-align: left;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 0;
  }
  ul.nav-wizard li:after {
    transfrom: translate3d(0, 0, 10px);
    z-index: 100;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #ccc;
    margin-top: -4px;
    right: -9px;
  }
}

.table-box {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .table-box {
    display: block;
  }
  .table-box tbody,
  .table-box tr {
    display: block;
    width: 100%;
  }
}
.table-box-label {
  max-width: 300px;
  width: 30%;
  padding: 0.75em;
  box-sizing: border-box;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .table-box-label {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
.table-box-desc {
  padding: 0.75em;
}
@media screen and (max-width: 768px) {
  .table-box-desc {
    display: block;
    width: 100%;
  }
}
.table-box-required {
  color: #e74c3c;
  font-weight: bold;
  display: inline-block;
  margin-left: 0.5em;
}
.table-box-text {
  margin: 1em 0 0.5em;
}
.table-box-item {
  display: inline-block;
  float: left;
  height: 100%;
}
.table-box-item span {
  vertical-align: sub;
}
.table-box-form {
  margin-bottom: 0;
  display: table;
}
.table-box-form dt {
  white-space: nowrap;
  display: table-cell;
  padding-right: 0.5em;
  font-weight: normal;
}
.table-box-form dd {
  display: table-cell;
}
.table-box-case {
  color: #858486;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0.25em 0 0;
}
@media screen and (max-width: 768px) {
  .table-box-case br {
    display: none;
  }
}
.table-box .error-text {
  color: #e74c3c;
  margin: 0.25em 0 0;
}

.input-zipcode-1 {
  width: 30%;
  margin-right: 10px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .input-zipcode-1 {
    margin-right: 0;
    vertical-align: middle;
    line-height: inherit !important;
  }
}

.input-zipcode-2 {
  max-width: 80px;
  width: 20%;
  margin-right: 5px;
}

.form-inline span.example-text {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .form-inline select.form-control {
    width: 100%;
  }
}

.form-flex {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-flex input.form-control {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .form-flex {
    display: block;
    text-align: right;
  }
  .form-flex select.form-control,
  .form-flex input.form-control {
    width: 100%;
  }
  .form-flex select.form-control + span,
  .form-flex input.form-control + span {
    display: block;
    width: 100%;
  }
  .form-flex label {
    display: block;
    text-align: left;
  }
}

.text-right input {
  max-width: 350px;
  margin-bottom: 5px;
}
.text-right input + span {
  display: block;
  max-width: 350px;
}

@media screen and (max-width: 768px) {
  .text-right input {
    max-width: inherit;
    margin-bottom: 5px;
  }
  .text-right input + span {
    display: block;
    max-width: inherit;
  }
}

.td-password input.form-control {
  width: 320px;
}
@media screen and (max-width: 768px) {
  .td-password input.form-control {
    width: 100%;
  }
}

.td-name .form-inline .label-horizon {
  min-width: 35px;
}

.td-zip .icon-zipmark {
  min-width: 35px;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: middle;
  height: 27px;
  line-height: 27px;
}
@media screen and (max-width: 768px) {
  .td-zip .icon-zipmark {
    vertical-align: top;
  }
}

.td-zip .form-inline.form-group {
  letter-spacing: 0;
}
.td-zip .form-inline.form-group.form-fz0 {
  font-size: 0;
  vertical-align: middle;
}
.td-zip .form-inline.form-group.form-fz0 label {
  vertical-align: middle;
}
.td-zip .form-inline.form-group label {
  width: 125px;
}
@media screen and (max-width: 768px) {
  .td-zip .form-inline.form-group label {
    width: 100%;
  }
}
.td-zip .form-inline.form-group label,
.td-zip .form-inline.form-group input,
.td-zip .form-inline.form-group select {
  font-size: 14px;
  font-size: 1.4rem;
}
.td-zip .form-inline.form-group input.input-address {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .td-zip .form-inline.form-group input.input-address {
    width: 100%;
  }
}

.td-birthday .from-control {
  width: calc(100% - 30px);
}

.td-birthday .label-birthday {
  padding-right: 13px;
}

.td-birthday .form-flex div:first-child span:first-child {
  min-width: 35px;
}

@media screen and (max-width: 768px) {
  .td-birthday .form-flex {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    text-align: left;
  }
  .td-birthday .form-flex label {
    display: inline-block;
  }
  .td-birthday .form-flex div:first-child span:first-child {
    min-width: 35px;
  }
  .td-birthday .form-flex .label-birthday {
    padding-right: 10px;
  }
}

.td-company .form-flex input.form-control {
  width: 318px;
}
@media screen and (max-width: 768px) {
  .td-company .form-flex input.form-control {
    width: 100%;
  }
}

.td-en .form-group label {
  width: 125px;
}
@media screen and (max-width: 768px) {
  .td-en .form-group label {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .input-horizon {
    display: inline-block;
    width: 45%;
    line-height: 35px;
  }
  .select-horizon {
    width: 45%;
  }
  .btn-zip-search {
    width: 100%;
    margin-top: 20px;
    display: block;
    vertical-align: middle;
    text-align: center;
  }
}

.error-message {
  display: block;
  color: #e10202;
  font-size: 12px;
}

.error-box {
  padding: 10px 2%;
  background: #fff1f1;
  border: 1px solid #e10202;
  margin-bottom: 2em;
}

.error-txt {
  padding-bottom: 10px;
}

.input-group .error-message {
  width: 100%;
}

.input-group .error-txt {
  padding-top: 8px;
  padding-bottom: 5px;
  padding-left: 3px;
}

@media screen and (max-width: 768px) {
  .error-page .hidden-sp {
    display: none;
  }
}

.error-page .block {
  border: 1px solid #000;
  margin-top: 80px;
  padding: 60px 20px;
}
@media screen and (max-width: 768px) {
  .error-page .block {
    padding: 60px 2% 20px;
    margin: 80px 2% 0;
  }
}

.error-page-text {
  font-size: 38px;
  font-size: 3.8rem;
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .error-page-text {
    text-align: left;
    font-size: 3rem;
    padding-left: 1em;
    text-indent: -1.3rem;
  }
}
.error-page-text-sub {
  text-align: center;
  padding-top: 40px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .error-page-text-sub {
    text-align: left;
    padding-bottom: 20px;
  }
}
.error-page-text.border-none {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .error-page-text.border-none {
    padding-bottom: 40px;
  }
}

.error-page-link-list {
  margin-top: 50px;
}
.error-page-link-list li {
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .error-page-link-list li {
    margin-bottom: 40px;
  }
}
.error-page-link-list li a {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  border: 1px solid #000;
  padding: 0;
  width: 100%;
  color: #000;
  position: relative;
  box-sizing: border-box;
  height: 70px;
  padding: 15px 0;
}
.error-page-link-list li a img {
  height: 100%;
  width: auto;
}
.error-page-link-list li a:visited,
.error-page-link-list li a:link {
  color: #000;
  text-decoration: none;
}
.error-page-link-list li a:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  border-color: gray;
}
.error-page-link-list li a i.fa {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.logout {
  height: 100%;
}
.logout-html {
  height: 100%;
}
.logout-html body,
.logout-html .container,
.logout-html .main {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.loader-box {
  height: 100%;
  width: 100%;
  position: relative;
}

.loader {
  border: 5px solid #f3f3f3;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 5px solid #555;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -50px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.accordion {
  border-right: solid 2px #000000;
  border-top: solid 2px #000000;
  content: "";
  display: block;
  height: 8px;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 8px;
}
.accordion.open {
  top: 45%;
  transform: rotate(-45deg);
}

/**
 * エレメント
 */
.custom-select {
  display: inline-block;
  max-width: 100%;
  padding: 6px 20px 6px 10px;
  line-height: 1.25;
  color: #464a4c;
  vertical-align: middle;
  background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>")
    no-repeat right 7.5px center;
  background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>")
    no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.form-inline span {
  display: inline-block;
}

.form-inline span.phone {
  display: table-row;
}

.form-inline .form-control {
  width: 200px;
}

p + .btn-wrap {
  padding-top: 20px;
}

.btn-wrap {
  text-align: center;
  padding: 50px 0 20px;
}
.btn-wrap .btn {
  box-sizing: border-box;
  width: 48%;
  padding: 13px 15px;
  max-width: 260px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  position: relative;
}
.btn-wrap .btn i.fa {
  position: absolute;
  left: 10px;
  top: 15px;
}
.btn-wrap .btn:first-child {
  margin-right: 2em;
}
.btn-wrap .btn-notes {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
  }
  .btn-wrap--rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .btn-wrap .btn {
    width: 90%;
    max-width: inherit;
  }
  .btn-wrap .btn.mt10:first-child {
    margin-top: 10px !important;
  }
  .btn-wrap .btn:first-child {
    margin: 30px 0 0 0 !important;
  }
}

.table-title {
  font-weight: 600;
}
.table-title span {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .table-title span {
    display: block;
    margin-top: 5px;
    line-height: 1.4;
  }
}

.table-bordered > tbody > tr th {
  background: #f5f5f5;
}

.table-bordered > tbody > tr th,
.table-bordered > tbody > tr td {
  padding: 15px 10px;
}

.table-bordered > tbody > tr td .text-password {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .table-bordered > tbody > tr th,
  .table-bordered > tbody > tr td {
    display: block;
    border-left: none;
    border-right: none;
    border-top: none;
  }
  .table-bordered > tbody > tr th {
    background: #f5f5f5;
  }
  .table-bordered > tbody > tr td {
    padding: 15px 10px;
  }
}

.modal-header {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  font-size: 1.2rem;
}
.modal-header:before,
.modal-header:after {
  content: none;
}

.modal-title {
  float: left;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.modal-body p {
  font-size: 16px;
  font-size: 1.6rem;
}

.modal-btn-wrap {
  text-align: center;
}
.modal-btn-wrap .btn-modal {
  width: 100px;
}

.modal.scale .modal-dialog {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.modal .modal-header {
  border-bottom: 0;
}
.modal .modal-header + .modal-body {
  padding-top: 0;
}

.modal .modal-footer {
  border-top: 0;
}

.modal .modal-dialog .modal-content {
  width: auto;
}

.modal-dialog-centered {
  min-height: calc(100vh - 60px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: auto;
}
@media (max-width: 768px) {
  .modal-dialog-centered {
    min-height: calc(100vh - 20px);
  }
}

/**
 * ページ毎
 */
@media screen and (max-width: 768px) {
  .login .form-btn-wrap {
    padding-top: 0;
  }
}

.login .form-btn-wrap .btn-main {
  margin-bottom: 20px;
}

.login .form-btn-wrap + a {
  text-align: right;
}

.login .form-box-inner {
  padding: 2em 4%;
}

.login .form-help p {
  padding-top: 0;
}

.login .block-caution {
  background: #f5f5f5;
  padding: 20px 2%;
  margin-top: 60px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .login .block-caution {
    margin-top: 10px;
    margin-left: 2%;
    margin-right: 2%;
  }
}
.login .block-caution-title {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .login .block-caution-title {
    padding-left: 2em;
    text-indent: -2em;
    font-size: 1.4rem;
  }
}

.login .caution-list {
  padding-top: 10px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .login .caution-list {
    padding-top: 5px;
  }
}
.login .caution-list:last-child {
  padding-bottom: 0;
}
.login .caution-list-item {
  font-size: 12px;
  font-size: 1.2rem;
  padding-bottom: 5px;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.login .caution-list-item:last-child {
  padding-bottom: 0;
}
.login .caution-list-item strong {
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  color: #e10202;
}

.login-website {
  padding: 0 3em;
}

.login-website-box {
  position: relative;
  width: 85%;
  padding: 1em 3em;
  border: 1px solid #004da4;
}

.login-website-box p {
  font-size: 90%;
}

.login-website-box .caption {
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 0;
  margin: 0;
  transform: translateY(-50%) translateX(-50%);
}

.login-website-box .caption img {
  width: 120px;
  background-color: white;
  padding: 1em;
}

.login-website-box .login-site-list {
  padding: 0 0 2rem 0;
}

.login-site-list {
  text-align: center;
  padding: 2rem;
  display: flex;
  justify-content: center;
}
.login-site {
  display: inline-block;
  font-size: 90%;
  width: 20%;
  margin: 1rem 30px;
}

.login-website-box .login-site {
  margin-bottom: 2rem;
}

.login-site p {
  display: inline-block;
  margin: 0.5em auto 0em auto;
  line-height: 1.5;
}
.login-site li {
  list-style-type: none;
  width: 100%;
  height: 60%;
  display: flex;
  align-items: center;
}
.login-site img {
  width: 80%;
  display: block;
  margin: auto;
}

.login-site .netshop-image img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .br-login-sp {
    display: none;
    white-space: nowrap;
  }
  .login-website {
    padding: 0 1em;
  }
  .login-site-list {
    display: block;
    padding: 1rem;
    margin: 1rem;
  }
  .login-site-list .login-site {
    width: 100%;
    margin: 1rem auto;
  }
  .login-site {
    width: 20%;
    margin: 0 30px;
  }
  .login-website-box {
    padding: 1.5em 1.5em;
  }
  .login-site img {
    height: 100%;
    display: block;
  }
  .login-site p {
    margin-top: 1rem;
  }
  .login-website-box .login-site-list {
    padding: 0 0 1.5rem 0;
  }
}

.temp-regist .caution-text {
  color: #e10202;
}

.temp-regist input[type="text"] + span {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}

.info-input .section-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 0.3em;
  line-height: 1.4;
}

.info-input .form-checkbox {
  background-color: #f5f5f5;
  padding: 0.75em 1em 0.5em;
}
.info-input .form-checkbox-label {
  padding-right: 0.75em;
}

@media screen and (max-width: 768px) {
  .info-input p.text-center {
    text-align: left;
  }
}

.info-input .btn-wrap .btn {
  max-width: 270px;
  margin-right: 0;
}

.info-complete .btn-wrap .btn {
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .info-complete .btn-wrap .btn {
    max-width: inherit;
  }
}

.customer-info-input .section-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 0.3em;
  line-height: 1.4;
}

.customer-info-input .form-checkbox {
  background-color: #f5f5f5;
  padding: 0.75em 1em 0.5em;
}
.customer-info-input .form-checkbox-label {
  padding-right: 0.75em;
}

.customer-info-input input[type="radio"],
.customer-info-input input[type="checkbox"] {
  vertical-align: middle;
  margin: 0;
  margin-bottom: 0.4em;
}

.customer-info-input .form-checkbox-label {
  vertical-align: middle;
  margin-bottom: 0;
  padding-bottom: 0.4em;
}

.customer-info-input .form-box + .table-bordered {
  border-top: 0;
}
.customer-info-input .form-box + .table-bordered > tbody > tr > th,
.customer-info-input .form-box + .table-bordered > tbody > tr > td {
  border-top: 0;
}

@media screen and (max-width: 1199px) {
  .customer-info-confirm .btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.customer-info-confirm .btn-wrap .btn {
  max-width: 250px;
}
.customer-info-confirm .btn-wrap .btn:not(:last-child) {
  margin-right: 2em;
}
@media screen and (max-width: 1199px) {
  .customer-info-confirm .btn-wrap .btn:not(:last-child) {
    margin: 30px 0 0 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .customer-info-confirm .btn-wrap .btn {
    max-width: inherit;
  }
  .customer-info-confirm .btn-wrap .btn:not(:last-child) {
    margin: 30px 0 0 0 !important;
  }
}

.customer-info-complete .btn-wrap .btn {
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .customer-info-complete .btn-wrap .btn {
    max-width: inherit;
  }
}

@media screen and (max-width: 768px) {
  .forgotten-password .form-inline span.label-horizon {
    width: 30px;
    float: left;
    margin-bottom: 10px;
    line-height: 30px;
  }
  .forgotten-password .form-inline .form-horizon {
    margin-bottom: 20px;
    width: calc(100% - 40px);
  }
}

.forgotten-password-comp .large-text {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0;
}

.change-address .input-password {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .change-address .input-password {
    width: 100%;
  }
}
.change-address .input-password + span {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}

.change-address .input-group {
  width: 360px;
  overflow: hidden;
  display: block;
}
.change-address .input-group input.form-control {
  width: 270px;
  border-radius: 4px;
  float: left;
}
.change-address .input-group .input-group-btn {
  display: block;
  float: right;
  width: 80px;
  box-sizing: border-box;
}
.change-address .input-group .input-group-btn button {
  padding: 7px 20px;
  padding: 7px 2rem;
}
@media screen and (max-width: 768px) {
  .change-address .input-group {
    width: 100%;
  }
  .change-address .input-group input.form-control {
    width: calc(100% - 80px);
  }
  .change-address .input-group .input-group-btn {
    overflow: hidden;
  }
  .change-address .input-group .input-group-btn button {
    float: right;
  }
}

.change-address .example-text {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}

.change-address .email-caution {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.change-address .btn-delete-mail-wrap {
  position: relative;
}
.change-address .btn-delete-mail-wrap .btn {
  position: absolute;
  right: 0;
  top: -5px;
}
.change-address .btn-delete-mail-wrap .btn-delete-mail {
  background: #cacaca;
  text-shadow: inherit;
  padding: 7px 20px;
  padding: 7px 2rem;
  color: #000;
}
.change-address .btn-delete-mail-wrap .btn-delete-mail:hover {
  background: #d7d7d7;
}

@media screen and (max-width: 768px) {
  .change-address .input-horizon {
    display: inline-block;
    width: 45%;
  }
  .change-address .select-horizon {
    width: 45%;
  }
}

.change-address .input-email {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .change-address .input-email {
    width: 100%;
  }
}
.change-address .input-email + span {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}

.change-address .example-text {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}

.change-address .email-caution {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .change-address .input-horizon {
    display: inline-block;
    width: 45%;
  }
  .change-address .select-horizon {
    width: 45%;
  }
}

.member-leave .input-password {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .member-leave .input-password {
    width: 100%;
  }
}
.member-leave .input-password + span {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}

@media screen and (max-width: 768px) {
  .member-leave .form-inline span.label-horizon {
    width: 30px;
    float: left;
    margin-bottom: 10px;
    line-height: 30px;
  }
  .member-leave .form-inline .form-horizon {
    margin-bottom: 20px;
    width: calc(100% - 40px);
  }
}

.member-leave .table > tbody > tr > th {
  width: 30%;
}

.member-leave .table > tbody > tr > td {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .member-leave .table > tbody > tr > th {
    width: 100%;
  }
  .member-leave .table > tbody > tr > td {
    width: 100%;
  }
}

.daccount-linkage .btn-img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 322px;
  margin: auto;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.daccount-linkage .btn-img:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.daccount-linkage .btn-img .text-btn-daccount {
  position: absolute;
  top: 50%;
  left: 69px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ", "ヒラギノ角ゴシック ProN", sans-serif;
  line-height: 22px;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 422px) {
  .daccount-linkage .btn-img .text-btn-daccount {
    left: 24%;
    font-size: 5vw;
  }
}
.daccount-linkage .btn-img img {
  width: auto;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .daccount-linkage .btn-img img {
    width: 100%;
    height: auto;
  }
}

.error .form-box-inner-notice {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}
.error .form-box-inner-notice .fa-warning {
  margin-right: 5px;
}

@media screen and (min-width: 769px) {
  .payment-btn {
    margin-bottom: 30px;
  }
}

/** デジコ交換画面  */
.digico-exchange-main {
  background-color: #e8f3fa;
  @media screen and (max-width: 768px) {
    padding-inline: 0 !important;
    padding-block: 50px !important;
  }
  & > .digico-exchange-container {
    background-color: white;
    border-radius: 24px;
    text-align: center;
    padding-block: 30px;
    padding-inline: 200px;
    @media screen and (max-width: 768px) {
      border-radius: 0;
      padding-inline: 30px;
    }
  }
  & > .digico-exchange-container > .digico-exchange-title {
    padding-block-start: 40px;
    padding-block-end: 14px;
    font-weight: bold;
    @media screen and (max-width: 768px) {
      font-size: 14px;
      padding-block-start: 10px;
      border-bottom: 1px solid #cccccc;
    }
  }
  & > .digico-exchange-container > .digico-exchange-subContainer {
    width: 70%;
    margin: 0 auto;
    @media screen and (max-width: 768px) {
      width: 100%;
      padding-block-start: 16px;
    }
    & > .digico-balance-point {
      padding-block-end: 14px;
      color: gray;
      text-align: left;
      font-size: 14px;
      @media screen and (max-width: 768px) {
        text-align: center;
      }
      & > .point {
        color: black;
        font-size: 16px;
      }
    }
    & > .digico-exchange-form {
      display: block;
      & > .digico-exchange-header {
        display: grid;
        grid-template-columns: 300px auto auto auto auto;
        gap: 10px;
        align-items: center;
        padding-bottom: 8px;
        @media screen and (max-width: 768px) {
          grid-template-columns: 160px auto auto auto auto;
          gap: 8px;
        }
      }
      & > .digico-exchange-header > .digico-exchange-span {
        text-align: left;
        font-size: 14px;
        color: #666666;
        grid-column: 1;
      }
      & > .digico-exchange-header > .conversion-label {
        color: #666666;
        font-size: 14px;
        white-space: nowrap;
        text-align: left;
        grid-column: 3;
        @media screen and (max-width: 768px) {
          grid-column: 4;
        }
      }
      & > .digico-exchange-input-wrapper {
        display: grid;
        grid-template-columns: 300px auto auto auto auto;
        gap: 10px;
        align-items: center;
        width: fit-content;
        max-width: 600px;
        @media screen and (max-width: 768px) {
          grid-template-columns: 160px auto auto auto auto;
          max-width: 400px;
          gap: 8px;
        }
      }
      & > .digico-exchange-input-wrapper > .digico-exchange-input {
        border: 1px solid #cccccc;
        border-radius: 0;
        font-size: 30px;
        font-weight: bold;
        text-align: right;
        padding: 8px;
        grid-column: 1;
        @media screen and (max-width: 768px) {
          font-size: 24px;
        }
      }
      & > .digico-exchange-input-wrapper > span {
        font-weight: bold;
        font-size: 18px;
        white-space: nowrap;
        grid-column: 2;
      }
      & > .digico-exchange-input-wrapper > .conversion-arrow {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 8px;
        margin-inline: 5px;
        grid-column: 3;
        &::before,
        &::after {
          content: "";
          position: absolute;
          top: 0;
          border-right: solid 2px #005b97;
          border-top: solid 2px #005b97;
          height: 8px;
          width: 8px;
          transform: rotate(45deg);
        }
        &::before {
          left: 0;
        }
        &::after {
          left: 8px;
        }
      }

      & > .digico-exchange-input-wrapper > .conversion-point {
        font-weight: bold;
        font-size: 32px;
        color: #333333;
        white-space: nowrap;
        min-width: fit-content;
        grid-column: 4;
        @media screen and (max-width: 768px) {
          font-size: 24px;
        }
      }
      & > .digico-exchange-input-wrapper > .conversion-unit {
        font-weight: bold;
        font-size: 18px;
        color: #333333;
        white-space: nowrap;
        grid-column: 5;
        @media screen and (max-width: 768px) {
          font-size: 16px;
        }
      }
    }
    & > .digico-exchange-error {
      display: none;
      text-align: left;
      &.show {
        display: block;
        padding: 16px 0 14px 0;

        @media screen and (max-width: 768px) {
          padding: 8px 0 6px 0;
          font-size: 12px;
        }
      }
    }
    & > .digico-exchange-rate {
      display: flex;
      align-items: center;
      text-align: left;
      padding-block: 10px;
      & > .rate-label {
        color: #666666;
      }
      & > .rate-point {
        font-weight: bold;
        font-size: 18px;
      }
      & > .point {
        font-weight: bold;
        font-size: 12px;
        padding: 0 2px 0 4px;
      }
      & > .rate-accordion {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 8px;
        padding: 0 8px;
        margin-inline: 5px;
        &::before,
        &::after {
          content: "";
          position: absolute;
          top: 0;
          border-right: solid 2px #005b97;
          border-top: solid 2px #005b97;
          height: 8px;
          width: 8px;
          transform: rotate(45deg);
        }
        &::before {
          left: 0;
        }
        &::after {
          left: 8px;
        }
      }
    }

    & > .digico-exchange-agreement {
      & > div {
        text-align: left;
        padding-block: 24px;
        @media screen and (max-width: 768px) {
          padding-block: 16px;
        }
      }
      & > label {
        padding-block-start: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
      }
      & > label > .agreement-checkbox {
        margin: 0;
      }
    }
    & > .digico-exchange-text {
      padding-block-start: 20px;
      padding-block-end: 10px;
      text-align: left;
      @media screen and (max-width: 768px) {
        padding-block-start: 0px;
      }
    }
    & > .digico-exchange-process-container {
      display: none;
      gap: 20px;
      padding-block-start: 30px;
      &.show {
        display: grid;
      }
    }
  }
}

/** デジコ交換完了画面  */
.digico-complete-main {
  background-color: #e8f3fa;
  @media screen and (max-width: 768px) {
    padding-inline: 0 !important;
    padding-block: 50px !important;
  }
  & > .digico-complete-container {
    background-color: white;
    border-radius: 24px;
    text-align: center;
    padding: 30px;
    @media screen and (max-width: 768px) {
      border-radius: 0;
    }
  }
  & > .digico-complete-container > .digico-complete-title {
    font-weight: bold;
    font-size: 32px;
    @media screen and (max-width: 768px) {
      font-size: 14px;
      padding-bottom: 10px;
      border-bottom: 1px solid #cccccc;
    }
  }
  & > .digico-complete-container > .digico-complete-subContainer {
    width: 70%;
    margin: 0 auto;
    @media screen and (max-width: 768px) {
      width: 100%;
    }
    & > h4 {
      font-weight: bold;
      font-size: 20px;
      padding-block: 16px;
      margin: 14px auto 24px;
      @media screen and (max-width: 768px) {
        margin: 6px auto 16px;
        width: 100%;
      }
    }
    & > .digico-complete-brand {
      margin: 0;
      font-weight: bold;
    }
    & > .digico-complete-text {
      padding-block-end: 5px;
      font-size: 12px;
      color: #666666;
      margin: 0;
    }
    & > .digico-complete-point {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 3px;
      font-size: 18px;
      font-weight: bold;
      & > span {
        font-size: 32px;
      }
    }
  }
}

/** デジコ交換エラー画面  */
.digico-error-main {
  background-color: #e8f3fa;
  text-align: center;
  @media screen and (max-width: 768px) {
    padding-inline: 0 !important;
  }
  & > .digico-error-container {
    width: 70%;
    margin: 0 auto;
    font-size: 15px;
    font-weight: bold;
    @media screen and (max-width: 768px) {
      width: 90%;
      font-size: 13px;
    }
  }
}

/** デジコ共通 */
.digico-caption {
  background-color: #f5f5f5;
  color: #666666;
  border-radius: 3px;
  padding: 16px;
  font-size: 13px;
  line-height: 2;
  text-align: left;
  @media screen and (max-width: 768px) {
    font-size: 12px;
  }
}
.digico-action {
  display: grid;
  gap: 20px;
  padding-block: 24px 16px;
  @media screen and (max-width: 768px) {
    text-align: center;
  }
  & > form > .digico-btn,
  & > .digico-btn {
    background: no-repeat;
    color: #337ab7;
    transition: 0.3s;
    width: 300px;
    min-height: 50px;
    border-radius: 25px;
    display: grid;
    align-items: center;
    margin: 0 auto;
    box-sizing: border-box;
    padding-block: 8px;
    padding-inline: 12px;
    border: 2px solid;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none !important;
  }
  & > form > .digico-btn-disabled,
  & > .digico-btn-disabled {
    background-color: #cccccc;
    color: #666666;
    border-color: #cccccc;
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: none !important;
  }
  & > .digico-line {
    width: 100%;
    height: 1px;
    background-color: #cccccc;
  }
}
.digico-guide {
  text-align: right;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5px;
  & > a {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    & > img {
      filter: brightness(0) saturate(100%) invert(42%) sepia(0%) saturate(0%)
        hue-rotate(357deg) brightness(95%) contrast(94%);
    }
  }
  @media screen and (max-width: 768px) {
    font-size: 12px;
  }
}
.digico-caption-container {
  padding-block-end: 24px;
  @media screen and (max-width: 768px) {
    padding-block-end: 16px;
  }
}

.digico-exchange-btn-return {
  color: #a7a8a8 !important;
  border-color: #a7a8a8 !important;
}

/** ポイント履歴一覧画面 */
.point-overview {
  padding-block-start: 16px;
  padding-block-end: 16px;
  display: grid;
  gap: 4px;
  & > p {
    margin: 0;
  }
  & > .heading {
    font-size: 16px;
    font-weight: bold;
    @media screen and (max-width: 768px) {
      font-size: 14px;
    }
  }
  & > .holding-point {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    font-weight: bold;
  }
  & > .holding-point > span {
    font-size: 32px;
  }
  & > .holding-point > .unit {
    font-size: 18px;
  }
  & > .expire-date {
    color: #666666;
  }
}
.point-history-list {
  & > .page {
    text-align: left;
    color: #666666;
  }
  & > div > .list {
    padding-block-end: 15px;
    border-top: 1px solid #ebebeb;
  }
  & > div > .last {
    border-bottom: 1px solid #ebebeb;
  }
  & > div > .list > .item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
    text-align: start;
    padding-block-start: 20px;
    padding-block-end: 10px;
    position: relative;
  }
  & > div > .list > .item > .row-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
  }
  & > div > .list > .item > .row-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 8px;
  }
  & > div > .list > .item > .row-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
  }
  & > div > .list > .item > .row-header > .point-history-div {
    width: 66px;
    text-align: center;
    border-radius: 4px;
    padding: 4px 8px;
    font-weight: bold;
    margin: 0;

    @media screen and (max-width: 768px) {
      padding-block: 0;
      margin-block: 5px;
    }
  }
  & > div > .list > .item > .row-header > .obtain,
  & > div > .list > .item > .row-header > .cancel {
    background-color: #005b97;
    color: white;
    min-width: 66px;
  }
  & > div > .list > .item > .row-header > .use {
    border: 2px solid #005b97;
    color: #005b97;
  }
  & > div > .list > .item > .row-header > .expire {
    background-color: #dedede;
    color: #666666;
    min-width: 66px;
  }
  & > div > .list > .item > .row-header > .create-time {
    color: #a7a8a8;
    font-size: 14px;
    text-align: right;
    margin: 0;
  }
  & > div > .list > .item > .row-content > .property-name {
    font-size: 16px;
    font-weight: bold;
    flex: 1;
  }
  & > div > .list > .item > .row-content > .diff-point {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;

    & > span {
      font-size: 16px;
      font-weight: bold;

      & > .unit {
        font-size: 14px;
      }
    }
    & > .unit + .accordion {
      margin-left: 7px;
    }
    &:not(:has(.accordion)) {
      cursor: default;
    }
  }

  & > div > .list > .item > .row-content > .highlight {
    color: #005b97;
  }
  & > div > .list > .item > .row-footer > .footer-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }
  & > div > .list > .item > .row-footer > .footer-left > .memo {
    color: #666666;
    word-wrap: break-word;
    word-break: break-all;
    flex: 1;
    min-width: 0;
  }
  & > div > .list > .item > .row-footer > .footer-left > .digico {
    color: #005b97;
    flex-shrink: 0;
    & > button {
      background: no-repeat;
      border: none;
    }
  }

  & > div > .list > .item > .row-footer > .point-balance {
    color: #a7a8a8;
    text-align: right;
    white-space: nowrap;
  }
  & > div > .list > .added-point-detail {
    display: none;
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 16px;
    text-align: left;
    margin-top: 10px;
    & > .heading {
      font-size: 15px;
      font-weight: bold;
      padding-block-end: 10px;
      border-bottom: 1px solid #ebebeb;
    }
    & > .item {
      display: flex;
      justify-content: space-between;
      padding-block-start: 10px;
    }
    & > .item > p {
      margin: 0;
    }
  }
}
/**
 * 共通
*/
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/NotoSansJP-T-bb600aefcdf95b3622ef3f680afe0acc.woff2) format("woff2"),
    url(/css/fonts/NotoSansJP-T-e545813e4bb8140c83d07cb6e4ae74bd.woff) format("woff"),
    url(/css/fonts/NotoSansJP-T-b5fee5dd01e471f243763317cf0cfab9.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200;
  src: url(/css/fonts/NotoSansJP-L-9289845c8717947ccfb89a8b598727a4.woff2) format("woff2"),
    url(/css/fonts/NotoSansJP-L-0f8825540009753bbca6b31880ef45f3.woff) format("woff"),
    url(/css/fonts/NotoSansJP-L-b87231a9a4e57afdf2ef9244d1087c96.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 300;
  src: url(/css/fonts/NotoSansJP-D-31bb281ac5197581c28081de7631e2ef.woff2) format("woff2"),
    url(/css/fonts/NotoSansJP-D-a18b335c4f651dde0c6a2d03739ec863.woff) format("woff"),
    url(/css/fonts/NotoSansJP-D-455e676a8896342c606f09860e94d890.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url(/css/fonts/NotoSansJP-R-a7ce05d84c892201d04cd527ac69f386.woff2) format("woff2"),
    url(/css/fonts/NotoSansJP-R-630f0be41344346a15e9a2067feeafda.woff) format("woff"),
    url(/css/fonts/NotoSansJP-R-bc4ffb4dcfce4de7a4aca99db355915e.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url(/css/fonts/NotoSansJP-M-ab0c5930b7d37d6b392dd76583b00c66.woff2) format("woff2"),
    url(/css/fonts/NotoSansJP-M-1e84ee2d212e56b23891fd6a64b5ba26.woff) format("woff"),
    url(/css/fonts/NotoSansJP-M-2aabbe27ebebfd84d457e16b86525b3b.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url(/css/fonts/NotoSansJP-B-21e1a13cfd2dc234f41cb27033f7fd30.woff2) format("woff2"),
    url(/css/fonts/NotoSansJP-B-ba70e5ee3ed30f3344c0092ae0b74bfb.woff) format("woff"),
    url(/css/fonts/NotoSansJP-B-b5e63f87b719be0882815eeee8a8a9d3.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 900;
  src: url(/css/fonts/NotoSansJP-BLK-b8c642f1962de7d320490d5137382f1b.woff2) format("woff2"),
    url(/css/fonts/NotoSansJP-BLK-950e566438319c3e487fb68d75db874d.woff) format("woff"),
    url(/css/fonts/NotoSansJP-BLK-01adcf5b1d7d9235116089e3fa8037c0.otf) format("opentype");
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,
    Arial, Meiryo, sans-serif;
}

.btn {
  border-radius: 0;
  border: none;
  text-shadow: none;
}
.btn-default {
  background-color: #e6e6e6;
}
.btn-main,
.btn-warning {
  background: #aa3d31;
  color: #fff;
  text-shadow: inherit;
}
.btn-main:hover,
.btn-warning:hover {
  background: #d5776c;
  color: #fff;
}
.btn-main:focus,
.btn-warning:focus {
  color: #fff;
}
.btn-sub {
  background: #aa3d31;
  text-shadow: inherit;
  color: #fff;
}
.btn-sub:hover {
  background: #d5776c;
  color: #fff;
}
.btn-outline-success {
  border: 1px solid #222222;
  color: #222222;
  font-weight: 700;
  background: #fff;
  border-radius: 50px;
}
.btn-outline-success i.fa {
  line-height: 10px;
}
.btn-outline-success:focus,
.btn-outline-success:hover {
  outline: 0;
  background: #222222;
  color: #fff;
}
.btn-outline-success:active {
  background: #090909;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) inset;
}
.btn-outline-success.disable {
  background: #eee;
  border: 1px solid #ccc;
  color: #ccc;
  cursor: default;
}
.btn-outline-success.disable:hover {
  background: #eee;
  border: 1px solid #ccc;
  color: #ccc;
}

a.text-link:link,
a.text-link:hover {
  font-weight: bold;
}

a.text-link:link {
  text-decoration: underline;
}

a.text-link:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 769px) {
  .col-main {
    min-width: 945px;
    margin: 0 auto;
    float: none;
  }
}

label {
  font-weight: normal;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

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

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

.mh0 {
  min-height: 0px !important;
}

.w-0 {
  width: 0px !important;
}

.mnw-0 {
  min-width: 0px !important;
}

.mxw-0 {
  max-width: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

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

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

.mh5 {
  min-height: 5px !important;
}

.w-5 {
  width: 5px !important;
}

.mnw-5 {
  min-width: 5px !important;
}

.mxw-5 {
  max-width: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mh10 {
  min-height: 10px !important;
}

.w-10 {
  width: 10px !important;
}

.mnw-10 {
  min-width: 10px !important;
}

.mxw-10 {
  max-width: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mh15 {
  min-height: 15px !important;
}

.w-15 {
  width: 15px !important;
}

.mnw-15 {
  min-width: 15px !important;
}

.mxw-15 {
  max-width: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mh20 {
  min-height: 20px !important;
}

.w-20 {
  width: 20px !important;
}

.mnw-20 {
  min-width: 20px !important;
}

.mxw-20 {
  max-width: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

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

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

.mh25 {
  min-height: 25px !important;
}

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

.mnw-25 {
  min-width: 25px !important;
}

.mxw-25 {
  max-width: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mh30 {
  min-height: 30px !important;
}

.w-30 {
  width: 30px !important;
}

.mnw-30 {
  min-width: 30px !important;
}

.mxw-30 {
  max-width: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mh35 {
  min-height: 35px !important;
}

.w-35 {
  width: 35px !important;
}

.mnw-35 {
  min-width: 35px !important;
}

.mxw-35 {
  max-width: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mh40 {
  min-height: 40px !important;
}

.w-40 {
  width: 40px !important;
}

.mnw-40 {
  min-width: 40px !important;
}

.mxw-40 {
  max-width: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mh45 {
  min-height: 45px !important;
}

.w-45 {
  width: 45px !important;
}

.mnw-45 {
  min-width: 45px !important;
}

.mxw-45 {
  max-width: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mh50 {
  min-height: 50px !important;
}

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

.mnw-50 {
  min-width: 50px !important;
}

.mxw-50 {
  max-width: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mh55 {
  min-height: 55px !important;
}

.w-55 {
  width: 55px !important;
}

.mnw-55 {
  min-width: 55px !important;
}

.mxw-55 {
  max-width: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mh60 {
  min-height: 60px !important;
}

.w-60 {
  width: 60px !important;
}

.mnw-60 {
  min-width: 60px !important;
}

.mxw-60 {
  max-width: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mh65 {
  min-height: 65px !important;
}

.w-65 {
  width: 65px !important;
}

.mnw-65 {
  min-width: 65px !important;
}

.mxw-65 {
  max-width: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mh70 {
  min-height: 70px !important;
}

.w-70 {
  width: 70px !important;
}

.mnw-70 {
  min-width: 70px !important;
}

.mxw-70 {
  max-width: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.mh75 {
  min-height: 75px !important;
}

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

.mnw-75 {
  min-width: 75px !important;
}

.mxw-75 {
  max-width: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.mh80 {
  min-height: 80px !important;
}

.w-80 {
  width: 80px !important;
}

.mnw-80 {
  min-width: 80px !important;
}

.mxw-80 {
  max-width: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.mh85 {
  min-height: 85px !important;
}

.w-85 {
  width: 85px !important;
}

.mnw-85 {
  min-width: 85px !important;
}

.mxw-85 {
  max-width: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.mh90 {
  min-height: 90px !important;
}

.w-90 {
  width: 90px !important;
}

.mnw-90 {
  min-width: 90px !important;
}

.mxw-90 {
  max-width: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.mh95 {
  min-height: 95px !important;
}

.w-95 {
  width: 95px !important;
}

.mnw-95 {
  min-width: 95px !important;
}

.mxw-95 {
  max-width: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.mh100 {
  min-height: 100px !important;
}

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

.mnw-100 {
  min-width: 100px !important;
}

.mxw-100 {
  max-width: 100px !important;
}

.mt105 {
  margin-top: 105px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.mr105 {
  margin-right: 105px !important;
}

.ml105 {
  margin-left: 105px !important;
}

.pt105 {
  padding-top: 105px !important;
}

.pb105 {
  padding-bottom: 105px !important;
}

.pr105 {
  padding-right: 105px !important;
}

.pl105 {
  padding-left: 105px !important;
}

.mh105 {
  min-height: 105px !important;
}

.w-105 {
  width: 105px !important;
}

.mnw-105 {
  min-width: 105px !important;
}

.mxw-105 {
  max-width: 105px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mr110 {
  margin-right: 110px !important;
}

.ml110 {
  margin-left: 110px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.pr110 {
  padding-right: 110px !important;
}

.pl110 {
  padding-left: 110px !important;
}

.mh110 {
  min-height: 110px !important;
}

.w-110 {
  width: 110px !important;
}

.mnw-110 {
  min-width: 110px !important;
}

.mxw-110 {
  max-width: 110px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.mr115 {
  margin-right: 115px !important;
}

.ml115 {
  margin-left: 115px !important;
}

.pt115 {
  padding-top: 115px !important;
}

.pb115 {
  padding-bottom: 115px !important;
}

.pr115 {
  padding-right: 115px !important;
}

.pl115 {
  padding-left: 115px !important;
}

.mh115 {
  min-height: 115px !important;
}

.w-115 {
  width: 115px !important;
}

.mnw-115 {
  min-width: 115px !important;
}

.mxw-115 {
  max-width: 115px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pr120 {
  padding-right: 120px !important;
}

.pl120 {
  padding-left: 120px !important;
}

.mh120 {
  min-height: 120px !important;
}

.w-120 {
  width: 120px !important;
}

.mnw-120 {
  min-width: 120px !important;
}

.mxw-120 {
  max-width: 120px !important;
}

.mt125 {
  margin-top: 125px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.mr125 {
  margin-right: 125px !important;
}

.ml125 {
  margin-left: 125px !important;
}

.pt125 {
  padding-top: 125px !important;
}

.pb125 {
  padding-bottom: 125px !important;
}

.pr125 {
  padding-right: 125px !important;
}

.pl125 {
  padding-left: 125px !important;
}

.mh125 {
  min-height: 125px !important;
}

.w-125 {
  width: 125px !important;
}

.mnw-125 {
  min-width: 125px !important;
}

.mxw-125 {
  max-width: 125px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mr130 {
  margin-right: 130px !important;
}

.ml130 {
  margin-left: 130px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.pr130 {
  padding-right: 130px !important;
}

.pl130 {
  padding-left: 130px !important;
}

.mh130 {
  min-height: 130px !important;
}

.w-130 {
  width: 130px !important;
}

.mnw-130 {
  min-width: 130px !important;
}

.mxw-130 {
  max-width: 130px !important;
}

.mt135 {
  margin-top: 135px !important;
}

.mb135 {
  margin-bottom: 135px !important;
}

.mr135 {
  margin-right: 135px !important;
}

.ml135 {
  margin-left: 135px !important;
}

.pt135 {
  padding-top: 135px !important;
}

.pb135 {
  padding-bottom: 135px !important;
}

.pr135 {
  padding-right: 135px !important;
}

.pl135 {
  padding-left: 135px !important;
}

.mh135 {
  min-height: 135px !important;
}

.w-135 {
  width: 135px !important;
}

.mnw-135 {
  min-width: 135px !important;
}

.mxw-135 {
  max-width: 135px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mr140 {
  margin-right: 140px !important;
}

.ml140 {
  margin-left: 140px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.pr140 {
  padding-right: 140px !important;
}

.pl140 {
  padding-left: 140px !important;
}

.mh140 {
  min-height: 140px !important;
}

.w-140 {
  width: 140px !important;
}

.mnw-140 {
  min-width: 140px !important;
}

.mxw-140 {
  max-width: 140px !important;
}

.mt145 {
  margin-top: 145px !important;
}

.mb145 {
  margin-bottom: 145px !important;
}

.mr145 {
  margin-right: 145px !important;
}

.ml145 {
  margin-left: 145px !important;
}

.pt145 {
  padding-top: 145px !important;
}

.pb145 {
  padding-bottom: 145px !important;
}

.pr145 {
  padding-right: 145px !important;
}

.pl145 {
  padding-left: 145px !important;
}

.mh145 {
  min-height: 145px !important;
}

.w-145 {
  width: 145px !important;
}

.mnw-145 {
  min-width: 145px !important;
}

.mxw-145 {
  max-width: 145px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mr150 {
  margin-right: 150px !important;
}

.ml150 {
  margin-left: 150px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.pr150 {
  padding-right: 150px !important;
}

.pl150 {
  padding-left: 150px !important;
}

.mh150 {
  min-height: 150px !important;
}

.w-150 {
  width: 150px !important;
}

.mnw-150 {
  min-width: 150px !important;
}

.mxw-150 {
  max-width: 150px !important;
}

.mt155 {
  margin-top: 155px !important;
}

.mb155 {
  margin-bottom: 155px !important;
}

.mr155 {
  margin-right: 155px !important;
}

.ml155 {
  margin-left: 155px !important;
}

.pt155 {
  padding-top: 155px !important;
}

.pb155 {
  padding-bottom: 155px !important;
}

.pr155 {
  padding-right: 155px !important;
}

.pl155 {
  padding-left: 155px !important;
}

.mh155 {
  min-height: 155px !important;
}

.w-155 {
  width: 155px !important;
}

.mnw-155 {
  min-width: 155px !important;
}

.mxw-155 {
  max-width: 155px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.mr160 {
  margin-right: 160px !important;
}

.ml160 {
  margin-left: 160px !important;
}

.pt160 {
  padding-top: 160px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.pr160 {
  padding-right: 160px !important;
}

.pl160 {
  padding-left: 160px !important;
}

.mh160 {
  min-height: 160px !important;
}

.w-160 {
  width: 160px !important;
}

.mnw-160 {
  min-width: 160px !important;
}

.mxw-160 {
  max-width: 160px !important;
}

.mt165 {
  margin-top: 165px !important;
}

.mb165 {
  margin-bottom: 165px !important;
}

.mr165 {
  margin-right: 165px !important;
}

.ml165 {
  margin-left: 165px !important;
}

.pt165 {
  padding-top: 165px !important;
}

.pb165 {
  padding-bottom: 165px !important;
}

.pr165 {
  padding-right: 165px !important;
}

.pl165 {
  padding-left: 165px !important;
}

.mh165 {
  min-height: 165px !important;
}

.w-165 {
  width: 165px !important;
}

.mnw-165 {
  min-width: 165px !important;
}

.mxw-165 {
  max-width: 165px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.mr170 {
  margin-right: 170px !important;
}

.ml170 {
  margin-left: 170px !important;
}

.pt170 {
  padding-top: 170px !important;
}

.pb170 {
  padding-bottom: 170px !important;
}

.pr170 {
  padding-right: 170px !important;
}

.pl170 {
  padding-left: 170px !important;
}

.mh170 {
  min-height: 170px !important;
}

.w-170 {
  width: 170px !important;
}

.mnw-170 {
  min-width: 170px !important;
}

.mxw-170 {
  max-width: 170px !important;
}

.mt175 {
  margin-top: 175px !important;
}

.mb175 {
  margin-bottom: 175px !important;
}

.mr175 {
  margin-right: 175px !important;
}

.ml175 {
  margin-left: 175px !important;
}

.pt175 {
  padding-top: 175px !important;
}

.pb175 {
  padding-bottom: 175px !important;
}

.pr175 {
  padding-right: 175px !important;
}

.pl175 {
  padding-left: 175px !important;
}

.mh175 {
  min-height: 175px !important;
}

.w-175 {
  width: 175px !important;
}

.mnw-175 {
  min-width: 175px !important;
}

.mxw-175 {
  max-width: 175px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.mr180 {
  margin-right: 180px !important;
}

.ml180 {
  margin-left: 180px !important;
}

.pt180 {
  padding-top: 180px !important;
}

.pb180 {
  padding-bottom: 180px !important;
}

.pr180 {
  padding-right: 180px !important;
}

.pl180 {
  padding-left: 180px !important;
}

.mh180 {
  min-height: 180px !important;
}

.w-180 {
  width: 180px !important;
}

.mnw-180 {
  min-width: 180px !important;
}

.mxw-180 {
  max-width: 180px !important;
}

.mt185 {
  margin-top: 185px !important;
}

.mb185 {
  margin-bottom: 185px !important;
}

.mr185 {
  margin-right: 185px !important;
}

.ml185 {
  margin-left: 185px !important;
}

.pt185 {
  padding-top: 185px !important;
}

.pb185 {
  padding-bottom: 185px !important;
}

.pr185 {
  padding-right: 185px !important;
}

.pl185 {
  padding-left: 185px !important;
}

.mh185 {
  min-height: 185px !important;
}

.w-185 {
  width: 185px !important;
}

.mnw-185 {
  min-width: 185px !important;
}

.mxw-185 {
  max-width: 185px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.mr190 {
  margin-right: 190px !important;
}

.ml190 {
  margin-left: 190px !important;
}

.pt190 {
  padding-top: 190px !important;
}

.pb190 {
  padding-bottom: 190px !important;
}

.pr190 {
  padding-right: 190px !important;
}

.pl190 {
  padding-left: 190px !important;
}

.mh190 {
  min-height: 190px !important;
}

.w-190 {
  width: 190px !important;
}

.mnw-190 {
  min-width: 190px !important;
}

.mxw-190 {
  max-width: 190px !important;
}

.mt195 {
  margin-top: 195px !important;
}

.mb195 {
  margin-bottom: 195px !important;
}

.mr195 {
  margin-right: 195px !important;
}

.ml195 {
  margin-left: 195px !important;
}

.pt195 {
  padding-top: 195px !important;
}

.pb195 {
  padding-bottom: 195px !important;
}

.pr195 {
  padding-right: 195px !important;
}

.pl195 {
  padding-left: 195px !important;
}

.mh195 {
  min-height: 195px !important;
}

.w-195 {
  width: 195px !important;
}

.mnw-195 {
  min-width: 195px !important;
}

.mxw-195 {
  max-width: 195px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.mr200 {
  margin-right: 200px !important;
}

.ml200 {
  margin-left: 200px !important;
}

.pt200 {
  padding-top: 200px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

.pr200 {
  padding-right: 200px !important;
}

.pl200 {
  padding-left: 200px !important;
}

.mh200 {
  min-height: 200px !important;
}

.w-200 {
  width: 200px !important;
}

.mnw-200 {
  min-width: 200px !important;
}

.mxw-200 {
  max-width: 200px !important;
}

.mt205 {
  margin-top: 205px !important;
}

.mb205 {
  margin-bottom: 205px !important;
}

.mr205 {
  margin-right: 205px !important;
}

.ml205 {
  margin-left: 205px !important;
}

.pt205 {
  padding-top: 205px !important;
}

.pb205 {
  padding-bottom: 205px !important;
}

.pr205 {
  padding-right: 205px !important;
}

.pl205 {
  padding-left: 205px !important;
}

.mh205 {
  min-height: 205px !important;
}

.w-205 {
  width: 205px !important;
}

.mnw-205 {
  min-width: 205px !important;
}

.mxw-205 {
  max-width: 205px !important;
}

.mt210 {
  margin-top: 210px !important;
}

.mb210 {
  margin-bottom: 210px !important;
}

.mr210 {
  margin-right: 210px !important;
}

.ml210 {
  margin-left: 210px !important;
}

.pt210 {
  padding-top: 210px !important;
}

.pb210 {
  padding-bottom: 210px !important;
}

.pr210 {
  padding-right: 210px !important;
}

.pl210 {
  padding-left: 210px !important;
}

.mh210 {
  min-height: 210px !important;
}

.w-210 {
  width: 210px !important;
}

.mnw-210 {
  min-width: 210px !important;
}

.mxw-210 {
  max-width: 210px !important;
}

.mt215 {
  margin-top: 215px !important;
}

.mb215 {
  margin-bottom: 215px !important;
}

.mr215 {
  margin-right: 215px !important;
}

.ml215 {
  margin-left: 215px !important;
}

.pt215 {
  padding-top: 215px !important;
}

.pb215 {
  padding-bottom: 215px !important;
}

.pr215 {
  padding-right: 215px !important;
}

.pl215 {
  padding-left: 215px !important;
}

.mh215 {
  min-height: 215px !important;
}

.w-215 {
  width: 215px !important;
}

.mnw-215 {
  min-width: 215px !important;
}

.mxw-215 {
  max-width: 215px !important;
}

.mt220 {
  margin-top: 220px !important;
}

.mb220 {
  margin-bottom: 220px !important;
}

.mr220 {
  margin-right: 220px !important;
}

.ml220 {
  margin-left: 220px !important;
}

.pt220 {
  padding-top: 220px !important;
}

.pb220 {
  padding-bottom: 220px !important;
}

.pr220 {
  padding-right: 220px !important;
}

.pl220 {
  padding-left: 220px !important;
}

.mh220 {
  min-height: 220px !important;
}

.w-220 {
  width: 220px !important;
}

.mnw-220 {
  min-width: 220px !important;
}

.mxw-220 {
  max-width: 220px !important;
}

.mt225 {
  margin-top: 225px !important;
}

.mb225 {
  margin-bottom: 225px !important;
}

.mr225 {
  margin-right: 225px !important;
}

.ml225 {
  margin-left: 225px !important;
}

.pt225 {
  padding-top: 225px !important;
}

.pb225 {
  padding-bottom: 225px !important;
}

.pr225 {
  padding-right: 225px !important;
}

.pl225 {
  padding-left: 225px !important;
}

.mh225 {
  min-height: 225px !important;
}

.w-225 {
  width: 225px !important;
}

.mnw-225 {
  min-width: 225px !important;
}

.mxw-225 {
  max-width: 225px !important;
}

.mt230 {
  margin-top: 230px !important;
}

.mb230 {
  margin-bottom: 230px !important;
}

.mr230 {
  margin-right: 230px !important;
}

.ml230 {
  margin-left: 230px !important;
}

.pt230 {
  padding-top: 230px !important;
}

.pb230 {
  padding-bottom: 230px !important;
}

.pr230 {
  padding-right: 230px !important;
}

.pl230 {
  padding-left: 230px !important;
}

.mh230 {
  min-height: 230px !important;
}

.w-230 {
  width: 230px !important;
}

.mnw-230 {
  min-width: 230px !important;
}

.mxw-230 {
  max-width: 230px !important;
}

.mt235 {
  margin-top: 235px !important;
}

.mb235 {
  margin-bottom: 235px !important;
}

.mr235 {
  margin-right: 235px !important;
}

.ml235 {
  margin-left: 235px !important;
}

.pt235 {
  padding-top: 235px !important;
}

.pb235 {
  padding-bottom: 235px !important;
}

.pr235 {
  padding-right: 235px !important;
}

.pl235 {
  padding-left: 235px !important;
}

.mh235 {
  min-height: 235px !important;
}

.w-235 {
  width: 235px !important;
}

.mnw-235 {
  min-width: 235px !important;
}

.mxw-235 {
  max-width: 235px !important;
}

.mt240 {
  margin-top: 240px !important;
}

.mb240 {
  margin-bottom: 240px !important;
}

.mr240 {
  margin-right: 240px !important;
}

.ml240 {
  margin-left: 240px !important;
}

.pt240 {
  padding-top: 240px !important;
}

.pb240 {
  padding-bottom: 240px !important;
}

.pr240 {
  padding-right: 240px !important;
}

.pl240 {
  padding-left: 240px !important;
}

.mh240 {
  min-height: 240px !important;
}

.w-240 {
  width: 240px !important;
}

.mnw-240 {
  min-width: 240px !important;
}

.mxw-240 {
  max-width: 240px !important;
}

.mt245 {
  margin-top: 245px !important;
}

.mb245 {
  margin-bottom: 245px !important;
}

.mr245 {
  margin-right: 245px !important;
}

.ml245 {
  margin-left: 245px !important;
}

.pt245 {
  padding-top: 245px !important;
}

.pb245 {
  padding-bottom: 245px !important;
}

.pr245 {
  padding-right: 245px !important;
}

.pl245 {
  padding-left: 245px !important;
}

.mh245 {
  min-height: 245px !important;
}

.w-245 {
  width: 245px !important;
}

.mnw-245 {
  min-width: 245px !important;
}

.mxw-245 {
  max-width: 245px !important;
}

.mt250 {
  margin-top: 250px !important;
}

.mb250 {
  margin-bottom: 250px !important;
}

.mr250 {
  margin-right: 250px !important;
}

.ml250 {
  margin-left: 250px !important;
}

.pt250 {
  padding-top: 250px !important;
}

.pb250 {
  padding-bottom: 250px !important;
}

.pr250 {
  padding-right: 250px !important;
}

.pl250 {
  padding-left: 250px !important;
}

.mh250 {
  min-height: 250px !important;
}

.w-250 {
  width: 250px !important;
}

.mnw-250 {
  min-width: 250px !important;
}

.mxw-250 {
  max-width: 250px !important;
}

.mt255 {
  margin-top: 255px !important;
}

.mb255 {
  margin-bottom: 255px !important;
}

.mr255 {
  margin-right: 255px !important;
}

.ml255 {
  margin-left: 255px !important;
}

.pt255 {
  padding-top: 255px !important;
}

.pb255 {
  padding-bottom: 255px !important;
}

.pr255 {
  padding-right: 255px !important;
}

.pl255 {
  padding-left: 255px !important;
}

.mh255 {
  min-height: 255px !important;
}

.w-255 {
  width: 255px !important;
}

.mnw-255 {
  min-width: 255px !important;
}

.mxw-255 {
  max-width: 255px !important;
}

.mt260 {
  margin-top: 260px !important;
}

.mb260 {
  margin-bottom: 260px !important;
}

.mr260 {
  margin-right: 260px !important;
}

.ml260 {
  margin-left: 260px !important;
}

.pt260 {
  padding-top: 260px !important;
}

.pb260 {
  padding-bottom: 260px !important;
}

.pr260 {
  padding-right: 260px !important;
}

.pl260 {
  padding-left: 260px !important;
}

.mh260 {
  min-height: 260px !important;
}

.w-260 {
  width: 260px !important;
}

.mnw-260 {
  min-width: 260px !important;
}

.mxw-260 {
  max-width: 260px !important;
}

.mt265 {
  margin-top: 265px !important;
}

.mb265 {
  margin-bottom: 265px !important;
}

.mr265 {
  margin-right: 265px !important;
}

.ml265 {
  margin-left: 265px !important;
}

.pt265 {
  padding-top: 265px !important;
}

.pb265 {
  padding-bottom: 265px !important;
}

.pr265 {
  padding-right: 265px !important;
}

.pl265 {
  padding-left: 265px !important;
}

.mh265 {
  min-height: 265px !important;
}

.w-265 {
  width: 265px !important;
}

.mnw-265 {
  min-width: 265px !important;
}

.mxw-265 {
  max-width: 265px !important;
}

.mt270 {
  margin-top: 270px !important;
}

.mb270 {
  margin-bottom: 270px !important;
}

.mr270 {
  margin-right: 270px !important;
}

.ml270 {
  margin-left: 270px !important;
}

.pt270 {
  padding-top: 270px !important;
}

.pb270 {
  padding-bottom: 270px !important;
}

.pr270 {
  padding-right: 270px !important;
}

.pl270 {
  padding-left: 270px !important;
}

.mh270 {
  min-height: 270px !important;
}

.w-270 {
  width: 270px !important;
}

.mnw-270 {
  min-width: 270px !important;
}

.mxw-270 {
  max-width: 270px !important;
}

.mt275 {
  margin-top: 275px !important;
}

.mb275 {
  margin-bottom: 275px !important;
}

.mr275 {
  margin-right: 275px !important;
}

.ml275 {
  margin-left: 275px !important;
}

.pt275 {
  padding-top: 275px !important;
}

.pb275 {
  padding-bottom: 275px !important;
}

.pr275 {
  padding-right: 275px !important;
}

.pl275 {
  padding-left: 275px !important;
}

.mh275 {
  min-height: 275px !important;
}

.w-275 {
  width: 275px !important;
}

.mnw-275 {
  min-width: 275px !important;
}

.mxw-275 {
  max-width: 275px !important;
}

.mt280 {
  margin-top: 280px !important;
}

.mb280 {
  margin-bottom: 280px !important;
}

.mr280 {
  margin-right: 280px !important;
}

.ml280 {
  margin-left: 280px !important;
}

.pt280 {
  padding-top: 280px !important;
}

.pb280 {
  padding-bottom: 280px !important;
}

.pr280 {
  padding-right: 280px !important;
}

.pl280 {
  padding-left: 280px !important;
}

.mh280 {
  min-height: 280px !important;
}

.w-280 {
  width: 280px !important;
}

.mnw-280 {
  min-width: 280px !important;
}

.mxw-280 {
  max-width: 280px !important;
}

.mt285 {
  margin-top: 285px !important;
}

.mb285 {
  margin-bottom: 285px !important;
}

.mr285 {
  margin-right: 285px !important;
}

.ml285 {
  margin-left: 285px !important;
}

.pt285 {
  padding-top: 285px !important;
}

.pb285 {
  padding-bottom: 285px !important;
}

.pr285 {
  padding-right: 285px !important;
}

.pl285 {
  padding-left: 285px !important;
}

.mh285 {
  min-height: 285px !important;
}

.w-285 {
  width: 285px !important;
}

.mnw-285 {
  min-width: 285px !important;
}

.mxw-285 {
  max-width: 285px !important;
}

.mt290 {
  margin-top: 290px !important;
}

.mb290 {
  margin-bottom: 290px !important;
}

.mr290 {
  margin-right: 290px !important;
}

.ml290 {
  margin-left: 290px !important;
}

.pt290 {
  padding-top: 290px !important;
}

.pb290 {
  padding-bottom: 290px !important;
}

.pr290 {
  padding-right: 290px !important;
}

.pl290 {
  padding-left: 290px !important;
}

.mh290 {
  min-height: 290px !important;
}

.w-290 {
  width: 290px !important;
}

.mnw-290 {
  min-width: 290px !important;
}

.mxw-290 {
  max-width: 290px !important;
}

.mt295 {
  margin-top: 295px !important;
}

.mb295 {
  margin-bottom: 295px !important;
}

.mr295 {
  margin-right: 295px !important;
}

.ml295 {
  margin-left: 295px !important;
}

.pt295 {
  padding-top: 295px !important;
}

.pb295 {
  padding-bottom: 295px !important;
}

.pr295 {
  padding-right: 295px !important;
}

.pl295 {
  padding-left: 295px !important;
}

.mh295 {
  min-height: 295px !important;
}

.w-295 {
  width: 295px !important;
}

.mnw-295 {
  min-width: 295px !important;
}

.mxw-295 {
  max-width: 295px !important;
}

.mt300 {
  margin-top: 300px !important;
}

.mb300 {
  margin-bottom: 300px !important;
}

.mr300 {
  margin-right: 300px !important;
}

.ml300 {
  margin-left: 300px !important;
}

.pt300 {
  padding-top: 300px !important;
}

.pb300 {
  padding-bottom: 300px !important;
}

.pr300 {
  padding-right: 300px !important;
}

.pl300 {
  padding-left: 300px !important;
}

.mh300 {
  min-height: 300px !important;
}

.w-300 {
  width: 300px !important;
}

.mnw-300 {
  min-width: 300px !important;
}

.mxw-300 {
  max-width: 300px !important;
}

.mt305 {
  margin-top: 305px !important;
}

.mb305 {
  margin-bottom: 305px !important;
}

.mr305 {
  margin-right: 305px !important;
}

.ml305 {
  margin-left: 305px !important;
}

.pt305 {
  padding-top: 305px !important;
}

.pb305 {
  padding-bottom: 305px !important;
}

.pr305 {
  padding-right: 305px !important;
}

.pl305 {
  padding-left: 305px !important;
}

.mh305 {
  min-height: 305px !important;
}

.w-305 {
  width: 305px !important;
}

.mnw-305 {
  min-width: 305px !important;
}

.mxw-305 {
  max-width: 305px !important;
}

.mt310 {
  margin-top: 310px !important;
}

.mb310 {
  margin-bottom: 310px !important;
}

.mr310 {
  margin-right: 310px !important;
}

.ml310 {
  margin-left: 310px !important;
}

.pt310 {
  padding-top: 310px !important;
}

.pb310 {
  padding-bottom: 310px !important;
}

.pr310 {
  padding-right: 310px !important;
}

.pl310 {
  padding-left: 310px !important;
}

.mh310 {
  min-height: 310px !important;
}

.w-310 {
  width: 310px !important;
}

.mnw-310 {
  min-width: 310px !important;
}

.mxw-310 {
  max-width: 310px !important;
}

.mt315 {
  margin-top: 315px !important;
}

.mb315 {
  margin-bottom: 315px !important;
}

.mr315 {
  margin-right: 315px !important;
}

.ml315 {
  margin-left: 315px !important;
}

.pt315 {
  padding-top: 315px !important;
}

.pb315 {
  padding-bottom: 315px !important;
}

.pr315 {
  padding-right: 315px !important;
}

.pl315 {
  padding-left: 315px !important;
}

.mh315 {
  min-height: 315px !important;
}

.w-315 {
  width: 315px !important;
}

.mnw-315 {
  min-width: 315px !important;
}

.mxw-315 {
  max-width: 315px !important;
}

.mt320 {
  margin-top: 320px !important;
}

.mb320 {
  margin-bottom: 320px !important;
}

.mr320 {
  margin-right: 320px !important;
}

.ml320 {
  margin-left: 320px !important;
}

.pt320 {
  padding-top: 320px !important;
}

.pb320 {
  padding-bottom: 320px !important;
}

.pr320 {
  padding-right: 320px !important;
}

.pl320 {
  padding-left: 320px !important;
}

.mh320 {
  min-height: 320px !important;
}

.w-320 {
  width: 320px !important;
}

.mnw-320 {
  min-width: 320px !important;
}

.mxw-320 {
  max-width: 320px !important;
}

.mt325 {
  margin-top: 325px !important;
}

.mb325 {
  margin-bottom: 325px !important;
}

.mr325 {
  margin-right: 325px !important;
}

.ml325 {
  margin-left: 325px !important;
}

.pt325 {
  padding-top: 325px !important;
}

.pb325 {
  padding-bottom: 325px !important;
}

.pr325 {
  padding-right: 325px !important;
}

.pl325 {
  padding-left: 325px !important;
}

.mh325 {
  min-height: 325px !important;
}

.w-325 {
  width: 325px !important;
}

.mnw-325 {
  min-width: 325px !important;
}

.mxw-325 {
  max-width: 325px !important;
}

.mt330 {
  margin-top: 330px !important;
}

.mb330 {
  margin-bottom: 330px !important;
}

.mr330 {
  margin-right: 330px !important;
}

.ml330 {
  margin-left: 330px !important;
}

.pt330 {
  padding-top: 330px !important;
}

.pb330 {
  padding-bottom: 330px !important;
}

.pr330 {
  padding-right: 330px !important;
}

.pl330 {
  padding-left: 330px !important;
}

.mh330 {
  min-height: 330px !important;
}

.w-330 {
  width: 330px !important;
}

.mnw-330 {
  min-width: 330px !important;
}

.mxw-330 {
  max-width: 330px !important;
}

.mt335 {
  margin-top: 335px !important;
}

.mb335 {
  margin-bottom: 335px !important;
}

.mr335 {
  margin-right: 335px !important;
}

.ml335 {
  margin-left: 335px !important;
}

.pt335 {
  padding-top: 335px !important;
}

.pb335 {
  padding-bottom: 335px !important;
}

.pr335 {
  padding-right: 335px !important;
}

.pl335 {
  padding-left: 335px !important;
}

.mh335 {
  min-height: 335px !important;
}

.w-335 {
  width: 335px !important;
}

.mnw-335 {
  min-width: 335px !important;
}

.mxw-335 {
  max-width: 335px !important;
}

.mt340 {
  margin-top: 340px !important;
}

.mb340 {
  margin-bottom: 340px !important;
}

.mr340 {
  margin-right: 340px !important;
}

.ml340 {
  margin-left: 340px !important;
}

.pt340 {
  padding-top: 340px !important;
}

.pb340 {
  padding-bottom: 340px !important;
}

.pr340 {
  padding-right: 340px !important;
}

.pl340 {
  padding-left: 340px !important;
}

.mh340 {
  min-height: 340px !important;
}

.w-340 {
  width: 340px !important;
}

.mnw-340 {
  min-width: 340px !important;
}

.mxw-340 {
  max-width: 340px !important;
}

.mt345 {
  margin-top: 345px !important;
}

.mb345 {
  margin-bottom: 345px !important;
}

.mr345 {
  margin-right: 345px !important;
}

.ml345 {
  margin-left: 345px !important;
}

.pt345 {
  padding-top: 345px !important;
}

.pb345 {
  padding-bottom: 345px !important;
}

.pr345 {
  padding-right: 345px !important;
}

.pl345 {
  padding-left: 345px !important;
}

.mh345 {
  min-height: 345px !important;
}

.w-345 {
  width: 345px !important;
}

.mnw-345 {
  min-width: 345px !important;
}

.mxw-345 {
  max-width: 345px !important;
}

.mt350 {
  margin-top: 350px !important;
}

.mb350 {
  margin-bottom: 350px !important;
}

.mr350 {
  margin-right: 350px !important;
}

.ml350 {
  margin-left: 350px !important;
}

.pt350 {
  padding-top: 350px !important;
}

.pb350 {
  padding-bottom: 350px !important;
}

.pr350 {
  padding-right: 350px !important;
}

.pl350 {
  padding-left: 350px !important;
}

.mh350 {
  min-height: 350px !important;
}

.w-350 {
  width: 350px !important;
}

.mnw-350 {
  min-width: 350px !important;
}

.mxw-350 {
  max-width: 350px !important;
}

.mt355 {
  margin-top: 355px !important;
}

.mb355 {
  margin-bottom: 355px !important;
}

.mr355 {
  margin-right: 355px !important;
}

.ml355 {
  margin-left: 355px !important;
}

.pt355 {
  padding-top: 355px !important;
}

.pb355 {
  padding-bottom: 355px !important;
}

.pr355 {
  padding-right: 355px !important;
}

.pl355 {
  padding-left: 355px !important;
}

.mh355 {
  min-height: 355px !important;
}

.w-355 {
  width: 355px !important;
}

.mnw-355 {
  min-width: 355px !important;
}

.mxw-355 {
  max-width: 355px !important;
}

.mt360 {
  margin-top: 360px !important;
}

.mb360 {
  margin-bottom: 360px !important;
}

.mr360 {
  margin-right: 360px !important;
}

.ml360 {
  margin-left: 360px !important;
}

.pt360 {
  padding-top: 360px !important;
}

.pb360 {
  padding-bottom: 360px !important;
}

.pr360 {
  padding-right: 360px !important;
}

.pl360 {
  padding-left: 360px !important;
}

.mh360 {
  min-height: 360px !important;
}

.w-360 {
  width: 360px !important;
}

.mnw-360 {
  min-width: 360px !important;
}

.mxw-360 {
  max-width: 360px !important;
}

.mt365 {
  margin-top: 365px !important;
}

.mb365 {
  margin-bottom: 365px !important;
}

.mr365 {
  margin-right: 365px !important;
}

.ml365 {
  margin-left: 365px !important;
}

.pt365 {
  padding-top: 365px !important;
}

.pb365 {
  padding-bottom: 365px !important;
}

.pr365 {
  padding-right: 365px !important;
}

.pl365 {
  padding-left: 365px !important;
}

.mh365 {
  min-height: 365px !important;
}

.w-365 {
  width: 365px !important;
}

.mnw-365 {
  min-width: 365px !important;
}

.mxw-365 {
  max-width: 365px !important;
}

.mt370 {
  margin-top: 370px !important;
}

.mb370 {
  margin-bottom: 370px !important;
}

.mr370 {
  margin-right: 370px !important;
}

.ml370 {
  margin-left: 370px !important;
}

.pt370 {
  padding-top: 370px !important;
}

.pb370 {
  padding-bottom: 370px !important;
}

.pr370 {
  padding-right: 370px !important;
}

.pl370 {
  padding-left: 370px !important;
}

.mh370 {
  min-height: 370px !important;
}

.w-370 {
  width: 370px !important;
}

.mnw-370 {
  min-width: 370px !important;
}

.mxw-370 {
  max-width: 370px !important;
}

.mt375 {
  margin-top: 375px !important;
}

.mb375 {
  margin-bottom: 375px !important;
}

.mr375 {
  margin-right: 375px !important;
}

.ml375 {
  margin-left: 375px !important;
}

.pt375 {
  padding-top: 375px !important;
}

.pb375 {
  padding-bottom: 375px !important;
}

.pr375 {
  padding-right: 375px !important;
}

.pl375 {
  padding-left: 375px !important;
}

.mh375 {
  min-height: 375px !important;
}

.w-375 {
  width: 375px !important;
}

.mnw-375 {
  min-width: 375px !important;
}

.mxw-375 {
  max-width: 375px !important;
}

.mt380 {
  margin-top: 380px !important;
}

.mb380 {
  margin-bottom: 380px !important;
}

.mr380 {
  margin-right: 380px !important;
}

.ml380 {
  margin-left: 380px !important;
}

.pt380 {
  padding-top: 380px !important;
}

.pb380 {
  padding-bottom: 380px !important;
}

.pr380 {
  padding-right: 380px !important;
}

.pl380 {
  padding-left: 380px !important;
}

.mh380 {
  min-height: 380px !important;
}

.w-380 {
  width: 380px !important;
}

.mnw-380 {
  min-width: 380px !important;
}

.mxw-380 {
  max-width: 380px !important;
}

.mt385 {
  margin-top: 385px !important;
}

.mb385 {
  margin-bottom: 385px !important;
}

.mr385 {
  margin-right: 385px !important;
}

.ml385 {
  margin-left: 385px !important;
}

.pt385 {
  padding-top: 385px !important;
}

.pb385 {
  padding-bottom: 385px !important;
}

.pr385 {
  padding-right: 385px !important;
}

.pl385 {
  padding-left: 385px !important;
}

.mh385 {
  min-height: 385px !important;
}

.w-385 {
  width: 385px !important;
}

.mnw-385 {
  min-width: 385px !important;
}

.mxw-385 {
  max-width: 385px !important;
}

.mt390 {
  margin-top: 390px !important;
}

.mb390 {
  margin-bottom: 390px !important;
}

.mr390 {
  margin-right: 390px !important;
}

.ml390 {
  margin-left: 390px !important;
}

.pt390 {
  padding-top: 390px !important;
}

.pb390 {
  padding-bottom: 390px !important;
}

.pr390 {
  padding-right: 390px !important;
}

.pl390 {
  padding-left: 390px !important;
}

.mh390 {
  min-height: 390px !important;
}

.w-390 {
  width: 390px !important;
}

.mnw-390 {
  min-width: 390px !important;
}

.mxw-390 {
  max-width: 390px !important;
}

.mt395 {
  margin-top: 395px !important;
}

.mb395 {
  margin-bottom: 395px !important;
}

.mr395 {
  margin-right: 395px !important;
}

.ml395 {
  margin-left: 395px !important;
}

.pt395 {
  padding-top: 395px !important;
}

.pb395 {
  padding-bottom: 395px !important;
}

.pr395 {
  padding-right: 395px !important;
}

.pl395 {
  padding-left: 395px !important;
}

.mh395 {
  min-height: 395px !important;
}

.w-395 {
  width: 395px !important;
}

.mnw-395 {
  min-width: 395px !important;
}

.mxw-395 {
  max-width: 395px !important;
}

.mt400 {
  margin-top: 400px !important;
}

.mb400 {
  margin-bottom: 400px !important;
}

.mr400 {
  margin-right: 400px !important;
}

.ml400 {
  margin-left: 400px !important;
}

.pt400 {
  padding-top: 400px !important;
}

.pb400 {
  padding-bottom: 400px !important;
}

.pr400 {
  padding-right: 400px !important;
}

.pl400 {
  padding-left: 400px !important;
}

.mh400 {
  min-height: 400px !important;
}

.w-400 {
  width: 400px !important;
}

.mnw-400 {
  min-width: 400px !important;
}

.mxw-400 {
  max-width: 400px !important;
}

.mt405 {
  margin-top: 405px !important;
}

.mb405 {
  margin-bottom: 405px !important;
}

.mr405 {
  margin-right: 405px !important;
}

.ml405 {
  margin-left: 405px !important;
}

.pt405 {
  padding-top: 405px !important;
}

.pb405 {
  padding-bottom: 405px !important;
}

.pr405 {
  padding-right: 405px !important;
}

.pl405 {
  padding-left: 405px !important;
}

.mh405 {
  min-height: 405px !important;
}

.w-405 {
  width: 405px !important;
}

.mnw-405 {
  min-width: 405px !important;
}

.mxw-405 {
  max-width: 405px !important;
}

.mt410 {
  margin-top: 410px !important;
}

.mb410 {
  margin-bottom: 410px !important;
}

.mr410 {
  margin-right: 410px !important;
}

.ml410 {
  margin-left: 410px !important;
}

.pt410 {
  padding-top: 410px !important;
}

.pb410 {
  padding-bottom: 410px !important;
}

.pr410 {
  padding-right: 410px !important;
}

.pl410 {
  padding-left: 410px !important;
}

.mh410 {
  min-height: 410px !important;
}

.w-410 {
  width: 410px !important;
}

.mnw-410 {
  min-width: 410px !important;
}

.mxw-410 {
  max-width: 410px !important;
}

.mt415 {
  margin-top: 415px !important;
}

.mb415 {
  margin-bottom: 415px !important;
}

.mr415 {
  margin-right: 415px !important;
}

.ml415 {
  margin-left: 415px !important;
}

.pt415 {
  padding-top: 415px !important;
}

.pb415 {
  padding-bottom: 415px !important;
}

.pr415 {
  padding-right: 415px !important;
}

.pl415 {
  padding-left: 415px !important;
}

.mh415 {
  min-height: 415px !important;
}

.w-415 {
  width: 415px !important;
}

.mnw-415 {
  min-width: 415px !important;
}

.mxw-415 {
  max-width: 415px !important;
}

.mt420 {
  margin-top: 420px !important;
}

.mb420 {
  margin-bottom: 420px !important;
}

.mr420 {
  margin-right: 420px !important;
}

.ml420 {
  margin-left: 420px !important;
}

.pt420 {
  padding-top: 420px !important;
}

.pb420 {
  padding-bottom: 420px !important;
}

.pr420 {
  padding-right: 420px !important;
}

.pl420 {
  padding-left: 420px !important;
}

.mh420 {
  min-height: 420px !important;
}

.w-420 {
  width: 420px !important;
}

.mnw-420 {
  min-width: 420px !important;
}

.mxw-420 {
  max-width: 420px !important;
}

.mt425 {
  margin-top: 425px !important;
}

.mb425 {
  margin-bottom: 425px !important;
}

.mr425 {
  margin-right: 425px !important;
}

.ml425 {
  margin-left: 425px !important;
}

.pt425 {
  padding-top: 425px !important;
}

.pb425 {
  padding-bottom: 425px !important;
}

.pr425 {
  padding-right: 425px !important;
}

.pl425 {
  padding-left: 425px !important;
}

.mh425 {
  min-height: 425px !important;
}

.w-425 {
  width: 425px !important;
}

.mnw-425 {
  min-width: 425px !important;
}

.mxw-425 {
  max-width: 425px !important;
}

.mt430 {
  margin-top: 430px !important;
}

.mb430 {
  margin-bottom: 430px !important;
}

.mr430 {
  margin-right: 430px !important;
}

.ml430 {
  margin-left: 430px !important;
}

.pt430 {
  padding-top: 430px !important;
}

.pb430 {
  padding-bottom: 430px !important;
}

.pr430 {
  padding-right: 430px !important;
}

.pl430 {
  padding-left: 430px !important;
}

.mh430 {
  min-height: 430px !important;
}

.w-430 {
  width: 430px !important;
}

.mnw-430 {
  min-width: 430px !important;
}

.mxw-430 {
  max-width: 430px !important;
}

.mt435 {
  margin-top: 435px !important;
}

.mb435 {
  margin-bottom: 435px !important;
}

.mr435 {
  margin-right: 435px !important;
}

.ml435 {
  margin-left: 435px !important;
}

.pt435 {
  padding-top: 435px !important;
}

.pb435 {
  padding-bottom: 435px !important;
}

.pr435 {
  padding-right: 435px !important;
}

.pl435 {
  padding-left: 435px !important;
}

.mh435 {
  min-height: 435px !important;
}

.w-435 {
  width: 435px !important;
}

.mnw-435 {
  min-width: 435px !important;
}

.mxw-435 {
  max-width: 435px !important;
}

.mt440 {
  margin-top: 440px !important;
}

.mb440 {
  margin-bottom: 440px !important;
}

.mr440 {
  margin-right: 440px !important;
}

.ml440 {
  margin-left: 440px !important;
}

.pt440 {
  padding-top: 440px !important;
}

.pb440 {
  padding-bottom: 440px !important;
}

.pr440 {
  padding-right: 440px !important;
}

.pl440 {
  padding-left: 440px !important;
}

.mh440 {
  min-height: 440px !important;
}

.w-440 {
  width: 440px !important;
}

.mnw-440 {
  min-width: 440px !important;
}

.mxw-440 {
  max-width: 440px !important;
}

.mt445 {
  margin-top: 445px !important;
}

.mb445 {
  margin-bottom: 445px !important;
}

.mr445 {
  margin-right: 445px !important;
}

.ml445 {
  margin-left: 445px !important;
}

.pt445 {
  padding-top: 445px !important;
}

.pb445 {
  padding-bottom: 445px !important;
}

.pr445 {
  padding-right: 445px !important;
}

.pl445 {
  padding-left: 445px !important;
}

.mh445 {
  min-height: 445px !important;
}

.w-445 {
  width: 445px !important;
}

.mnw-445 {
  min-width: 445px !important;
}

.mxw-445 {
  max-width: 445px !important;
}

.mt450 {
  margin-top: 450px !important;
}

.mb450 {
  margin-bottom: 450px !important;
}

.mr450 {
  margin-right: 450px !important;
}

.ml450 {
  margin-left: 450px !important;
}

.pt450 {
  padding-top: 450px !important;
}

.pb450 {
  padding-bottom: 450px !important;
}

.pr450 {
  padding-right: 450px !important;
}

.pl450 {
  padding-left: 450px !important;
}

.mh450 {
  min-height: 450px !important;
}

.w-450 {
  width: 450px !important;
}

.mnw-450 {
  min-width: 450px !important;
}

.mxw-450 {
  max-width: 450px !important;
}

.mt455 {
  margin-top: 455px !important;
}

.mb455 {
  margin-bottom: 455px !important;
}

.mr455 {
  margin-right: 455px !important;
}

.ml455 {
  margin-left: 455px !important;
}

.pt455 {
  padding-top: 455px !important;
}

.pb455 {
  padding-bottom: 455px !important;
}

.pr455 {
  padding-right: 455px !important;
}

.pl455 {
  padding-left: 455px !important;
}

.mh455 {
  min-height: 455px !important;
}

.w-455 {
  width: 455px !important;
}

.mnw-455 {
  min-width: 455px !important;
}

.mxw-455 {
  max-width: 455px !important;
}

.mt460 {
  margin-top: 460px !important;
}

.mb460 {
  margin-bottom: 460px !important;
}

.mr460 {
  margin-right: 460px !important;
}

.ml460 {
  margin-left: 460px !important;
}

.pt460 {
  padding-top: 460px !important;
}

.pb460 {
  padding-bottom: 460px !important;
}

.pr460 {
  padding-right: 460px !important;
}

.pl460 {
  padding-left: 460px !important;
}

.mh460 {
  min-height: 460px !important;
}

.w-460 {
  width: 460px !important;
}

.mnw-460 {
  min-width: 460px !important;
}

.mxw-460 {
  max-width: 460px !important;
}

.mt465 {
  margin-top: 465px !important;
}

.mb465 {
  margin-bottom: 465px !important;
}

.mr465 {
  margin-right: 465px !important;
}

.ml465 {
  margin-left: 465px !important;
}

.pt465 {
  padding-top: 465px !important;
}

.pb465 {
  padding-bottom: 465px !important;
}

.pr465 {
  padding-right: 465px !important;
}

.pl465 {
  padding-left: 465px !important;
}

.mh465 {
  min-height: 465px !important;
}

.w-465 {
  width: 465px !important;
}

.mnw-465 {
  min-width: 465px !important;
}

.mxw-465 {
  max-width: 465px !important;
}

.mt470 {
  margin-top: 470px !important;
}

.mb470 {
  margin-bottom: 470px !important;
}

.mr470 {
  margin-right: 470px !important;
}

.ml470 {
  margin-left: 470px !important;
}

.pt470 {
  padding-top: 470px !important;
}

.pb470 {
  padding-bottom: 470px !important;
}

.pr470 {
  padding-right: 470px !important;
}

.pl470 {
  padding-left: 470px !important;
}

.mh470 {
  min-height: 470px !important;
}

.w-470 {
  width: 470px !important;
}

.mnw-470 {
  min-width: 470px !important;
}

.mxw-470 {
  max-width: 470px !important;
}

.mt475 {
  margin-top: 475px !important;
}

.mb475 {
  margin-bottom: 475px !important;
}

.mr475 {
  margin-right: 475px !important;
}

.ml475 {
  margin-left: 475px !important;
}

.pt475 {
  padding-top: 475px !important;
}

.pb475 {
  padding-bottom: 475px !important;
}

.pr475 {
  padding-right: 475px !important;
}

.pl475 {
  padding-left: 475px !important;
}

.mh475 {
  min-height: 475px !important;
}

.w-475 {
  width: 475px !important;
}

.mnw-475 {
  min-width: 475px !important;
}

.mxw-475 {
  max-width: 475px !important;
}

.mt480 {
  margin-top: 480px !important;
}

.mb480 {
  margin-bottom: 480px !important;
}

.mr480 {
  margin-right: 480px !important;
}

.ml480 {
  margin-left: 480px !important;
}

.pt480 {
  padding-top: 480px !important;
}

.pb480 {
  padding-bottom: 480px !important;
}

.pr480 {
  padding-right: 480px !important;
}

.pl480 {
  padding-left: 480px !important;
}

.mh480 {
  min-height: 480px !important;
}

.w-480 {
  width: 480px !important;
}

.mnw-480 {
  min-width: 480px !important;
}

.mxw-480 {
  max-width: 480px !important;
}

.mt485 {
  margin-top: 485px !important;
}

.mb485 {
  margin-bottom: 485px !important;
}

.mr485 {
  margin-right: 485px !important;
}

.ml485 {
  margin-left: 485px !important;
}

.pt485 {
  padding-top: 485px !important;
}

.pb485 {
  padding-bottom: 485px !important;
}

.pr485 {
  padding-right: 485px !important;
}

.pl485 {
  padding-left: 485px !important;
}

.mh485 {
  min-height: 485px !important;
}

.w-485 {
  width: 485px !important;
}

.mnw-485 {
  min-width: 485px !important;
}

.mxw-485 {
  max-width: 485px !important;
}

.mt490 {
  margin-top: 490px !important;
}

.mb490 {
  margin-bottom: 490px !important;
}

.mr490 {
  margin-right: 490px !important;
}

.ml490 {
  margin-left: 490px !important;
}

.pt490 {
  padding-top: 490px !important;
}

.pb490 {
  padding-bottom: 490px !important;
}

.pr490 {
  padding-right: 490px !important;
}

.pl490 {
  padding-left: 490px !important;
}

.mh490 {
  min-height: 490px !important;
}

.w-490 {
  width: 490px !important;
}

.mnw-490 {
  min-width: 490px !important;
}

.mxw-490 {
  max-width: 490px !important;
}

.mt495 {
  margin-top: 495px !important;
}

.mb495 {
  margin-bottom: 495px !important;
}

.mr495 {
  margin-right: 495px !important;
}

.ml495 {
  margin-left: 495px !important;
}

.pt495 {
  padding-top: 495px !important;
}

.pb495 {
  padding-bottom: 495px !important;
}

.pr495 {
  padding-right: 495px !important;
}

.pl495 {
  padding-left: 495px !important;
}

.mh495 {
  min-height: 495px !important;
}

.w-495 {
  width: 495px !important;
}

.mnw-495 {
  min-width: 495px !important;
}

.mxw-495 {
  max-width: 495px !important;
}

.mt500 {
  margin-top: 500px !important;
}

.mb500 {
  margin-bottom: 500px !important;
}

.mr500 {
  margin-right: 500px !important;
}

.ml500 {
  margin-left: 500px !important;
}

.pt500 {
  padding-top: 500px !important;
}

.pb500 {
  padding-bottom: 500px !important;
}

.pr500 {
  padding-right: 500px !important;
}

.pl500 {
  padding-left: 500px !important;
}

.mh500 {
  min-height: 500px !important;
}

.w-500 {
  width: 500px !important;
}

.mnw-500 {
  min-width: 500px !important;
}

.mxw-500 {
  max-width: 500px !important;
}

.mt505 {
  margin-top: 505px !important;
}

.mb505 {
  margin-bottom: 505px !important;
}

.mr505 {
  margin-right: 505px !important;
}

.ml505 {
  margin-left: 505px !important;
}

.pt505 {
  padding-top: 505px !important;
}

.pb505 {
  padding-bottom: 505px !important;
}

.pr505 {
  padding-right: 505px !important;
}

.pl505 {
  padding-left: 505px !important;
}

.mh505 {
  min-height: 505px !important;
}

.w-505 {
  width: 505px !important;
}

.mnw-505 {
  min-width: 505px !important;
}

.mxw-505 {
  max-width: 505px !important;
}

.mt510 {
  margin-top: 510px !important;
}

.mb510 {
  margin-bottom: 510px !important;
}

.mr510 {
  margin-right: 510px !important;
}

.ml510 {
  margin-left: 510px !important;
}

.pt510 {
  padding-top: 510px !important;
}

.pb510 {
  padding-bottom: 510px !important;
}

.pr510 {
  padding-right: 510px !important;
}

.pl510 {
  padding-left: 510px !important;
}

.mh510 {
  min-height: 510px !important;
}

.w-510 {
  width: 510px !important;
}

.mnw-510 {
  min-width: 510px !important;
}

.mxw-510 {
  max-width: 510px !important;
}

.mt515 {
  margin-top: 515px !important;
}

.mb515 {
  margin-bottom: 515px !important;
}

.mr515 {
  margin-right: 515px !important;
}

.ml515 {
  margin-left: 515px !important;
}

.pt515 {
  padding-top: 515px !important;
}

.pb515 {
  padding-bottom: 515px !important;
}

.pr515 {
  padding-right: 515px !important;
}

.pl515 {
  padding-left: 515px !important;
}

.mh515 {
  min-height: 515px !important;
}

.w-515 {
  width: 515px !important;
}

.mnw-515 {
  min-width: 515px !important;
}

.mxw-515 {
  max-width: 515px !important;
}

.mt520 {
  margin-top: 520px !important;
}

.mb520 {
  margin-bottom: 520px !important;
}

.mr520 {
  margin-right: 520px !important;
}

.ml520 {
  margin-left: 520px !important;
}

.pt520 {
  padding-top: 520px !important;
}

.pb520 {
  padding-bottom: 520px !important;
}

.pr520 {
  padding-right: 520px !important;
}

.pl520 {
  padding-left: 520px !important;
}

.mh520 {
  min-height: 520px !important;
}

.w-520 {
  width: 520px !important;
}

.mnw-520 {
  min-width: 520px !important;
}

.mxw-520 {
  max-width: 520px !important;
}

.mt525 {
  margin-top: 525px !important;
}

.mb525 {
  margin-bottom: 525px !important;
}

.mr525 {
  margin-right: 525px !important;
}

.ml525 {
  margin-left: 525px !important;
}

.pt525 {
  padding-top: 525px !important;
}

.pb525 {
  padding-bottom: 525px !important;
}

.pr525 {
  padding-right: 525px !important;
}

.pl525 {
  padding-left: 525px !important;
}

.mh525 {
  min-height: 525px !important;
}

.w-525 {
  width: 525px !important;
}

.mnw-525 {
  min-width: 525px !important;
}

.mxw-525 {
  max-width: 525px !important;
}

.mt530 {
  margin-top: 530px !important;
}

.mb530 {
  margin-bottom: 530px !important;
}

.mr530 {
  margin-right: 530px !important;
}

.ml530 {
  margin-left: 530px !important;
}

.pt530 {
  padding-top: 530px !important;
}

.pb530 {
  padding-bottom: 530px !important;
}

.pr530 {
  padding-right: 530px !important;
}

.pl530 {
  padding-left: 530px !important;
}

.mh530 {
  min-height: 530px !important;
}

.w-530 {
  width: 530px !important;
}

.mnw-530 {
  min-width: 530px !important;
}

.mxw-530 {
  max-width: 530px !important;
}

.mt535 {
  margin-top: 535px !important;
}

.mb535 {
  margin-bottom: 535px !important;
}

.mr535 {
  margin-right: 535px !important;
}

.ml535 {
  margin-left: 535px !important;
}

.pt535 {
  padding-top: 535px !important;
}

.pb535 {
  padding-bottom: 535px !important;
}

.pr535 {
  padding-right: 535px !important;
}

.pl535 {
  padding-left: 535px !important;
}

.mh535 {
  min-height: 535px !important;
}

.w-535 {
  width: 535px !important;
}

.mnw-535 {
  min-width: 535px !important;
}

.mxw-535 {
  max-width: 535px !important;
}

.mt540 {
  margin-top: 540px !important;
}

.mb540 {
  margin-bottom: 540px !important;
}

.mr540 {
  margin-right: 540px !important;
}

.ml540 {
  margin-left: 540px !important;
}

.pt540 {
  padding-top: 540px !important;
}

.pb540 {
  padding-bottom: 540px !important;
}

.pr540 {
  padding-right: 540px !important;
}

.pl540 {
  padding-left: 540px !important;
}

.mh540 {
  min-height: 540px !important;
}

.w-540 {
  width: 540px !important;
}

.mnw-540 {
  min-width: 540px !important;
}

.mxw-540 {
  max-width: 540px !important;
}

.mt545 {
  margin-top: 545px !important;
}

.mb545 {
  margin-bottom: 545px !important;
}

.mr545 {
  margin-right: 545px !important;
}

.ml545 {
  margin-left: 545px !important;
}

.pt545 {
  padding-top: 545px !important;
}

.pb545 {
  padding-bottom: 545px !important;
}

.pr545 {
  padding-right: 545px !important;
}

.pl545 {
  padding-left: 545px !important;
}

.mh545 {
  min-height: 545px !important;
}

.w-545 {
  width: 545px !important;
}

.mnw-545 {
  min-width: 545px !important;
}

.mxw-545 {
  max-width: 545px !important;
}

.mt550 {
  margin-top: 550px !important;
}

.mb550 {
  margin-bottom: 550px !important;
}

.mr550 {
  margin-right: 550px !important;
}

.ml550 {
  margin-left: 550px !important;
}

.pt550 {
  padding-top: 550px !important;
}

.pb550 {
  padding-bottom: 550px !important;
}

.pr550 {
  padding-right: 550px !important;
}

.pl550 {
  padding-left: 550px !important;
}

.mh550 {
  min-height: 550px !important;
}

.w-550 {
  width: 550px !important;
}

.mnw-550 {
  min-width: 550px !important;
}

.mxw-550 {
  max-width: 550px !important;
}

.mt555 {
  margin-top: 555px !important;
}

.mb555 {
  margin-bottom: 555px !important;
}

.mr555 {
  margin-right: 555px !important;
}

.ml555 {
  margin-left: 555px !important;
}

.pt555 {
  padding-top: 555px !important;
}

.pb555 {
  padding-bottom: 555px !important;
}

.pr555 {
  padding-right: 555px !important;
}

.pl555 {
  padding-left: 555px !important;
}

.mh555 {
  min-height: 555px !important;
}

.w-555 {
  width: 555px !important;
}

.mnw-555 {
  min-width: 555px !important;
}

.mxw-555 {
  max-width: 555px !important;
}

.mt560 {
  margin-top: 560px !important;
}

.mb560 {
  margin-bottom: 560px !important;
}

.mr560 {
  margin-right: 560px !important;
}

.ml560 {
  margin-left: 560px !important;
}

.pt560 {
  padding-top: 560px !important;
}

.pb560 {
  padding-bottom: 560px !important;
}

.pr560 {
  padding-right: 560px !important;
}

.pl560 {
  padding-left: 560px !important;
}

.mh560 {
  min-height: 560px !important;
}

.w-560 {
  width: 560px !important;
}

.mnw-560 {
  min-width: 560px !important;
}

.mxw-560 {
  max-width: 560px !important;
}

.mt565 {
  margin-top: 565px !important;
}

.mb565 {
  margin-bottom: 565px !important;
}

.mr565 {
  margin-right: 565px !important;
}

.ml565 {
  margin-left: 565px !important;
}

.pt565 {
  padding-top: 565px !important;
}

.pb565 {
  padding-bottom: 565px !important;
}

.pr565 {
  padding-right: 565px !important;
}

.pl565 {
  padding-left: 565px !important;
}

.mh565 {
  min-height: 565px !important;
}

.w-565 {
  width: 565px !important;
}

.mnw-565 {
  min-width: 565px !important;
}

.mxw-565 {
  max-width: 565px !important;
}

.mt570 {
  margin-top: 570px !important;
}

.mb570 {
  margin-bottom: 570px !important;
}

.mr570 {
  margin-right: 570px !important;
}

.ml570 {
  margin-left: 570px !important;
}

.pt570 {
  padding-top: 570px !important;
}

.pb570 {
  padding-bottom: 570px !important;
}

.pr570 {
  padding-right: 570px !important;
}

.pl570 {
  padding-left: 570px !important;
}

.mh570 {
  min-height: 570px !important;
}

.w-570 {
  width: 570px !important;
}

.mnw-570 {
  min-width: 570px !important;
}

.mxw-570 {
  max-width: 570px !important;
}

.mt575 {
  margin-top: 575px !important;
}

.mb575 {
  margin-bottom: 575px !important;
}

.mr575 {
  margin-right: 575px !important;
}

.ml575 {
  margin-left: 575px !important;
}

.pt575 {
  padding-top: 575px !important;
}

.pb575 {
  padding-bottom: 575px !important;
}

.pr575 {
  padding-right: 575px !important;
}

.pl575 {
  padding-left: 575px !important;
}

.mh575 {
  min-height: 575px !important;
}

.w-575 {
  width: 575px !important;
}

.mnw-575 {
  min-width: 575px !important;
}

.mxw-575 {
  max-width: 575px !important;
}

.mt580 {
  margin-top: 580px !important;
}

.mb580 {
  margin-bottom: 580px !important;
}

.mr580 {
  margin-right: 580px !important;
}

.ml580 {
  margin-left: 580px !important;
}

.pt580 {
  padding-top: 580px !important;
}

.pb580 {
  padding-bottom: 580px !important;
}

.pr580 {
  padding-right: 580px !important;
}

.pl580 {
  padding-left: 580px !important;
}

.mh580 {
  min-height: 580px !important;
}

.w-580 {
  width: 580px !important;
}

.mnw-580 {
  min-width: 580px !important;
}

.mxw-580 {
  max-width: 580px !important;
}

.mt585 {
  margin-top: 585px !important;
}

.mb585 {
  margin-bottom: 585px !important;
}

.mr585 {
  margin-right: 585px !important;
}

.ml585 {
  margin-left: 585px !important;
}

.pt585 {
  padding-top: 585px !important;
}

.pb585 {
  padding-bottom: 585px !important;
}

.pr585 {
  padding-right: 585px !important;
}

.pl585 {
  padding-left: 585px !important;
}

.mh585 {
  min-height: 585px !important;
}

.w-585 {
  width: 585px !important;
}

.mnw-585 {
  min-width: 585px !important;
}

.mxw-585 {
  max-width: 585px !important;
}

.mt590 {
  margin-top: 590px !important;
}

.mb590 {
  margin-bottom: 590px !important;
}

.mr590 {
  margin-right: 590px !important;
}

.ml590 {
  margin-left: 590px !important;
}

.pt590 {
  padding-top: 590px !important;
}

.pb590 {
  padding-bottom: 590px !important;
}

.pr590 {
  padding-right: 590px !important;
}

.pl590 {
  padding-left: 590px !important;
}

.mh590 {
  min-height: 590px !important;
}

.w-590 {
  width: 590px !important;
}

.mnw-590 {
  min-width: 590px !important;
}

.mxw-590 {
  max-width: 590px !important;
}

.mt595 {
  margin-top: 595px !important;
}

.mb595 {
  margin-bottom: 595px !important;
}

.mr595 {
  margin-right: 595px !important;
}

.ml595 {
  margin-left: 595px !important;
}

.pt595 {
  padding-top: 595px !important;
}

.pb595 {
  padding-bottom: 595px !important;
}

.pr595 {
  padding-right: 595px !important;
}

.pl595 {
  padding-left: 595px !important;
}

.mh595 {
  min-height: 595px !important;
}

.w-595 {
  width: 595px !important;
}

.mnw-595 {
  min-width: 595px !important;
}

.mxw-595 {
  max-width: 595px !important;
}

.mt600 {
  margin-top: 600px !important;
}

.mb600 {
  margin-bottom: 600px !important;
}

.mr600 {
  margin-right: 600px !important;
}

.ml600 {
  margin-left: 600px !important;
}

.pt600 {
  padding-top: 600px !important;
}

.pb600 {
  padding-bottom: 600px !important;
}

.pr600 {
  padding-right: 600px !important;
}

.pl600 {
  padding-left: 600px !important;
}

.mh600 {
  min-height: 600px !important;
}

.w-600 {
  width: 600px !important;
}

.mnw-600 {
  min-width: 600px !important;
}

.mxw-600 {
  max-width: 600px !important;
}

.mt605 {
  margin-top: 605px !important;
}

.mb605 {
  margin-bottom: 605px !important;
}

.mr605 {
  margin-right: 605px !important;
}

.ml605 {
  margin-left: 605px !important;
}

.pt605 {
  padding-top: 605px !important;
}

.pb605 {
  padding-bottom: 605px !important;
}

.pr605 {
  padding-right: 605px !important;
}

.pl605 {
  padding-left: 605px !important;
}

.mh605 {
  min-height: 605px !important;
}

.w-605 {
  width: 605px !important;
}

.mnw-605 {
  min-width: 605px !important;
}

.mxw-605 {
  max-width: 605px !important;
}

.mt610 {
  margin-top: 610px !important;
}

.mb610 {
  margin-bottom: 610px !important;
}

.mr610 {
  margin-right: 610px !important;
}

.ml610 {
  margin-left: 610px !important;
}

.pt610 {
  padding-top: 610px !important;
}

.pb610 {
  padding-bottom: 610px !important;
}

.pr610 {
  padding-right: 610px !important;
}

.pl610 {
  padding-left: 610px !important;
}

.mh610 {
  min-height: 610px !important;
}

.w-610 {
  width: 610px !important;
}

.mnw-610 {
  min-width: 610px !important;
}

.mxw-610 {
  max-width: 610px !important;
}

.mt615 {
  margin-top: 615px !important;
}

.mb615 {
  margin-bottom: 615px !important;
}

.mr615 {
  margin-right: 615px !important;
}

.ml615 {
  margin-left: 615px !important;
}

.pt615 {
  padding-top: 615px !important;
}

.pb615 {
  padding-bottom: 615px !important;
}

.pr615 {
  padding-right: 615px !important;
}

.pl615 {
  padding-left: 615px !important;
}

.mh615 {
  min-height: 615px !important;
}

.w-615 {
  width: 615px !important;
}

.mnw-615 {
  min-width: 615px !important;
}

.mxw-615 {
  max-width: 615px !important;
}

.mt620 {
  margin-top: 620px !important;
}

.mb620 {
  margin-bottom: 620px !important;
}

.mr620 {
  margin-right: 620px !important;
}

.ml620 {
  margin-left: 620px !important;
}

.pt620 {
  padding-top: 620px !important;
}

.pb620 {
  padding-bottom: 620px !important;
}

.pr620 {
  padding-right: 620px !important;
}

.pl620 {
  padding-left: 620px !important;
}

.mh620 {
  min-height: 620px !important;
}

.w-620 {
  width: 620px !important;
}

.mnw-620 {
  min-width: 620px !important;
}

.mxw-620 {
  max-width: 620px !important;
}

.mt625 {
  margin-top: 625px !important;
}

.mb625 {
  margin-bottom: 625px !important;
}

.mr625 {
  margin-right: 625px !important;
}

.ml625 {
  margin-left: 625px !important;
}

.pt625 {
  padding-top: 625px !important;
}

.pb625 {
  padding-bottom: 625px !important;
}

.pr625 {
  padding-right: 625px !important;
}

.pl625 {
  padding-left: 625px !important;
}

.mh625 {
  min-height: 625px !important;
}

.w-625 {
  width: 625px !important;
}

.mnw-625 {
  min-width: 625px !important;
}

.mxw-625 {
  max-width: 625px !important;
}

.mt630 {
  margin-top: 630px !important;
}

.mb630 {
  margin-bottom: 630px !important;
}

.mr630 {
  margin-right: 630px !important;
}

.ml630 {
  margin-left: 630px !important;
}

.pt630 {
  padding-top: 630px !important;
}

.pb630 {
  padding-bottom: 630px !important;
}

.pr630 {
  padding-right: 630px !important;
}

.pl630 {
  padding-left: 630px !important;
}

.mh630 {
  min-height: 630px !important;
}

.w-630 {
  width: 630px !important;
}

.mnw-630 {
  min-width: 630px !important;
}

.mxw-630 {
  max-width: 630px !important;
}

.mt635 {
  margin-top: 635px !important;
}

.mb635 {
  margin-bottom: 635px !important;
}

.mr635 {
  margin-right: 635px !important;
}

.ml635 {
  margin-left: 635px !important;
}

.pt635 {
  padding-top: 635px !important;
}

.pb635 {
  padding-bottom: 635px !important;
}

.pr635 {
  padding-right: 635px !important;
}

.pl635 {
  padding-left: 635px !important;
}

.mh635 {
  min-height: 635px !important;
}

.w-635 {
  width: 635px !important;
}

.mnw-635 {
  min-width: 635px !important;
}

.mxw-635 {
  max-width: 635px !important;
}

.mt640 {
  margin-top: 640px !important;
}

.mb640 {
  margin-bottom: 640px !important;
}

.mr640 {
  margin-right: 640px !important;
}

.ml640 {
  margin-left: 640px !important;
}

.pt640 {
  padding-top: 640px !important;
}

.pb640 {
  padding-bottom: 640px !important;
}

.pr640 {
  padding-right: 640px !important;
}

.pl640 {
  padding-left: 640px !important;
}

.mh640 {
  min-height: 640px !important;
}

.w-640 {
  width: 640px !important;
}

.mnw-640 {
  min-width: 640px !important;
}

.mxw-640 {
  max-width: 640px !important;
}

.mt645 {
  margin-top: 645px !important;
}

.mb645 {
  margin-bottom: 645px !important;
}

.mr645 {
  margin-right: 645px !important;
}

.ml645 {
  margin-left: 645px !important;
}

.pt645 {
  padding-top: 645px !important;
}

.pb645 {
  padding-bottom: 645px !important;
}

.pr645 {
  padding-right: 645px !important;
}

.pl645 {
  padding-left: 645px !important;
}

.mh645 {
  min-height: 645px !important;
}

.w-645 {
  width: 645px !important;
}

.mnw-645 {
  min-width: 645px !important;
}

.mxw-645 {
  max-width: 645px !important;
}

.mt650 {
  margin-top: 650px !important;
}

.mb650 {
  margin-bottom: 650px !important;
}

.mr650 {
  margin-right: 650px !important;
}

.ml650 {
  margin-left: 650px !important;
}

.pt650 {
  padding-top: 650px !important;
}

.pb650 {
  padding-bottom: 650px !important;
}

.pr650 {
  padding-right: 650px !important;
}

.pl650 {
  padding-left: 650px !important;
}

.mh650 {
  min-height: 650px !important;
}

.w-650 {
  width: 650px !important;
}

.mnw-650 {
  min-width: 650px !important;
}

.mxw-650 {
  max-width: 650px !important;
}

.mt655 {
  margin-top: 655px !important;
}

.mb655 {
  margin-bottom: 655px !important;
}

.mr655 {
  margin-right: 655px !important;
}

.ml655 {
  margin-left: 655px !important;
}

.pt655 {
  padding-top: 655px !important;
}

.pb655 {
  padding-bottom: 655px !important;
}

.pr655 {
  padding-right: 655px !important;
}

.pl655 {
  padding-left: 655px !important;
}

.mh655 {
  min-height: 655px !important;
}

.w-655 {
  width: 655px !important;
}

.mnw-655 {
  min-width: 655px !important;
}

.mxw-655 {
  max-width: 655px !important;
}

.mt660 {
  margin-top: 660px !important;
}

.mb660 {
  margin-bottom: 660px !important;
}

.mr660 {
  margin-right: 660px !important;
}

.ml660 {
  margin-left: 660px !important;
}

.pt660 {
  padding-top: 660px !important;
}

.pb660 {
  padding-bottom: 660px !important;
}

.pr660 {
  padding-right: 660px !important;
}

.pl660 {
  padding-left: 660px !important;
}

.mh660 {
  min-height: 660px !important;
}

.w-660 {
  width: 660px !important;
}

.mnw-660 {
  min-width: 660px !important;
}

.mxw-660 {
  max-width: 660px !important;
}

.mt665 {
  margin-top: 665px !important;
}

.mb665 {
  margin-bottom: 665px !important;
}

.mr665 {
  margin-right: 665px !important;
}

.ml665 {
  margin-left: 665px !important;
}

.pt665 {
  padding-top: 665px !important;
}

.pb665 {
  padding-bottom: 665px !important;
}

.pr665 {
  padding-right: 665px !important;
}

.pl665 {
  padding-left: 665px !important;
}

.mh665 {
  min-height: 665px !important;
}

.w-665 {
  width: 665px !important;
}

.mnw-665 {
  min-width: 665px !important;
}

.mxw-665 {
  max-width: 665px !important;
}

.mt670 {
  margin-top: 670px !important;
}

.mb670 {
  margin-bottom: 670px !important;
}

.mr670 {
  margin-right: 670px !important;
}

.ml670 {
  margin-left: 670px !important;
}

.pt670 {
  padding-top: 670px !important;
}

.pb670 {
  padding-bottom: 670px !important;
}

.pr670 {
  padding-right: 670px !important;
}

.pl670 {
  padding-left: 670px !important;
}

.mh670 {
  min-height: 670px !important;
}

.w-670 {
  width: 670px !important;
}

.mnw-670 {
  min-width: 670px !important;
}

.mxw-670 {
  max-width: 670px !important;
}

.mt675 {
  margin-top: 675px !important;
}

.mb675 {
  margin-bottom: 675px !important;
}

.mr675 {
  margin-right: 675px !important;
}

.ml675 {
  margin-left: 675px !important;
}

.pt675 {
  padding-top: 675px !important;
}

.pb675 {
  padding-bottom: 675px !important;
}

.pr675 {
  padding-right: 675px !important;
}

.pl675 {
  padding-left: 675px !important;
}

.mh675 {
  min-height: 675px !important;
}

.w-675 {
  width: 675px !important;
}

.mnw-675 {
  min-width: 675px !important;
}

.mxw-675 {
  max-width: 675px !important;
}

.mt680 {
  margin-top: 680px !important;
}

.mb680 {
  margin-bottom: 680px !important;
}

.mr680 {
  margin-right: 680px !important;
}

.ml680 {
  margin-left: 680px !important;
}

.pt680 {
  padding-top: 680px !important;
}

.pb680 {
  padding-bottom: 680px !important;
}

.pr680 {
  padding-right: 680px !important;
}

.pl680 {
  padding-left: 680px !important;
}

.mh680 {
  min-height: 680px !important;
}

.w-680 {
  width: 680px !important;
}

.mnw-680 {
  min-width: 680px !important;
}

.mxw-680 {
  max-width: 680px !important;
}

.mt685 {
  margin-top: 685px !important;
}

.mb685 {
  margin-bottom: 685px !important;
}

.mr685 {
  margin-right: 685px !important;
}

.ml685 {
  margin-left: 685px !important;
}

.pt685 {
  padding-top: 685px !important;
}

.pb685 {
  padding-bottom: 685px !important;
}

.pr685 {
  padding-right: 685px !important;
}

.pl685 {
  padding-left: 685px !important;
}

.mh685 {
  min-height: 685px !important;
}

.w-685 {
  width: 685px !important;
}

.mnw-685 {
  min-width: 685px !important;
}

.mxw-685 {
  max-width: 685px !important;
}

.mt690 {
  margin-top: 690px !important;
}

.mb690 {
  margin-bottom: 690px !important;
}

.mr690 {
  margin-right: 690px !important;
}

.ml690 {
  margin-left: 690px !important;
}

.pt690 {
  padding-top: 690px !important;
}

.pb690 {
  padding-bottom: 690px !important;
}

.pr690 {
  padding-right: 690px !important;
}

.pl690 {
  padding-left: 690px !important;
}

.mh690 {
  min-height: 690px !important;
}

.w-690 {
  width: 690px !important;
}

.mnw-690 {
  min-width: 690px !important;
}

.mxw-690 {
  max-width: 690px !important;
}

.mt695 {
  margin-top: 695px !important;
}

.mb695 {
  margin-bottom: 695px !important;
}

.mr695 {
  margin-right: 695px !important;
}

.ml695 {
  margin-left: 695px !important;
}

.pt695 {
  padding-top: 695px !important;
}

.pb695 {
  padding-bottom: 695px !important;
}

.pr695 {
  padding-right: 695px !important;
}

.pl695 {
  padding-left: 695px !important;
}

.mh695 {
  min-height: 695px !important;
}

.w-695 {
  width: 695px !important;
}

.mnw-695 {
  min-width: 695px !important;
}

.mxw-695 {
  max-width: 695px !important;
}

.mt700 {
  margin-top: 700px !important;
}

.mb700 {
  margin-bottom: 700px !important;
}

.mr700 {
  margin-right: 700px !important;
}

.ml700 {
  margin-left: 700px !important;
}

.pt700 {
  padding-top: 700px !important;
}

.pb700 {
  padding-bottom: 700px !important;
}

.pr700 {
  padding-right: 700px !important;
}

.pl700 {
  padding-left: 700px !important;
}

.mh700 {
  min-height: 700px !important;
}

.w-700 {
  width: 700px !important;
}

.mnw-700 {
  min-width: 700px !important;
}

.mxw-700 {
  max-width: 700px !important;
}

.mt705 {
  margin-top: 705px !important;
}

.mb705 {
  margin-bottom: 705px !important;
}

.mr705 {
  margin-right: 705px !important;
}

.ml705 {
  margin-left: 705px !important;
}

.pt705 {
  padding-top: 705px !important;
}

.pb705 {
  padding-bottom: 705px !important;
}

.pr705 {
  padding-right: 705px !important;
}

.pl705 {
  padding-left: 705px !important;
}

.mh705 {
  min-height: 705px !important;
}

.w-705 {
  width: 705px !important;
}

.mnw-705 {
  min-width: 705px !important;
}

.mxw-705 {
  max-width: 705px !important;
}

.mt710 {
  margin-top: 710px !important;
}

.mb710 {
  margin-bottom: 710px !important;
}

.mr710 {
  margin-right: 710px !important;
}

.ml710 {
  margin-left: 710px !important;
}

.pt710 {
  padding-top: 710px !important;
}

.pb710 {
  padding-bottom: 710px !important;
}

.pr710 {
  padding-right: 710px !important;
}

.pl710 {
  padding-left: 710px !important;
}

.mh710 {
  min-height: 710px !important;
}

.w-710 {
  width: 710px !important;
}

.mnw-710 {
  min-width: 710px !important;
}

.mxw-710 {
  max-width: 710px !important;
}

.mt715 {
  margin-top: 715px !important;
}

.mb715 {
  margin-bottom: 715px !important;
}

.mr715 {
  margin-right: 715px !important;
}

.ml715 {
  margin-left: 715px !important;
}

.pt715 {
  padding-top: 715px !important;
}

.pb715 {
  padding-bottom: 715px !important;
}

.pr715 {
  padding-right: 715px !important;
}

.pl715 {
  padding-left: 715px !important;
}

.mh715 {
  min-height: 715px !important;
}

.w-715 {
  width: 715px !important;
}

.mnw-715 {
  min-width: 715px !important;
}

.mxw-715 {
  max-width: 715px !important;
}

.mt720 {
  margin-top: 720px !important;
}

.mb720 {
  margin-bottom: 720px !important;
}

.mr720 {
  margin-right: 720px !important;
}

.ml720 {
  margin-left: 720px !important;
}

.pt720 {
  padding-top: 720px !important;
}

.pb720 {
  padding-bottom: 720px !important;
}

.pr720 {
  padding-right: 720px !important;
}

.pl720 {
  padding-left: 720px !important;
}

.mh720 {
  min-height: 720px !important;
}

.w-720 {
  width: 720px !important;
}

.mnw-720 {
  min-width: 720px !important;
}

.mxw-720 {
  max-width: 720px !important;
}

.mt725 {
  margin-top: 725px !important;
}

.mb725 {
  margin-bottom: 725px !important;
}

.mr725 {
  margin-right: 725px !important;
}

.ml725 {
  margin-left: 725px !important;
}

.pt725 {
  padding-top: 725px !important;
}

.pb725 {
  padding-bottom: 725px !important;
}

.pr725 {
  padding-right: 725px !important;
}

.pl725 {
  padding-left: 725px !important;
}

.mh725 {
  min-height: 725px !important;
}

.w-725 {
  width: 725px !important;
}

.mnw-725 {
  min-width: 725px !important;
}

.mxw-725 {
  max-width: 725px !important;
}

.mt730 {
  margin-top: 730px !important;
}

.mb730 {
  margin-bottom: 730px !important;
}

.mr730 {
  margin-right: 730px !important;
}

.ml730 {
  margin-left: 730px !important;
}

.pt730 {
  padding-top: 730px !important;
}

.pb730 {
  padding-bottom: 730px !important;
}

.pr730 {
  padding-right: 730px !important;
}

.pl730 {
  padding-left: 730px !important;
}

.mh730 {
  min-height: 730px !important;
}

.w-730 {
  width: 730px !important;
}

.mnw-730 {
  min-width: 730px !important;
}

.mxw-730 {
  max-width: 730px !important;
}

.mt735 {
  margin-top: 735px !important;
}

.mb735 {
  margin-bottom: 735px !important;
}

.mr735 {
  margin-right: 735px !important;
}

.ml735 {
  margin-left: 735px !important;
}

.pt735 {
  padding-top: 735px !important;
}

.pb735 {
  padding-bottom: 735px !important;
}

.pr735 {
  padding-right: 735px !important;
}

.pl735 {
  padding-left: 735px !important;
}

.mh735 {
  min-height: 735px !important;
}

.w-735 {
  width: 735px !important;
}

.mnw-735 {
  min-width: 735px !important;
}

.mxw-735 {
  max-width: 735px !important;
}

.mt740 {
  margin-top: 740px !important;
}

.mb740 {
  margin-bottom: 740px !important;
}

.mr740 {
  margin-right: 740px !important;
}

.ml740 {
  margin-left: 740px !important;
}

.pt740 {
  padding-top: 740px !important;
}

.pb740 {
  padding-bottom: 740px !important;
}

.pr740 {
  padding-right: 740px !important;
}

.pl740 {
  padding-left: 740px !important;
}

.mh740 {
  min-height: 740px !important;
}

.w-740 {
  width: 740px !important;
}

.mnw-740 {
  min-width: 740px !important;
}

.mxw-740 {
  max-width: 740px !important;
}

.mt745 {
  margin-top: 745px !important;
}

.mb745 {
  margin-bottom: 745px !important;
}

.mr745 {
  margin-right: 745px !important;
}

.ml745 {
  margin-left: 745px !important;
}

.pt745 {
  padding-top: 745px !important;
}

.pb745 {
  padding-bottom: 745px !important;
}

.pr745 {
  padding-right: 745px !important;
}

.pl745 {
  padding-left: 745px !important;
}

.mh745 {
  min-height: 745px !important;
}

.w-745 {
  width: 745px !important;
}

.mnw-745 {
  min-width: 745px !important;
}

.mxw-745 {
  max-width: 745px !important;
}

.mt750 {
  margin-top: 750px !important;
}

.mb750 {
  margin-bottom: 750px !important;
}

.mr750 {
  margin-right: 750px !important;
}

.ml750 {
  margin-left: 750px !important;
}

.pt750 {
  padding-top: 750px !important;
}

.pb750 {
  padding-bottom: 750px !important;
}

.pr750 {
  padding-right: 750px !important;
}

.pl750 {
  padding-left: 750px !important;
}

.mh750 {
  min-height: 750px !important;
}

.w-750 {
  width: 750px !important;
}

.mnw-750 {
  min-width: 750px !important;
}

.mxw-750 {
  max-width: 750px !important;
}

.mt755 {
  margin-top: 755px !important;
}

.mb755 {
  margin-bottom: 755px !important;
}

.mr755 {
  margin-right: 755px !important;
}

.ml755 {
  margin-left: 755px !important;
}

.pt755 {
  padding-top: 755px !important;
}

.pb755 {
  padding-bottom: 755px !important;
}

.pr755 {
  padding-right: 755px !important;
}

.pl755 {
  padding-left: 755px !important;
}

.mh755 {
  min-height: 755px !important;
}

.w-755 {
  width: 755px !important;
}

.mnw-755 {
  min-width: 755px !important;
}

.mxw-755 {
  max-width: 755px !important;
}

.mt760 {
  margin-top: 760px !important;
}

.mb760 {
  margin-bottom: 760px !important;
}

.mr760 {
  margin-right: 760px !important;
}

.ml760 {
  margin-left: 760px !important;
}

.pt760 {
  padding-top: 760px !important;
}

.pb760 {
  padding-bottom: 760px !important;
}

.pr760 {
  padding-right: 760px !important;
}

.pl760 {
  padding-left: 760px !important;
}

.mh760 {
  min-height: 760px !important;
}

.w-760 {
  width: 760px !important;
}

.mnw-760 {
  min-width: 760px !important;
}

.mxw-760 {
  max-width: 760px !important;
}

.mt765 {
  margin-top: 765px !important;
}

.mb765 {
  margin-bottom: 765px !important;
}

.mr765 {
  margin-right: 765px !important;
}

.ml765 {
  margin-left: 765px !important;
}

.pt765 {
  padding-top: 765px !important;
}

.pb765 {
  padding-bottom: 765px !important;
}

.pr765 {
  padding-right: 765px !important;
}

.pl765 {
  padding-left: 765px !important;
}

.mh765 {
  min-height: 765px !important;
}

.w-765 {
  width: 765px !important;
}

.mnw-765 {
  min-width: 765px !important;
}

.mxw-765 {
  max-width: 765px !important;
}

.mt770 {
  margin-top: 770px !important;
}

.mb770 {
  margin-bottom: 770px !important;
}

.mr770 {
  margin-right: 770px !important;
}

.ml770 {
  margin-left: 770px !important;
}

.pt770 {
  padding-top: 770px !important;
}

.pb770 {
  padding-bottom: 770px !important;
}

.pr770 {
  padding-right: 770px !important;
}

.pl770 {
  padding-left: 770px !important;
}

.mh770 {
  min-height: 770px !important;
}

.w-770 {
  width: 770px !important;
}

.mnw-770 {
  min-width: 770px !important;
}

.mxw-770 {
  max-width: 770px !important;
}

.mt775 {
  margin-top: 775px !important;
}

.mb775 {
  margin-bottom: 775px !important;
}

.mr775 {
  margin-right: 775px !important;
}

.ml775 {
  margin-left: 775px !important;
}

.pt775 {
  padding-top: 775px !important;
}

.pb775 {
  padding-bottom: 775px !important;
}

.pr775 {
  padding-right: 775px !important;
}

.pl775 {
  padding-left: 775px !important;
}

.mh775 {
  min-height: 775px !important;
}

.w-775 {
  width: 775px !important;
}

.mnw-775 {
  min-width: 775px !important;
}

.mxw-775 {
  max-width: 775px !important;
}

.mt780 {
  margin-top: 780px !important;
}

.mb780 {
  margin-bottom: 780px !important;
}

.mr780 {
  margin-right: 780px !important;
}

.ml780 {
  margin-left: 780px !important;
}

.pt780 {
  padding-top: 780px !important;
}

.pb780 {
  padding-bottom: 780px !important;
}

.pr780 {
  padding-right: 780px !important;
}

.pl780 {
  padding-left: 780px !important;
}

.mh780 {
  min-height: 780px !important;
}

.w-780 {
  width: 780px !important;
}

.mnw-780 {
  min-width: 780px !important;
}

.mxw-780 {
  max-width: 780px !important;
}

.mt785 {
  margin-top: 785px !important;
}

.mb785 {
  margin-bottom: 785px !important;
}

.mr785 {
  margin-right: 785px !important;
}

.ml785 {
  margin-left: 785px !important;
}

.pt785 {
  padding-top: 785px !important;
}

.pb785 {
  padding-bottom: 785px !important;
}

.pr785 {
  padding-right: 785px !important;
}

.pl785 {
  padding-left: 785px !important;
}

.mh785 {
  min-height: 785px !important;
}

.w-785 {
  width: 785px !important;
}

.mnw-785 {
  min-width: 785px !important;
}

.mxw-785 {
  max-width: 785px !important;
}

.mt790 {
  margin-top: 790px !important;
}

.mb790 {
  margin-bottom: 790px !important;
}

.mr790 {
  margin-right: 790px !important;
}

.ml790 {
  margin-left: 790px !important;
}

.pt790 {
  padding-top: 790px !important;
}

.pb790 {
  padding-bottom: 790px !important;
}

.pr790 {
  padding-right: 790px !important;
}

.pl790 {
  padding-left: 790px !important;
}

.mh790 {
  min-height: 790px !important;
}

.w-790 {
  width: 790px !important;
}

.mnw-790 {
  min-width: 790px !important;
}

.mxw-790 {
  max-width: 790px !important;
}

.mt795 {
  margin-top: 795px !important;
}

.mb795 {
  margin-bottom: 795px !important;
}

.mr795 {
  margin-right: 795px !important;
}

.ml795 {
  margin-left: 795px !important;
}

.pt795 {
  padding-top: 795px !important;
}

.pb795 {
  padding-bottom: 795px !important;
}

.pr795 {
  padding-right: 795px !important;
}

.pl795 {
  padding-left: 795px !important;
}

.mh795 {
  min-height: 795px !important;
}

.w-795 {
  width: 795px !important;
}

.mnw-795 {
  min-width: 795px !important;
}

.mxw-795 {
  max-width: 795px !important;
}

.mt800 {
  margin-top: 800px !important;
}

.mb800 {
  margin-bottom: 800px !important;
}

.mr800 {
  margin-right: 800px !important;
}

.ml800 {
  margin-left: 800px !important;
}

.pt800 {
  padding-top: 800px !important;
}

.pb800 {
  padding-bottom: 800px !important;
}

.pr800 {
  padding-right: 800px !important;
}

.pl800 {
  padding-left: 800px !important;
}

.mh800 {
  min-height: 800px !important;
}

.w-800 {
  width: 800px !important;
}

.mnw-800 {
  min-width: 800px !important;
}

.mxw-800 {
  max-width: 800px !important;
}

.mt805 {
  margin-top: 805px !important;
}

.mb805 {
  margin-bottom: 805px !important;
}

.mr805 {
  margin-right: 805px !important;
}

.ml805 {
  margin-left: 805px !important;
}

.pt805 {
  padding-top: 805px !important;
}

.pb805 {
  padding-bottom: 805px !important;
}

.pr805 {
  padding-right: 805px !important;
}

.pl805 {
  padding-left: 805px !important;
}

.mh805 {
  min-height: 805px !important;
}

.w-805 {
  width: 805px !important;
}

.mnw-805 {
  min-width: 805px !important;
}

.mxw-805 {
  max-width: 805px !important;
}

.mt810 {
  margin-top: 810px !important;
}

.mb810 {
  margin-bottom: 810px !important;
}

.mr810 {
  margin-right: 810px !important;
}

.ml810 {
  margin-left: 810px !important;
}

.pt810 {
  padding-top: 810px !important;
}

.pb810 {
  padding-bottom: 810px !important;
}

.pr810 {
  padding-right: 810px !important;
}

.pl810 {
  padding-left: 810px !important;
}

.mh810 {
  min-height: 810px !important;
}

.w-810 {
  width: 810px !important;
}

.mnw-810 {
  min-width: 810px !important;
}

.mxw-810 {
  max-width: 810px !important;
}

.mt815 {
  margin-top: 815px !important;
}

.mb815 {
  margin-bottom: 815px !important;
}

.mr815 {
  margin-right: 815px !important;
}

.ml815 {
  margin-left: 815px !important;
}

.pt815 {
  padding-top: 815px !important;
}

.pb815 {
  padding-bottom: 815px !important;
}

.pr815 {
  padding-right: 815px !important;
}

.pl815 {
  padding-left: 815px !important;
}

.mh815 {
  min-height: 815px !important;
}

.w-815 {
  width: 815px !important;
}

.mnw-815 {
  min-width: 815px !important;
}

.mxw-815 {
  max-width: 815px !important;
}

.mt820 {
  margin-top: 820px !important;
}

.mb820 {
  margin-bottom: 820px !important;
}

.mr820 {
  margin-right: 820px !important;
}

.ml820 {
  margin-left: 820px !important;
}

.pt820 {
  padding-top: 820px !important;
}

.pb820 {
  padding-bottom: 820px !important;
}

.pr820 {
  padding-right: 820px !important;
}

.pl820 {
  padding-left: 820px !important;
}

.mh820 {
  min-height: 820px !important;
}

.w-820 {
  width: 820px !important;
}

.mnw-820 {
  min-width: 820px !important;
}

.mxw-820 {
  max-width: 820px !important;
}

.mt825 {
  margin-top: 825px !important;
}

.mb825 {
  margin-bottom: 825px !important;
}

.mr825 {
  margin-right: 825px !important;
}

.ml825 {
  margin-left: 825px !important;
}

.pt825 {
  padding-top: 825px !important;
}

.pb825 {
  padding-bottom: 825px !important;
}

.pr825 {
  padding-right: 825px !important;
}

.pl825 {
  padding-left: 825px !important;
}

.mh825 {
  min-height: 825px !important;
}

.w-825 {
  width: 825px !important;
}

.mnw-825 {
  min-width: 825px !important;
}

.mxw-825 {
  max-width: 825px !important;
}

.mt830 {
  margin-top: 830px !important;
}

.mb830 {
  margin-bottom: 830px !important;
}

.mr830 {
  margin-right: 830px !important;
}

.ml830 {
  margin-left: 830px !important;
}

.pt830 {
  padding-top: 830px !important;
}

.pb830 {
  padding-bottom: 830px !important;
}

.pr830 {
  padding-right: 830px !important;
}

.pl830 {
  padding-left: 830px !important;
}

.mh830 {
  min-height: 830px !important;
}

.w-830 {
  width: 830px !important;
}

.mnw-830 {
  min-width: 830px !important;
}

.mxw-830 {
  max-width: 830px !important;
}

.mt835 {
  margin-top: 835px !important;
}

.mb835 {
  margin-bottom: 835px !important;
}

.mr835 {
  margin-right: 835px !important;
}

.ml835 {
  margin-left: 835px !important;
}

.pt835 {
  padding-top: 835px !important;
}

.pb835 {
  padding-bottom: 835px !important;
}

.pr835 {
  padding-right: 835px !important;
}

.pl835 {
  padding-left: 835px !important;
}

.mh835 {
  min-height: 835px !important;
}

.w-835 {
  width: 835px !important;
}

.mnw-835 {
  min-width: 835px !important;
}

.mxw-835 {
  max-width: 835px !important;
}

.mt840 {
  margin-top: 840px !important;
}

.mb840 {
  margin-bottom: 840px !important;
}

.mr840 {
  margin-right: 840px !important;
}

.ml840 {
  margin-left: 840px !important;
}

.pt840 {
  padding-top: 840px !important;
}

.pb840 {
  padding-bottom: 840px !important;
}

.pr840 {
  padding-right: 840px !important;
}

.pl840 {
  padding-left: 840px !important;
}

.mh840 {
  min-height: 840px !important;
}

.w-840 {
  width: 840px !important;
}

.mnw-840 {
  min-width: 840px !important;
}

.mxw-840 {
  max-width: 840px !important;
}

.mt845 {
  margin-top: 845px !important;
}

.mb845 {
  margin-bottom: 845px !important;
}

.mr845 {
  margin-right: 845px !important;
}

.ml845 {
  margin-left: 845px !important;
}

.pt845 {
  padding-top: 845px !important;
}

.pb845 {
  padding-bottom: 845px !important;
}

.pr845 {
  padding-right: 845px !important;
}

.pl845 {
  padding-left: 845px !important;
}

.mh845 {
  min-height: 845px !important;
}

.w-845 {
  width: 845px !important;
}

.mnw-845 {
  min-width: 845px !important;
}

.mxw-845 {
  max-width: 845px !important;
}

.mt850 {
  margin-top: 850px !important;
}

.mb850 {
  margin-bottom: 850px !important;
}

.mr850 {
  margin-right: 850px !important;
}

.ml850 {
  margin-left: 850px !important;
}

.pt850 {
  padding-top: 850px !important;
}

.pb850 {
  padding-bottom: 850px !important;
}

.pr850 {
  padding-right: 850px !important;
}

.pl850 {
  padding-left: 850px !important;
}

.mh850 {
  min-height: 850px !important;
}

.w-850 {
  width: 850px !important;
}

.mnw-850 {
  min-width: 850px !important;
}

.mxw-850 {
  max-width: 850px !important;
}

.mt855 {
  margin-top: 855px !important;
}

.mb855 {
  margin-bottom: 855px !important;
}

.mr855 {
  margin-right: 855px !important;
}

.ml855 {
  margin-left: 855px !important;
}

.pt855 {
  padding-top: 855px !important;
}

.pb855 {
  padding-bottom: 855px !important;
}

.pr855 {
  padding-right: 855px !important;
}

.pl855 {
  padding-left: 855px !important;
}

.mh855 {
  min-height: 855px !important;
}

.w-855 {
  width: 855px !important;
}

.mnw-855 {
  min-width: 855px !important;
}

.mxw-855 {
  max-width: 855px !important;
}

.mt860 {
  margin-top: 860px !important;
}

.mb860 {
  margin-bottom: 860px !important;
}

.mr860 {
  margin-right: 860px !important;
}

.ml860 {
  margin-left: 860px !important;
}

.pt860 {
  padding-top: 860px !important;
}

.pb860 {
  padding-bottom: 860px !important;
}

.pr860 {
  padding-right: 860px !important;
}

.pl860 {
  padding-left: 860px !important;
}

.mh860 {
  min-height: 860px !important;
}

.w-860 {
  width: 860px !important;
}

.mnw-860 {
  min-width: 860px !important;
}

.mxw-860 {
  max-width: 860px !important;
}

.mt865 {
  margin-top: 865px !important;
}

.mb865 {
  margin-bottom: 865px !important;
}

.mr865 {
  margin-right: 865px !important;
}

.ml865 {
  margin-left: 865px !important;
}

.pt865 {
  padding-top: 865px !important;
}

.pb865 {
  padding-bottom: 865px !important;
}

.pr865 {
  padding-right: 865px !important;
}

.pl865 {
  padding-left: 865px !important;
}

.mh865 {
  min-height: 865px !important;
}

.w-865 {
  width: 865px !important;
}

.mnw-865 {
  min-width: 865px !important;
}

.mxw-865 {
  max-width: 865px !important;
}

.mt870 {
  margin-top: 870px !important;
}

.mb870 {
  margin-bottom: 870px !important;
}

.mr870 {
  margin-right: 870px !important;
}

.ml870 {
  margin-left: 870px !important;
}

.pt870 {
  padding-top: 870px !important;
}

.pb870 {
  padding-bottom: 870px !important;
}

.pr870 {
  padding-right: 870px !important;
}

.pl870 {
  padding-left: 870px !important;
}

.mh870 {
  min-height: 870px !important;
}

.w-870 {
  width: 870px !important;
}

.mnw-870 {
  min-width: 870px !important;
}

.mxw-870 {
  max-width: 870px !important;
}

.mt875 {
  margin-top: 875px !important;
}

.mb875 {
  margin-bottom: 875px !important;
}

.mr875 {
  margin-right: 875px !important;
}

.ml875 {
  margin-left: 875px !important;
}

.pt875 {
  padding-top: 875px !important;
}

.pb875 {
  padding-bottom: 875px !important;
}

.pr875 {
  padding-right: 875px !important;
}

.pl875 {
  padding-left: 875px !important;
}

.mh875 {
  min-height: 875px !important;
}

.w-875 {
  width: 875px !important;
}

.mnw-875 {
  min-width: 875px !important;
}

.mxw-875 {
  max-width: 875px !important;
}

.mt880 {
  margin-top: 880px !important;
}

.mb880 {
  margin-bottom: 880px !important;
}

.mr880 {
  margin-right: 880px !important;
}

.ml880 {
  margin-left: 880px !important;
}

.pt880 {
  padding-top: 880px !important;
}

.pb880 {
  padding-bottom: 880px !important;
}

.pr880 {
  padding-right: 880px !important;
}

.pl880 {
  padding-left: 880px !important;
}

.mh880 {
  min-height: 880px !important;
}

.w-880 {
  width: 880px !important;
}

.mnw-880 {
  min-width: 880px !important;
}

.mxw-880 {
  max-width: 880px !important;
}

.mt885 {
  margin-top: 885px !important;
}

.mb885 {
  margin-bottom: 885px !important;
}

.mr885 {
  margin-right: 885px !important;
}

.ml885 {
  margin-left: 885px !important;
}

.pt885 {
  padding-top: 885px !important;
}

.pb885 {
  padding-bottom: 885px !important;
}

.pr885 {
  padding-right: 885px !important;
}

.pl885 {
  padding-left: 885px !important;
}

.mh885 {
  min-height: 885px !important;
}

.w-885 {
  width: 885px !important;
}

.mnw-885 {
  min-width: 885px !important;
}

.mxw-885 {
  max-width: 885px !important;
}

.mt890 {
  margin-top: 890px !important;
}

.mb890 {
  margin-bottom: 890px !important;
}

.mr890 {
  margin-right: 890px !important;
}

.ml890 {
  margin-left: 890px !important;
}

.pt890 {
  padding-top: 890px !important;
}

.pb890 {
  padding-bottom: 890px !important;
}

.pr890 {
  padding-right: 890px !important;
}

.pl890 {
  padding-left: 890px !important;
}

.mh890 {
  min-height: 890px !important;
}

.w-890 {
  width: 890px !important;
}

.mnw-890 {
  min-width: 890px !important;
}

.mxw-890 {
  max-width: 890px !important;
}

.mt895 {
  margin-top: 895px !important;
}

.mb895 {
  margin-bottom: 895px !important;
}

.mr895 {
  margin-right: 895px !important;
}

.ml895 {
  margin-left: 895px !important;
}

.pt895 {
  padding-top: 895px !important;
}

.pb895 {
  padding-bottom: 895px !important;
}

.pr895 {
  padding-right: 895px !important;
}

.pl895 {
  padding-left: 895px !important;
}

.mh895 {
  min-height: 895px !important;
}

.w-895 {
  width: 895px !important;
}

.mnw-895 {
  min-width: 895px !important;
}

.mxw-895 {
  max-width: 895px !important;
}

.mt900 {
  margin-top: 900px !important;
}

.mb900 {
  margin-bottom: 900px !important;
}

.mr900 {
  margin-right: 900px !important;
}

.ml900 {
  margin-left: 900px !important;
}

.pt900 {
  padding-top: 900px !important;
}

.pb900 {
  padding-bottom: 900px !important;
}

.pr900 {
  padding-right: 900px !important;
}

.pl900 {
  padding-left: 900px !important;
}

.mh900 {
  min-height: 900px !important;
}

.w-900 {
  width: 900px !important;
}

.mnw-900 {
  min-width: 900px !important;
}

.mxw-900 {
  max-width: 900px !important;
}

.mt905 {
  margin-top: 905px !important;
}

.mb905 {
  margin-bottom: 905px !important;
}

.mr905 {
  margin-right: 905px !important;
}

.ml905 {
  margin-left: 905px !important;
}

.pt905 {
  padding-top: 905px !important;
}

.pb905 {
  padding-bottom: 905px !important;
}

.pr905 {
  padding-right: 905px !important;
}

.pl905 {
  padding-left: 905px !important;
}

.mh905 {
  min-height: 905px !important;
}

.w-905 {
  width: 905px !important;
}

.mnw-905 {
  min-width: 905px !important;
}

.mxw-905 {
  max-width: 905px !important;
}

.mt910 {
  margin-top: 910px !important;
}

.mb910 {
  margin-bottom: 910px !important;
}

.mr910 {
  margin-right: 910px !important;
}

.ml910 {
  margin-left: 910px !important;
}

.pt910 {
  padding-top: 910px !important;
}

.pb910 {
  padding-bottom: 910px !important;
}

.pr910 {
  padding-right: 910px !important;
}

.pl910 {
  padding-left: 910px !important;
}

.mh910 {
  min-height: 910px !important;
}

.w-910 {
  width: 910px !important;
}

.mnw-910 {
  min-width: 910px !important;
}

.mxw-910 {
  max-width: 910px !important;
}

.mt915 {
  margin-top: 915px !important;
}

.mb915 {
  margin-bottom: 915px !important;
}

.mr915 {
  margin-right: 915px !important;
}

.ml915 {
  margin-left: 915px !important;
}

.pt915 {
  padding-top: 915px !important;
}

.pb915 {
  padding-bottom: 915px !important;
}

.pr915 {
  padding-right: 915px !important;
}

.pl915 {
  padding-left: 915px !important;
}

.mh915 {
  min-height: 915px !important;
}

.w-915 {
  width: 915px !important;
}

.mnw-915 {
  min-width: 915px !important;
}

.mxw-915 {
  max-width: 915px !important;
}

.mt920 {
  margin-top: 920px !important;
}

.mb920 {
  margin-bottom: 920px !important;
}

.mr920 {
  margin-right: 920px !important;
}

.ml920 {
  margin-left: 920px !important;
}

.pt920 {
  padding-top: 920px !important;
}

.pb920 {
  padding-bottom: 920px !important;
}

.pr920 {
  padding-right: 920px !important;
}

.pl920 {
  padding-left: 920px !important;
}

.mh920 {
  min-height: 920px !important;
}

.w-920 {
  width: 920px !important;
}

.mnw-920 {
  min-width: 920px !important;
}

.mxw-920 {
  max-width: 920px !important;
}

.mt925 {
  margin-top: 925px !important;
}

.mb925 {
  margin-bottom: 925px !important;
}

.mr925 {
  margin-right: 925px !important;
}

.ml925 {
  margin-left: 925px !important;
}

.pt925 {
  padding-top: 925px !important;
}

.pb925 {
  padding-bottom: 925px !important;
}

.pr925 {
  padding-right: 925px !important;
}

.pl925 {
  padding-left: 925px !important;
}

.mh925 {
  min-height: 925px !important;
}

.w-925 {
  width: 925px !important;
}

.mnw-925 {
  min-width: 925px !important;
}

.mxw-925 {
  max-width: 925px !important;
}

.mt930 {
  margin-top: 930px !important;
}

.mb930 {
  margin-bottom: 930px !important;
}

.mr930 {
  margin-right: 930px !important;
}

.ml930 {
  margin-left: 930px !important;
}

.pt930 {
  padding-top: 930px !important;
}

.pb930 {
  padding-bottom: 930px !important;
}

.pr930 {
  padding-right: 930px !important;
}

.pl930 {
  padding-left: 930px !important;
}

.mh930 {
  min-height: 930px !important;
}

.w-930 {
  width: 930px !important;
}

.mnw-930 {
  min-width: 930px !important;
}

.mxw-930 {
  max-width: 930px !important;
}

.mt935 {
  margin-top: 935px !important;
}

.mb935 {
  margin-bottom: 935px !important;
}

.mr935 {
  margin-right: 935px !important;
}

.ml935 {
  margin-left: 935px !important;
}

.pt935 {
  padding-top: 935px !important;
}

.pb935 {
  padding-bottom: 935px !important;
}

.pr935 {
  padding-right: 935px !important;
}

.pl935 {
  padding-left: 935px !important;
}

.mh935 {
  min-height: 935px !important;
}

.w-935 {
  width: 935px !important;
}

.mnw-935 {
  min-width: 935px !important;
}

.mxw-935 {
  max-width: 935px !important;
}

.mt940 {
  margin-top: 940px !important;
}

.mb940 {
  margin-bottom: 940px !important;
}

.mr940 {
  margin-right: 940px !important;
}

.ml940 {
  margin-left: 940px !important;
}

.pt940 {
  padding-top: 940px !important;
}

.pb940 {
  padding-bottom: 940px !important;
}

.pr940 {
  padding-right: 940px !important;
}

.pl940 {
  padding-left: 940px !important;
}

.mh940 {
  min-height: 940px !important;
}

.w-940 {
  width: 940px !important;
}

.mnw-940 {
  min-width: 940px !important;
}

.mxw-940 {
  max-width: 940px !important;
}

.mt945 {
  margin-top: 945px !important;
}

.mb945 {
  margin-bottom: 945px !important;
}

.mr945 {
  margin-right: 945px !important;
}

.ml945 {
  margin-left: 945px !important;
}

.pt945 {
  padding-top: 945px !important;
}

.pb945 {
  padding-bottom: 945px !important;
}

.pr945 {
  padding-right: 945px !important;
}

.pl945 {
  padding-left: 945px !important;
}

.mh945 {
  min-height: 945px !important;
}

.w-945 {
  width: 945px !important;
}

.mnw-945 {
  min-width: 945px !important;
}

.mxw-945 {
  max-width: 945px !important;
}

.mt950 {
  margin-top: 950px !important;
}

.mb950 {
  margin-bottom: 950px !important;
}

.mr950 {
  margin-right: 950px !important;
}

.ml950 {
  margin-left: 950px !important;
}

.pt950 {
  padding-top: 950px !important;
}

.pb950 {
  padding-bottom: 950px !important;
}

.pr950 {
  padding-right: 950px !important;
}

.pl950 {
  padding-left: 950px !important;
}

.mh950 {
  min-height: 950px !important;
}

.w-950 {
  width: 950px !important;
}

.mnw-950 {
  min-width: 950px !important;
}

.mxw-950 {
  max-width: 950px !important;
}

.mt955 {
  margin-top: 955px !important;
}

.mb955 {
  margin-bottom: 955px !important;
}

.mr955 {
  margin-right: 955px !important;
}

.ml955 {
  margin-left: 955px !important;
}

.pt955 {
  padding-top: 955px !important;
}

.pb955 {
  padding-bottom: 955px !important;
}

.pr955 {
  padding-right: 955px !important;
}

.pl955 {
  padding-left: 955px !important;
}

.mh955 {
  min-height: 955px !important;
}

.w-955 {
  width: 955px !important;
}

.mnw-955 {
  min-width: 955px !important;
}

.mxw-955 {
  max-width: 955px !important;
}

.mt960 {
  margin-top: 960px !important;
}

.mb960 {
  margin-bottom: 960px !important;
}

.mr960 {
  margin-right: 960px !important;
}

.ml960 {
  margin-left: 960px !important;
}

.pt960 {
  padding-top: 960px !important;
}

.pb960 {
  padding-bottom: 960px !important;
}

.pr960 {
  padding-right: 960px !important;
}

.pl960 {
  padding-left: 960px !important;
}

.mh960 {
  min-height: 960px !important;
}

.w-960 {
  width: 960px !important;
}

.mnw-960 {
  min-width: 960px !important;
}

.mxw-960 {
  max-width: 960px !important;
}

.mt965 {
  margin-top: 965px !important;
}

.mb965 {
  margin-bottom: 965px !important;
}

.mr965 {
  margin-right: 965px !important;
}

.ml965 {
  margin-left: 965px !important;
}

.pt965 {
  padding-top: 965px !important;
}

.pb965 {
  padding-bottom: 965px !important;
}

.pr965 {
  padding-right: 965px !important;
}

.pl965 {
  padding-left: 965px !important;
}

.mh965 {
  min-height: 965px !important;
}

.w-965 {
  width: 965px !important;
}

.mnw-965 {
  min-width: 965px !important;
}

.mxw-965 {
  max-width: 965px !important;
}

.mt970 {
  margin-top: 970px !important;
}

.mb970 {
  margin-bottom: 970px !important;
}

.mr970 {
  margin-right: 970px !important;
}

.ml970 {
  margin-left: 970px !important;
}

.pt970 {
  padding-top: 970px !important;
}

.pb970 {
  padding-bottom: 970px !important;
}

.pr970 {
  padding-right: 970px !important;
}

.pl970 {
  padding-left: 970px !important;
}

.mh970 {
  min-height: 970px !important;
}

.w-970 {
  width: 970px !important;
}

.mnw-970 {
  min-width: 970px !important;
}

.mxw-970 {
  max-width: 970px !important;
}

.mt975 {
  margin-top: 975px !important;
}

.mb975 {
  margin-bottom: 975px !important;
}

.mr975 {
  margin-right: 975px !important;
}

.ml975 {
  margin-left: 975px !important;
}

.pt975 {
  padding-top: 975px !important;
}

.pb975 {
  padding-bottom: 975px !important;
}

.pr975 {
  padding-right: 975px !important;
}

.pl975 {
  padding-left: 975px !important;
}

.mh975 {
  min-height: 975px !important;
}

.w-975 {
  width: 975px !important;
}

.mnw-975 {
  min-width: 975px !important;
}

.mxw-975 {
  max-width: 975px !important;
}

.mt980 {
  margin-top: 980px !important;
}

.mb980 {
  margin-bottom: 980px !important;
}

.mr980 {
  margin-right: 980px !important;
}

.ml980 {
  margin-left: 980px !important;
}

.pt980 {
  padding-top: 980px !important;
}

.pb980 {
  padding-bottom: 980px !important;
}

.pr980 {
  padding-right: 980px !important;
}

.pl980 {
  padding-left: 980px !important;
}

.mh980 {
  min-height: 980px !important;
}

.w-980 {
  width: 980px !important;
}

.mnw-980 {
  min-width: 980px !important;
}

.mxw-980 {
  max-width: 980px !important;
}

.mt985 {
  margin-top: 985px !important;
}

.mb985 {
  margin-bottom: 985px !important;
}

.mr985 {
  margin-right: 985px !important;
}

.ml985 {
  margin-left: 985px !important;
}

.pt985 {
  padding-top: 985px !important;
}

.pb985 {
  padding-bottom: 985px !important;
}

.pr985 {
  padding-right: 985px !important;
}

.pl985 {
  padding-left: 985px !important;
}

.mh985 {
  min-height: 985px !important;
}

.w-985 {
  width: 985px !important;
}

.mnw-985 {
  min-width: 985px !important;
}

.mxw-985 {
  max-width: 985px !important;
}

.mt990 {
  margin-top: 990px !important;
}

.mb990 {
  margin-bottom: 990px !important;
}

.mr990 {
  margin-right: 990px !important;
}

.ml990 {
  margin-left: 990px !important;
}

.pt990 {
  padding-top: 990px !important;
}

.pb990 {
  padding-bottom: 990px !important;
}

.pr990 {
  padding-right: 990px !important;
}

.pl990 {
  padding-left: 990px !important;
}

.mh990 {
  min-height: 990px !important;
}

.w-990 {
  width: 990px !important;
}

.mnw-990 {
  min-width: 990px !important;
}

.mxw-990 {
  max-width: 990px !important;
}

.mt995 {
  margin-top: 995px !important;
}

.mb995 {
  margin-bottom: 995px !important;
}

.mr995 {
  margin-right: 995px !important;
}

.ml995 {
  margin-left: 995px !important;
}

.pt995 {
  padding-top: 995px !important;
}

.pb995 {
  padding-bottom: 995px !important;
}

.pr995 {
  padding-right: 995px !important;
}

.pl995 {
  padding-left: 995px !important;
}

.mh995 {
  min-height: 995px !important;
}

.w-995 {
  width: 995px !important;
}

.mnw-995 {
  min-width: 995px !important;
}

.mxw-995 {
  max-width: 995px !important;
}

.mt1000 {
  margin-top: 1000px !important;
}

.mb1000 {
  margin-bottom: 1000px !important;
}

.mr1000 {
  margin-right: 1000px !important;
}

.ml1000 {
  margin-left: 1000px !important;
}

.pt1000 {
  padding-top: 1000px !important;
}

.pb1000 {
  padding-bottom: 1000px !important;
}

.pr1000 {
  padding-right: 1000px !important;
}

.pl1000 {
  padding-left: 1000px !important;
}

.mh1000 {
  min-height: 1000px !important;
}

.w-1000 {
  width: 1000px !important;
}

.mnw-1000 {
  min-width: 1000px !important;
}

.mxw-1000 {
  max-width: 1000px !important;
}

.mt1005 {
  margin-top: 1005px !important;
}

.mb1005 {
  margin-bottom: 1005px !important;
}

.mr1005 {
  margin-right: 1005px !important;
}

.ml1005 {
  margin-left: 1005px !important;
}

.pt1005 {
  padding-top: 1005px !important;
}

.pb1005 {
  padding-bottom: 1005px !important;
}

.pr1005 {
  padding-right: 1005px !important;
}

.pl1005 {
  padding-left: 1005px !important;
}

.mh1005 {
  min-height: 1005px !important;
}

.w-1005 {
  width: 1005px !important;
}

.mnw-1005 {
  min-width: 1005px !important;
}

.mxw-1005 {
  max-width: 1005px !important;
}

.mt1010 {
  margin-top: 1010px !important;
}

.mb1010 {
  margin-bottom: 1010px !important;
}

.mr1010 {
  margin-right: 1010px !important;
}

.ml1010 {
  margin-left: 1010px !important;
}

.pt1010 {
  padding-top: 1010px !important;
}

.pb1010 {
  padding-bottom: 1010px !important;
}

.pr1010 {
  padding-right: 1010px !important;
}

.pl1010 {
  padding-left: 1010px !important;
}

.mh1010 {
  min-height: 1010px !important;
}

.w-1010 {
  width: 1010px !important;
}

.mnw-1010 {
  min-width: 1010px !important;
}

.mxw-1010 {
  max-width: 1010px !important;
}

.mt1015 {
  margin-top: 1015px !important;
}

.mb1015 {
  margin-bottom: 1015px !important;
}

.mr1015 {
  margin-right: 1015px !important;
}

.ml1015 {
  margin-left: 1015px !important;
}

.pt1015 {
  padding-top: 1015px !important;
}

.pb1015 {
  padding-bottom: 1015px !important;
}

.pr1015 {
  padding-right: 1015px !important;
}

.pl1015 {
  padding-left: 1015px !important;
}

.mh1015 {
  min-height: 1015px !important;
}

.w-1015 {
  width: 1015px !important;
}

.mnw-1015 {
  min-width: 1015px !important;
}

.mxw-1015 {
  max-width: 1015px !important;
}

.mt1020 {
  margin-top: 1020px !important;
}

.mb1020 {
  margin-bottom: 1020px !important;
}

.mr1020 {
  margin-right: 1020px !important;
}

.ml1020 {
  margin-left: 1020px !important;
}

.pt1020 {
  padding-top: 1020px !important;
}

.pb1020 {
  padding-bottom: 1020px !important;
}

.pr1020 {
  padding-right: 1020px !important;
}

.pl1020 {
  padding-left: 1020px !important;
}

.mh1020 {
  min-height: 1020px !important;
}

.w-1020 {
  width: 1020px !important;
}

.mnw-1020 {
  min-width: 1020px !important;
}

.mxw-1020 {
  max-width: 1020px !important;
}

.mt1025 {
  margin-top: 1025px !important;
}

.mb1025 {
  margin-bottom: 1025px !important;
}

.mr1025 {
  margin-right: 1025px !important;
}

.ml1025 {
  margin-left: 1025px !important;
}

.pt1025 {
  padding-top: 1025px !important;
}

.pb1025 {
  padding-bottom: 1025px !important;
}

.pr1025 {
  padding-right: 1025px !important;
}

.pl1025 {
  padding-left: 1025px !important;
}

.mh1025 {
  min-height: 1025px !important;
}

.w-1025 {
  width: 1025px !important;
}

.mnw-1025 {
  min-width: 1025px !important;
}

.mxw-1025 {
  max-width: 1025px !important;
}

.mt1030 {
  margin-top: 1030px !important;
}

.mb1030 {
  margin-bottom: 1030px !important;
}

.mr1030 {
  margin-right: 1030px !important;
}

.ml1030 {
  margin-left: 1030px !important;
}

.pt1030 {
  padding-top: 1030px !important;
}

.pb1030 {
  padding-bottom: 1030px !important;
}

.pr1030 {
  padding-right: 1030px !important;
}

.pl1030 {
  padding-left: 1030px !important;
}

.mh1030 {
  min-height: 1030px !important;
}

.w-1030 {
  width: 1030px !important;
}

.mnw-1030 {
  min-width: 1030px !important;
}

.mxw-1030 {
  max-width: 1030px !important;
}

.mt1035 {
  margin-top: 1035px !important;
}

.mb1035 {
  margin-bottom: 1035px !important;
}

.mr1035 {
  margin-right: 1035px !important;
}

.ml1035 {
  margin-left: 1035px !important;
}

.pt1035 {
  padding-top: 1035px !important;
}

.pb1035 {
  padding-bottom: 1035px !important;
}

.pr1035 {
  padding-right: 1035px !important;
}

.pl1035 {
  padding-left: 1035px !important;
}

.mh1035 {
  min-height: 1035px !important;
}

.w-1035 {
  width: 1035px !important;
}

.mnw-1035 {
  min-width: 1035px !important;
}

.mxw-1035 {
  max-width: 1035px !important;
}

.mt1040 {
  margin-top: 1040px !important;
}

.mb1040 {
  margin-bottom: 1040px !important;
}

.mr1040 {
  margin-right: 1040px !important;
}

.ml1040 {
  margin-left: 1040px !important;
}

.pt1040 {
  padding-top: 1040px !important;
}

.pb1040 {
  padding-bottom: 1040px !important;
}

.pr1040 {
  padding-right: 1040px !important;
}

.pl1040 {
  padding-left: 1040px !important;
}

.mh1040 {
  min-height: 1040px !important;
}

.w-1040 {
  width: 1040px !important;
}

.mnw-1040 {
  min-width: 1040px !important;
}

.mxw-1040 {
  max-width: 1040px !important;
}

.mt1045 {
  margin-top: 1045px !important;
}

.mb1045 {
  margin-bottom: 1045px !important;
}

.mr1045 {
  margin-right: 1045px !important;
}

.ml1045 {
  margin-left: 1045px !important;
}

.pt1045 {
  padding-top: 1045px !important;
}

.pb1045 {
  padding-bottom: 1045px !important;
}

.pr1045 {
  padding-right: 1045px !important;
}

.pl1045 {
  padding-left: 1045px !important;
}

.mh1045 {
  min-height: 1045px !important;
}

.w-1045 {
  width: 1045px !important;
}

.mnw-1045 {
  min-width: 1045px !important;
}

.mxw-1045 {
  max-width: 1045px !important;
}

.mt1050 {
  margin-top: 1050px !important;
}

.mb1050 {
  margin-bottom: 1050px !important;
}

.mr1050 {
  margin-right: 1050px !important;
}

.ml1050 {
  margin-left: 1050px !important;
}

.pt1050 {
  padding-top: 1050px !important;
}

.pb1050 {
  padding-bottom: 1050px !important;
}

.pr1050 {
  padding-right: 1050px !important;
}

.pl1050 {
  padding-left: 1050px !important;
}

.mh1050 {
  min-height: 1050px !important;
}

.w-1050 {
  width: 1050px !important;
}

.mnw-1050 {
  min-width: 1050px !important;
}

.mxw-1050 {
  max-width: 1050px !important;
}

.mt1055 {
  margin-top: 1055px !important;
}

.mb1055 {
  margin-bottom: 1055px !important;
}

.mr1055 {
  margin-right: 1055px !important;
}

.ml1055 {
  margin-left: 1055px !important;
}

.pt1055 {
  padding-top: 1055px !important;
}

.pb1055 {
  padding-bottom: 1055px !important;
}

.pr1055 {
  padding-right: 1055px !important;
}

.pl1055 {
  padding-left: 1055px !important;
}

.mh1055 {
  min-height: 1055px !important;
}

.w-1055 {
  width: 1055px !important;
}

.mnw-1055 {
  min-width: 1055px !important;
}

.mxw-1055 {
  max-width: 1055px !important;
}

.mt1060 {
  margin-top: 1060px !important;
}

.mb1060 {
  margin-bottom: 1060px !important;
}

.mr1060 {
  margin-right: 1060px !important;
}

.ml1060 {
  margin-left: 1060px !important;
}

.pt1060 {
  padding-top: 1060px !important;
}

.pb1060 {
  padding-bottom: 1060px !important;
}

.pr1060 {
  padding-right: 1060px !important;
}

.pl1060 {
  padding-left: 1060px !important;
}

.mh1060 {
  min-height: 1060px !important;
}

.w-1060 {
  width: 1060px !important;
}

.mnw-1060 {
  min-width: 1060px !important;
}

.mxw-1060 {
  max-width: 1060px !important;
}

.mt1065 {
  margin-top: 1065px !important;
}

.mb1065 {
  margin-bottom: 1065px !important;
}

.mr1065 {
  margin-right: 1065px !important;
}

.ml1065 {
  margin-left: 1065px !important;
}

.pt1065 {
  padding-top: 1065px !important;
}

.pb1065 {
  padding-bottom: 1065px !important;
}

.pr1065 {
  padding-right: 1065px !important;
}

.pl1065 {
  padding-left: 1065px !important;
}

.mh1065 {
  min-height: 1065px !important;
}

.w-1065 {
  width: 1065px !important;
}

.mnw-1065 {
  min-width: 1065px !important;
}

.mxw-1065 {
  max-width: 1065px !important;
}

.mt1070 {
  margin-top: 1070px !important;
}

.mb1070 {
  margin-bottom: 1070px !important;
}

.mr1070 {
  margin-right: 1070px !important;
}

.ml1070 {
  margin-left: 1070px !important;
}

.pt1070 {
  padding-top: 1070px !important;
}

.pb1070 {
  padding-bottom: 1070px !important;
}

.pr1070 {
  padding-right: 1070px !important;
}

.pl1070 {
  padding-left: 1070px !important;
}

.mh1070 {
  min-height: 1070px !important;
}

.w-1070 {
  width: 1070px !important;
}

.mnw-1070 {
  min-width: 1070px !important;
}

.mxw-1070 {
  max-width: 1070px !important;
}

.mt1075 {
  margin-top: 1075px !important;
}

.mb1075 {
  margin-bottom: 1075px !important;
}

.mr1075 {
  margin-right: 1075px !important;
}

.ml1075 {
  margin-left: 1075px !important;
}

.pt1075 {
  padding-top: 1075px !important;
}

.pb1075 {
  padding-bottom: 1075px !important;
}

.pr1075 {
  padding-right: 1075px !important;
}

.pl1075 {
  padding-left: 1075px !important;
}

.mh1075 {
  min-height: 1075px !important;
}

.w-1075 {
  width: 1075px !important;
}

.mnw-1075 {
  min-width: 1075px !important;
}

.mxw-1075 {
  max-width: 1075px !important;
}

.mt1080 {
  margin-top: 1080px !important;
}

.mb1080 {
  margin-bottom: 1080px !important;
}

.mr1080 {
  margin-right: 1080px !important;
}

.ml1080 {
  margin-left: 1080px !important;
}

.pt1080 {
  padding-top: 1080px !important;
}

.pb1080 {
  padding-bottom: 1080px !important;
}

.pr1080 {
  padding-right: 1080px !important;
}

.pl1080 {
  padding-left: 1080px !important;
}

.mh1080 {
  min-height: 1080px !important;
}

.w-1080 {
  width: 1080px !important;
}

.mnw-1080 {
  min-width: 1080px !important;
}

.mxw-1080 {
  max-width: 1080px !important;
}

.mt1085 {
  margin-top: 1085px !important;
}

.mb1085 {
  margin-bottom: 1085px !important;
}

.mr1085 {
  margin-right: 1085px !important;
}

.ml1085 {
  margin-left: 1085px !important;
}

.pt1085 {
  padding-top: 1085px !important;
}

.pb1085 {
  padding-bottom: 1085px !important;
}

.pr1085 {
  padding-right: 1085px !important;
}

.pl1085 {
  padding-left: 1085px !important;
}

.mh1085 {
  min-height: 1085px !important;
}

.w-1085 {
  width: 1085px !important;
}

.mnw-1085 {
  min-width: 1085px !important;
}

.mxw-1085 {
  max-width: 1085px !important;
}

.mt1090 {
  margin-top: 1090px !important;
}

.mb1090 {
  margin-bottom: 1090px !important;
}

.mr1090 {
  margin-right: 1090px !important;
}

.ml1090 {
  margin-left: 1090px !important;
}

.pt1090 {
  padding-top: 1090px !important;
}

.pb1090 {
  padding-bottom: 1090px !important;
}

.pr1090 {
  padding-right: 1090px !important;
}

.pl1090 {
  padding-left: 1090px !important;
}

.mh1090 {
  min-height: 1090px !important;
}

.w-1090 {
  width: 1090px !important;
}

.mnw-1090 {
  min-width: 1090px !important;
}

.mxw-1090 {
  max-width: 1090px !important;
}

.mt1095 {
  margin-top: 1095px !important;
}

.mb1095 {
  margin-bottom: 1095px !important;
}

.mr1095 {
  margin-right: 1095px !important;
}

.ml1095 {
  margin-left: 1095px !important;
}

.pt1095 {
  padding-top: 1095px !important;
}

.pb1095 {
  padding-bottom: 1095px !important;
}

.pr1095 {
  padding-right: 1095px !important;
}

.pl1095 {
  padding-left: 1095px !important;
}

.mh1095 {
  min-height: 1095px !important;
}

.w-1095 {
  width: 1095px !important;
}

.mnw-1095 {
  min-width: 1095px !important;
}

.mxw-1095 {
  max-width: 1095px !important;
}

.mt1100 {
  margin-top: 1100px !important;
}

.mb1100 {
  margin-bottom: 1100px !important;
}

.mr1100 {
  margin-right: 1100px !important;
}

.ml1100 {
  margin-left: 1100px !important;
}

.pt1100 {
  padding-top: 1100px !important;
}

.pb1100 {
  padding-bottom: 1100px !important;
}

.pr1100 {
  padding-right: 1100px !important;
}

.pl1100 {
  padding-left: 1100px !important;
}

.mh1100 {
  min-height: 1100px !important;
}

.w-1100 {
  width: 1100px !important;
}

.mnw-1100 {
  min-width: 1100px !important;
}

.mxw-1100 {
  max-width: 1100px !important;
}

.mt1105 {
  margin-top: 1105px !important;
}

.mb1105 {
  margin-bottom: 1105px !important;
}

.mr1105 {
  margin-right: 1105px !important;
}

.ml1105 {
  margin-left: 1105px !important;
}

.pt1105 {
  padding-top: 1105px !important;
}

.pb1105 {
  padding-bottom: 1105px !important;
}

.pr1105 {
  padding-right: 1105px !important;
}

.pl1105 {
  padding-left: 1105px !important;
}

.mh1105 {
  min-height: 1105px !important;
}

.w-1105 {
  width: 1105px !important;
}

.mnw-1105 {
  min-width: 1105px !important;
}

.mxw-1105 {
  max-width: 1105px !important;
}

.mt1110 {
  margin-top: 1110px !important;
}

.mb1110 {
  margin-bottom: 1110px !important;
}

.mr1110 {
  margin-right: 1110px !important;
}

.ml1110 {
  margin-left: 1110px !important;
}

.pt1110 {
  padding-top: 1110px !important;
}

.pb1110 {
  padding-bottom: 1110px !important;
}

.pr1110 {
  padding-right: 1110px !important;
}

.pl1110 {
  padding-left: 1110px !important;
}

.mh1110 {
  min-height: 1110px !important;
}

.w-1110 {
  width: 1110px !important;
}

.mnw-1110 {
  min-width: 1110px !important;
}

.mxw-1110 {
  max-width: 1110px !important;
}

.mt1115 {
  margin-top: 1115px !important;
}

.mb1115 {
  margin-bottom: 1115px !important;
}

.mr1115 {
  margin-right: 1115px !important;
}

.ml1115 {
  margin-left: 1115px !important;
}

.pt1115 {
  padding-top: 1115px !important;
}

.pb1115 {
  padding-bottom: 1115px !important;
}

.pr1115 {
  padding-right: 1115px !important;
}

.pl1115 {
  padding-left: 1115px !important;
}

.mh1115 {
  min-height: 1115px !important;
}

.w-1115 {
  width: 1115px !important;
}

.mnw-1115 {
  min-width: 1115px !important;
}

.mxw-1115 {
  max-width: 1115px !important;
}

.mt1120 {
  margin-top: 1120px !important;
}

.mb1120 {
  margin-bottom: 1120px !important;
}

.mr1120 {
  margin-right: 1120px !important;
}

.ml1120 {
  margin-left: 1120px !important;
}

.pt1120 {
  padding-top: 1120px !important;
}

.pb1120 {
  padding-bottom: 1120px !important;
}

.pr1120 {
  padding-right: 1120px !important;
}

.pl1120 {
  padding-left: 1120px !important;
}

.mh1120 {
  min-height: 1120px !important;
}

.w-1120 {
  width: 1120px !important;
}

.mnw-1120 {
  min-width: 1120px !important;
}

.mxw-1120 {
  max-width: 1120px !important;
}

.mt1125 {
  margin-top: 1125px !important;
}

.mb1125 {
  margin-bottom: 1125px !important;
}

.mr1125 {
  margin-right: 1125px !important;
}

.ml1125 {
  margin-left: 1125px !important;
}

.pt1125 {
  padding-top: 1125px !important;
}

.pb1125 {
  padding-bottom: 1125px !important;
}

.pr1125 {
  padding-right: 1125px !important;
}

.pl1125 {
  padding-left: 1125px !important;
}

.mh1125 {
  min-height: 1125px !important;
}

.w-1125 {
  width: 1125px !important;
}

.mnw-1125 {
  min-width: 1125px !important;
}

.mxw-1125 {
  max-width: 1125px !important;
}

.mt1130 {
  margin-top: 1130px !important;
}

.mb1130 {
  margin-bottom: 1130px !important;
}

.mr1130 {
  margin-right: 1130px !important;
}

.ml1130 {
  margin-left: 1130px !important;
}

.pt1130 {
  padding-top: 1130px !important;
}

.pb1130 {
  padding-bottom: 1130px !important;
}

.pr1130 {
  padding-right: 1130px !important;
}

.pl1130 {
  padding-left: 1130px !important;
}

.mh1130 {
  min-height: 1130px !important;
}

.w-1130 {
  width: 1130px !important;
}

.mnw-1130 {
  min-width: 1130px !important;
}

.mxw-1130 {
  max-width: 1130px !important;
}

.mt1135 {
  margin-top: 1135px !important;
}

.mb1135 {
  margin-bottom: 1135px !important;
}

.mr1135 {
  margin-right: 1135px !important;
}

.ml1135 {
  margin-left: 1135px !important;
}

.pt1135 {
  padding-top: 1135px !important;
}

.pb1135 {
  padding-bottom: 1135px !important;
}

.pr1135 {
  padding-right: 1135px !important;
}

.pl1135 {
  padding-left: 1135px !important;
}

.mh1135 {
  min-height: 1135px !important;
}

.w-1135 {
  width: 1135px !important;
}

.mnw-1135 {
  min-width: 1135px !important;
}

.mxw-1135 {
  max-width: 1135px !important;
}

.mt1140 {
  margin-top: 1140px !important;
}

.mb1140 {
  margin-bottom: 1140px !important;
}

.mr1140 {
  margin-right: 1140px !important;
}

.ml1140 {
  margin-left: 1140px !important;
}

.pt1140 {
  padding-top: 1140px !important;
}

.pb1140 {
  padding-bottom: 1140px !important;
}

.pr1140 {
  padding-right: 1140px !important;
}

.pl1140 {
  padding-left: 1140px !important;
}

.mh1140 {
  min-height: 1140px !important;
}

.w-1140 {
  width: 1140px !important;
}

.mnw-1140 {
  min-width: 1140px !important;
}

.mxw-1140 {
  max-width: 1140px !important;
}

.mt1145 {
  margin-top: 1145px !important;
}

.mb1145 {
  margin-bottom: 1145px !important;
}

.mr1145 {
  margin-right: 1145px !important;
}

.ml1145 {
  margin-left: 1145px !important;
}

.pt1145 {
  padding-top: 1145px !important;
}

.pb1145 {
  padding-bottom: 1145px !important;
}

.pr1145 {
  padding-right: 1145px !important;
}

.pl1145 {
  padding-left: 1145px !important;
}

.mh1145 {
  min-height: 1145px !important;
}

.w-1145 {
  width: 1145px !important;
}

.mnw-1145 {
  min-width: 1145px !important;
}

.mxw-1145 {
  max-width: 1145px !important;
}

.mt1150 {
  margin-top: 1150px !important;
}

.mb1150 {
  margin-bottom: 1150px !important;
}

.mr1150 {
  margin-right: 1150px !important;
}

.ml1150 {
  margin-left: 1150px !important;
}

.pt1150 {
  padding-top: 1150px !important;
}

.pb1150 {
  padding-bottom: 1150px !important;
}

.pr1150 {
  padding-right: 1150px !important;
}

.pl1150 {
  padding-left: 1150px !important;
}

.mh1150 {
  min-height: 1150px !important;
}

.w-1150 {
  width: 1150px !important;
}

.mnw-1150 {
  min-width: 1150px !important;
}

.mxw-1150 {
  max-width: 1150px !important;
}

.mt1155 {
  margin-top: 1155px !important;
}

.mb1155 {
  margin-bottom: 1155px !important;
}

.mr1155 {
  margin-right: 1155px !important;
}

.ml1155 {
  margin-left: 1155px !important;
}

.pt1155 {
  padding-top: 1155px !important;
}

.pb1155 {
  padding-bottom: 1155px !important;
}

.pr1155 {
  padding-right: 1155px !important;
}

.pl1155 {
  padding-left: 1155px !important;
}

.mh1155 {
  min-height: 1155px !important;
}

.w-1155 {
  width: 1155px !important;
}

.mnw-1155 {
  min-width: 1155px !important;
}

.mxw-1155 {
  max-width: 1155px !important;
}

.mt1160 {
  margin-top: 1160px !important;
}

.mb1160 {
  margin-bottom: 1160px !important;
}

.mr1160 {
  margin-right: 1160px !important;
}

.ml1160 {
  margin-left: 1160px !important;
}

.pt1160 {
  padding-top: 1160px !important;
}

.pb1160 {
  padding-bottom: 1160px !important;
}

.pr1160 {
  padding-right: 1160px !important;
}

.pl1160 {
  padding-left: 1160px !important;
}

.mh1160 {
  min-height: 1160px !important;
}

.w-1160 {
  width: 1160px !important;
}

.mnw-1160 {
  min-width: 1160px !important;
}

.mxw-1160 {
  max-width: 1160px !important;
}

.mt1165 {
  margin-top: 1165px !important;
}

.mb1165 {
  margin-bottom: 1165px !important;
}

.mr1165 {
  margin-right: 1165px !important;
}

.ml1165 {
  margin-left: 1165px !important;
}

.pt1165 {
  padding-top: 1165px !important;
}

.pb1165 {
  padding-bottom: 1165px !important;
}

.pr1165 {
  padding-right: 1165px !important;
}

.pl1165 {
  padding-left: 1165px !important;
}

.mh1165 {
  min-height: 1165px !important;
}

.w-1165 {
  width: 1165px !important;
}

.mnw-1165 {
  min-width: 1165px !important;
}

.mxw-1165 {
  max-width: 1165px !important;
}

.mt1170 {
  margin-top: 1170px !important;
}

.mb1170 {
  margin-bottom: 1170px !important;
}

.mr1170 {
  margin-right: 1170px !important;
}

.ml1170 {
  margin-left: 1170px !important;
}

.pt1170 {
  padding-top: 1170px !important;
}

.pb1170 {
  padding-bottom: 1170px !important;
}

.pr1170 {
  padding-right: 1170px !important;
}

.pl1170 {
  padding-left: 1170px !important;
}

.mh1170 {
  min-height: 1170px !important;
}

.w-1170 {
  width: 1170px !important;
}

.mnw-1170 {
  min-width: 1170px !important;
}

.mxw-1170 {
  max-width: 1170px !important;
}

.mt1175 {
  margin-top: 1175px !important;
}

.mb1175 {
  margin-bottom: 1175px !important;
}

.mr1175 {
  margin-right: 1175px !important;
}

.ml1175 {
  margin-left: 1175px !important;
}

.pt1175 {
  padding-top: 1175px !important;
}

.pb1175 {
  padding-bottom: 1175px !important;
}

.pr1175 {
  padding-right: 1175px !important;
}

.pl1175 {
  padding-left: 1175px !important;
}

.mh1175 {
  min-height: 1175px !important;
}

.w-1175 {
  width: 1175px !important;
}

.mnw-1175 {
  min-width: 1175px !important;
}

.mxw-1175 {
  max-width: 1175px !important;
}

.mt1180 {
  margin-top: 1180px !important;
}

.mb1180 {
  margin-bottom: 1180px !important;
}

.mr1180 {
  margin-right: 1180px !important;
}

.ml1180 {
  margin-left: 1180px !important;
}

.pt1180 {
  padding-top: 1180px !important;
}

.pb1180 {
  padding-bottom: 1180px !important;
}

.pr1180 {
  padding-right: 1180px !important;
}

.pl1180 {
  padding-left: 1180px !important;
}

.mh1180 {
  min-height: 1180px !important;
}

.w-1180 {
  width: 1180px !important;
}

.mnw-1180 {
  min-width: 1180px !important;
}

.mxw-1180 {
  max-width: 1180px !important;
}

.mt1185 {
  margin-top: 1185px !important;
}

.mb1185 {
  margin-bottom: 1185px !important;
}

.mr1185 {
  margin-right: 1185px !important;
}

.ml1185 {
  margin-left: 1185px !important;
}

.pt1185 {
  padding-top: 1185px !important;
}

.pb1185 {
  padding-bottom: 1185px !important;
}

.pr1185 {
  padding-right: 1185px !important;
}

.pl1185 {
  padding-left: 1185px !important;
}

.mh1185 {
  min-height: 1185px !important;
}

.w-1185 {
  width: 1185px !important;
}

.mnw-1185 {
  min-width: 1185px !important;
}

.mxw-1185 {
  max-width: 1185px !important;
}

.mt1190 {
  margin-top: 1190px !important;
}

.mb1190 {
  margin-bottom: 1190px !important;
}

.mr1190 {
  margin-right: 1190px !important;
}

.ml1190 {
  margin-left: 1190px !important;
}

.pt1190 {
  padding-top: 1190px !important;
}

.pb1190 {
  padding-bottom: 1190px !important;
}

.pr1190 {
  padding-right: 1190px !important;
}

.pl1190 {
  padding-left: 1190px !important;
}

.mh1190 {
  min-height: 1190px !important;
}

.w-1190 {
  width: 1190px !important;
}

.mnw-1190 {
  min-width: 1190px !important;
}

.mxw-1190 {
  max-width: 1190px !important;
}

.mt1195 {
  margin-top: 1195px !important;
}

.mb1195 {
  margin-bottom: 1195px !important;
}

.mr1195 {
  margin-right: 1195px !important;
}

.ml1195 {
  margin-left: 1195px !important;
}

.pt1195 {
  padding-top: 1195px !important;
}

.pb1195 {
  padding-bottom: 1195px !important;
}

.pr1195 {
  padding-right: 1195px !important;
}

.pl1195 {
  padding-left: 1195px !important;
}

.mh1195 {
  min-height: 1195px !important;
}

.w-1195 {
  width: 1195px !important;
}

.mnw-1195 {
  min-width: 1195px !important;
}

.mxw-1195 {
  max-width: 1195px !important;
}

.mt1200 {
  margin-top: 1200px !important;
}

.mb1200 {
  margin-bottom: 1200px !important;
}

.mr1200 {
  margin-right: 1200px !important;
}

.ml1200 {
  margin-left: 1200px !important;
}

.pt1200 {
  padding-top: 1200px !important;
}

.pb1200 {
  padding-bottom: 1200px !important;
}

.pr1200 {
  padding-right: 1200px !important;
}

.pl1200 {
  padding-left: 1200px !important;
}

.mh1200 {
  min-height: 1200px !important;
}

.w-1200 {
  width: 1200px !important;
}

.mnw-1200 {
  min-width: 1200px !important;
}

.mxw-1200 {
  max-width: 1200px !important;
}

.mt1205 {
  margin-top: 1205px !important;
}

.mb1205 {
  margin-bottom: 1205px !important;
}

.mr1205 {
  margin-right: 1205px !important;
}

.ml1205 {
  margin-left: 1205px !important;
}

.pt1205 {
  padding-top: 1205px !important;
}

.pb1205 {
  padding-bottom: 1205px !important;
}

.pr1205 {
  padding-right: 1205px !important;
}

.pl1205 {
  padding-left: 1205px !important;
}

.mh1205 {
  min-height: 1205px !important;
}

.w-1205 {
  width: 1205px !important;
}

.mnw-1205 {
  min-width: 1205px !important;
}

.mxw-1205 {
  max-width: 1205px !important;
}

.mt1210 {
  margin-top: 1210px !important;
}

.mb1210 {
  margin-bottom: 1210px !important;
}

.mr1210 {
  margin-right: 1210px !important;
}

.ml1210 {
  margin-left: 1210px !important;
}

.pt1210 {
  padding-top: 1210px !important;
}

.pb1210 {
  padding-bottom: 1210px !important;
}

.pr1210 {
  padding-right: 1210px !important;
}

.pl1210 {
  padding-left: 1210px !important;
}

.mh1210 {
  min-height: 1210px !important;
}

.w-1210 {
  width: 1210px !important;
}

.mnw-1210 {
  min-width: 1210px !important;
}

.mxw-1210 {
  max-width: 1210px !important;
}

.mt1215 {
  margin-top: 1215px !important;
}

.mb1215 {
  margin-bottom: 1215px !important;
}

.mr1215 {
  margin-right: 1215px !important;
}

.ml1215 {
  margin-left: 1215px !important;
}

.pt1215 {
  padding-top: 1215px !important;
}

.pb1215 {
  padding-bottom: 1215px !important;
}

.pr1215 {
  padding-right: 1215px !important;
}

.pl1215 {
  padding-left: 1215px !important;
}

.mh1215 {
  min-height: 1215px !important;
}

.w-1215 {
  width: 1215px !important;
}

.mnw-1215 {
  min-width: 1215px !important;
}

.mxw-1215 {
  max-width: 1215px !important;
}

.mt1220 {
  margin-top: 1220px !important;
}

.mb1220 {
  margin-bottom: 1220px !important;
}

.mr1220 {
  margin-right: 1220px !important;
}

.ml1220 {
  margin-left: 1220px !important;
}

.pt1220 {
  padding-top: 1220px !important;
}

.pb1220 {
  padding-bottom: 1220px !important;
}

.pr1220 {
  padding-right: 1220px !important;
}

.pl1220 {
  padding-left: 1220px !important;
}

.mh1220 {
  min-height: 1220px !important;
}

.w-1220 {
  width: 1220px !important;
}

.mnw-1220 {
  min-width: 1220px !important;
}

.mxw-1220 {
  max-width: 1220px !important;
}

.mt1225 {
  margin-top: 1225px !important;
}

.mb1225 {
  margin-bottom: 1225px !important;
}

.mr1225 {
  margin-right: 1225px !important;
}

.ml1225 {
  margin-left: 1225px !important;
}

.pt1225 {
  padding-top: 1225px !important;
}

.pb1225 {
  padding-bottom: 1225px !important;
}

.pr1225 {
  padding-right: 1225px !important;
}

.pl1225 {
  padding-left: 1225px !important;
}

.mh1225 {
  min-height: 1225px !important;
}

.w-1225 {
  width: 1225px !important;
}

.mnw-1225 {
  min-width: 1225px !important;
}

.mxw-1225 {
  max-width: 1225px !important;
}

.mt1230 {
  margin-top: 1230px !important;
}

.mb1230 {
  margin-bottom: 1230px !important;
}

.mr1230 {
  margin-right: 1230px !important;
}

.ml1230 {
  margin-left: 1230px !important;
}

.pt1230 {
  padding-top: 1230px !important;
}

.pb1230 {
  padding-bottom: 1230px !important;
}

.pr1230 {
  padding-right: 1230px !important;
}

.pl1230 {
  padding-left: 1230px !important;
}

.mh1230 {
  min-height: 1230px !important;
}

.w-1230 {
  width: 1230px !important;
}

.mnw-1230 {
  min-width: 1230px !important;
}

.mxw-1230 {
  max-width: 1230px !important;
}

.mt1235 {
  margin-top: 1235px !important;
}

.mb1235 {
  margin-bottom: 1235px !important;
}

.mr1235 {
  margin-right: 1235px !important;
}

.ml1235 {
  margin-left: 1235px !important;
}

.pt1235 {
  padding-top: 1235px !important;
}

.pb1235 {
  padding-bottom: 1235px !important;
}

.pr1235 {
  padding-right: 1235px !important;
}

.pl1235 {
  padding-left: 1235px !important;
}

.mh1235 {
  min-height: 1235px !important;
}

.w-1235 {
  width: 1235px !important;
}

.mnw-1235 {
  min-width: 1235px !important;
}

.mxw-1235 {
  max-width: 1235px !important;
}

.mt1240 {
  margin-top: 1240px !important;
}

.mb1240 {
  margin-bottom: 1240px !important;
}

.mr1240 {
  margin-right: 1240px !important;
}

.ml1240 {
  margin-left: 1240px !important;
}

.pt1240 {
  padding-top: 1240px !important;
}

.pb1240 {
  padding-bottom: 1240px !important;
}

.pr1240 {
  padding-right: 1240px !important;
}

.pl1240 {
  padding-left: 1240px !important;
}

.mh1240 {
  min-height: 1240px !important;
}

.w-1240 {
  width: 1240px !important;
}

.mnw-1240 {
  min-width: 1240px !important;
}

.mxw-1240 {
  max-width: 1240px !important;
}

.mt1245 {
  margin-top: 1245px !important;
}

.mb1245 {
  margin-bottom: 1245px !important;
}

.mr1245 {
  margin-right: 1245px !important;
}

.ml1245 {
  margin-left: 1245px !important;
}

.pt1245 {
  padding-top: 1245px !important;
}

.pb1245 {
  padding-bottom: 1245px !important;
}

.pr1245 {
  padding-right: 1245px !important;
}

.pl1245 {
  padding-left: 1245px !important;
}

.mh1245 {
  min-height: 1245px !important;
}

.w-1245 {
  width: 1245px !important;
}

.mnw-1245 {
  min-width: 1245px !important;
}

.mxw-1245 {
  max-width: 1245px !important;
}

.mt1250 {
  margin-top: 1250px !important;
}

.mb1250 {
  margin-bottom: 1250px !important;
}

.mr1250 {
  margin-right: 1250px !important;
}

.ml1250 {
  margin-left: 1250px !important;
}

.pt1250 {
  padding-top: 1250px !important;
}

.pb1250 {
  padding-bottom: 1250px !important;
}

.pr1250 {
  padding-right: 1250px !important;
}

.pl1250 {
  padding-left: 1250px !important;
}

.mh1250 {
  min-height: 1250px !important;
}

.w-1250 {
  width: 1250px !important;
}

.mnw-1250 {
  min-width: 1250px !important;
}

.mxw-1250 {
  max-width: 1250px !important;
}

.mt1255 {
  margin-top: 1255px !important;
}

.mb1255 {
  margin-bottom: 1255px !important;
}

.mr1255 {
  margin-right: 1255px !important;
}

.ml1255 {
  margin-left: 1255px !important;
}

.pt1255 {
  padding-top: 1255px !important;
}

.pb1255 {
  padding-bottom: 1255px !important;
}

.pr1255 {
  padding-right: 1255px !important;
}

.pl1255 {
  padding-left: 1255px !important;
}

.mh1255 {
  min-height: 1255px !important;
}

.w-1255 {
  width: 1255px !important;
}

.mnw-1255 {
  min-width: 1255px !important;
}

.mxw-1255 {
  max-width: 1255px !important;
}

.mt1260 {
  margin-top: 1260px !important;
}

.mb1260 {
  margin-bottom: 1260px !important;
}

.mr1260 {
  margin-right: 1260px !important;
}

.ml1260 {
  margin-left: 1260px !important;
}

.pt1260 {
  padding-top: 1260px !important;
}

.pb1260 {
  padding-bottom: 1260px !important;
}

.pr1260 {
  padding-right: 1260px !important;
}

.pl1260 {
  padding-left: 1260px !important;
}

.mh1260 {
  min-height: 1260px !important;
}

.w-1260 {
  width: 1260px !important;
}

.mnw-1260 {
  min-width: 1260px !important;
}

.mxw-1260 {
  max-width: 1260px !important;
}

.mt1265 {
  margin-top: 1265px !important;
}

.mb1265 {
  margin-bottom: 1265px !important;
}

.mr1265 {
  margin-right: 1265px !important;
}

.ml1265 {
  margin-left: 1265px !important;
}

.pt1265 {
  padding-top: 1265px !important;
}

.pb1265 {
  padding-bottom: 1265px !important;
}

.pr1265 {
  padding-right: 1265px !important;
}

.pl1265 {
  padding-left: 1265px !important;
}

.mh1265 {
  min-height: 1265px !important;
}

.w-1265 {
  width: 1265px !important;
}

.mnw-1265 {
  min-width: 1265px !important;
}

.mxw-1265 {
  max-width: 1265px !important;
}

.mt1270 {
  margin-top: 1270px !important;
}

.mb1270 {
  margin-bottom: 1270px !important;
}

.mr1270 {
  margin-right: 1270px !important;
}

.ml1270 {
  margin-left: 1270px !important;
}

.pt1270 {
  padding-top: 1270px !important;
}

.pb1270 {
  padding-bottom: 1270px !important;
}

.pr1270 {
  padding-right: 1270px !important;
}

.pl1270 {
  padding-left: 1270px !important;
}

.mh1270 {
  min-height: 1270px !important;
}

.w-1270 {
  width: 1270px !important;
}

.mnw-1270 {
  min-width: 1270px !important;
}

.mxw-1270 {
  max-width: 1270px !important;
}

.mt1275 {
  margin-top: 1275px !important;
}

.mb1275 {
  margin-bottom: 1275px !important;
}

.mr1275 {
  margin-right: 1275px !important;
}

.ml1275 {
  margin-left: 1275px !important;
}

.pt1275 {
  padding-top: 1275px !important;
}

.pb1275 {
  padding-bottom: 1275px !important;
}

.pr1275 {
  padding-right: 1275px !important;
}

.pl1275 {
  padding-left: 1275px !important;
}

.mh1275 {
  min-height: 1275px !important;
}

.w-1275 {
  width: 1275px !important;
}

.mnw-1275 {
  min-width: 1275px !important;
}

.mxw-1275 {
  max-width: 1275px !important;
}

.mt1280 {
  margin-top: 1280px !important;
}

.mb1280 {
  margin-bottom: 1280px !important;
}

.mr1280 {
  margin-right: 1280px !important;
}

.ml1280 {
  margin-left: 1280px !important;
}

.pt1280 {
  padding-top: 1280px !important;
}

.pb1280 {
  padding-bottom: 1280px !important;
}

.pr1280 {
  padding-right: 1280px !important;
}

.pl1280 {
  padding-left: 1280px !important;
}

.mh1280 {
  min-height: 1280px !important;
}

.w-1280 {
  width: 1280px !important;
}

.mnw-1280 {
  min-width: 1280px !important;
}

.mxw-1280 {
  max-width: 1280px !important;
}

.mt1285 {
  margin-top: 1285px !important;
}

.mb1285 {
  margin-bottom: 1285px !important;
}

.mr1285 {
  margin-right: 1285px !important;
}

.ml1285 {
  margin-left: 1285px !important;
}

.pt1285 {
  padding-top: 1285px !important;
}

.pb1285 {
  padding-bottom: 1285px !important;
}

.pr1285 {
  padding-right: 1285px !important;
}

.pl1285 {
  padding-left: 1285px !important;
}

.mh1285 {
  min-height: 1285px !important;
}

.w-1285 {
  width: 1285px !important;
}

.mnw-1285 {
  min-width: 1285px !important;
}

.mxw-1285 {
  max-width: 1285px !important;
}

.mt1290 {
  margin-top: 1290px !important;
}

.mb1290 {
  margin-bottom: 1290px !important;
}

.mr1290 {
  margin-right: 1290px !important;
}

.ml1290 {
  margin-left: 1290px !important;
}

.pt1290 {
  padding-top: 1290px !important;
}

.pb1290 {
  padding-bottom: 1290px !important;
}

.pr1290 {
  padding-right: 1290px !important;
}

.pl1290 {
  padding-left: 1290px !important;
}

.mh1290 {
  min-height: 1290px !important;
}

.w-1290 {
  width: 1290px !important;
}

.mnw-1290 {
  min-width: 1290px !important;
}

.mxw-1290 {
  max-width: 1290px !important;
}

.mt1295 {
  margin-top: 1295px !important;
}

.mb1295 {
  margin-bottom: 1295px !important;
}

.mr1295 {
  margin-right: 1295px !important;
}

.ml1295 {
  margin-left: 1295px !important;
}

.pt1295 {
  padding-top: 1295px !important;
}

.pb1295 {
  padding-bottom: 1295px !important;
}

.pr1295 {
  padding-right: 1295px !important;
}

.pl1295 {
  padding-left: 1295px !important;
}

.mh1295 {
  min-height: 1295px !important;
}

.w-1295 {
  width: 1295px !important;
}

.mnw-1295 {
  min-width: 1295px !important;
}

.mxw-1295 {
  max-width: 1295px !important;
}

.mt1300 {
  margin-top: 1300px !important;
}

.mb1300 {
  margin-bottom: 1300px !important;
}

.mr1300 {
  margin-right: 1300px !important;
}

.ml1300 {
  margin-left: 1300px !important;
}

.pt1300 {
  padding-top: 1300px !important;
}

.pb1300 {
  padding-bottom: 1300px !important;
}

.pr1300 {
  padding-right: 1300px !important;
}

.pl1300 {
  padding-left: 1300px !important;
}

.mh1300 {
  min-height: 1300px !important;
}

.w-1300 {
  width: 1300px !important;
}

.mnw-1300 {
  min-width: 1300px !important;
}

.mxw-1300 {
  max-width: 1300px !important;
}

.mt1305 {
  margin-top: 1305px !important;
}

.mb1305 {
  margin-bottom: 1305px !important;
}

.mr1305 {
  margin-right: 1305px !important;
}

.ml1305 {
  margin-left: 1305px !important;
}

.pt1305 {
  padding-top: 1305px !important;
}

.pb1305 {
  padding-bottom: 1305px !important;
}

.pr1305 {
  padding-right: 1305px !important;
}

.pl1305 {
  padding-left: 1305px !important;
}

.mh1305 {
  min-height: 1305px !important;
}

.w-1305 {
  width: 1305px !important;
}

.mnw-1305 {
  min-width: 1305px !important;
}

.mxw-1305 {
  max-width: 1305px !important;
}

.mt1310 {
  margin-top: 1310px !important;
}

.mb1310 {
  margin-bottom: 1310px !important;
}

.mr1310 {
  margin-right: 1310px !important;
}

.ml1310 {
  margin-left: 1310px !important;
}

.pt1310 {
  padding-top: 1310px !important;
}

.pb1310 {
  padding-bottom: 1310px !important;
}

.pr1310 {
  padding-right: 1310px !important;
}

.pl1310 {
  padding-left: 1310px !important;
}

.mh1310 {
  min-height: 1310px !important;
}

.w-1310 {
  width: 1310px !important;
}

.mnw-1310 {
  min-width: 1310px !important;
}

.mxw-1310 {
  max-width: 1310px !important;
}

.mt1315 {
  margin-top: 1315px !important;
}

.mb1315 {
  margin-bottom: 1315px !important;
}

.mr1315 {
  margin-right: 1315px !important;
}

.ml1315 {
  margin-left: 1315px !important;
}

.pt1315 {
  padding-top: 1315px !important;
}

.pb1315 {
  padding-bottom: 1315px !important;
}

.pr1315 {
  padding-right: 1315px !important;
}

.pl1315 {
  padding-left: 1315px !important;
}

.mh1315 {
  min-height: 1315px !important;
}

.w-1315 {
  width: 1315px !important;
}

.mnw-1315 {
  min-width: 1315px !important;
}

.mxw-1315 {
  max-width: 1315px !important;
}

.mt1320 {
  margin-top: 1320px !important;
}

.mb1320 {
  margin-bottom: 1320px !important;
}

.mr1320 {
  margin-right: 1320px !important;
}

.ml1320 {
  margin-left: 1320px !important;
}

.pt1320 {
  padding-top: 1320px !important;
}

.pb1320 {
  padding-bottom: 1320px !important;
}

.pr1320 {
  padding-right: 1320px !important;
}

.pl1320 {
  padding-left: 1320px !important;
}

.mh1320 {
  min-height: 1320px !important;
}

.w-1320 {
  width: 1320px !important;
}

.mnw-1320 {
  min-width: 1320px !important;
}

.mxw-1320 {
  max-width: 1320px !important;
}

.mt1325 {
  margin-top: 1325px !important;
}

.mb1325 {
  margin-bottom: 1325px !important;
}

.mr1325 {
  margin-right: 1325px !important;
}

.ml1325 {
  margin-left: 1325px !important;
}

.pt1325 {
  padding-top: 1325px !important;
}

.pb1325 {
  padding-bottom: 1325px !important;
}

.pr1325 {
  padding-right: 1325px !important;
}

.pl1325 {
  padding-left: 1325px !important;
}

.mh1325 {
  min-height: 1325px !important;
}

.w-1325 {
  width: 1325px !important;
}

.mnw-1325 {
  min-width: 1325px !important;
}

.mxw-1325 {
  max-width: 1325px !important;
}

.mt1330 {
  margin-top: 1330px !important;
}

.mb1330 {
  margin-bottom: 1330px !important;
}

.mr1330 {
  margin-right: 1330px !important;
}

.ml1330 {
  margin-left: 1330px !important;
}

.pt1330 {
  padding-top: 1330px !important;
}

.pb1330 {
  padding-bottom: 1330px !important;
}

.pr1330 {
  padding-right: 1330px !important;
}

.pl1330 {
  padding-left: 1330px !important;
}

.mh1330 {
  min-height: 1330px !important;
}

.w-1330 {
  width: 1330px !important;
}

.mnw-1330 {
  min-width: 1330px !important;
}

.mxw-1330 {
  max-width: 1330px !important;
}

.mt1335 {
  margin-top: 1335px !important;
}

.mb1335 {
  margin-bottom: 1335px !important;
}

.mr1335 {
  margin-right: 1335px !important;
}

.ml1335 {
  margin-left: 1335px !important;
}

.pt1335 {
  padding-top: 1335px !important;
}

.pb1335 {
  padding-bottom: 1335px !important;
}

.pr1335 {
  padding-right: 1335px !important;
}

.pl1335 {
  padding-left: 1335px !important;
}

.mh1335 {
  min-height: 1335px !important;
}

.w-1335 {
  width: 1335px !important;
}

.mnw-1335 {
  min-width: 1335px !important;
}

.mxw-1335 {
  max-width: 1335px !important;
}

.mt1340 {
  margin-top: 1340px !important;
}

.mb1340 {
  margin-bottom: 1340px !important;
}

.mr1340 {
  margin-right: 1340px !important;
}

.ml1340 {
  margin-left: 1340px !important;
}

.pt1340 {
  padding-top: 1340px !important;
}

.pb1340 {
  padding-bottom: 1340px !important;
}

.pr1340 {
  padding-right: 1340px !important;
}

.pl1340 {
  padding-left: 1340px !important;
}

.mh1340 {
  min-height: 1340px !important;
}

.w-1340 {
  width: 1340px !important;
}

.mnw-1340 {
  min-width: 1340px !important;
}

.mxw-1340 {
  max-width: 1340px !important;
}

.mt1345 {
  margin-top: 1345px !important;
}

.mb1345 {
  margin-bottom: 1345px !important;
}

.mr1345 {
  margin-right: 1345px !important;
}

.ml1345 {
  margin-left: 1345px !important;
}

.pt1345 {
  padding-top: 1345px !important;
}

.pb1345 {
  padding-bottom: 1345px !important;
}

.pr1345 {
  padding-right: 1345px !important;
}

.pl1345 {
  padding-left: 1345px !important;
}

.mh1345 {
  min-height: 1345px !important;
}

.w-1345 {
  width: 1345px !important;
}

.mnw-1345 {
  min-width: 1345px !important;
}

.mxw-1345 {
  max-width: 1345px !important;
}

.mt1350 {
  margin-top: 1350px !important;
}

.mb1350 {
  margin-bottom: 1350px !important;
}

.mr1350 {
  margin-right: 1350px !important;
}

.ml1350 {
  margin-left: 1350px !important;
}

.pt1350 {
  padding-top: 1350px !important;
}

.pb1350 {
  padding-bottom: 1350px !important;
}

.pr1350 {
  padding-right: 1350px !important;
}

.pl1350 {
  padding-left: 1350px !important;
}

.mh1350 {
  min-height: 1350px !important;
}

.w-1350 {
  width: 1350px !important;
}

.mnw-1350 {
  min-width: 1350px !important;
}

.mxw-1350 {
  max-width: 1350px !important;
}

.mt1355 {
  margin-top: 1355px !important;
}

.mb1355 {
  margin-bottom: 1355px !important;
}

.mr1355 {
  margin-right: 1355px !important;
}

.ml1355 {
  margin-left: 1355px !important;
}

.pt1355 {
  padding-top: 1355px !important;
}

.pb1355 {
  padding-bottom: 1355px !important;
}

.pr1355 {
  padding-right: 1355px !important;
}

.pl1355 {
  padding-left: 1355px !important;
}

.mh1355 {
  min-height: 1355px !important;
}

.w-1355 {
  width: 1355px !important;
}

.mnw-1355 {
  min-width: 1355px !important;
}

.mxw-1355 {
  max-width: 1355px !important;
}

.mt1360 {
  margin-top: 1360px !important;
}

.mb1360 {
  margin-bottom: 1360px !important;
}

.mr1360 {
  margin-right: 1360px !important;
}

.ml1360 {
  margin-left: 1360px !important;
}

.pt1360 {
  padding-top: 1360px !important;
}

.pb1360 {
  padding-bottom: 1360px !important;
}

.pr1360 {
  padding-right: 1360px !important;
}

.pl1360 {
  padding-left: 1360px !important;
}

.mh1360 {
  min-height: 1360px !important;
}

.w-1360 {
  width: 1360px !important;
}

.mnw-1360 {
  min-width: 1360px !important;
}

.mxw-1360 {
  max-width: 1360px !important;
}

.mt1365 {
  margin-top: 1365px !important;
}

.mb1365 {
  margin-bottom: 1365px !important;
}

.mr1365 {
  margin-right: 1365px !important;
}

.ml1365 {
  margin-left: 1365px !important;
}

.pt1365 {
  padding-top: 1365px !important;
}

.pb1365 {
  padding-bottom: 1365px !important;
}

.pr1365 {
  padding-right: 1365px !important;
}

.pl1365 {
  padding-left: 1365px !important;
}

.mh1365 {
  min-height: 1365px !important;
}

.w-1365 {
  width: 1365px !important;
}

.mnw-1365 {
  min-width: 1365px !important;
}

.mxw-1365 {
  max-width: 1365px !important;
}

.mt1370 {
  margin-top: 1370px !important;
}

.mb1370 {
  margin-bottom: 1370px !important;
}

.mr1370 {
  margin-right: 1370px !important;
}

.ml1370 {
  margin-left: 1370px !important;
}

.pt1370 {
  padding-top: 1370px !important;
}

.pb1370 {
  padding-bottom: 1370px !important;
}

.pr1370 {
  padding-right: 1370px !important;
}

.pl1370 {
  padding-left: 1370px !important;
}

.mh1370 {
  min-height: 1370px !important;
}

.w-1370 {
  width: 1370px !important;
}

.mnw-1370 {
  min-width: 1370px !important;
}

.mxw-1370 {
  max-width: 1370px !important;
}

.mt1375 {
  margin-top: 1375px !important;
}

.mb1375 {
  margin-bottom: 1375px !important;
}

.mr1375 {
  margin-right: 1375px !important;
}

.ml1375 {
  margin-left: 1375px !important;
}

.pt1375 {
  padding-top: 1375px !important;
}

.pb1375 {
  padding-bottom: 1375px !important;
}

.pr1375 {
  padding-right: 1375px !important;
}

.pl1375 {
  padding-left: 1375px !important;
}

.mh1375 {
  min-height: 1375px !important;
}

.w-1375 {
  width: 1375px !important;
}

.mnw-1375 {
  min-width: 1375px !important;
}

.mxw-1375 {
  max-width: 1375px !important;
}

.mt1380 {
  margin-top: 1380px !important;
}

.mb1380 {
  margin-bottom: 1380px !important;
}

.mr1380 {
  margin-right: 1380px !important;
}

.ml1380 {
  margin-left: 1380px !important;
}

.pt1380 {
  padding-top: 1380px !important;
}

.pb1380 {
  padding-bottom: 1380px !important;
}

.pr1380 {
  padding-right: 1380px !important;
}

.pl1380 {
  padding-left: 1380px !important;
}

.mh1380 {
  min-height: 1380px !important;
}

.w-1380 {
  width: 1380px !important;
}

.mnw-1380 {
  min-width: 1380px !important;
}

.mxw-1380 {
  max-width: 1380px !important;
}

.mt1385 {
  margin-top: 1385px !important;
}

.mb1385 {
  margin-bottom: 1385px !important;
}

.mr1385 {
  margin-right: 1385px !important;
}

.ml1385 {
  margin-left: 1385px !important;
}

.pt1385 {
  padding-top: 1385px !important;
}

.pb1385 {
  padding-bottom: 1385px !important;
}

.pr1385 {
  padding-right: 1385px !important;
}

.pl1385 {
  padding-left: 1385px !important;
}

.mh1385 {
  min-height: 1385px !important;
}

.w-1385 {
  width: 1385px !important;
}

.mnw-1385 {
  min-width: 1385px !important;
}

.mxw-1385 {
  max-width: 1385px !important;
}

.mt1390 {
  margin-top: 1390px !important;
}

.mb1390 {
  margin-bottom: 1390px !important;
}

.mr1390 {
  margin-right: 1390px !important;
}

.ml1390 {
  margin-left: 1390px !important;
}

.pt1390 {
  padding-top: 1390px !important;
}

.pb1390 {
  padding-bottom: 1390px !important;
}

.pr1390 {
  padding-right: 1390px !important;
}

.pl1390 {
  padding-left: 1390px !important;
}

.mh1390 {
  min-height: 1390px !important;
}

.w-1390 {
  width: 1390px !important;
}

.mnw-1390 {
  min-width: 1390px !important;
}

.mxw-1390 {
  max-width: 1390px !important;
}

.mt1395 {
  margin-top: 1395px !important;
}

.mb1395 {
  margin-bottom: 1395px !important;
}

.mr1395 {
  margin-right: 1395px !important;
}

.ml1395 {
  margin-left: 1395px !important;
}

.pt1395 {
  padding-top: 1395px !important;
}

.pb1395 {
  padding-bottom: 1395px !important;
}

.pr1395 {
  padding-right: 1395px !important;
}

.pl1395 {
  padding-left: 1395px !important;
}

.mh1395 {
  min-height: 1395px !important;
}

.w-1395 {
  width: 1395px !important;
}

.mnw-1395 {
  min-width: 1395px !important;
}

.mxw-1395 {
  max-width: 1395px !important;
}

.mt1400 {
  margin-top: 1400px !important;
}

.mb1400 {
  margin-bottom: 1400px !important;
}

.mr1400 {
  margin-right: 1400px !important;
}

.ml1400 {
  margin-left: 1400px !important;
}

.pt1400 {
  padding-top: 1400px !important;
}

.pb1400 {
  padding-bottom: 1400px !important;
}

.pr1400 {
  padding-right: 1400px !important;
}

.pl1400 {
  padding-left: 1400px !important;
}

.mh1400 {
  min-height: 1400px !important;
}

.w-1400 {
  width: 1400px !important;
}

.mnw-1400 {
  min-width: 1400px !important;
}

.mxw-1400 {
  max-width: 1400px !important;
}

.mt1405 {
  margin-top: 1405px !important;
}

.mb1405 {
  margin-bottom: 1405px !important;
}

.mr1405 {
  margin-right: 1405px !important;
}

.ml1405 {
  margin-left: 1405px !important;
}

.pt1405 {
  padding-top: 1405px !important;
}

.pb1405 {
  padding-bottom: 1405px !important;
}

.pr1405 {
  padding-right: 1405px !important;
}

.pl1405 {
  padding-left: 1405px !important;
}

.mh1405 {
  min-height: 1405px !important;
}

.w-1405 {
  width: 1405px !important;
}

.mnw-1405 {
  min-width: 1405px !important;
}

.mxw-1405 {
  max-width: 1405px !important;
}

.mt1410 {
  margin-top: 1410px !important;
}

.mb1410 {
  margin-bottom: 1410px !important;
}

.mr1410 {
  margin-right: 1410px !important;
}

.ml1410 {
  margin-left: 1410px !important;
}

.pt1410 {
  padding-top: 1410px !important;
}

.pb1410 {
  padding-bottom: 1410px !important;
}

.pr1410 {
  padding-right: 1410px !important;
}

.pl1410 {
  padding-left: 1410px !important;
}

.mh1410 {
  min-height: 1410px !important;
}

.w-1410 {
  width: 1410px !important;
}

.mnw-1410 {
  min-width: 1410px !important;
}

.mxw-1410 {
  max-width: 1410px !important;
}

.mt1415 {
  margin-top: 1415px !important;
}

.mb1415 {
  margin-bottom: 1415px !important;
}

.mr1415 {
  margin-right: 1415px !important;
}

.ml1415 {
  margin-left: 1415px !important;
}

.pt1415 {
  padding-top: 1415px !important;
}

.pb1415 {
  padding-bottom: 1415px !important;
}

.pr1415 {
  padding-right: 1415px !important;
}

.pl1415 {
  padding-left: 1415px !important;
}

.mh1415 {
  min-height: 1415px !important;
}

.w-1415 {
  width: 1415px !important;
}

.mnw-1415 {
  min-width: 1415px !important;
}

.mxw-1415 {
  max-width: 1415px !important;
}

.mt1420 {
  margin-top: 1420px !important;
}

.mb1420 {
  margin-bottom: 1420px !important;
}

.mr1420 {
  margin-right: 1420px !important;
}

.ml1420 {
  margin-left: 1420px !important;
}

.pt1420 {
  padding-top: 1420px !important;
}

.pb1420 {
  padding-bottom: 1420px !important;
}

.pr1420 {
  padding-right: 1420px !important;
}

.pl1420 {
  padding-left: 1420px !important;
}

.mh1420 {
  min-height: 1420px !important;
}

.w-1420 {
  width: 1420px !important;
}

.mnw-1420 {
  min-width: 1420px !important;
}

.mxw-1420 {
  max-width: 1420px !important;
}

.mt1425 {
  margin-top: 1425px !important;
}

.mb1425 {
  margin-bottom: 1425px !important;
}

.mr1425 {
  margin-right: 1425px !important;
}

.ml1425 {
  margin-left: 1425px !important;
}

.pt1425 {
  padding-top: 1425px !important;
}

.pb1425 {
  padding-bottom: 1425px !important;
}

.pr1425 {
  padding-right: 1425px !important;
}

.pl1425 {
  padding-left: 1425px !important;
}

.mh1425 {
  min-height: 1425px !important;
}

.w-1425 {
  width: 1425px !important;
}

.mnw-1425 {
  min-width: 1425px !important;
}

.mxw-1425 {
  max-width: 1425px !important;
}

.mt1430 {
  margin-top: 1430px !important;
}

.mb1430 {
  margin-bottom: 1430px !important;
}

.mr1430 {
  margin-right: 1430px !important;
}

.ml1430 {
  margin-left: 1430px !important;
}

.pt1430 {
  padding-top: 1430px !important;
}

.pb1430 {
  padding-bottom: 1430px !important;
}

.pr1430 {
  padding-right: 1430px !important;
}

.pl1430 {
  padding-left: 1430px !important;
}

.mh1430 {
  min-height: 1430px !important;
}

.w-1430 {
  width: 1430px !important;
}

.mnw-1430 {
  min-width: 1430px !important;
}

.mxw-1430 {
  max-width: 1430px !important;
}

.mt1435 {
  margin-top: 1435px !important;
}

.mb1435 {
  margin-bottom: 1435px !important;
}

.mr1435 {
  margin-right: 1435px !important;
}

.ml1435 {
  margin-left: 1435px !important;
}

.pt1435 {
  padding-top: 1435px !important;
}

.pb1435 {
  padding-bottom: 1435px !important;
}

.pr1435 {
  padding-right: 1435px !important;
}

.pl1435 {
  padding-left: 1435px !important;
}

.mh1435 {
  min-height: 1435px !important;
}

.w-1435 {
  width: 1435px !important;
}

.mnw-1435 {
  min-width: 1435px !important;
}

.mxw-1435 {
  max-width: 1435px !important;
}

.mt1440 {
  margin-top: 1440px !important;
}

.mb1440 {
  margin-bottom: 1440px !important;
}

.mr1440 {
  margin-right: 1440px !important;
}

.ml1440 {
  margin-left: 1440px !important;
}

.pt1440 {
  padding-top: 1440px !important;
}

.pb1440 {
  padding-bottom: 1440px !important;
}

.pr1440 {
  padding-right: 1440px !important;
}

.pl1440 {
  padding-left: 1440px !important;
}

.mh1440 {
  min-height: 1440px !important;
}

.w-1440 {
  width: 1440px !important;
}

.mnw-1440 {
  min-width: 1440px !important;
}

.mxw-1440 {
  max-width: 1440px !important;
}

.mt1445 {
  margin-top: 1445px !important;
}

.mb1445 {
  margin-bottom: 1445px !important;
}

.mr1445 {
  margin-right: 1445px !important;
}

.ml1445 {
  margin-left: 1445px !important;
}

.pt1445 {
  padding-top: 1445px !important;
}

.pb1445 {
  padding-bottom: 1445px !important;
}

.pr1445 {
  padding-right: 1445px !important;
}

.pl1445 {
  padding-left: 1445px !important;
}

.mh1445 {
  min-height: 1445px !important;
}

.w-1445 {
  width: 1445px !important;
}

.mnw-1445 {
  min-width: 1445px !important;
}

.mxw-1445 {
  max-width: 1445px !important;
}

.mt1450 {
  margin-top: 1450px !important;
}

.mb1450 {
  margin-bottom: 1450px !important;
}

.mr1450 {
  margin-right: 1450px !important;
}

.ml1450 {
  margin-left: 1450px !important;
}

.pt1450 {
  padding-top: 1450px !important;
}

.pb1450 {
  padding-bottom: 1450px !important;
}

.pr1450 {
  padding-right: 1450px !important;
}

.pl1450 {
  padding-left: 1450px !important;
}

.mh1450 {
  min-height: 1450px !important;
}

.w-1450 {
  width: 1450px !important;
}

.mnw-1450 {
  min-width: 1450px !important;
}

.mxw-1450 {
  max-width: 1450px !important;
}

.mt1455 {
  margin-top: 1455px !important;
}

.mb1455 {
  margin-bottom: 1455px !important;
}

.mr1455 {
  margin-right: 1455px !important;
}

.ml1455 {
  margin-left: 1455px !important;
}

.pt1455 {
  padding-top: 1455px !important;
}

.pb1455 {
  padding-bottom: 1455px !important;
}

.pr1455 {
  padding-right: 1455px !important;
}

.pl1455 {
  padding-left: 1455px !important;
}

.mh1455 {
  min-height: 1455px !important;
}

.w-1455 {
  width: 1455px !important;
}

.mnw-1455 {
  min-width: 1455px !important;
}

.mxw-1455 {
  max-width: 1455px !important;
}

.mt1460 {
  margin-top: 1460px !important;
}

.mb1460 {
  margin-bottom: 1460px !important;
}

.mr1460 {
  margin-right: 1460px !important;
}

.ml1460 {
  margin-left: 1460px !important;
}

.pt1460 {
  padding-top: 1460px !important;
}

.pb1460 {
  padding-bottom: 1460px !important;
}

.pr1460 {
  padding-right: 1460px !important;
}

.pl1460 {
  padding-left: 1460px !important;
}

.mh1460 {
  min-height: 1460px !important;
}

.w-1460 {
  width: 1460px !important;
}

.mnw-1460 {
  min-width: 1460px !important;
}

.mxw-1460 {
  max-width: 1460px !important;
}

.mt1465 {
  margin-top: 1465px !important;
}

.mb1465 {
  margin-bottom: 1465px !important;
}

.mr1465 {
  margin-right: 1465px !important;
}

.ml1465 {
  margin-left: 1465px !important;
}

.pt1465 {
  padding-top: 1465px !important;
}

.pb1465 {
  padding-bottom: 1465px !important;
}

.pr1465 {
  padding-right: 1465px !important;
}

.pl1465 {
  padding-left: 1465px !important;
}

.mh1465 {
  min-height: 1465px !important;
}

.w-1465 {
  width: 1465px !important;
}

.mnw-1465 {
  min-width: 1465px !important;
}

.mxw-1465 {
  max-width: 1465px !important;
}

.mt1470 {
  margin-top: 1470px !important;
}

.mb1470 {
  margin-bottom: 1470px !important;
}

.mr1470 {
  margin-right: 1470px !important;
}

.ml1470 {
  margin-left: 1470px !important;
}

.pt1470 {
  padding-top: 1470px !important;
}

.pb1470 {
  padding-bottom: 1470px !important;
}

.pr1470 {
  padding-right: 1470px !important;
}

.pl1470 {
  padding-left: 1470px !important;
}

.mh1470 {
  min-height: 1470px !important;
}

.w-1470 {
  width: 1470px !important;
}

.mnw-1470 {
  min-width: 1470px !important;
}

.mxw-1470 {
  max-width: 1470px !important;
}

.mt1475 {
  margin-top: 1475px !important;
}

.mb1475 {
  margin-bottom: 1475px !important;
}

.mr1475 {
  margin-right: 1475px !important;
}

.ml1475 {
  margin-left: 1475px !important;
}

.pt1475 {
  padding-top: 1475px !important;
}

.pb1475 {
  padding-bottom: 1475px !important;
}

.pr1475 {
  padding-right: 1475px !important;
}

.pl1475 {
  padding-left: 1475px !important;
}

.mh1475 {
  min-height: 1475px !important;
}

.w-1475 {
  width: 1475px !important;
}

.mnw-1475 {
  min-width: 1475px !important;
}

.mxw-1475 {
  max-width: 1475px !important;
}

.mt1480 {
  margin-top: 1480px !important;
}

.mb1480 {
  margin-bottom: 1480px !important;
}

.mr1480 {
  margin-right: 1480px !important;
}

.ml1480 {
  margin-left: 1480px !important;
}

.pt1480 {
  padding-top: 1480px !important;
}

.pb1480 {
  padding-bottom: 1480px !important;
}

.pr1480 {
  padding-right: 1480px !important;
}

.pl1480 {
  padding-left: 1480px !important;
}

.mh1480 {
  min-height: 1480px !important;
}

.w-1480 {
  width: 1480px !important;
}

.mnw-1480 {
  min-width: 1480px !important;
}

.mxw-1480 {
  max-width: 1480px !important;
}

.mt1485 {
  margin-top: 1485px !important;
}

.mb1485 {
  margin-bottom: 1485px !important;
}

.mr1485 {
  margin-right: 1485px !important;
}

.ml1485 {
  margin-left: 1485px !important;
}

.pt1485 {
  padding-top: 1485px !important;
}

.pb1485 {
  padding-bottom: 1485px !important;
}

.pr1485 {
  padding-right: 1485px !important;
}

.pl1485 {
  padding-left: 1485px !important;
}

.mh1485 {
  min-height: 1485px !important;
}

.w-1485 {
  width: 1485px !important;
}

.mnw-1485 {
  min-width: 1485px !important;
}

.mxw-1485 {
  max-width: 1485px !important;
}

.mt1490 {
  margin-top: 1490px !important;
}

.mb1490 {
  margin-bottom: 1490px !important;
}

.mr1490 {
  margin-right: 1490px !important;
}

.ml1490 {
  margin-left: 1490px !important;
}

.pt1490 {
  padding-top: 1490px !important;
}

.pb1490 {
  padding-bottom: 1490px !important;
}

.pr1490 {
  padding-right: 1490px !important;
}

.pl1490 {
  padding-left: 1490px !important;
}

.mh1490 {
  min-height: 1490px !important;
}

.w-1490 {
  width: 1490px !important;
}

.mnw-1490 {
  min-width: 1490px !important;
}

.mxw-1490 {
  max-width: 1490px !important;
}

.mt1495 {
  margin-top: 1495px !important;
}

.mb1495 {
  margin-bottom: 1495px !important;
}

.mr1495 {
  margin-right: 1495px !important;
}

.ml1495 {
  margin-left: 1495px !important;
}

.pt1495 {
  padding-top: 1495px !important;
}

.pb1495 {
  padding-bottom: 1495px !important;
}

.pr1495 {
  padding-right: 1495px !important;
}

.pl1495 {
  padding-left: 1495px !important;
}

.mh1495 {
  min-height: 1495px !important;
}

.w-1495 {
  width: 1495px !important;
}

.mnw-1495 {
  min-width: 1495px !important;
}

.mxw-1495 {
  max-width: 1495px !important;
}

.mt1500 {
  margin-top: 1500px !important;
}

.mb1500 {
  margin-bottom: 1500px !important;
}

.mr1500 {
  margin-right: 1500px !important;
}

.ml1500 {
  margin-left: 1500px !important;
}

.pt1500 {
  padding-top: 1500px !important;
}

.pb1500 {
  padding-bottom: 1500px !important;
}

.pr1500 {
  padding-right: 1500px !important;
}

.pl1500 {
  padding-left: 1500px !important;
}

.mh1500 {
  min-height: 1500px !important;
}

.w-1500 {
  width: 1500px !important;
}

.mnw-1500 {
  min-width: 1500px !important;
}

.mxw-1500 {
  max-width: 1500px !important;
}

.mt1505 {
  margin-top: 1505px !important;
}

.mb1505 {
  margin-bottom: 1505px !important;
}

.mr1505 {
  margin-right: 1505px !important;
}

.ml1505 {
  margin-left: 1505px !important;
}

.pt1505 {
  padding-top: 1505px !important;
}

.pb1505 {
  padding-bottom: 1505px !important;
}

.pr1505 {
  padding-right: 1505px !important;
}

.pl1505 {
  padding-left: 1505px !important;
}

.mh1505 {
  min-height: 1505px !important;
}

.w-1505 {
  width: 1505px !important;
}

.mnw-1505 {
  min-width: 1505px !important;
}

.mxw-1505 {
  max-width: 1505px !important;
}

.mt1510 {
  margin-top: 1510px !important;
}

.mb1510 {
  margin-bottom: 1510px !important;
}

.mr1510 {
  margin-right: 1510px !important;
}

.ml1510 {
  margin-left: 1510px !important;
}

.pt1510 {
  padding-top: 1510px !important;
}

.pb1510 {
  padding-bottom: 1510px !important;
}

.pr1510 {
  padding-right: 1510px !important;
}

.pl1510 {
  padding-left: 1510px !important;
}

.mh1510 {
  min-height: 1510px !important;
}

.w-1510 {
  width: 1510px !important;
}

.mnw-1510 {
  min-width: 1510px !important;
}

.mxw-1510 {
  max-width: 1510px !important;
}

.mt1515 {
  margin-top: 1515px !important;
}

.mb1515 {
  margin-bottom: 1515px !important;
}

.mr1515 {
  margin-right: 1515px !important;
}

.ml1515 {
  margin-left: 1515px !important;
}

.pt1515 {
  padding-top: 1515px !important;
}

.pb1515 {
  padding-bottom: 1515px !important;
}

.pr1515 {
  padding-right: 1515px !important;
}

.pl1515 {
  padding-left: 1515px !important;
}

.mh1515 {
  min-height: 1515px !important;
}

.w-1515 {
  width: 1515px !important;
}

.mnw-1515 {
  min-width: 1515px !important;
}

.mxw-1515 {
  max-width: 1515px !important;
}

.mt1520 {
  margin-top: 1520px !important;
}

.mb1520 {
  margin-bottom: 1520px !important;
}

.mr1520 {
  margin-right: 1520px !important;
}

.ml1520 {
  margin-left: 1520px !important;
}

.pt1520 {
  padding-top: 1520px !important;
}

.pb1520 {
  padding-bottom: 1520px !important;
}

.pr1520 {
  padding-right: 1520px !important;
}

.pl1520 {
  padding-left: 1520px !important;
}

.mh1520 {
  min-height: 1520px !important;
}

.w-1520 {
  width: 1520px !important;
}

.mnw-1520 {
  min-width: 1520px !important;
}

.mxw-1520 {
  max-width: 1520px !important;
}

.mt1525 {
  margin-top: 1525px !important;
}

.mb1525 {
  margin-bottom: 1525px !important;
}

.mr1525 {
  margin-right: 1525px !important;
}

.ml1525 {
  margin-left: 1525px !important;
}

.pt1525 {
  padding-top: 1525px !important;
}

.pb1525 {
  padding-bottom: 1525px !important;
}

.pr1525 {
  padding-right: 1525px !important;
}

.pl1525 {
  padding-left: 1525px !important;
}

.mh1525 {
  min-height: 1525px !important;
}

.w-1525 {
  width: 1525px !important;
}

.mnw-1525 {
  min-width: 1525px !important;
}

.mxw-1525 {
  max-width: 1525px !important;
}

.mt1530 {
  margin-top: 1530px !important;
}

.mb1530 {
  margin-bottom: 1530px !important;
}

.mr1530 {
  margin-right: 1530px !important;
}

.ml1530 {
  margin-left: 1530px !important;
}

.pt1530 {
  padding-top: 1530px !important;
}

.pb1530 {
  padding-bottom: 1530px !important;
}

.pr1530 {
  padding-right: 1530px !important;
}

.pl1530 {
  padding-left: 1530px !important;
}

.mh1530 {
  min-height: 1530px !important;
}

.w-1530 {
  width: 1530px !important;
}

.mnw-1530 {
  min-width: 1530px !important;
}

.mxw-1530 {
  max-width: 1530px !important;
}

.mt1535 {
  margin-top: 1535px !important;
}

.mb1535 {
  margin-bottom: 1535px !important;
}

.mr1535 {
  margin-right: 1535px !important;
}

.ml1535 {
  margin-left: 1535px !important;
}

.pt1535 {
  padding-top: 1535px !important;
}

.pb1535 {
  padding-bottom: 1535px !important;
}

.pr1535 {
  padding-right: 1535px !important;
}

.pl1535 {
  padding-left: 1535px !important;
}

.mh1535 {
  min-height: 1535px !important;
}

.w-1535 {
  width: 1535px !important;
}

.mnw-1535 {
  min-width: 1535px !important;
}

.mxw-1535 {
  max-width: 1535px !important;
}

.mt1540 {
  margin-top: 1540px !important;
}

.mb1540 {
  margin-bottom: 1540px !important;
}

.mr1540 {
  margin-right: 1540px !important;
}

.ml1540 {
  margin-left: 1540px !important;
}

.pt1540 {
  padding-top: 1540px !important;
}

.pb1540 {
  padding-bottom: 1540px !important;
}

.pr1540 {
  padding-right: 1540px !important;
}

.pl1540 {
  padding-left: 1540px !important;
}

.mh1540 {
  min-height: 1540px !important;
}

.w-1540 {
  width: 1540px !important;
}

.mnw-1540 {
  min-width: 1540px !important;
}

.mxw-1540 {
  max-width: 1540px !important;
}

.mt1545 {
  margin-top: 1545px !important;
}

.mb1545 {
  margin-bottom: 1545px !important;
}

.mr1545 {
  margin-right: 1545px !important;
}

.ml1545 {
  margin-left: 1545px !important;
}

.pt1545 {
  padding-top: 1545px !important;
}

.pb1545 {
  padding-bottom: 1545px !important;
}

.pr1545 {
  padding-right: 1545px !important;
}

.pl1545 {
  padding-left: 1545px !important;
}

.mh1545 {
  min-height: 1545px !important;
}

.w-1545 {
  width: 1545px !important;
}

.mnw-1545 {
  min-width: 1545px !important;
}

.mxw-1545 {
  max-width: 1545px !important;
}

.mt1550 {
  margin-top: 1550px !important;
}

.mb1550 {
  margin-bottom: 1550px !important;
}

.mr1550 {
  margin-right: 1550px !important;
}

.ml1550 {
  margin-left: 1550px !important;
}

.pt1550 {
  padding-top: 1550px !important;
}

.pb1550 {
  padding-bottom: 1550px !important;
}

.pr1550 {
  padding-right: 1550px !important;
}

.pl1550 {
  padding-left: 1550px !important;
}

.mh1550 {
  min-height: 1550px !important;
}

.w-1550 {
  width: 1550px !important;
}

.mnw-1550 {
  min-width: 1550px !important;
}

.mxw-1550 {
  max-width: 1550px !important;
}

.mt1555 {
  margin-top: 1555px !important;
}

.mb1555 {
  margin-bottom: 1555px !important;
}

.mr1555 {
  margin-right: 1555px !important;
}

.ml1555 {
  margin-left: 1555px !important;
}

.pt1555 {
  padding-top: 1555px !important;
}

.pb1555 {
  padding-bottom: 1555px !important;
}

.pr1555 {
  padding-right: 1555px !important;
}

.pl1555 {
  padding-left: 1555px !important;
}

.mh1555 {
  min-height: 1555px !important;
}

.w-1555 {
  width: 1555px !important;
}

.mnw-1555 {
  min-width: 1555px !important;
}

.mxw-1555 {
  max-width: 1555px !important;
}

.mt1560 {
  margin-top: 1560px !important;
}

.mb1560 {
  margin-bottom: 1560px !important;
}

.mr1560 {
  margin-right: 1560px !important;
}

.ml1560 {
  margin-left: 1560px !important;
}

.pt1560 {
  padding-top: 1560px !important;
}

.pb1560 {
  padding-bottom: 1560px !important;
}

.pr1560 {
  padding-right: 1560px !important;
}

.pl1560 {
  padding-left: 1560px !important;
}

.mh1560 {
  min-height: 1560px !important;
}

.w-1560 {
  width: 1560px !important;
}

.mnw-1560 {
  min-width: 1560px !important;
}

.mxw-1560 {
  max-width: 1560px !important;
}

.mt1565 {
  margin-top: 1565px !important;
}

.mb1565 {
  margin-bottom: 1565px !important;
}

.mr1565 {
  margin-right: 1565px !important;
}

.ml1565 {
  margin-left: 1565px !important;
}

.pt1565 {
  padding-top: 1565px !important;
}

.pb1565 {
  padding-bottom: 1565px !important;
}

.pr1565 {
  padding-right: 1565px !important;
}

.pl1565 {
  padding-left: 1565px !important;
}

.mh1565 {
  min-height: 1565px !important;
}

.w-1565 {
  width: 1565px !important;
}

.mnw-1565 {
  min-width: 1565px !important;
}

.mxw-1565 {
  max-width: 1565px !important;
}

.mt1570 {
  margin-top: 1570px !important;
}

.mb1570 {
  margin-bottom: 1570px !important;
}

.mr1570 {
  margin-right: 1570px !important;
}

.ml1570 {
  margin-left: 1570px !important;
}

.pt1570 {
  padding-top: 1570px !important;
}

.pb1570 {
  padding-bottom: 1570px !important;
}

.pr1570 {
  padding-right: 1570px !important;
}

.pl1570 {
  padding-left: 1570px !important;
}

.mh1570 {
  min-height: 1570px !important;
}

.w-1570 {
  width: 1570px !important;
}

.mnw-1570 {
  min-width: 1570px !important;
}

.mxw-1570 {
  max-width: 1570px !important;
}

.mt1575 {
  margin-top: 1575px !important;
}

.mb1575 {
  margin-bottom: 1575px !important;
}

.mr1575 {
  margin-right: 1575px !important;
}

.ml1575 {
  margin-left: 1575px !important;
}

.pt1575 {
  padding-top: 1575px !important;
}

.pb1575 {
  padding-bottom: 1575px !important;
}

.pr1575 {
  padding-right: 1575px !important;
}

.pl1575 {
  padding-left: 1575px !important;
}

.mh1575 {
  min-height: 1575px !important;
}

.w-1575 {
  width: 1575px !important;
}

.mnw-1575 {
  min-width: 1575px !important;
}

.mxw-1575 {
  max-width: 1575px !important;
}

.mt1580 {
  margin-top: 1580px !important;
}

.mb1580 {
  margin-bottom: 1580px !important;
}

.mr1580 {
  margin-right: 1580px !important;
}

.ml1580 {
  margin-left: 1580px !important;
}

.pt1580 {
  padding-top: 1580px !important;
}

.pb1580 {
  padding-bottom: 1580px !important;
}

.pr1580 {
  padding-right: 1580px !important;
}

.pl1580 {
  padding-left: 1580px !important;
}

.mh1580 {
  min-height: 1580px !important;
}

.w-1580 {
  width: 1580px !important;
}

.mnw-1580 {
  min-width: 1580px !important;
}

.mxw-1580 {
  max-width: 1580px !important;
}

.mt1585 {
  margin-top: 1585px !important;
}

.mb1585 {
  margin-bottom: 1585px !important;
}

.mr1585 {
  margin-right: 1585px !important;
}

.ml1585 {
  margin-left: 1585px !important;
}

.pt1585 {
  padding-top: 1585px !important;
}

.pb1585 {
  padding-bottom: 1585px !important;
}

.pr1585 {
  padding-right: 1585px !important;
}

.pl1585 {
  padding-left: 1585px !important;
}

.mh1585 {
  min-height: 1585px !important;
}

.w-1585 {
  width: 1585px !important;
}

.mnw-1585 {
  min-width: 1585px !important;
}

.mxw-1585 {
  max-width: 1585px !important;
}

.mt1590 {
  margin-top: 1590px !important;
}

.mb1590 {
  margin-bottom: 1590px !important;
}

.mr1590 {
  margin-right: 1590px !important;
}

.ml1590 {
  margin-left: 1590px !important;
}

.pt1590 {
  padding-top: 1590px !important;
}

.pb1590 {
  padding-bottom: 1590px !important;
}

.pr1590 {
  padding-right: 1590px !important;
}

.pl1590 {
  padding-left: 1590px !important;
}

.mh1590 {
  min-height: 1590px !important;
}

.w-1590 {
  width: 1590px !important;
}

.mnw-1590 {
  min-width: 1590px !important;
}

.mxw-1590 {
  max-width: 1590px !important;
}

.mt1595 {
  margin-top: 1595px !important;
}

.mb1595 {
  margin-bottom: 1595px !important;
}

.mr1595 {
  margin-right: 1595px !important;
}

.ml1595 {
  margin-left: 1595px !important;
}

.pt1595 {
  padding-top: 1595px !important;
}

.pb1595 {
  padding-bottom: 1595px !important;
}

.pr1595 {
  padding-right: 1595px !important;
}

.pl1595 {
  padding-left: 1595px !important;
}

.mh1595 {
  min-height: 1595px !important;
}

.w-1595 {
  width: 1595px !important;
}

.mnw-1595 {
  min-width: 1595px !important;
}

.mxw-1595 {
  max-width: 1595px !important;
}

.mt1600 {
  margin-top: 1600px !important;
}

.mb1600 {
  margin-bottom: 1600px !important;
}

.mr1600 {
  margin-right: 1600px !important;
}

.ml1600 {
  margin-left: 1600px !important;
}

.pt1600 {
  padding-top: 1600px !important;
}

.pb1600 {
  padding-bottom: 1600px !important;
}

.pr1600 {
  padding-right: 1600px !important;
}

.pl1600 {
  padding-left: 1600px !important;
}

.mh1600 {
  min-height: 1600px !important;
}

.w-1600 {
  width: 1600px !important;
}

.mnw-1600 {
  min-width: 1600px !important;
}

.mxw-1600 {
  max-width: 1600px !important;
}

.mt1605 {
  margin-top: 1605px !important;
}

.mb1605 {
  margin-bottom: 1605px !important;
}

.mr1605 {
  margin-right: 1605px !important;
}

.ml1605 {
  margin-left: 1605px !important;
}

.pt1605 {
  padding-top: 1605px !important;
}

.pb1605 {
  padding-bottom: 1605px !important;
}

.pr1605 {
  padding-right: 1605px !important;
}

.pl1605 {
  padding-left: 1605px !important;
}

.mh1605 {
  min-height: 1605px !important;
}

.w-1605 {
  width: 1605px !important;
}

.mnw-1605 {
  min-width: 1605px !important;
}

.mxw-1605 {
  max-width: 1605px !important;
}

.mt1610 {
  margin-top: 1610px !important;
}

.mb1610 {
  margin-bottom: 1610px !important;
}

.mr1610 {
  margin-right: 1610px !important;
}

.ml1610 {
  margin-left: 1610px !important;
}

.pt1610 {
  padding-top: 1610px !important;
}

.pb1610 {
  padding-bottom: 1610px !important;
}

.pr1610 {
  padding-right: 1610px !important;
}

.pl1610 {
  padding-left: 1610px !important;
}

.mh1610 {
  min-height: 1610px !important;
}

.w-1610 {
  width: 1610px !important;
}

.mnw-1610 {
  min-width: 1610px !important;
}

.mxw-1610 {
  max-width: 1610px !important;
}

.mt1615 {
  margin-top: 1615px !important;
}

.mb1615 {
  margin-bottom: 1615px !important;
}

.mr1615 {
  margin-right: 1615px !important;
}

.ml1615 {
  margin-left: 1615px !important;
}

.pt1615 {
  padding-top: 1615px !important;
}

.pb1615 {
  padding-bottom: 1615px !important;
}

.pr1615 {
  padding-right: 1615px !important;
}

.pl1615 {
  padding-left: 1615px !important;
}

.mh1615 {
  min-height: 1615px !important;
}

.w-1615 {
  width: 1615px !important;
}

.mnw-1615 {
  min-width: 1615px !important;
}

.mxw-1615 {
  max-width: 1615px !important;
}

.mt1620 {
  margin-top: 1620px !important;
}

.mb1620 {
  margin-bottom: 1620px !important;
}

.mr1620 {
  margin-right: 1620px !important;
}

.ml1620 {
  margin-left: 1620px !important;
}

.pt1620 {
  padding-top: 1620px !important;
}

.pb1620 {
  padding-bottom: 1620px !important;
}

.pr1620 {
  padding-right: 1620px !important;
}

.pl1620 {
  padding-left: 1620px !important;
}

.mh1620 {
  min-height: 1620px !important;
}

.w-1620 {
  width: 1620px !important;
}

.mnw-1620 {
  min-width: 1620px !important;
}

.mxw-1620 {
  max-width: 1620px !important;
}

.mt1625 {
  margin-top: 1625px !important;
}

.mb1625 {
  margin-bottom: 1625px !important;
}

.mr1625 {
  margin-right: 1625px !important;
}

.ml1625 {
  margin-left: 1625px !important;
}

.pt1625 {
  padding-top: 1625px !important;
}

.pb1625 {
  padding-bottom: 1625px !important;
}

.pr1625 {
  padding-right: 1625px !important;
}

.pl1625 {
  padding-left: 1625px !important;
}

.mh1625 {
  min-height: 1625px !important;
}

.w-1625 {
  width: 1625px !important;
}

.mnw-1625 {
  min-width: 1625px !important;
}

.mxw-1625 {
  max-width: 1625px !important;
}

.mt1630 {
  margin-top: 1630px !important;
}

.mb1630 {
  margin-bottom: 1630px !important;
}

.mr1630 {
  margin-right: 1630px !important;
}

.ml1630 {
  margin-left: 1630px !important;
}

.pt1630 {
  padding-top: 1630px !important;
}

.pb1630 {
  padding-bottom: 1630px !important;
}

.pr1630 {
  padding-right: 1630px !important;
}

.pl1630 {
  padding-left: 1630px !important;
}

.mh1630 {
  min-height: 1630px !important;
}

.w-1630 {
  width: 1630px !important;
}

.mnw-1630 {
  min-width: 1630px !important;
}

.mxw-1630 {
  max-width: 1630px !important;
}

.mt1635 {
  margin-top: 1635px !important;
}

.mb1635 {
  margin-bottom: 1635px !important;
}

.mr1635 {
  margin-right: 1635px !important;
}

.ml1635 {
  margin-left: 1635px !important;
}

.pt1635 {
  padding-top: 1635px !important;
}

.pb1635 {
  padding-bottom: 1635px !important;
}

.pr1635 {
  padding-right: 1635px !important;
}

.pl1635 {
  padding-left: 1635px !important;
}

.mh1635 {
  min-height: 1635px !important;
}

.w-1635 {
  width: 1635px !important;
}

.mnw-1635 {
  min-width: 1635px !important;
}

.mxw-1635 {
  max-width: 1635px !important;
}

.mt1640 {
  margin-top: 1640px !important;
}

.mb1640 {
  margin-bottom: 1640px !important;
}

.mr1640 {
  margin-right: 1640px !important;
}

.ml1640 {
  margin-left: 1640px !important;
}

.pt1640 {
  padding-top: 1640px !important;
}

.pb1640 {
  padding-bottom: 1640px !important;
}

.pr1640 {
  padding-right: 1640px !important;
}

.pl1640 {
  padding-left: 1640px !important;
}

.mh1640 {
  min-height: 1640px !important;
}

.w-1640 {
  width: 1640px !important;
}

.mnw-1640 {
  min-width: 1640px !important;
}

.mxw-1640 {
  max-width: 1640px !important;
}

.mt1645 {
  margin-top: 1645px !important;
}

.mb1645 {
  margin-bottom: 1645px !important;
}

.mr1645 {
  margin-right: 1645px !important;
}

.ml1645 {
  margin-left: 1645px !important;
}

.pt1645 {
  padding-top: 1645px !important;
}

.pb1645 {
  padding-bottom: 1645px !important;
}

.pr1645 {
  padding-right: 1645px !important;
}

.pl1645 {
  padding-left: 1645px !important;
}

.mh1645 {
  min-height: 1645px !important;
}

.w-1645 {
  width: 1645px !important;
}

.mnw-1645 {
  min-width: 1645px !important;
}

.mxw-1645 {
  max-width: 1645px !important;
}

.mt1650 {
  margin-top: 1650px !important;
}

.mb1650 {
  margin-bottom: 1650px !important;
}

.mr1650 {
  margin-right: 1650px !important;
}

.ml1650 {
  margin-left: 1650px !important;
}

.pt1650 {
  padding-top: 1650px !important;
}

.pb1650 {
  padding-bottom: 1650px !important;
}

.pr1650 {
  padding-right: 1650px !important;
}

.pl1650 {
  padding-left: 1650px !important;
}

.mh1650 {
  min-height: 1650px !important;
}

.w-1650 {
  width: 1650px !important;
}

.mnw-1650 {
  min-width: 1650px !important;
}

.mxw-1650 {
  max-width: 1650px !important;
}

.mt1655 {
  margin-top: 1655px !important;
}

.mb1655 {
  margin-bottom: 1655px !important;
}

.mr1655 {
  margin-right: 1655px !important;
}

.ml1655 {
  margin-left: 1655px !important;
}

.pt1655 {
  padding-top: 1655px !important;
}

.pb1655 {
  padding-bottom: 1655px !important;
}

.pr1655 {
  padding-right: 1655px !important;
}

.pl1655 {
  padding-left: 1655px !important;
}

.mh1655 {
  min-height: 1655px !important;
}

.w-1655 {
  width: 1655px !important;
}

.mnw-1655 {
  min-width: 1655px !important;
}

.mxw-1655 {
  max-width: 1655px !important;
}

.mt1660 {
  margin-top: 1660px !important;
}

.mb1660 {
  margin-bottom: 1660px !important;
}

.mr1660 {
  margin-right: 1660px !important;
}

.ml1660 {
  margin-left: 1660px !important;
}

.pt1660 {
  padding-top: 1660px !important;
}

.pb1660 {
  padding-bottom: 1660px !important;
}

.pr1660 {
  padding-right: 1660px !important;
}

.pl1660 {
  padding-left: 1660px !important;
}

.mh1660 {
  min-height: 1660px !important;
}

.w-1660 {
  width: 1660px !important;
}

.mnw-1660 {
  min-width: 1660px !important;
}

.mxw-1660 {
  max-width: 1660px !important;
}

.mt1665 {
  margin-top: 1665px !important;
}

.mb1665 {
  margin-bottom: 1665px !important;
}

.mr1665 {
  margin-right: 1665px !important;
}

.ml1665 {
  margin-left: 1665px !important;
}

.pt1665 {
  padding-top: 1665px !important;
}

.pb1665 {
  padding-bottom: 1665px !important;
}

.pr1665 {
  padding-right: 1665px !important;
}

.pl1665 {
  padding-left: 1665px !important;
}

.mh1665 {
  min-height: 1665px !important;
}

.w-1665 {
  width: 1665px !important;
}

.mnw-1665 {
  min-width: 1665px !important;
}

.mxw-1665 {
  max-width: 1665px !important;
}

.mt1670 {
  margin-top: 1670px !important;
}

.mb1670 {
  margin-bottom: 1670px !important;
}

.mr1670 {
  margin-right: 1670px !important;
}

.ml1670 {
  margin-left: 1670px !important;
}

.pt1670 {
  padding-top: 1670px !important;
}

.pb1670 {
  padding-bottom: 1670px !important;
}

.pr1670 {
  padding-right: 1670px !important;
}

.pl1670 {
  padding-left: 1670px !important;
}

.mh1670 {
  min-height: 1670px !important;
}

.w-1670 {
  width: 1670px !important;
}

.mnw-1670 {
  min-width: 1670px !important;
}

.mxw-1670 {
  max-width: 1670px !important;
}

.mt1675 {
  margin-top: 1675px !important;
}

.mb1675 {
  margin-bottom: 1675px !important;
}

.mr1675 {
  margin-right: 1675px !important;
}

.ml1675 {
  margin-left: 1675px !important;
}

.pt1675 {
  padding-top: 1675px !important;
}

.pb1675 {
  padding-bottom: 1675px !important;
}

.pr1675 {
  padding-right: 1675px !important;
}

.pl1675 {
  padding-left: 1675px !important;
}

.mh1675 {
  min-height: 1675px !important;
}

.w-1675 {
  width: 1675px !important;
}

.mnw-1675 {
  min-width: 1675px !important;
}

.mxw-1675 {
  max-width: 1675px !important;
}

.mt1680 {
  margin-top: 1680px !important;
}

.mb1680 {
  margin-bottom: 1680px !important;
}

.mr1680 {
  margin-right: 1680px !important;
}

.ml1680 {
  margin-left: 1680px !important;
}

.pt1680 {
  padding-top: 1680px !important;
}

.pb1680 {
  padding-bottom: 1680px !important;
}

.pr1680 {
  padding-right: 1680px !important;
}

.pl1680 {
  padding-left: 1680px !important;
}

.mh1680 {
  min-height: 1680px !important;
}

.w-1680 {
  width: 1680px !important;
}

.mnw-1680 {
  min-width: 1680px !important;
}

.mxw-1680 {
  max-width: 1680px !important;
}

.mt1685 {
  margin-top: 1685px !important;
}

.mb1685 {
  margin-bottom: 1685px !important;
}

.mr1685 {
  margin-right: 1685px !important;
}

.ml1685 {
  margin-left: 1685px !important;
}

.pt1685 {
  padding-top: 1685px !important;
}

.pb1685 {
  padding-bottom: 1685px !important;
}

.pr1685 {
  padding-right: 1685px !important;
}

.pl1685 {
  padding-left: 1685px !important;
}

.mh1685 {
  min-height: 1685px !important;
}

.w-1685 {
  width: 1685px !important;
}

.mnw-1685 {
  min-width: 1685px !important;
}

.mxw-1685 {
  max-width: 1685px !important;
}

.mt1690 {
  margin-top: 1690px !important;
}

.mb1690 {
  margin-bottom: 1690px !important;
}

.mr1690 {
  margin-right: 1690px !important;
}

.ml1690 {
  margin-left: 1690px !important;
}

.pt1690 {
  padding-top: 1690px !important;
}

.pb1690 {
  padding-bottom: 1690px !important;
}

.pr1690 {
  padding-right: 1690px !important;
}

.pl1690 {
  padding-left: 1690px !important;
}

.mh1690 {
  min-height: 1690px !important;
}

.w-1690 {
  width: 1690px !important;
}

.mnw-1690 {
  min-width: 1690px !important;
}

.mxw-1690 {
  max-width: 1690px !important;
}

.mt1695 {
  margin-top: 1695px !important;
}

.mb1695 {
  margin-bottom: 1695px !important;
}

.mr1695 {
  margin-right: 1695px !important;
}

.ml1695 {
  margin-left: 1695px !important;
}

.pt1695 {
  padding-top: 1695px !important;
}

.pb1695 {
  padding-bottom: 1695px !important;
}

.pr1695 {
  padding-right: 1695px !important;
}

.pl1695 {
  padding-left: 1695px !important;
}

.mh1695 {
  min-height: 1695px !important;
}

.w-1695 {
  width: 1695px !important;
}

.mnw-1695 {
  min-width: 1695px !important;
}

.mxw-1695 {
  max-width: 1695px !important;
}

.mt1700 {
  margin-top: 1700px !important;
}

.mb1700 {
  margin-bottom: 1700px !important;
}

.mr1700 {
  margin-right: 1700px !important;
}

.ml1700 {
  margin-left: 1700px !important;
}

.pt1700 {
  padding-top: 1700px !important;
}

.pb1700 {
  padding-bottom: 1700px !important;
}

.pr1700 {
  padding-right: 1700px !important;
}

.pl1700 {
  padding-left: 1700px !important;
}

.mh1700 {
  min-height: 1700px !important;
}

.w-1700 {
  width: 1700px !important;
}

.mnw-1700 {
  min-width: 1700px !important;
}

.mxw-1700 {
  max-width: 1700px !important;
}

.mt1705 {
  margin-top: 1705px !important;
}

.mb1705 {
  margin-bottom: 1705px !important;
}

.mr1705 {
  margin-right: 1705px !important;
}

.ml1705 {
  margin-left: 1705px !important;
}

.pt1705 {
  padding-top: 1705px !important;
}

.pb1705 {
  padding-bottom: 1705px !important;
}

.pr1705 {
  padding-right: 1705px !important;
}

.pl1705 {
  padding-left: 1705px !important;
}

.mh1705 {
  min-height: 1705px !important;
}

.w-1705 {
  width: 1705px !important;
}

.mnw-1705 {
  min-width: 1705px !important;
}

.mxw-1705 {
  max-width: 1705px !important;
}

.mt1710 {
  margin-top: 1710px !important;
}

.mb1710 {
  margin-bottom: 1710px !important;
}

.mr1710 {
  margin-right: 1710px !important;
}

.ml1710 {
  margin-left: 1710px !important;
}

.pt1710 {
  padding-top: 1710px !important;
}

.pb1710 {
  padding-bottom: 1710px !important;
}

.pr1710 {
  padding-right: 1710px !important;
}

.pl1710 {
  padding-left: 1710px !important;
}

.mh1710 {
  min-height: 1710px !important;
}

.w-1710 {
  width: 1710px !important;
}

.mnw-1710 {
  min-width: 1710px !important;
}

.mxw-1710 {
  max-width: 1710px !important;
}

.mt1715 {
  margin-top: 1715px !important;
}

.mb1715 {
  margin-bottom: 1715px !important;
}

.mr1715 {
  margin-right: 1715px !important;
}

.ml1715 {
  margin-left: 1715px !important;
}

.pt1715 {
  padding-top: 1715px !important;
}

.pb1715 {
  padding-bottom: 1715px !important;
}

.pr1715 {
  padding-right: 1715px !important;
}

.pl1715 {
  padding-left: 1715px !important;
}

.mh1715 {
  min-height: 1715px !important;
}

.w-1715 {
  width: 1715px !important;
}

.mnw-1715 {
  min-width: 1715px !important;
}

.mxw-1715 {
  max-width: 1715px !important;
}

.mt1720 {
  margin-top: 1720px !important;
}

.mb1720 {
  margin-bottom: 1720px !important;
}

.mr1720 {
  margin-right: 1720px !important;
}

.ml1720 {
  margin-left: 1720px !important;
}

.pt1720 {
  padding-top: 1720px !important;
}

.pb1720 {
  padding-bottom: 1720px !important;
}

.pr1720 {
  padding-right: 1720px !important;
}

.pl1720 {
  padding-left: 1720px !important;
}

.mh1720 {
  min-height: 1720px !important;
}

.w-1720 {
  width: 1720px !important;
}

.mnw-1720 {
  min-width: 1720px !important;
}

.mxw-1720 {
  max-width: 1720px !important;
}

.mt1725 {
  margin-top: 1725px !important;
}

.mb1725 {
  margin-bottom: 1725px !important;
}

.mr1725 {
  margin-right: 1725px !important;
}

.ml1725 {
  margin-left: 1725px !important;
}

.pt1725 {
  padding-top: 1725px !important;
}

.pb1725 {
  padding-bottom: 1725px !important;
}

.pr1725 {
  padding-right: 1725px !important;
}

.pl1725 {
  padding-left: 1725px !important;
}

.mh1725 {
  min-height: 1725px !important;
}

.w-1725 {
  width: 1725px !important;
}

.mnw-1725 {
  min-width: 1725px !important;
}

.mxw-1725 {
  max-width: 1725px !important;
}

.mt1730 {
  margin-top: 1730px !important;
}

.mb1730 {
  margin-bottom: 1730px !important;
}

.mr1730 {
  margin-right: 1730px !important;
}

.ml1730 {
  margin-left: 1730px !important;
}

.pt1730 {
  padding-top: 1730px !important;
}

.pb1730 {
  padding-bottom: 1730px !important;
}

.pr1730 {
  padding-right: 1730px !important;
}

.pl1730 {
  padding-left: 1730px !important;
}

.mh1730 {
  min-height: 1730px !important;
}

.w-1730 {
  width: 1730px !important;
}

.mnw-1730 {
  min-width: 1730px !important;
}

.mxw-1730 {
  max-width: 1730px !important;
}

.mt1735 {
  margin-top: 1735px !important;
}

.mb1735 {
  margin-bottom: 1735px !important;
}

.mr1735 {
  margin-right: 1735px !important;
}

.ml1735 {
  margin-left: 1735px !important;
}

.pt1735 {
  padding-top: 1735px !important;
}

.pb1735 {
  padding-bottom: 1735px !important;
}

.pr1735 {
  padding-right: 1735px !important;
}

.pl1735 {
  padding-left: 1735px !important;
}

.mh1735 {
  min-height: 1735px !important;
}

.w-1735 {
  width: 1735px !important;
}

.mnw-1735 {
  min-width: 1735px !important;
}

.mxw-1735 {
  max-width: 1735px !important;
}

.mt1740 {
  margin-top: 1740px !important;
}

.mb1740 {
  margin-bottom: 1740px !important;
}

.mr1740 {
  margin-right: 1740px !important;
}

.ml1740 {
  margin-left: 1740px !important;
}

.pt1740 {
  padding-top: 1740px !important;
}

.pb1740 {
  padding-bottom: 1740px !important;
}

.pr1740 {
  padding-right: 1740px !important;
}

.pl1740 {
  padding-left: 1740px !important;
}

.mh1740 {
  min-height: 1740px !important;
}

.w-1740 {
  width: 1740px !important;
}

.mnw-1740 {
  min-width: 1740px !important;
}

.mxw-1740 {
  max-width: 1740px !important;
}

.mt1745 {
  margin-top: 1745px !important;
}

.mb1745 {
  margin-bottom: 1745px !important;
}

.mr1745 {
  margin-right: 1745px !important;
}

.ml1745 {
  margin-left: 1745px !important;
}

.pt1745 {
  padding-top: 1745px !important;
}

.pb1745 {
  padding-bottom: 1745px !important;
}

.pr1745 {
  padding-right: 1745px !important;
}

.pl1745 {
  padding-left: 1745px !important;
}

.mh1745 {
  min-height: 1745px !important;
}

.w-1745 {
  width: 1745px !important;
}

.mnw-1745 {
  min-width: 1745px !important;
}

.mxw-1745 {
  max-width: 1745px !important;
}

.mt1750 {
  margin-top: 1750px !important;
}

.mb1750 {
  margin-bottom: 1750px !important;
}

.mr1750 {
  margin-right: 1750px !important;
}

.ml1750 {
  margin-left: 1750px !important;
}

.pt1750 {
  padding-top: 1750px !important;
}

.pb1750 {
  padding-bottom: 1750px !important;
}

.pr1750 {
  padding-right: 1750px !important;
}

.pl1750 {
  padding-left: 1750px !important;
}

.mh1750 {
  min-height: 1750px !important;
}

.w-1750 {
  width: 1750px !important;
}

.mnw-1750 {
  min-width: 1750px !important;
}

.mxw-1750 {
  max-width: 1750px !important;
}

.mt1755 {
  margin-top: 1755px !important;
}

.mb1755 {
  margin-bottom: 1755px !important;
}

.mr1755 {
  margin-right: 1755px !important;
}

.ml1755 {
  margin-left: 1755px !important;
}

.pt1755 {
  padding-top: 1755px !important;
}

.pb1755 {
  padding-bottom: 1755px !important;
}

.pr1755 {
  padding-right: 1755px !important;
}

.pl1755 {
  padding-left: 1755px !important;
}

.mh1755 {
  min-height: 1755px !important;
}

.w-1755 {
  width: 1755px !important;
}

.mnw-1755 {
  min-width: 1755px !important;
}

.mxw-1755 {
  max-width: 1755px !important;
}

.mt1760 {
  margin-top: 1760px !important;
}

.mb1760 {
  margin-bottom: 1760px !important;
}

.mr1760 {
  margin-right: 1760px !important;
}

.ml1760 {
  margin-left: 1760px !important;
}

.pt1760 {
  padding-top: 1760px !important;
}

.pb1760 {
  padding-bottom: 1760px !important;
}

.pr1760 {
  padding-right: 1760px !important;
}

.pl1760 {
  padding-left: 1760px !important;
}

.mh1760 {
  min-height: 1760px !important;
}

.w-1760 {
  width: 1760px !important;
}

.mnw-1760 {
  min-width: 1760px !important;
}

.mxw-1760 {
  max-width: 1760px !important;
}

.mt1765 {
  margin-top: 1765px !important;
}

.mb1765 {
  margin-bottom: 1765px !important;
}

.mr1765 {
  margin-right: 1765px !important;
}

.ml1765 {
  margin-left: 1765px !important;
}

.pt1765 {
  padding-top: 1765px !important;
}

.pb1765 {
  padding-bottom: 1765px !important;
}

.pr1765 {
  padding-right: 1765px !important;
}

.pl1765 {
  padding-left: 1765px !important;
}

.mh1765 {
  min-height: 1765px !important;
}

.w-1765 {
  width: 1765px !important;
}

.mnw-1765 {
  min-width: 1765px !important;
}

.mxw-1765 {
  max-width: 1765px !important;
}

.mt1770 {
  margin-top: 1770px !important;
}

.mb1770 {
  margin-bottom: 1770px !important;
}

.mr1770 {
  margin-right: 1770px !important;
}

.ml1770 {
  margin-left: 1770px !important;
}

.pt1770 {
  padding-top: 1770px !important;
}

.pb1770 {
  padding-bottom: 1770px !important;
}

.pr1770 {
  padding-right: 1770px !important;
}

.pl1770 {
  padding-left: 1770px !important;
}

.mh1770 {
  min-height: 1770px !important;
}

.w-1770 {
  width: 1770px !important;
}

.mnw-1770 {
  min-width: 1770px !important;
}

.mxw-1770 {
  max-width: 1770px !important;
}

.mt1775 {
  margin-top: 1775px !important;
}

.mb1775 {
  margin-bottom: 1775px !important;
}

.mr1775 {
  margin-right: 1775px !important;
}

.ml1775 {
  margin-left: 1775px !important;
}

.pt1775 {
  padding-top: 1775px !important;
}

.pb1775 {
  padding-bottom: 1775px !important;
}

.pr1775 {
  padding-right: 1775px !important;
}

.pl1775 {
  padding-left: 1775px !important;
}

.mh1775 {
  min-height: 1775px !important;
}

.w-1775 {
  width: 1775px !important;
}

.mnw-1775 {
  min-width: 1775px !important;
}

.mxw-1775 {
  max-width: 1775px !important;
}

.mt1780 {
  margin-top: 1780px !important;
}

.mb1780 {
  margin-bottom: 1780px !important;
}

.mr1780 {
  margin-right: 1780px !important;
}

.ml1780 {
  margin-left: 1780px !important;
}

.pt1780 {
  padding-top: 1780px !important;
}

.pb1780 {
  padding-bottom: 1780px !important;
}

.pr1780 {
  padding-right: 1780px !important;
}

.pl1780 {
  padding-left: 1780px !important;
}

.mh1780 {
  min-height: 1780px !important;
}

.w-1780 {
  width: 1780px !important;
}

.mnw-1780 {
  min-width: 1780px !important;
}

.mxw-1780 {
  max-width: 1780px !important;
}

.mt1785 {
  margin-top: 1785px !important;
}

.mb1785 {
  margin-bottom: 1785px !important;
}

.mr1785 {
  margin-right: 1785px !important;
}

.ml1785 {
  margin-left: 1785px !important;
}

.pt1785 {
  padding-top: 1785px !important;
}

.pb1785 {
  padding-bottom: 1785px !important;
}

.pr1785 {
  padding-right: 1785px !important;
}

.pl1785 {
  padding-left: 1785px !important;
}

.mh1785 {
  min-height: 1785px !important;
}

.w-1785 {
  width: 1785px !important;
}

.mnw-1785 {
  min-width: 1785px !important;
}

.mxw-1785 {
  max-width: 1785px !important;
}

.mt1790 {
  margin-top: 1790px !important;
}

.mb1790 {
  margin-bottom: 1790px !important;
}

.mr1790 {
  margin-right: 1790px !important;
}

.ml1790 {
  margin-left: 1790px !important;
}

.pt1790 {
  padding-top: 1790px !important;
}

.pb1790 {
  padding-bottom: 1790px !important;
}

.pr1790 {
  padding-right: 1790px !important;
}

.pl1790 {
  padding-left: 1790px !important;
}

.mh1790 {
  min-height: 1790px !important;
}

.w-1790 {
  width: 1790px !important;
}

.mnw-1790 {
  min-width: 1790px !important;
}

.mxw-1790 {
  max-width: 1790px !important;
}

.mt1795 {
  margin-top: 1795px !important;
}

.mb1795 {
  margin-bottom: 1795px !important;
}

.mr1795 {
  margin-right: 1795px !important;
}

.ml1795 {
  margin-left: 1795px !important;
}

.pt1795 {
  padding-top: 1795px !important;
}

.pb1795 {
  padding-bottom: 1795px !important;
}

.pr1795 {
  padding-right: 1795px !important;
}

.pl1795 {
  padding-left: 1795px !important;
}

.mh1795 {
  min-height: 1795px !important;
}

.w-1795 {
  width: 1795px !important;
}

.mnw-1795 {
  min-width: 1795px !important;
}

.mxw-1795 {
  max-width: 1795px !important;
}

.mt1800 {
  margin-top: 1800px !important;
}

.mb1800 {
  margin-bottom: 1800px !important;
}

.mr1800 {
  margin-right: 1800px !important;
}

.ml1800 {
  margin-left: 1800px !important;
}

.pt1800 {
  padding-top: 1800px !important;
}

.pb1800 {
  padding-bottom: 1800px !important;
}

.pr1800 {
  padding-right: 1800px !important;
}

.pl1800 {
  padding-left: 1800px !important;
}

.mh1800 {
  min-height: 1800px !important;
}

.w-1800 {
  width: 1800px !important;
}

.mnw-1800 {
  min-width: 1800px !important;
}

.mxw-1800 {
  max-width: 1800px !important;
}

.mt1805 {
  margin-top: 1805px !important;
}

.mb1805 {
  margin-bottom: 1805px !important;
}

.mr1805 {
  margin-right: 1805px !important;
}

.ml1805 {
  margin-left: 1805px !important;
}

.pt1805 {
  padding-top: 1805px !important;
}

.pb1805 {
  padding-bottom: 1805px !important;
}

.pr1805 {
  padding-right: 1805px !important;
}

.pl1805 {
  padding-left: 1805px !important;
}

.mh1805 {
  min-height: 1805px !important;
}

.w-1805 {
  width: 1805px !important;
}

.mnw-1805 {
  min-width: 1805px !important;
}

.mxw-1805 {
  max-width: 1805px !important;
}

.mt1810 {
  margin-top: 1810px !important;
}

.mb1810 {
  margin-bottom: 1810px !important;
}

.mr1810 {
  margin-right: 1810px !important;
}

.ml1810 {
  margin-left: 1810px !important;
}

.pt1810 {
  padding-top: 1810px !important;
}

.pb1810 {
  padding-bottom: 1810px !important;
}

.pr1810 {
  padding-right: 1810px !important;
}

.pl1810 {
  padding-left: 1810px !important;
}

.mh1810 {
  min-height: 1810px !important;
}

.w-1810 {
  width: 1810px !important;
}

.mnw-1810 {
  min-width: 1810px !important;
}

.mxw-1810 {
  max-width: 1810px !important;
}

.mt1815 {
  margin-top: 1815px !important;
}

.mb1815 {
  margin-bottom: 1815px !important;
}

.mr1815 {
  margin-right: 1815px !important;
}

.ml1815 {
  margin-left: 1815px !important;
}

.pt1815 {
  padding-top: 1815px !important;
}

.pb1815 {
  padding-bottom: 1815px !important;
}

.pr1815 {
  padding-right: 1815px !important;
}

.pl1815 {
  padding-left: 1815px !important;
}

.mh1815 {
  min-height: 1815px !important;
}

.w-1815 {
  width: 1815px !important;
}

.mnw-1815 {
  min-width: 1815px !important;
}

.mxw-1815 {
  max-width: 1815px !important;
}

.mt1820 {
  margin-top: 1820px !important;
}

.mb1820 {
  margin-bottom: 1820px !important;
}

.mr1820 {
  margin-right: 1820px !important;
}

.ml1820 {
  margin-left: 1820px !important;
}

.pt1820 {
  padding-top: 1820px !important;
}

.pb1820 {
  padding-bottom: 1820px !important;
}

.pr1820 {
  padding-right: 1820px !important;
}

.pl1820 {
  padding-left: 1820px !important;
}

.mh1820 {
  min-height: 1820px !important;
}

.w-1820 {
  width: 1820px !important;
}

.mnw-1820 {
  min-width: 1820px !important;
}

.mxw-1820 {
  max-width: 1820px !important;
}

.mt1825 {
  margin-top: 1825px !important;
}

.mb1825 {
  margin-bottom: 1825px !important;
}

.mr1825 {
  margin-right: 1825px !important;
}

.ml1825 {
  margin-left: 1825px !important;
}

.pt1825 {
  padding-top: 1825px !important;
}

.pb1825 {
  padding-bottom: 1825px !important;
}

.pr1825 {
  padding-right: 1825px !important;
}

.pl1825 {
  padding-left: 1825px !important;
}

.mh1825 {
  min-height: 1825px !important;
}

.w-1825 {
  width: 1825px !important;
}

.mnw-1825 {
  min-width: 1825px !important;
}

.mxw-1825 {
  max-width: 1825px !important;
}

.mt1830 {
  margin-top: 1830px !important;
}

.mb1830 {
  margin-bottom: 1830px !important;
}

.mr1830 {
  margin-right: 1830px !important;
}

.ml1830 {
  margin-left: 1830px !important;
}

.pt1830 {
  padding-top: 1830px !important;
}

.pb1830 {
  padding-bottom: 1830px !important;
}

.pr1830 {
  padding-right: 1830px !important;
}

.pl1830 {
  padding-left: 1830px !important;
}

.mh1830 {
  min-height: 1830px !important;
}

.w-1830 {
  width: 1830px !important;
}

.mnw-1830 {
  min-width: 1830px !important;
}

.mxw-1830 {
  max-width: 1830px !important;
}

.mt1835 {
  margin-top: 1835px !important;
}

.mb1835 {
  margin-bottom: 1835px !important;
}

.mr1835 {
  margin-right: 1835px !important;
}

.ml1835 {
  margin-left: 1835px !important;
}

.pt1835 {
  padding-top: 1835px !important;
}

.pb1835 {
  padding-bottom: 1835px !important;
}

.pr1835 {
  padding-right: 1835px !important;
}

.pl1835 {
  padding-left: 1835px !important;
}

.mh1835 {
  min-height: 1835px !important;
}

.w-1835 {
  width: 1835px !important;
}

.mnw-1835 {
  min-width: 1835px !important;
}

.mxw-1835 {
  max-width: 1835px !important;
}

.mt1840 {
  margin-top: 1840px !important;
}

.mb1840 {
  margin-bottom: 1840px !important;
}

.mr1840 {
  margin-right: 1840px !important;
}

.ml1840 {
  margin-left: 1840px !important;
}

.pt1840 {
  padding-top: 1840px !important;
}

.pb1840 {
  padding-bottom: 1840px !important;
}

.pr1840 {
  padding-right: 1840px !important;
}

.pl1840 {
  padding-left: 1840px !important;
}

.mh1840 {
  min-height: 1840px !important;
}

.w-1840 {
  width: 1840px !important;
}

.mnw-1840 {
  min-width: 1840px !important;
}

.mxw-1840 {
  max-width: 1840px !important;
}

.mt1845 {
  margin-top: 1845px !important;
}

.mb1845 {
  margin-bottom: 1845px !important;
}

.mr1845 {
  margin-right: 1845px !important;
}

.ml1845 {
  margin-left: 1845px !important;
}

.pt1845 {
  padding-top: 1845px !important;
}

.pb1845 {
  padding-bottom: 1845px !important;
}

.pr1845 {
  padding-right: 1845px !important;
}

.pl1845 {
  padding-left: 1845px !important;
}

.mh1845 {
  min-height: 1845px !important;
}

.w-1845 {
  width: 1845px !important;
}

.mnw-1845 {
  min-width: 1845px !important;
}

.mxw-1845 {
  max-width: 1845px !important;
}

.mt1850 {
  margin-top: 1850px !important;
}

.mb1850 {
  margin-bottom: 1850px !important;
}

.mr1850 {
  margin-right: 1850px !important;
}

.ml1850 {
  margin-left: 1850px !important;
}

.pt1850 {
  padding-top: 1850px !important;
}

.pb1850 {
  padding-bottom: 1850px !important;
}

.pr1850 {
  padding-right: 1850px !important;
}

.pl1850 {
  padding-left: 1850px !important;
}

.mh1850 {
  min-height: 1850px !important;
}

.w-1850 {
  width: 1850px !important;
}

.mnw-1850 {
  min-width: 1850px !important;
}

.mxw-1850 {
  max-width: 1850px !important;
}

.mt1855 {
  margin-top: 1855px !important;
}

.mb1855 {
  margin-bottom: 1855px !important;
}

.mr1855 {
  margin-right: 1855px !important;
}

.ml1855 {
  margin-left: 1855px !important;
}

.pt1855 {
  padding-top: 1855px !important;
}

.pb1855 {
  padding-bottom: 1855px !important;
}

.pr1855 {
  padding-right: 1855px !important;
}

.pl1855 {
  padding-left: 1855px !important;
}

.mh1855 {
  min-height: 1855px !important;
}

.w-1855 {
  width: 1855px !important;
}

.mnw-1855 {
  min-width: 1855px !important;
}

.mxw-1855 {
  max-width: 1855px !important;
}

.mt1860 {
  margin-top: 1860px !important;
}

.mb1860 {
  margin-bottom: 1860px !important;
}

.mr1860 {
  margin-right: 1860px !important;
}

.ml1860 {
  margin-left: 1860px !important;
}

.pt1860 {
  padding-top: 1860px !important;
}

.pb1860 {
  padding-bottom: 1860px !important;
}

.pr1860 {
  padding-right: 1860px !important;
}

.pl1860 {
  padding-left: 1860px !important;
}

.mh1860 {
  min-height: 1860px !important;
}

.w-1860 {
  width: 1860px !important;
}

.mnw-1860 {
  min-width: 1860px !important;
}

.mxw-1860 {
  max-width: 1860px !important;
}

.mt1865 {
  margin-top: 1865px !important;
}

.mb1865 {
  margin-bottom: 1865px !important;
}

.mr1865 {
  margin-right: 1865px !important;
}

.ml1865 {
  margin-left: 1865px !important;
}

.pt1865 {
  padding-top: 1865px !important;
}

.pb1865 {
  padding-bottom: 1865px !important;
}

.pr1865 {
  padding-right: 1865px !important;
}

.pl1865 {
  padding-left: 1865px !important;
}

.mh1865 {
  min-height: 1865px !important;
}

.w-1865 {
  width: 1865px !important;
}

.mnw-1865 {
  min-width: 1865px !important;
}

.mxw-1865 {
  max-width: 1865px !important;
}

.mt1870 {
  margin-top: 1870px !important;
}

.mb1870 {
  margin-bottom: 1870px !important;
}

.mr1870 {
  margin-right: 1870px !important;
}

.ml1870 {
  margin-left: 1870px !important;
}

.pt1870 {
  padding-top: 1870px !important;
}

.pb1870 {
  padding-bottom: 1870px !important;
}

.pr1870 {
  padding-right: 1870px !important;
}

.pl1870 {
  padding-left: 1870px !important;
}

.mh1870 {
  min-height: 1870px !important;
}

.w-1870 {
  width: 1870px !important;
}

.mnw-1870 {
  min-width: 1870px !important;
}

.mxw-1870 {
  max-width: 1870px !important;
}

.mt1875 {
  margin-top: 1875px !important;
}

.mb1875 {
  margin-bottom: 1875px !important;
}

.mr1875 {
  margin-right: 1875px !important;
}

.ml1875 {
  margin-left: 1875px !important;
}

.pt1875 {
  padding-top: 1875px !important;
}

.pb1875 {
  padding-bottom: 1875px !important;
}

.pr1875 {
  padding-right: 1875px !important;
}

.pl1875 {
  padding-left: 1875px !important;
}

.mh1875 {
  min-height: 1875px !important;
}

.w-1875 {
  width: 1875px !important;
}

.mnw-1875 {
  min-width: 1875px !important;
}

.mxw-1875 {
  max-width: 1875px !important;
}

.mt1880 {
  margin-top: 1880px !important;
}

.mb1880 {
  margin-bottom: 1880px !important;
}

.mr1880 {
  margin-right: 1880px !important;
}

.ml1880 {
  margin-left: 1880px !important;
}

.pt1880 {
  padding-top: 1880px !important;
}

.pb1880 {
  padding-bottom: 1880px !important;
}

.pr1880 {
  padding-right: 1880px !important;
}

.pl1880 {
  padding-left: 1880px !important;
}

.mh1880 {
  min-height: 1880px !important;
}

.w-1880 {
  width: 1880px !important;
}

.mnw-1880 {
  min-width: 1880px !important;
}

.mxw-1880 {
  max-width: 1880px !important;
}

.mt1885 {
  margin-top: 1885px !important;
}

.mb1885 {
  margin-bottom: 1885px !important;
}

.mr1885 {
  margin-right: 1885px !important;
}

.ml1885 {
  margin-left: 1885px !important;
}

.pt1885 {
  padding-top: 1885px !important;
}

.pb1885 {
  padding-bottom: 1885px !important;
}

.pr1885 {
  padding-right: 1885px !important;
}

.pl1885 {
  padding-left: 1885px !important;
}

.mh1885 {
  min-height: 1885px !important;
}

.w-1885 {
  width: 1885px !important;
}

.mnw-1885 {
  min-width: 1885px !important;
}

.mxw-1885 {
  max-width: 1885px !important;
}

.mt1890 {
  margin-top: 1890px !important;
}

.mb1890 {
  margin-bottom: 1890px !important;
}

.mr1890 {
  margin-right: 1890px !important;
}

.ml1890 {
  margin-left: 1890px !important;
}

.pt1890 {
  padding-top: 1890px !important;
}

.pb1890 {
  padding-bottom: 1890px !important;
}

.pr1890 {
  padding-right: 1890px !important;
}

.pl1890 {
  padding-left: 1890px !important;
}

.mh1890 {
  min-height: 1890px !important;
}

.w-1890 {
  width: 1890px !important;
}

.mnw-1890 {
  min-width: 1890px !important;
}

.mxw-1890 {
  max-width: 1890px !important;
}

.mt1895 {
  margin-top: 1895px !important;
}

.mb1895 {
  margin-bottom: 1895px !important;
}

.mr1895 {
  margin-right: 1895px !important;
}

.ml1895 {
  margin-left: 1895px !important;
}

.pt1895 {
  padding-top: 1895px !important;
}

.pb1895 {
  padding-bottom: 1895px !important;
}

.pr1895 {
  padding-right: 1895px !important;
}

.pl1895 {
  padding-left: 1895px !important;
}

.mh1895 {
  min-height: 1895px !important;
}

.w-1895 {
  width: 1895px !important;
}

.mnw-1895 {
  min-width: 1895px !important;
}

.mxw-1895 {
  max-width: 1895px !important;
}

.mt1900 {
  margin-top: 1900px !important;
}

.mb1900 {
  margin-bottom: 1900px !important;
}

.mr1900 {
  margin-right: 1900px !important;
}

.ml1900 {
  margin-left: 1900px !important;
}

.pt1900 {
  padding-top: 1900px !important;
}

.pb1900 {
  padding-bottom: 1900px !important;
}

.pr1900 {
  padding-right: 1900px !important;
}

.pl1900 {
  padding-left: 1900px !important;
}

.mh1900 {
  min-height: 1900px !important;
}

.w-1900 {
  width: 1900px !important;
}

.mnw-1900 {
  min-width: 1900px !important;
}

.mxw-1900 {
  max-width: 1900px !important;
}

.mt1905 {
  margin-top: 1905px !important;
}

.mb1905 {
  margin-bottom: 1905px !important;
}

.mr1905 {
  margin-right: 1905px !important;
}

.ml1905 {
  margin-left: 1905px !important;
}

.pt1905 {
  padding-top: 1905px !important;
}

.pb1905 {
  padding-bottom: 1905px !important;
}

.pr1905 {
  padding-right: 1905px !important;
}

.pl1905 {
  padding-left: 1905px !important;
}

.mh1905 {
  min-height: 1905px !important;
}

.w-1905 {
  width: 1905px !important;
}

.mnw-1905 {
  min-width: 1905px !important;
}

.mxw-1905 {
  max-width: 1905px !important;
}

.mt1910 {
  margin-top: 1910px !important;
}

.mb1910 {
  margin-bottom: 1910px !important;
}

.mr1910 {
  margin-right: 1910px !important;
}

.ml1910 {
  margin-left: 1910px !important;
}

.pt1910 {
  padding-top: 1910px !important;
}

.pb1910 {
  padding-bottom: 1910px !important;
}

.pr1910 {
  padding-right: 1910px !important;
}

.pl1910 {
  padding-left: 1910px !important;
}

.mh1910 {
  min-height: 1910px !important;
}

.w-1910 {
  width: 1910px !important;
}

.mnw-1910 {
  min-width: 1910px !important;
}

.mxw-1910 {
  max-width: 1910px !important;
}

.mt1915 {
  margin-top: 1915px !important;
}

.mb1915 {
  margin-bottom: 1915px !important;
}

.mr1915 {
  margin-right: 1915px !important;
}

.ml1915 {
  margin-left: 1915px !important;
}

.pt1915 {
  padding-top: 1915px !important;
}

.pb1915 {
  padding-bottom: 1915px !important;
}

.pr1915 {
  padding-right: 1915px !important;
}

.pl1915 {
  padding-left: 1915px !important;
}

.mh1915 {
  min-height: 1915px !important;
}

.w-1915 {
  width: 1915px !important;
}

.mnw-1915 {
  min-width: 1915px !important;
}

.mxw-1915 {
  max-width: 1915px !important;
}

.mt1920 {
  margin-top: 1920px !important;
}

.mb1920 {
  margin-bottom: 1920px !important;
}

.mr1920 {
  margin-right: 1920px !important;
}

.ml1920 {
  margin-left: 1920px !important;
}

.pt1920 {
  padding-top: 1920px !important;
}

.pb1920 {
  padding-bottom: 1920px !important;
}

.pr1920 {
  padding-right: 1920px !important;
}

.pl1920 {
  padding-left: 1920px !important;
}

.mh1920 {
  min-height: 1920px !important;
}

.w-1920 {
  width: 1920px !important;
}

.mnw-1920 {
  min-width: 1920px !important;
}

.mxw-1920 {
  max-width: 1920px !important;
}

.mt1925 {
  margin-top: 1925px !important;
}

.mb1925 {
  margin-bottom: 1925px !important;
}

.mr1925 {
  margin-right: 1925px !important;
}

.ml1925 {
  margin-left: 1925px !important;
}

.pt1925 {
  padding-top: 1925px !important;
}

.pb1925 {
  padding-bottom: 1925px !important;
}

.pr1925 {
  padding-right: 1925px !important;
}

.pl1925 {
  padding-left: 1925px !important;
}

.mh1925 {
  min-height: 1925px !important;
}

.w-1925 {
  width: 1925px !important;
}

.mnw-1925 {
  min-width: 1925px !important;
}

.mxw-1925 {
  max-width: 1925px !important;
}

.mt1930 {
  margin-top: 1930px !important;
}

.mb1930 {
  margin-bottom: 1930px !important;
}

.mr1930 {
  margin-right: 1930px !important;
}

.ml1930 {
  margin-left: 1930px !important;
}

.pt1930 {
  padding-top: 1930px !important;
}

.pb1930 {
  padding-bottom: 1930px !important;
}

.pr1930 {
  padding-right: 1930px !important;
}

.pl1930 {
  padding-left: 1930px !important;
}

.mh1930 {
  min-height: 1930px !important;
}

.w-1930 {
  width: 1930px !important;
}

.mnw-1930 {
  min-width: 1930px !important;
}

.mxw-1930 {
  max-width: 1930px !important;
}

.mt1935 {
  margin-top: 1935px !important;
}

.mb1935 {
  margin-bottom: 1935px !important;
}

.mr1935 {
  margin-right: 1935px !important;
}

.ml1935 {
  margin-left: 1935px !important;
}

.pt1935 {
  padding-top: 1935px !important;
}

.pb1935 {
  padding-bottom: 1935px !important;
}

.pr1935 {
  padding-right: 1935px !important;
}

.pl1935 {
  padding-left: 1935px !important;
}

.mh1935 {
  min-height: 1935px !important;
}

.w-1935 {
  width: 1935px !important;
}

.mnw-1935 {
  min-width: 1935px !important;
}

.mxw-1935 {
  max-width: 1935px !important;
}

.mt1940 {
  margin-top: 1940px !important;
}

.mb1940 {
  margin-bottom: 1940px !important;
}

.mr1940 {
  margin-right: 1940px !important;
}

.ml1940 {
  margin-left: 1940px !important;
}

.pt1940 {
  padding-top: 1940px !important;
}

.pb1940 {
  padding-bottom: 1940px !important;
}

.pr1940 {
  padding-right: 1940px !important;
}

.pl1940 {
  padding-left: 1940px !important;
}

.mh1940 {
  min-height: 1940px !important;
}

.w-1940 {
  width: 1940px !important;
}

.mnw-1940 {
  min-width: 1940px !important;
}

.mxw-1940 {
  max-width: 1940px !important;
}

.mt1945 {
  margin-top: 1945px !important;
}

.mb1945 {
  margin-bottom: 1945px !important;
}

.mr1945 {
  margin-right: 1945px !important;
}

.ml1945 {
  margin-left: 1945px !important;
}

.pt1945 {
  padding-top: 1945px !important;
}

.pb1945 {
  padding-bottom: 1945px !important;
}

.pr1945 {
  padding-right: 1945px !important;
}

.pl1945 {
  padding-left: 1945px !important;
}

.mh1945 {
  min-height: 1945px !important;
}

.w-1945 {
  width: 1945px !important;
}

.mnw-1945 {
  min-width: 1945px !important;
}

.mxw-1945 {
  max-width: 1945px !important;
}

.mt1950 {
  margin-top: 1950px !important;
}

.mb1950 {
  margin-bottom: 1950px !important;
}

.mr1950 {
  margin-right: 1950px !important;
}

.ml1950 {
  margin-left: 1950px !important;
}

.pt1950 {
  padding-top: 1950px !important;
}

.pb1950 {
  padding-bottom: 1950px !important;
}

.pr1950 {
  padding-right: 1950px !important;
}

.pl1950 {
  padding-left: 1950px !important;
}

.mh1950 {
  min-height: 1950px !important;
}

.w-1950 {
  width: 1950px !important;
}

.mnw-1950 {
  min-width: 1950px !important;
}

.mxw-1950 {
  max-width: 1950px !important;
}

.mt1955 {
  margin-top: 1955px !important;
}

.mb1955 {
  margin-bottom: 1955px !important;
}

.mr1955 {
  margin-right: 1955px !important;
}

.ml1955 {
  margin-left: 1955px !important;
}

.pt1955 {
  padding-top: 1955px !important;
}

.pb1955 {
  padding-bottom: 1955px !important;
}

.pr1955 {
  padding-right: 1955px !important;
}

.pl1955 {
  padding-left: 1955px !important;
}

.mh1955 {
  min-height: 1955px !important;
}

.w-1955 {
  width: 1955px !important;
}

.mnw-1955 {
  min-width: 1955px !important;
}

.mxw-1955 {
  max-width: 1955px !important;
}

.mt1960 {
  margin-top: 1960px !important;
}

.mb1960 {
  margin-bottom: 1960px !important;
}

.mr1960 {
  margin-right: 1960px !important;
}

.ml1960 {
  margin-left: 1960px !important;
}

.pt1960 {
  padding-top: 1960px !important;
}

.pb1960 {
  padding-bottom: 1960px !important;
}

.pr1960 {
  padding-right: 1960px !important;
}

.pl1960 {
  padding-left: 1960px !important;
}

.mh1960 {
  min-height: 1960px !important;
}

.w-1960 {
  width: 1960px !important;
}

.mnw-1960 {
  min-width: 1960px !important;
}

.mxw-1960 {
  max-width: 1960px !important;
}

.mt1965 {
  margin-top: 1965px !important;
}

.mb1965 {
  margin-bottom: 1965px !important;
}

.mr1965 {
  margin-right: 1965px !important;
}

.ml1965 {
  margin-left: 1965px !important;
}

.pt1965 {
  padding-top: 1965px !important;
}

.pb1965 {
  padding-bottom: 1965px !important;
}

.pr1965 {
  padding-right: 1965px !important;
}

.pl1965 {
  padding-left: 1965px !important;
}

.mh1965 {
  min-height: 1965px !important;
}

.w-1965 {
  width: 1965px !important;
}

.mnw-1965 {
  min-width: 1965px !important;
}

.mxw-1965 {
  max-width: 1965px !important;
}

.mt1970 {
  margin-top: 1970px !important;
}

.mb1970 {
  margin-bottom: 1970px !important;
}

.mr1970 {
  margin-right: 1970px !important;
}

.ml1970 {
  margin-left: 1970px !important;
}

.pt1970 {
  padding-top: 1970px !important;
}

.pb1970 {
  padding-bottom: 1970px !important;
}

.pr1970 {
  padding-right: 1970px !important;
}

.pl1970 {
  padding-left: 1970px !important;
}

.mh1970 {
  min-height: 1970px !important;
}

.w-1970 {
  width: 1970px !important;
}

.mnw-1970 {
  min-width: 1970px !important;
}

.mxw-1970 {
  max-width: 1970px !important;
}

.mt1975 {
  margin-top: 1975px !important;
}

.mb1975 {
  margin-bottom: 1975px !important;
}

.mr1975 {
  margin-right: 1975px !important;
}

.ml1975 {
  margin-left: 1975px !important;
}

.pt1975 {
  padding-top: 1975px !important;
}

.pb1975 {
  padding-bottom: 1975px !important;
}

.pr1975 {
  padding-right: 1975px !important;
}

.pl1975 {
  padding-left: 1975px !important;
}

.mh1975 {
  min-height: 1975px !important;
}

.w-1975 {
  width: 1975px !important;
}

.mnw-1975 {
  min-width: 1975px !important;
}

.mxw-1975 {
  max-width: 1975px !important;
}

.mt1980 {
  margin-top: 1980px !important;
}

.mb1980 {
  margin-bottom: 1980px !important;
}

.mr1980 {
  margin-right: 1980px !important;
}

.ml1980 {
  margin-left: 1980px !important;
}

.pt1980 {
  padding-top: 1980px !important;
}

.pb1980 {
  padding-bottom: 1980px !important;
}

.pr1980 {
  padding-right: 1980px !important;
}

.pl1980 {
  padding-left: 1980px !important;
}

.mh1980 {
  min-height: 1980px !important;
}

.w-1980 {
  width: 1980px !important;
}

.mnw-1980 {
  min-width: 1980px !important;
}

.mxw-1980 {
  max-width: 1980px !important;
}

.mt1985 {
  margin-top: 1985px !important;
}

.mb1985 {
  margin-bottom: 1985px !important;
}

.mr1985 {
  margin-right: 1985px !important;
}

.ml1985 {
  margin-left: 1985px !important;
}

.pt1985 {
  padding-top: 1985px !important;
}

.pb1985 {
  padding-bottom: 1985px !important;
}

.pr1985 {
  padding-right: 1985px !important;
}

.pl1985 {
  padding-left: 1985px !important;
}

.mh1985 {
  min-height: 1985px !important;
}

.w-1985 {
  width: 1985px !important;
}

.mnw-1985 {
  min-width: 1985px !important;
}

.mxw-1985 {
  max-width: 1985px !important;
}

.mt1990 {
  margin-top: 1990px !important;
}

.mb1990 {
  margin-bottom: 1990px !important;
}

.mr1990 {
  margin-right: 1990px !important;
}

.ml1990 {
  margin-left: 1990px !important;
}

.pt1990 {
  padding-top: 1990px !important;
}

.pb1990 {
  padding-bottom: 1990px !important;
}

.pr1990 {
  padding-right: 1990px !important;
}

.pl1990 {
  padding-left: 1990px !important;
}

.mh1990 {
  min-height: 1990px !important;
}

.w-1990 {
  width: 1990px !important;
}

.mnw-1990 {
  min-width: 1990px !important;
}

.mxw-1990 {
  max-width: 1990px !important;
}

.mt1995 {
  margin-top: 1995px !important;
}

.mb1995 {
  margin-bottom: 1995px !important;
}

.mr1995 {
  margin-right: 1995px !important;
}

.ml1995 {
  margin-left: 1995px !important;
}

.pt1995 {
  padding-top: 1995px !important;
}

.pb1995 {
  padding-bottom: 1995px !important;
}

.pr1995 {
  padding-right: 1995px !important;
}

.pl1995 {
  padding-left: 1995px !important;
}

.mh1995 {
  min-height: 1995px !important;
}

.w-1995 {
  width: 1995px !important;
}

.mnw-1995 {
  min-width: 1995px !important;
}

.mxw-1995 {
  max-width: 1995px !important;
}

.mt2000 {
  margin-top: 2000px !important;
}

.mb2000 {
  margin-bottom: 2000px !important;
}

.mr2000 {
  margin-right: 2000px !important;
}

.ml2000 {
  margin-left: 2000px !important;
}

.pt2000 {
  padding-top: 2000px !important;
}

.pb2000 {
  padding-bottom: 2000px !important;
}

.pr2000 {
  padding-right: 2000px !important;
}

.pl2000 {
  padding-left: 2000px !important;
}

.mh2000 {
  min-height: 2000px !important;
}

.w-2000 {
  width: 2000px !important;
}

.mnw-2000 {
  min-width: 2000px !important;
}

.mxw-2000 {
  max-width: 2000px !important;
}

.mt2005 {
  margin-top: 2005px !important;
}

.mb2005 {
  margin-bottom: 2005px !important;
}

.mr2005 {
  margin-right: 2005px !important;
}

.ml2005 {
  margin-left: 2005px !important;
}

.pt2005 {
  padding-top: 2005px !important;
}

.pb2005 {
  padding-bottom: 2005px !important;
}

.pr2005 {
  padding-right: 2005px !important;
}

.pl2005 {
  padding-left: 2005px !important;
}

.mh2005 {
  min-height: 2005px !important;
}

.w-2005 {
  width: 2005px !important;
}

.mnw-2005 {
  min-width: 2005px !important;
}

.mxw-2005 {
  max-width: 2005px !important;
}

.mt2010 {
  margin-top: 2010px !important;
}

.mb2010 {
  margin-bottom: 2010px !important;
}

.mr2010 {
  margin-right: 2010px !important;
}

.ml2010 {
  margin-left: 2010px !important;
}

.pt2010 {
  padding-top: 2010px !important;
}

.pb2010 {
  padding-bottom: 2010px !important;
}

.pr2010 {
  padding-right: 2010px !important;
}

.pl2010 {
  padding-left: 2010px !important;
}

.mh2010 {
  min-height: 2010px !important;
}

.w-2010 {
  width: 2010px !important;
}

.mnw-2010 {
  min-width: 2010px !important;
}

.mxw-2010 {
  max-width: 2010px !important;
}

.mt2015 {
  margin-top: 2015px !important;
}

.mb2015 {
  margin-bottom: 2015px !important;
}

.mr2015 {
  margin-right: 2015px !important;
}

.ml2015 {
  margin-left: 2015px !important;
}

.pt2015 {
  padding-top: 2015px !important;
}

.pb2015 {
  padding-bottom: 2015px !important;
}

.pr2015 {
  padding-right: 2015px !important;
}

.pl2015 {
  padding-left: 2015px !important;
}

.mh2015 {
  min-height: 2015px !important;
}

.w-2015 {
  width: 2015px !important;
}

.mnw-2015 {
  min-width: 2015px !important;
}

.mxw-2015 {
  max-width: 2015px !important;
}

.mt2020 {
  margin-top: 2020px !important;
}

.mb2020 {
  margin-bottom: 2020px !important;
}

.mr2020 {
  margin-right: 2020px !important;
}

.ml2020 {
  margin-left: 2020px !important;
}

.pt2020 {
  padding-top: 2020px !important;
}

.pb2020 {
  padding-bottom: 2020px !important;
}

.pr2020 {
  padding-right: 2020px !important;
}

.pl2020 {
  padding-left: 2020px !important;
}

.mh2020 {
  min-height: 2020px !important;
}

.w-2020 {
  width: 2020px !important;
}

.mnw-2020 {
  min-width: 2020px !important;
}

.mxw-2020 {
  max-width: 2020px !important;
}

.mt2025 {
  margin-top: 2025px !important;
}

.mb2025 {
  margin-bottom: 2025px !important;
}

.mr2025 {
  margin-right: 2025px !important;
}

.ml2025 {
  margin-left: 2025px !important;
}

.pt2025 {
  padding-top: 2025px !important;
}

.pb2025 {
  padding-bottom: 2025px !important;
}

.pr2025 {
  padding-right: 2025px !important;
}

.pl2025 {
  padding-left: 2025px !important;
}

.mh2025 {
  min-height: 2025px !important;
}

.w-2025 {
  width: 2025px !important;
}

.mnw-2025 {
  min-width: 2025px !important;
}

.mxw-2025 {
  max-width: 2025px !important;
}

.mt2030 {
  margin-top: 2030px !important;
}

.mb2030 {
  margin-bottom: 2030px !important;
}

.mr2030 {
  margin-right: 2030px !important;
}

.ml2030 {
  margin-left: 2030px !important;
}

.pt2030 {
  padding-top: 2030px !important;
}

.pb2030 {
  padding-bottom: 2030px !important;
}

.pr2030 {
  padding-right: 2030px !important;
}

.pl2030 {
  padding-left: 2030px !important;
}

.mh2030 {
  min-height: 2030px !important;
}

.w-2030 {
  width: 2030px !important;
}

.mnw-2030 {
  min-width: 2030px !important;
}

.mxw-2030 {
  max-width: 2030px !important;
}

.mt2035 {
  margin-top: 2035px !important;
}

.mb2035 {
  margin-bottom: 2035px !important;
}

.mr2035 {
  margin-right: 2035px !important;
}

.ml2035 {
  margin-left: 2035px !important;
}

.pt2035 {
  padding-top: 2035px !important;
}

.pb2035 {
  padding-bottom: 2035px !important;
}

.pr2035 {
  padding-right: 2035px !important;
}

.pl2035 {
  padding-left: 2035px !important;
}

.mh2035 {
  min-height: 2035px !important;
}

.w-2035 {
  width: 2035px !important;
}

.mnw-2035 {
  min-width: 2035px !important;
}

.mxw-2035 {
  max-width: 2035px !important;
}

.mt2040 {
  margin-top: 2040px !important;
}

.mb2040 {
  margin-bottom: 2040px !important;
}

.mr2040 {
  margin-right: 2040px !important;
}

.ml2040 {
  margin-left: 2040px !important;
}

.pt2040 {
  padding-top: 2040px !important;
}

.pb2040 {
  padding-bottom: 2040px !important;
}

.pr2040 {
  padding-right: 2040px !important;
}

.pl2040 {
  padding-left: 2040px !important;
}

.mh2040 {
  min-height: 2040px !important;
}

.w-2040 {
  width: 2040px !important;
}

.mnw-2040 {
  min-width: 2040px !important;
}

.mxw-2040 {
  max-width: 2040px !important;
}

.mt2045 {
  margin-top: 2045px !important;
}

.mb2045 {
  margin-bottom: 2045px !important;
}

.mr2045 {
  margin-right: 2045px !important;
}

.ml2045 {
  margin-left: 2045px !important;
}

.pt2045 {
  padding-top: 2045px !important;
}

.pb2045 {
  padding-bottom: 2045px !important;
}

.pr2045 {
  padding-right: 2045px !important;
}

.pl2045 {
  padding-left: 2045px !important;
}

.mh2045 {
  min-height: 2045px !important;
}

.w-2045 {
  width: 2045px !important;
}

.mnw-2045 {
  min-width: 2045px !important;
}

.mxw-2045 {
  max-width: 2045px !important;
}

.mt2050 {
  margin-top: 2050px !important;
}

.mb2050 {
  margin-bottom: 2050px !important;
}

.mr2050 {
  margin-right: 2050px !important;
}

.ml2050 {
  margin-left: 2050px !important;
}

.pt2050 {
  padding-top: 2050px !important;
}

.pb2050 {
  padding-bottom: 2050px !important;
}

.pr2050 {
  padding-right: 2050px !important;
}

.pl2050 {
  padding-left: 2050px !important;
}

.mh2050 {
  min-height: 2050px !important;
}

.w-2050 {
  width: 2050px !important;
}

.mnw-2050 {
  min-width: 2050px !important;
}

.mxw-2050 {
  max-width: 2050px !important;
}

.mt2055 {
  margin-top: 2055px !important;
}

.mb2055 {
  margin-bottom: 2055px !important;
}

.mr2055 {
  margin-right: 2055px !important;
}

.ml2055 {
  margin-left: 2055px !important;
}

.pt2055 {
  padding-top: 2055px !important;
}

.pb2055 {
  padding-bottom: 2055px !important;
}

.pr2055 {
  padding-right: 2055px !important;
}

.pl2055 {
  padding-left: 2055px !important;
}

.mh2055 {
  min-height: 2055px !important;
}

.w-2055 {
  width: 2055px !important;
}

.mnw-2055 {
  min-width: 2055px !important;
}

.mxw-2055 {
  max-width: 2055px !important;
}

.mt2060 {
  margin-top: 2060px !important;
}

.mb2060 {
  margin-bottom: 2060px !important;
}

.mr2060 {
  margin-right: 2060px !important;
}

.ml2060 {
  margin-left: 2060px !important;
}

.pt2060 {
  padding-top: 2060px !important;
}

.pb2060 {
  padding-bottom: 2060px !important;
}

.pr2060 {
  padding-right: 2060px !important;
}

.pl2060 {
  padding-left: 2060px !important;
}

.mh2060 {
  min-height: 2060px !important;
}

.w-2060 {
  width: 2060px !important;
}

.mnw-2060 {
  min-width: 2060px !important;
}

.mxw-2060 {
  max-width: 2060px !important;
}

.mt2065 {
  margin-top: 2065px !important;
}

.mb2065 {
  margin-bottom: 2065px !important;
}

.mr2065 {
  margin-right: 2065px !important;
}

.ml2065 {
  margin-left: 2065px !important;
}

.pt2065 {
  padding-top: 2065px !important;
}

.pb2065 {
  padding-bottom: 2065px !important;
}

.pr2065 {
  padding-right: 2065px !important;
}

.pl2065 {
  padding-left: 2065px !important;
}

.mh2065 {
  min-height: 2065px !important;
}

.w-2065 {
  width: 2065px !important;
}

.mnw-2065 {
  min-width: 2065px !important;
}

.mxw-2065 {
  max-width: 2065px !important;
}

.mt2070 {
  margin-top: 2070px !important;
}

.mb2070 {
  margin-bottom: 2070px !important;
}

.mr2070 {
  margin-right: 2070px !important;
}

.ml2070 {
  margin-left: 2070px !important;
}

.pt2070 {
  padding-top: 2070px !important;
}

.pb2070 {
  padding-bottom: 2070px !important;
}

.pr2070 {
  padding-right: 2070px !important;
}

.pl2070 {
  padding-left: 2070px !important;
}

.mh2070 {
  min-height: 2070px !important;
}

.w-2070 {
  width: 2070px !important;
}

.mnw-2070 {
  min-width: 2070px !important;
}

.mxw-2070 {
  max-width: 2070px !important;
}

.mt2075 {
  margin-top: 2075px !important;
}

.mb2075 {
  margin-bottom: 2075px !important;
}

.mr2075 {
  margin-right: 2075px !important;
}

.ml2075 {
  margin-left: 2075px !important;
}

.pt2075 {
  padding-top: 2075px !important;
}

.pb2075 {
  padding-bottom: 2075px !important;
}

.pr2075 {
  padding-right: 2075px !important;
}

.pl2075 {
  padding-left: 2075px !important;
}

.mh2075 {
  min-height: 2075px !important;
}

.w-2075 {
  width: 2075px !important;
}

.mnw-2075 {
  min-width: 2075px !important;
}

.mxw-2075 {
  max-width: 2075px !important;
}

.mt2080 {
  margin-top: 2080px !important;
}

.mb2080 {
  margin-bottom: 2080px !important;
}

.mr2080 {
  margin-right: 2080px !important;
}

.ml2080 {
  margin-left: 2080px !important;
}

.pt2080 {
  padding-top: 2080px !important;
}

.pb2080 {
  padding-bottom: 2080px !important;
}

.pr2080 {
  padding-right: 2080px !important;
}

.pl2080 {
  padding-left: 2080px !important;
}

.mh2080 {
  min-height: 2080px !important;
}

.w-2080 {
  width: 2080px !important;
}

.mnw-2080 {
  min-width: 2080px !important;
}

.mxw-2080 {
  max-width: 2080px !important;
}

.mt2085 {
  margin-top: 2085px !important;
}

.mb2085 {
  margin-bottom: 2085px !important;
}

.mr2085 {
  margin-right: 2085px !important;
}

.ml2085 {
  margin-left: 2085px !important;
}

.pt2085 {
  padding-top: 2085px !important;
}

.pb2085 {
  padding-bottom: 2085px !important;
}

.pr2085 {
  padding-right: 2085px !important;
}

.pl2085 {
  padding-left: 2085px !important;
}

.mh2085 {
  min-height: 2085px !important;
}

.w-2085 {
  width: 2085px !important;
}

.mnw-2085 {
  min-width: 2085px !important;
}

.mxw-2085 {
  max-width: 2085px !important;
}

.mt2090 {
  margin-top: 2090px !important;
}

.mb2090 {
  margin-bottom: 2090px !important;
}

.mr2090 {
  margin-right: 2090px !important;
}

.ml2090 {
  margin-left: 2090px !important;
}

.pt2090 {
  padding-top: 2090px !important;
}

.pb2090 {
  padding-bottom: 2090px !important;
}

.pr2090 {
  padding-right: 2090px !important;
}

.pl2090 {
  padding-left: 2090px !important;
}

.mh2090 {
  min-height: 2090px !important;
}

.w-2090 {
  width: 2090px !important;
}

.mnw-2090 {
  min-width: 2090px !important;
}

.mxw-2090 {
  max-width: 2090px !important;
}

.mt2095 {
  margin-top: 2095px !important;
}

.mb2095 {
  margin-bottom: 2095px !important;
}

.mr2095 {
  margin-right: 2095px !important;
}

.ml2095 {
  margin-left: 2095px !important;
}

.pt2095 {
  padding-top: 2095px !important;
}

.pb2095 {
  padding-bottom: 2095px !important;
}

.pr2095 {
  padding-right: 2095px !important;
}

.pl2095 {
  padding-left: 2095px !important;
}

.mh2095 {
  min-height: 2095px !important;
}

.w-2095 {
  width: 2095px !important;
}

.mnw-2095 {
  min-width: 2095px !important;
}

.mxw-2095 {
  max-width: 2095px !important;
}

.mt2100 {
  margin-top: 2100px !important;
}

.mb2100 {
  margin-bottom: 2100px !important;
}

.mr2100 {
  margin-right: 2100px !important;
}

.ml2100 {
  margin-left: 2100px !important;
}

.pt2100 {
  padding-top: 2100px !important;
}

.pb2100 {
  padding-bottom: 2100px !important;
}

.pr2100 {
  padding-right: 2100px !important;
}

.pl2100 {
  padding-left: 2100px !important;
}

.mh2100 {
  min-height: 2100px !important;
}

.w-2100 {
  width: 2100px !important;
}

.mnw-2100 {
  min-width: 2100px !important;
}

.mxw-2100 {
  max-width: 2100px !important;
}

.mt2105 {
  margin-top: 2105px !important;
}

.mb2105 {
  margin-bottom: 2105px !important;
}

.mr2105 {
  margin-right: 2105px !important;
}

.ml2105 {
  margin-left: 2105px !important;
}

.pt2105 {
  padding-top: 2105px !important;
}

.pb2105 {
  padding-bottom: 2105px !important;
}

.pr2105 {
  padding-right: 2105px !important;
}

.pl2105 {
  padding-left: 2105px !important;
}

.mh2105 {
  min-height: 2105px !important;
}

.w-2105 {
  width: 2105px !important;
}

.mnw-2105 {
  min-width: 2105px !important;
}

.mxw-2105 {
  max-width: 2105px !important;
}

.mt2110 {
  margin-top: 2110px !important;
}

.mb2110 {
  margin-bottom: 2110px !important;
}

.mr2110 {
  margin-right: 2110px !important;
}

.ml2110 {
  margin-left: 2110px !important;
}

.pt2110 {
  padding-top: 2110px !important;
}

.pb2110 {
  padding-bottom: 2110px !important;
}

.pr2110 {
  padding-right: 2110px !important;
}

.pl2110 {
  padding-left: 2110px !important;
}

.mh2110 {
  min-height: 2110px !important;
}

.w-2110 {
  width: 2110px !important;
}

.mnw-2110 {
  min-width: 2110px !important;
}

.mxw-2110 {
  max-width: 2110px !important;
}

.mt2115 {
  margin-top: 2115px !important;
}

.mb2115 {
  margin-bottom: 2115px !important;
}

.mr2115 {
  margin-right: 2115px !important;
}

.ml2115 {
  margin-left: 2115px !important;
}

.pt2115 {
  padding-top: 2115px !important;
}

.pb2115 {
  padding-bottom: 2115px !important;
}

.pr2115 {
  padding-right: 2115px !important;
}

.pl2115 {
  padding-left: 2115px !important;
}

.mh2115 {
  min-height: 2115px !important;
}

.w-2115 {
  width: 2115px !important;
}

.mnw-2115 {
  min-width: 2115px !important;
}

.mxw-2115 {
  max-width: 2115px !important;
}

.mt2120 {
  margin-top: 2120px !important;
}

.mb2120 {
  margin-bottom: 2120px !important;
}

.mr2120 {
  margin-right: 2120px !important;
}

.ml2120 {
  margin-left: 2120px !important;
}

.pt2120 {
  padding-top: 2120px !important;
}

.pb2120 {
  padding-bottom: 2120px !important;
}

.pr2120 {
  padding-right: 2120px !important;
}

.pl2120 {
  padding-left: 2120px !important;
}

.mh2120 {
  min-height: 2120px !important;
}

.w-2120 {
  width: 2120px !important;
}

.mnw-2120 {
  min-width: 2120px !important;
}

.mxw-2120 {
  max-width: 2120px !important;
}

.mt2125 {
  margin-top: 2125px !important;
}

.mb2125 {
  margin-bottom: 2125px !important;
}

.mr2125 {
  margin-right: 2125px !important;
}

.ml2125 {
  margin-left: 2125px !important;
}

.pt2125 {
  padding-top: 2125px !important;
}

.pb2125 {
  padding-bottom: 2125px !important;
}

.pr2125 {
  padding-right: 2125px !important;
}

.pl2125 {
  padding-left: 2125px !important;
}

.mh2125 {
  min-height: 2125px !important;
}

.w-2125 {
  width: 2125px !important;
}

.mnw-2125 {
  min-width: 2125px !important;
}

.mxw-2125 {
  max-width: 2125px !important;
}

.mt2130 {
  margin-top: 2130px !important;
}

.mb2130 {
  margin-bottom: 2130px !important;
}

.mr2130 {
  margin-right: 2130px !important;
}

.ml2130 {
  margin-left: 2130px !important;
}

.pt2130 {
  padding-top: 2130px !important;
}

.pb2130 {
  padding-bottom: 2130px !important;
}

.pr2130 {
  padding-right: 2130px !important;
}

.pl2130 {
  padding-left: 2130px !important;
}

.mh2130 {
  min-height: 2130px !important;
}

.w-2130 {
  width: 2130px !important;
}

.mnw-2130 {
  min-width: 2130px !important;
}

.mxw-2130 {
  max-width: 2130px !important;
}

.mt2135 {
  margin-top: 2135px !important;
}

.mb2135 {
  margin-bottom: 2135px !important;
}

.mr2135 {
  margin-right: 2135px !important;
}

.ml2135 {
  margin-left: 2135px !important;
}

.pt2135 {
  padding-top: 2135px !important;
}

.pb2135 {
  padding-bottom: 2135px !important;
}

.pr2135 {
  padding-right: 2135px !important;
}

.pl2135 {
  padding-left: 2135px !important;
}

.mh2135 {
  min-height: 2135px !important;
}

.w-2135 {
  width: 2135px !important;
}

.mnw-2135 {
  min-width: 2135px !important;
}

.mxw-2135 {
  max-width: 2135px !important;
}

.mt2140 {
  margin-top: 2140px !important;
}

.mb2140 {
  margin-bottom: 2140px !important;
}

.mr2140 {
  margin-right: 2140px !important;
}

.ml2140 {
  margin-left: 2140px !important;
}

.pt2140 {
  padding-top: 2140px !important;
}

.pb2140 {
  padding-bottom: 2140px !important;
}

.pr2140 {
  padding-right: 2140px !important;
}

.pl2140 {
  padding-left: 2140px !important;
}

.mh2140 {
  min-height: 2140px !important;
}

.w-2140 {
  width: 2140px !important;
}

.mnw-2140 {
  min-width: 2140px !important;
}

.mxw-2140 {
  max-width: 2140px !important;
}

.mt2145 {
  margin-top: 2145px !important;
}

.mb2145 {
  margin-bottom: 2145px !important;
}

.mr2145 {
  margin-right: 2145px !important;
}

.ml2145 {
  margin-left: 2145px !important;
}

.pt2145 {
  padding-top: 2145px !important;
}

.pb2145 {
  padding-bottom: 2145px !important;
}

.pr2145 {
  padding-right: 2145px !important;
}

.pl2145 {
  padding-left: 2145px !important;
}

.mh2145 {
  min-height: 2145px !important;
}

.w-2145 {
  width: 2145px !important;
}

.mnw-2145 {
  min-width: 2145px !important;
}

.mxw-2145 {
  max-width: 2145px !important;
}

.mt2150 {
  margin-top: 2150px !important;
}

.mb2150 {
  margin-bottom: 2150px !important;
}

.mr2150 {
  margin-right: 2150px !important;
}

.ml2150 {
  margin-left: 2150px !important;
}

.pt2150 {
  padding-top: 2150px !important;
}

.pb2150 {
  padding-bottom: 2150px !important;
}

.pr2150 {
  padding-right: 2150px !important;
}

.pl2150 {
  padding-left: 2150px !important;
}

.mh2150 {
  min-height: 2150px !important;
}

.w-2150 {
  width: 2150px !important;
}

.mnw-2150 {
  min-width: 2150px !important;
}

.mxw-2150 {
  max-width: 2150px !important;
}

.mt2155 {
  margin-top: 2155px !important;
}

.mb2155 {
  margin-bottom: 2155px !important;
}

.mr2155 {
  margin-right: 2155px !important;
}

.ml2155 {
  margin-left: 2155px !important;
}

.pt2155 {
  padding-top: 2155px !important;
}

.pb2155 {
  padding-bottom: 2155px !important;
}

.pr2155 {
  padding-right: 2155px !important;
}

.pl2155 {
  padding-left: 2155px !important;
}

.mh2155 {
  min-height: 2155px !important;
}

.w-2155 {
  width: 2155px !important;
}

.mnw-2155 {
  min-width: 2155px !important;
}

.mxw-2155 {
  max-width: 2155px !important;
}

.mt2160 {
  margin-top: 2160px !important;
}

.mb2160 {
  margin-bottom: 2160px !important;
}

.mr2160 {
  margin-right: 2160px !important;
}

.ml2160 {
  margin-left: 2160px !important;
}

.pt2160 {
  padding-top: 2160px !important;
}

.pb2160 {
  padding-bottom: 2160px !important;
}

.pr2160 {
  padding-right: 2160px !important;
}

.pl2160 {
  padding-left: 2160px !important;
}

.mh2160 {
  min-height: 2160px !important;
}

.w-2160 {
  width: 2160px !important;
}

.mnw-2160 {
  min-width: 2160px !important;
}

.mxw-2160 {
  max-width: 2160px !important;
}

.mt2165 {
  margin-top: 2165px !important;
}

.mb2165 {
  margin-bottom: 2165px !important;
}

.mr2165 {
  margin-right: 2165px !important;
}

.ml2165 {
  margin-left: 2165px !important;
}

.pt2165 {
  padding-top: 2165px !important;
}

.pb2165 {
  padding-bottom: 2165px !important;
}

.pr2165 {
  padding-right: 2165px !important;
}

.pl2165 {
  padding-left: 2165px !important;
}

.mh2165 {
  min-height: 2165px !important;
}

.w-2165 {
  width: 2165px !important;
}

.mnw-2165 {
  min-width: 2165px !important;
}

.mxw-2165 {
  max-width: 2165px !important;
}

.mt2170 {
  margin-top: 2170px !important;
}

.mb2170 {
  margin-bottom: 2170px !important;
}

.mr2170 {
  margin-right: 2170px !important;
}

.ml2170 {
  margin-left: 2170px !important;
}

.pt2170 {
  padding-top: 2170px !important;
}

.pb2170 {
  padding-bottom: 2170px !important;
}

.pr2170 {
  padding-right: 2170px !important;
}

.pl2170 {
  padding-left: 2170px !important;
}

.mh2170 {
  min-height: 2170px !important;
}

.w-2170 {
  width: 2170px !important;
}

.mnw-2170 {
  min-width: 2170px !important;
}

.mxw-2170 {
  max-width: 2170px !important;
}

.mt2175 {
  margin-top: 2175px !important;
}

.mb2175 {
  margin-bottom: 2175px !important;
}

.mr2175 {
  margin-right: 2175px !important;
}

.ml2175 {
  margin-left: 2175px !important;
}

.pt2175 {
  padding-top: 2175px !important;
}

.pb2175 {
  padding-bottom: 2175px !important;
}

.pr2175 {
  padding-right: 2175px !important;
}

.pl2175 {
  padding-left: 2175px !important;
}

.mh2175 {
  min-height: 2175px !important;
}

.w-2175 {
  width: 2175px !important;
}

.mnw-2175 {
  min-width: 2175px !important;
}

.mxw-2175 {
  max-width: 2175px !important;
}

.mt2180 {
  margin-top: 2180px !important;
}

.mb2180 {
  margin-bottom: 2180px !important;
}

.mr2180 {
  margin-right: 2180px !important;
}

.ml2180 {
  margin-left: 2180px !important;
}

.pt2180 {
  padding-top: 2180px !important;
}

.pb2180 {
  padding-bottom: 2180px !important;
}

.pr2180 {
  padding-right: 2180px !important;
}

.pl2180 {
  padding-left: 2180px !important;
}

.mh2180 {
  min-height: 2180px !important;
}

.w-2180 {
  width: 2180px !important;
}

.mnw-2180 {
  min-width: 2180px !important;
}

.mxw-2180 {
  max-width: 2180px !important;
}

.mt2185 {
  margin-top: 2185px !important;
}

.mb2185 {
  margin-bottom: 2185px !important;
}

.mr2185 {
  margin-right: 2185px !important;
}

.ml2185 {
  margin-left: 2185px !important;
}

.pt2185 {
  padding-top: 2185px !important;
}

.pb2185 {
  padding-bottom: 2185px !important;
}

.pr2185 {
  padding-right: 2185px !important;
}

.pl2185 {
  padding-left: 2185px !important;
}

.mh2185 {
  min-height: 2185px !important;
}

.w-2185 {
  width: 2185px !important;
}

.mnw-2185 {
  min-width: 2185px !important;
}

.mxw-2185 {
  max-width: 2185px !important;
}

.mt2190 {
  margin-top: 2190px !important;
}

.mb2190 {
  margin-bottom: 2190px !important;
}

.mr2190 {
  margin-right: 2190px !important;
}

.ml2190 {
  margin-left: 2190px !important;
}

.pt2190 {
  padding-top: 2190px !important;
}

.pb2190 {
  padding-bottom: 2190px !important;
}

.pr2190 {
  padding-right: 2190px !important;
}

.pl2190 {
  padding-left: 2190px !important;
}

.mh2190 {
  min-height: 2190px !important;
}

.w-2190 {
  width: 2190px !important;
}

.mnw-2190 {
  min-width: 2190px !important;
}

.mxw-2190 {
  max-width: 2190px !important;
}

.mt2195 {
  margin-top: 2195px !important;
}

.mb2195 {
  margin-bottom: 2195px !important;
}

.mr2195 {
  margin-right: 2195px !important;
}

.ml2195 {
  margin-left: 2195px !important;
}

.pt2195 {
  padding-top: 2195px !important;
}

.pb2195 {
  padding-bottom: 2195px !important;
}

.pr2195 {
  padding-right: 2195px !important;
}

.pl2195 {
  padding-left: 2195px !important;
}

.mh2195 {
  min-height: 2195px !important;
}

.w-2195 {
  width: 2195px !important;
}

.mnw-2195 {
  min-width: 2195px !important;
}

.mxw-2195 {
  max-width: 2195px !important;
}

.mt2200 {
  margin-top: 2200px !important;
}

.mb2200 {
  margin-bottom: 2200px !important;
}

.mr2200 {
  margin-right: 2200px !important;
}

.ml2200 {
  margin-left: 2200px !important;
}

.pt2200 {
  padding-top: 2200px !important;
}

.pb2200 {
  padding-bottom: 2200px !important;
}

.pr2200 {
  padding-right: 2200px !important;
}

.pl2200 {
  padding-left: 2200px !important;
}

.mh2200 {
  min-height: 2200px !important;
}

.w-2200 {
  width: 2200px !important;
}

.mnw-2200 {
  min-width: 2200px !important;
}

.mxw-2200 {
  max-width: 2200px !important;
}

.mt2205 {
  margin-top: 2205px !important;
}

.mb2205 {
  margin-bottom: 2205px !important;
}

.mr2205 {
  margin-right: 2205px !important;
}

.ml2205 {
  margin-left: 2205px !important;
}

.pt2205 {
  padding-top: 2205px !important;
}

.pb2205 {
  padding-bottom: 2205px !important;
}

.pr2205 {
  padding-right: 2205px !important;
}

.pl2205 {
  padding-left: 2205px !important;
}

.mh2205 {
  min-height: 2205px !important;
}

.w-2205 {
  width: 2205px !important;
}

.mnw-2205 {
  min-width: 2205px !important;
}

.mxw-2205 {
  max-width: 2205px !important;
}

.mt2210 {
  margin-top: 2210px !important;
}

.mb2210 {
  margin-bottom: 2210px !important;
}

.mr2210 {
  margin-right: 2210px !important;
}

.ml2210 {
  margin-left: 2210px !important;
}

.pt2210 {
  padding-top: 2210px !important;
}

.pb2210 {
  padding-bottom: 2210px !important;
}

.pr2210 {
  padding-right: 2210px !important;
}

.pl2210 {
  padding-left: 2210px !important;
}

.mh2210 {
  min-height: 2210px !important;
}

.w-2210 {
  width: 2210px !important;
}

.mnw-2210 {
  min-width: 2210px !important;
}

.mxw-2210 {
  max-width: 2210px !important;
}

.mt2215 {
  margin-top: 2215px !important;
}

.mb2215 {
  margin-bottom: 2215px !important;
}

.mr2215 {
  margin-right: 2215px !important;
}

.ml2215 {
  margin-left: 2215px !important;
}

.pt2215 {
  padding-top: 2215px !important;
}

.pb2215 {
  padding-bottom: 2215px !important;
}

.pr2215 {
  padding-right: 2215px !important;
}

.pl2215 {
  padding-left: 2215px !important;
}

.mh2215 {
  min-height: 2215px !important;
}

.w-2215 {
  width: 2215px !important;
}

.mnw-2215 {
  min-width: 2215px !important;
}

.mxw-2215 {
  max-width: 2215px !important;
}

.mt2220 {
  margin-top: 2220px !important;
}

.mb2220 {
  margin-bottom: 2220px !important;
}

.mr2220 {
  margin-right: 2220px !important;
}

.ml2220 {
  margin-left: 2220px !important;
}

.pt2220 {
  padding-top: 2220px !important;
}

.pb2220 {
  padding-bottom: 2220px !important;
}

.pr2220 {
  padding-right: 2220px !important;
}

.pl2220 {
  padding-left: 2220px !important;
}

.mh2220 {
  min-height: 2220px !important;
}

.w-2220 {
  width: 2220px !important;
}

.mnw-2220 {
  min-width: 2220px !important;
}

.mxw-2220 {
  max-width: 2220px !important;
}

.mt2225 {
  margin-top: 2225px !important;
}

.mb2225 {
  margin-bottom: 2225px !important;
}

.mr2225 {
  margin-right: 2225px !important;
}

.ml2225 {
  margin-left: 2225px !important;
}

.pt2225 {
  padding-top: 2225px !important;
}

.pb2225 {
  padding-bottom: 2225px !important;
}

.pr2225 {
  padding-right: 2225px !important;
}

.pl2225 {
  padding-left: 2225px !important;
}

.mh2225 {
  min-height: 2225px !important;
}

.w-2225 {
  width: 2225px !important;
}

.mnw-2225 {
  min-width: 2225px !important;
}

.mxw-2225 {
  max-width: 2225px !important;
}

.mt2230 {
  margin-top: 2230px !important;
}

.mb2230 {
  margin-bottom: 2230px !important;
}

.mr2230 {
  margin-right: 2230px !important;
}

.ml2230 {
  margin-left: 2230px !important;
}

.pt2230 {
  padding-top: 2230px !important;
}

.pb2230 {
  padding-bottom: 2230px !important;
}

.pr2230 {
  padding-right: 2230px !important;
}

.pl2230 {
  padding-left: 2230px !important;
}

.mh2230 {
  min-height: 2230px !important;
}

.w-2230 {
  width: 2230px !important;
}

.mnw-2230 {
  min-width: 2230px !important;
}

.mxw-2230 {
  max-width: 2230px !important;
}

.mt2235 {
  margin-top: 2235px !important;
}

.mb2235 {
  margin-bottom: 2235px !important;
}

.mr2235 {
  margin-right: 2235px !important;
}

.ml2235 {
  margin-left: 2235px !important;
}

.pt2235 {
  padding-top: 2235px !important;
}

.pb2235 {
  padding-bottom: 2235px !important;
}

.pr2235 {
  padding-right: 2235px !important;
}

.pl2235 {
  padding-left: 2235px !important;
}

.mh2235 {
  min-height: 2235px !important;
}

.w-2235 {
  width: 2235px !important;
}

.mnw-2235 {
  min-width: 2235px !important;
}

.mxw-2235 {
  max-width: 2235px !important;
}

.mt2240 {
  margin-top: 2240px !important;
}

.mb2240 {
  margin-bottom: 2240px !important;
}

.mr2240 {
  margin-right: 2240px !important;
}

.ml2240 {
  margin-left: 2240px !important;
}

.pt2240 {
  padding-top: 2240px !important;
}

.pb2240 {
  padding-bottom: 2240px !important;
}

.pr2240 {
  padding-right: 2240px !important;
}

.pl2240 {
  padding-left: 2240px !important;
}

.mh2240 {
  min-height: 2240px !important;
}

.w-2240 {
  width: 2240px !important;
}

.mnw-2240 {
  min-width: 2240px !important;
}

.mxw-2240 {
  max-width: 2240px !important;
}

.mt2245 {
  margin-top: 2245px !important;
}

.mb2245 {
  margin-bottom: 2245px !important;
}

.mr2245 {
  margin-right: 2245px !important;
}

.ml2245 {
  margin-left: 2245px !important;
}

.pt2245 {
  padding-top: 2245px !important;
}

.pb2245 {
  padding-bottom: 2245px !important;
}

.pr2245 {
  padding-right: 2245px !important;
}

.pl2245 {
  padding-left: 2245px !important;
}

.mh2245 {
  min-height: 2245px !important;
}

.w-2245 {
  width: 2245px !important;
}

.mnw-2245 {
  min-width: 2245px !important;
}

.mxw-2245 {
  max-width: 2245px !important;
}

.mt2250 {
  margin-top: 2250px !important;
}

.mb2250 {
  margin-bottom: 2250px !important;
}

.mr2250 {
  margin-right: 2250px !important;
}

.ml2250 {
  margin-left: 2250px !important;
}

.pt2250 {
  padding-top: 2250px !important;
}

.pb2250 {
  padding-bottom: 2250px !important;
}

.pr2250 {
  padding-right: 2250px !important;
}

.pl2250 {
  padding-left: 2250px !important;
}

.mh2250 {
  min-height: 2250px !important;
}

.w-2250 {
  width: 2250px !important;
}

.mnw-2250 {
  min-width: 2250px !important;
}

.mxw-2250 {
  max-width: 2250px !important;
}

.mt2255 {
  margin-top: 2255px !important;
}

.mb2255 {
  margin-bottom: 2255px !important;
}

.mr2255 {
  margin-right: 2255px !important;
}

.ml2255 {
  margin-left: 2255px !important;
}

.pt2255 {
  padding-top: 2255px !important;
}

.pb2255 {
  padding-bottom: 2255px !important;
}

.pr2255 {
  padding-right: 2255px !important;
}

.pl2255 {
  padding-left: 2255px !important;
}

.mh2255 {
  min-height: 2255px !important;
}

.w-2255 {
  width: 2255px !important;
}

.mnw-2255 {
  min-width: 2255px !important;
}

.mxw-2255 {
  max-width: 2255px !important;
}

.mt2260 {
  margin-top: 2260px !important;
}

.mb2260 {
  margin-bottom: 2260px !important;
}

.mr2260 {
  margin-right: 2260px !important;
}

.ml2260 {
  margin-left: 2260px !important;
}

.pt2260 {
  padding-top: 2260px !important;
}

.pb2260 {
  padding-bottom: 2260px !important;
}

.pr2260 {
  padding-right: 2260px !important;
}

.pl2260 {
  padding-left: 2260px !important;
}

.mh2260 {
  min-height: 2260px !important;
}

.w-2260 {
  width: 2260px !important;
}

.mnw-2260 {
  min-width: 2260px !important;
}

.mxw-2260 {
  max-width: 2260px !important;
}

.mt2265 {
  margin-top: 2265px !important;
}

.mb2265 {
  margin-bottom: 2265px !important;
}

.mr2265 {
  margin-right: 2265px !important;
}

.ml2265 {
  margin-left: 2265px !important;
}

.pt2265 {
  padding-top: 2265px !important;
}

.pb2265 {
  padding-bottom: 2265px !important;
}

.pr2265 {
  padding-right: 2265px !important;
}

.pl2265 {
  padding-left: 2265px !important;
}

.mh2265 {
  min-height: 2265px !important;
}

.w-2265 {
  width: 2265px !important;
}

.mnw-2265 {
  min-width: 2265px !important;
}

.mxw-2265 {
  max-width: 2265px !important;
}

.mt2270 {
  margin-top: 2270px !important;
}

.mb2270 {
  margin-bottom: 2270px !important;
}

.mr2270 {
  margin-right: 2270px !important;
}

.ml2270 {
  margin-left: 2270px !important;
}

.pt2270 {
  padding-top: 2270px !important;
}

.pb2270 {
  padding-bottom: 2270px !important;
}

.pr2270 {
  padding-right: 2270px !important;
}

.pl2270 {
  padding-left: 2270px !important;
}

.mh2270 {
  min-height: 2270px !important;
}

.w-2270 {
  width: 2270px !important;
}

.mnw-2270 {
  min-width: 2270px !important;
}

.mxw-2270 {
  max-width: 2270px !important;
}

.mt2275 {
  margin-top: 2275px !important;
}

.mb2275 {
  margin-bottom: 2275px !important;
}

.mr2275 {
  margin-right: 2275px !important;
}

.ml2275 {
  margin-left: 2275px !important;
}

.pt2275 {
  padding-top: 2275px !important;
}

.pb2275 {
  padding-bottom: 2275px !important;
}

.pr2275 {
  padding-right: 2275px !important;
}

.pl2275 {
  padding-left: 2275px !important;
}

.mh2275 {
  min-height: 2275px !important;
}

.w-2275 {
  width: 2275px !important;
}

.mnw-2275 {
  min-width: 2275px !important;
}

.mxw-2275 {
  max-width: 2275px !important;
}

.mt2280 {
  margin-top: 2280px !important;
}

.mb2280 {
  margin-bottom: 2280px !important;
}

.mr2280 {
  margin-right: 2280px !important;
}

.ml2280 {
  margin-left: 2280px !important;
}

.pt2280 {
  padding-top: 2280px !important;
}

.pb2280 {
  padding-bottom: 2280px !important;
}

.pr2280 {
  padding-right: 2280px !important;
}

.pl2280 {
  padding-left: 2280px !important;
}

.mh2280 {
  min-height: 2280px !important;
}

.w-2280 {
  width: 2280px !important;
}

.mnw-2280 {
  min-width: 2280px !important;
}

.mxw-2280 {
  max-width: 2280px !important;
}

.mt2285 {
  margin-top: 2285px !important;
}

.mb2285 {
  margin-bottom: 2285px !important;
}

.mr2285 {
  margin-right: 2285px !important;
}

.ml2285 {
  margin-left: 2285px !important;
}

.pt2285 {
  padding-top: 2285px !important;
}

.pb2285 {
  padding-bottom: 2285px !important;
}

.pr2285 {
  padding-right: 2285px !important;
}

.pl2285 {
  padding-left: 2285px !important;
}

.mh2285 {
  min-height: 2285px !important;
}

.w-2285 {
  width: 2285px !important;
}

.mnw-2285 {
  min-width: 2285px !important;
}

.mxw-2285 {
  max-width: 2285px !important;
}

.mt2290 {
  margin-top: 2290px !important;
}

.mb2290 {
  margin-bottom: 2290px !important;
}

.mr2290 {
  margin-right: 2290px !important;
}

.ml2290 {
  margin-left: 2290px !important;
}

.pt2290 {
  padding-top: 2290px !important;
}

.pb2290 {
  padding-bottom: 2290px !important;
}

.pr2290 {
  padding-right: 2290px !important;
}

.pl2290 {
  padding-left: 2290px !important;
}

.mh2290 {
  min-height: 2290px !important;
}

.w-2290 {
  width: 2290px !important;
}

.mnw-2290 {
  min-width: 2290px !important;
}

.mxw-2290 {
  max-width: 2290px !important;
}

.mt2295 {
  margin-top: 2295px !important;
}

.mb2295 {
  margin-bottom: 2295px !important;
}

.mr2295 {
  margin-right: 2295px !important;
}

.ml2295 {
  margin-left: 2295px !important;
}

.pt2295 {
  padding-top: 2295px !important;
}

.pb2295 {
  padding-bottom: 2295px !important;
}

.pr2295 {
  padding-right: 2295px !important;
}

.pl2295 {
  padding-left: 2295px !important;
}

.mh2295 {
  min-height: 2295px !important;
}

.w-2295 {
  width: 2295px !important;
}

.mnw-2295 {
  min-width: 2295px !important;
}

.mxw-2295 {
  max-width: 2295px !important;
}

.mt2300 {
  margin-top: 2300px !important;
}

.mb2300 {
  margin-bottom: 2300px !important;
}

.mr2300 {
  margin-right: 2300px !important;
}

.ml2300 {
  margin-left: 2300px !important;
}

.pt2300 {
  padding-top: 2300px !important;
}

.pb2300 {
  padding-bottom: 2300px !important;
}

.pr2300 {
  padding-right: 2300px !important;
}

.pl2300 {
  padding-left: 2300px !important;
}

.mh2300 {
  min-height: 2300px !important;
}

.w-2300 {
  width: 2300px !important;
}

.mnw-2300 {
  min-width: 2300px !important;
}

.mxw-2300 {
  max-width: 2300px !important;
}

.mt2305 {
  margin-top: 2305px !important;
}

.mb2305 {
  margin-bottom: 2305px !important;
}

.mr2305 {
  margin-right: 2305px !important;
}

.ml2305 {
  margin-left: 2305px !important;
}

.pt2305 {
  padding-top: 2305px !important;
}

.pb2305 {
  padding-bottom: 2305px !important;
}

.pr2305 {
  padding-right: 2305px !important;
}

.pl2305 {
  padding-left: 2305px !important;
}

.mh2305 {
  min-height: 2305px !important;
}

.w-2305 {
  width: 2305px !important;
}

.mnw-2305 {
  min-width: 2305px !important;
}

.mxw-2305 {
  max-width: 2305px !important;
}

.mt2310 {
  margin-top: 2310px !important;
}

.mb2310 {
  margin-bottom: 2310px !important;
}

.mr2310 {
  margin-right: 2310px !important;
}

.ml2310 {
  margin-left: 2310px !important;
}

.pt2310 {
  padding-top: 2310px !important;
}

.pb2310 {
  padding-bottom: 2310px !important;
}

.pr2310 {
  padding-right: 2310px !important;
}

.pl2310 {
  padding-left: 2310px !important;
}

.mh2310 {
  min-height: 2310px !important;
}

.w-2310 {
  width: 2310px !important;
}

.mnw-2310 {
  min-width: 2310px !important;
}

.mxw-2310 {
  max-width: 2310px !important;
}

.mt2315 {
  margin-top: 2315px !important;
}

.mb2315 {
  margin-bottom: 2315px !important;
}

.mr2315 {
  margin-right: 2315px !important;
}

.ml2315 {
  margin-left: 2315px !important;
}

.pt2315 {
  padding-top: 2315px !important;
}

.pb2315 {
  padding-bottom: 2315px !important;
}

.pr2315 {
  padding-right: 2315px !important;
}

.pl2315 {
  padding-left: 2315px !important;
}

.mh2315 {
  min-height: 2315px !important;
}

.w-2315 {
  width: 2315px !important;
}

.mnw-2315 {
  min-width: 2315px !important;
}

.mxw-2315 {
  max-width: 2315px !important;
}

.mt2320 {
  margin-top: 2320px !important;
}

.mb2320 {
  margin-bottom: 2320px !important;
}

.mr2320 {
  margin-right: 2320px !important;
}

.ml2320 {
  margin-left: 2320px !important;
}

.pt2320 {
  padding-top: 2320px !important;
}

.pb2320 {
  padding-bottom: 2320px !important;
}

.pr2320 {
  padding-right: 2320px !important;
}

.pl2320 {
  padding-left: 2320px !important;
}

.mh2320 {
  min-height: 2320px !important;
}

.w-2320 {
  width: 2320px !important;
}

.mnw-2320 {
  min-width: 2320px !important;
}

.mxw-2320 {
  max-width: 2320px !important;
}

.mt2325 {
  margin-top: 2325px !important;
}

.mb2325 {
  margin-bottom: 2325px !important;
}

.mr2325 {
  margin-right: 2325px !important;
}

.ml2325 {
  margin-left: 2325px !important;
}

.pt2325 {
  padding-top: 2325px !important;
}

.pb2325 {
  padding-bottom: 2325px !important;
}

.pr2325 {
  padding-right: 2325px !important;
}

.pl2325 {
  padding-left: 2325px !important;
}

.mh2325 {
  min-height: 2325px !important;
}

.w-2325 {
  width: 2325px !important;
}

.mnw-2325 {
  min-width: 2325px !important;
}

.mxw-2325 {
  max-width: 2325px !important;
}

.mt2330 {
  margin-top: 2330px !important;
}

.mb2330 {
  margin-bottom: 2330px !important;
}

.mr2330 {
  margin-right: 2330px !important;
}

.ml2330 {
  margin-left: 2330px !important;
}

.pt2330 {
  padding-top: 2330px !important;
}

.pb2330 {
  padding-bottom: 2330px !important;
}

.pr2330 {
  padding-right: 2330px !important;
}

.pl2330 {
  padding-left: 2330px !important;
}

.mh2330 {
  min-height: 2330px !important;
}

.w-2330 {
  width: 2330px !important;
}

.mnw-2330 {
  min-width: 2330px !important;
}

.mxw-2330 {
  max-width: 2330px !important;
}

.mt2335 {
  margin-top: 2335px !important;
}

.mb2335 {
  margin-bottom: 2335px !important;
}

.mr2335 {
  margin-right: 2335px !important;
}

.ml2335 {
  margin-left: 2335px !important;
}

.pt2335 {
  padding-top: 2335px !important;
}

.pb2335 {
  padding-bottom: 2335px !important;
}

.pr2335 {
  padding-right: 2335px !important;
}

.pl2335 {
  padding-left: 2335px !important;
}

.mh2335 {
  min-height: 2335px !important;
}

.w-2335 {
  width: 2335px !important;
}

.mnw-2335 {
  min-width: 2335px !important;
}

.mxw-2335 {
  max-width: 2335px !important;
}

.mt2340 {
  margin-top: 2340px !important;
}

.mb2340 {
  margin-bottom: 2340px !important;
}

.mr2340 {
  margin-right: 2340px !important;
}

.ml2340 {
  margin-left: 2340px !important;
}

.pt2340 {
  padding-top: 2340px !important;
}

.pb2340 {
  padding-bottom: 2340px !important;
}

.pr2340 {
  padding-right: 2340px !important;
}

.pl2340 {
  padding-left: 2340px !important;
}

.mh2340 {
  min-height: 2340px !important;
}

.w-2340 {
  width: 2340px !important;
}

.mnw-2340 {
  min-width: 2340px !important;
}

.mxw-2340 {
  max-width: 2340px !important;
}

.mt2345 {
  margin-top: 2345px !important;
}

.mb2345 {
  margin-bottom: 2345px !important;
}

.mr2345 {
  margin-right: 2345px !important;
}

.ml2345 {
  margin-left: 2345px !important;
}

.pt2345 {
  padding-top: 2345px !important;
}

.pb2345 {
  padding-bottom: 2345px !important;
}

.pr2345 {
  padding-right: 2345px !important;
}

.pl2345 {
  padding-left: 2345px !important;
}

.mh2345 {
  min-height: 2345px !important;
}

.w-2345 {
  width: 2345px !important;
}

.mnw-2345 {
  min-width: 2345px !important;
}

.mxw-2345 {
  max-width: 2345px !important;
}

.mt2350 {
  margin-top: 2350px !important;
}

.mb2350 {
  margin-bottom: 2350px !important;
}

.mr2350 {
  margin-right: 2350px !important;
}

.ml2350 {
  margin-left: 2350px !important;
}

.pt2350 {
  padding-top: 2350px !important;
}

.pb2350 {
  padding-bottom: 2350px !important;
}

.pr2350 {
  padding-right: 2350px !important;
}

.pl2350 {
  padding-left: 2350px !important;
}

.mh2350 {
  min-height: 2350px !important;
}

.w-2350 {
  width: 2350px !important;
}

.mnw-2350 {
  min-width: 2350px !important;
}

.mxw-2350 {
  max-width: 2350px !important;
}

.mt2355 {
  margin-top: 2355px !important;
}

.mb2355 {
  margin-bottom: 2355px !important;
}

.mr2355 {
  margin-right: 2355px !important;
}

.ml2355 {
  margin-left: 2355px !important;
}

.pt2355 {
  padding-top: 2355px !important;
}

.pb2355 {
  padding-bottom: 2355px !important;
}

.pr2355 {
  padding-right: 2355px !important;
}

.pl2355 {
  padding-left: 2355px !important;
}

.mh2355 {
  min-height: 2355px !important;
}

.w-2355 {
  width: 2355px !important;
}

.mnw-2355 {
  min-width: 2355px !important;
}

.mxw-2355 {
  max-width: 2355px !important;
}

.mt2360 {
  margin-top: 2360px !important;
}

.mb2360 {
  margin-bottom: 2360px !important;
}

.mr2360 {
  margin-right: 2360px !important;
}

.ml2360 {
  margin-left: 2360px !important;
}

.pt2360 {
  padding-top: 2360px !important;
}

.pb2360 {
  padding-bottom: 2360px !important;
}

.pr2360 {
  padding-right: 2360px !important;
}

.pl2360 {
  padding-left: 2360px !important;
}

.mh2360 {
  min-height: 2360px !important;
}

.w-2360 {
  width: 2360px !important;
}

.mnw-2360 {
  min-width: 2360px !important;
}

.mxw-2360 {
  max-width: 2360px !important;
}

.mt2365 {
  margin-top: 2365px !important;
}

.mb2365 {
  margin-bottom: 2365px !important;
}

.mr2365 {
  margin-right: 2365px !important;
}

.ml2365 {
  margin-left: 2365px !important;
}

.pt2365 {
  padding-top: 2365px !important;
}

.pb2365 {
  padding-bottom: 2365px !important;
}

.pr2365 {
  padding-right: 2365px !important;
}

.pl2365 {
  padding-left: 2365px !important;
}

.mh2365 {
  min-height: 2365px !important;
}

.w-2365 {
  width: 2365px !important;
}

.mnw-2365 {
  min-width: 2365px !important;
}

.mxw-2365 {
  max-width: 2365px !important;
}

.mt2370 {
  margin-top: 2370px !important;
}

.mb2370 {
  margin-bottom: 2370px !important;
}

.mr2370 {
  margin-right: 2370px !important;
}

.ml2370 {
  margin-left: 2370px !important;
}

.pt2370 {
  padding-top: 2370px !important;
}

.pb2370 {
  padding-bottom: 2370px !important;
}

.pr2370 {
  padding-right: 2370px !important;
}

.pl2370 {
  padding-left: 2370px !important;
}

.mh2370 {
  min-height: 2370px !important;
}

.w-2370 {
  width: 2370px !important;
}

.mnw-2370 {
  min-width: 2370px !important;
}

.mxw-2370 {
  max-width: 2370px !important;
}

.mt2375 {
  margin-top: 2375px !important;
}

.mb2375 {
  margin-bottom: 2375px !important;
}

.mr2375 {
  margin-right: 2375px !important;
}

.ml2375 {
  margin-left: 2375px !important;
}

.pt2375 {
  padding-top: 2375px !important;
}

.pb2375 {
  padding-bottom: 2375px !important;
}

.pr2375 {
  padding-right: 2375px !important;
}

.pl2375 {
  padding-left: 2375px !important;
}

.mh2375 {
  min-height: 2375px !important;
}

.w-2375 {
  width: 2375px !important;
}

.mnw-2375 {
  min-width: 2375px !important;
}

.mxw-2375 {
  max-width: 2375px !important;
}

.mt2380 {
  margin-top: 2380px !important;
}

.mb2380 {
  margin-bottom: 2380px !important;
}

.mr2380 {
  margin-right: 2380px !important;
}

.ml2380 {
  margin-left: 2380px !important;
}

.pt2380 {
  padding-top: 2380px !important;
}

.pb2380 {
  padding-bottom: 2380px !important;
}

.pr2380 {
  padding-right: 2380px !important;
}

.pl2380 {
  padding-left: 2380px !important;
}

.mh2380 {
  min-height: 2380px !important;
}

.w-2380 {
  width: 2380px !important;
}

.mnw-2380 {
  min-width: 2380px !important;
}

.mxw-2380 {
  max-width: 2380px !important;
}

.mt2385 {
  margin-top: 2385px !important;
}

.mb2385 {
  margin-bottom: 2385px !important;
}

.mr2385 {
  margin-right: 2385px !important;
}

.ml2385 {
  margin-left: 2385px !important;
}

.pt2385 {
  padding-top: 2385px !important;
}

.pb2385 {
  padding-bottom: 2385px !important;
}

.pr2385 {
  padding-right: 2385px !important;
}

.pl2385 {
  padding-left: 2385px !important;
}

.mh2385 {
  min-height: 2385px !important;
}

.w-2385 {
  width: 2385px !important;
}

.mnw-2385 {
  min-width: 2385px !important;
}

.mxw-2385 {
  max-width: 2385px !important;
}

.mt2390 {
  margin-top: 2390px !important;
}

.mb2390 {
  margin-bottom: 2390px !important;
}

.mr2390 {
  margin-right: 2390px !important;
}

.ml2390 {
  margin-left: 2390px !important;
}

.pt2390 {
  padding-top: 2390px !important;
}

.pb2390 {
  padding-bottom: 2390px !important;
}

.pr2390 {
  padding-right: 2390px !important;
}

.pl2390 {
  padding-left: 2390px !important;
}

.mh2390 {
  min-height: 2390px !important;
}

.w-2390 {
  width: 2390px !important;
}

.mnw-2390 {
  min-width: 2390px !important;
}

.mxw-2390 {
  max-width: 2390px !important;
}

.mt2395 {
  margin-top: 2395px !important;
}

.mb2395 {
  margin-bottom: 2395px !important;
}

.mr2395 {
  margin-right: 2395px !important;
}

.ml2395 {
  margin-left: 2395px !important;
}

.pt2395 {
  padding-top: 2395px !important;
}

.pb2395 {
  padding-bottom: 2395px !important;
}

.pr2395 {
  padding-right: 2395px !important;
}

.pl2395 {
  padding-left: 2395px !important;
}

.mh2395 {
  min-height: 2395px !important;
}

.w-2395 {
  width: 2395px !important;
}

.mnw-2395 {
  min-width: 2395px !important;
}

.mxw-2395 {
  max-width: 2395px !important;
}

.mt2400 {
  margin-top: 2400px !important;
}

.mb2400 {
  margin-bottom: 2400px !important;
}

.mr2400 {
  margin-right: 2400px !important;
}

.ml2400 {
  margin-left: 2400px !important;
}

.pt2400 {
  padding-top: 2400px !important;
}

.pb2400 {
  padding-bottom: 2400px !important;
}

.pr2400 {
  padding-right: 2400px !important;
}

.pl2400 {
  padding-left: 2400px !important;
}

.mh2400 {
  min-height: 2400px !important;
}

.w-2400 {
  width: 2400px !important;
}

.mnw-2400 {
  min-width: 2400px !important;
}

.mxw-2400 {
  max-width: 2400px !important;
}

.mt2405 {
  margin-top: 2405px !important;
}

.mb2405 {
  margin-bottom: 2405px !important;
}

.mr2405 {
  margin-right: 2405px !important;
}

.ml2405 {
  margin-left: 2405px !important;
}

.pt2405 {
  padding-top: 2405px !important;
}

.pb2405 {
  padding-bottom: 2405px !important;
}

.pr2405 {
  padding-right: 2405px !important;
}

.pl2405 {
  padding-left: 2405px !important;
}

.mh2405 {
  min-height: 2405px !important;
}

.w-2405 {
  width: 2405px !important;
}

.mnw-2405 {
  min-width: 2405px !important;
}

.mxw-2405 {
  max-width: 2405px !important;
}

.mt2410 {
  margin-top: 2410px !important;
}

.mb2410 {
  margin-bottom: 2410px !important;
}

.mr2410 {
  margin-right: 2410px !important;
}

.ml2410 {
  margin-left: 2410px !important;
}

.pt2410 {
  padding-top: 2410px !important;
}

.pb2410 {
  padding-bottom: 2410px !important;
}

.pr2410 {
  padding-right: 2410px !important;
}

.pl2410 {
  padding-left: 2410px !important;
}

.mh2410 {
  min-height: 2410px !important;
}

.w-2410 {
  width: 2410px !important;
}

.mnw-2410 {
  min-width: 2410px !important;
}

.mxw-2410 {
  max-width: 2410px !important;
}

.mt2415 {
  margin-top: 2415px !important;
}

.mb2415 {
  margin-bottom: 2415px !important;
}

.mr2415 {
  margin-right: 2415px !important;
}

.ml2415 {
  margin-left: 2415px !important;
}

.pt2415 {
  padding-top: 2415px !important;
}

.pb2415 {
  padding-bottom: 2415px !important;
}

.pr2415 {
  padding-right: 2415px !important;
}

.pl2415 {
  padding-left: 2415px !important;
}

.mh2415 {
  min-height: 2415px !important;
}

.w-2415 {
  width: 2415px !important;
}

.mnw-2415 {
  min-width: 2415px !important;
}

.mxw-2415 {
  max-width: 2415px !important;
}

.mt2420 {
  margin-top: 2420px !important;
}

.mb2420 {
  margin-bottom: 2420px !important;
}

.mr2420 {
  margin-right: 2420px !important;
}

.ml2420 {
  margin-left: 2420px !important;
}

.pt2420 {
  padding-top: 2420px !important;
}

.pb2420 {
  padding-bottom: 2420px !important;
}

.pr2420 {
  padding-right: 2420px !important;
}

.pl2420 {
  padding-left: 2420px !important;
}

.mh2420 {
  min-height: 2420px !important;
}

.w-2420 {
  width: 2420px !important;
}

.mnw-2420 {
  min-width: 2420px !important;
}

.mxw-2420 {
  max-width: 2420px !important;
}

.mt2425 {
  margin-top: 2425px !important;
}

.mb2425 {
  margin-bottom: 2425px !important;
}

.mr2425 {
  margin-right: 2425px !important;
}

.ml2425 {
  margin-left: 2425px !important;
}

.pt2425 {
  padding-top: 2425px !important;
}

.pb2425 {
  padding-bottom: 2425px !important;
}

.pr2425 {
  padding-right: 2425px !important;
}

.pl2425 {
  padding-left: 2425px !important;
}

.mh2425 {
  min-height: 2425px !important;
}

.w-2425 {
  width: 2425px !important;
}

.mnw-2425 {
  min-width: 2425px !important;
}

.mxw-2425 {
  max-width: 2425px !important;
}

.mt2430 {
  margin-top: 2430px !important;
}

.mb2430 {
  margin-bottom: 2430px !important;
}

.mr2430 {
  margin-right: 2430px !important;
}

.ml2430 {
  margin-left: 2430px !important;
}

.pt2430 {
  padding-top: 2430px !important;
}

.pb2430 {
  padding-bottom: 2430px !important;
}

.pr2430 {
  padding-right: 2430px !important;
}

.pl2430 {
  padding-left: 2430px !important;
}

.mh2430 {
  min-height: 2430px !important;
}

.w-2430 {
  width: 2430px !important;
}

.mnw-2430 {
  min-width: 2430px !important;
}

.mxw-2430 {
  max-width: 2430px !important;
}

.mt2435 {
  margin-top: 2435px !important;
}

.mb2435 {
  margin-bottom: 2435px !important;
}

.mr2435 {
  margin-right: 2435px !important;
}

.ml2435 {
  margin-left: 2435px !important;
}

.pt2435 {
  padding-top: 2435px !important;
}

.pb2435 {
  padding-bottom: 2435px !important;
}

.pr2435 {
  padding-right: 2435px !important;
}

.pl2435 {
  padding-left: 2435px !important;
}

.mh2435 {
  min-height: 2435px !important;
}

.w-2435 {
  width: 2435px !important;
}

.mnw-2435 {
  min-width: 2435px !important;
}

.mxw-2435 {
  max-width: 2435px !important;
}

.mt2440 {
  margin-top: 2440px !important;
}

.mb2440 {
  margin-bottom: 2440px !important;
}

.mr2440 {
  margin-right: 2440px !important;
}

.ml2440 {
  margin-left: 2440px !important;
}

.pt2440 {
  padding-top: 2440px !important;
}

.pb2440 {
  padding-bottom: 2440px !important;
}

.pr2440 {
  padding-right: 2440px !important;
}

.pl2440 {
  padding-left: 2440px !important;
}

.mh2440 {
  min-height: 2440px !important;
}

.w-2440 {
  width: 2440px !important;
}

.mnw-2440 {
  min-width: 2440px !important;
}

.mxw-2440 {
  max-width: 2440px !important;
}

.mt2445 {
  margin-top: 2445px !important;
}

.mb2445 {
  margin-bottom: 2445px !important;
}

.mr2445 {
  margin-right: 2445px !important;
}

.ml2445 {
  margin-left: 2445px !important;
}

.pt2445 {
  padding-top: 2445px !important;
}

.pb2445 {
  padding-bottom: 2445px !important;
}

.pr2445 {
  padding-right: 2445px !important;
}

.pl2445 {
  padding-left: 2445px !important;
}

.mh2445 {
  min-height: 2445px !important;
}

.w-2445 {
  width: 2445px !important;
}

.mnw-2445 {
  min-width: 2445px !important;
}

.mxw-2445 {
  max-width: 2445px !important;
}

.mt2450 {
  margin-top: 2450px !important;
}

.mb2450 {
  margin-bottom: 2450px !important;
}

.mr2450 {
  margin-right: 2450px !important;
}

.ml2450 {
  margin-left: 2450px !important;
}

.pt2450 {
  padding-top: 2450px !important;
}

.pb2450 {
  padding-bottom: 2450px !important;
}

.pr2450 {
  padding-right: 2450px !important;
}

.pl2450 {
  padding-left: 2450px !important;
}

.mh2450 {
  min-height: 2450px !important;
}

.w-2450 {
  width: 2450px !important;
}

.mnw-2450 {
  min-width: 2450px !important;
}

.mxw-2450 {
  max-width: 2450px !important;
}

.mt2455 {
  margin-top: 2455px !important;
}

.mb2455 {
  margin-bottom: 2455px !important;
}

.mr2455 {
  margin-right: 2455px !important;
}

.ml2455 {
  margin-left: 2455px !important;
}

.pt2455 {
  padding-top: 2455px !important;
}

.pb2455 {
  padding-bottom: 2455px !important;
}

.pr2455 {
  padding-right: 2455px !important;
}

.pl2455 {
  padding-left: 2455px !important;
}

.mh2455 {
  min-height: 2455px !important;
}

.w-2455 {
  width: 2455px !important;
}

.mnw-2455 {
  min-width: 2455px !important;
}

.mxw-2455 {
  max-width: 2455px !important;
}

.mt2460 {
  margin-top: 2460px !important;
}

.mb2460 {
  margin-bottom: 2460px !important;
}

.mr2460 {
  margin-right: 2460px !important;
}

.ml2460 {
  margin-left: 2460px !important;
}

.pt2460 {
  padding-top: 2460px !important;
}

.pb2460 {
  padding-bottom: 2460px !important;
}

.pr2460 {
  padding-right: 2460px !important;
}

.pl2460 {
  padding-left: 2460px !important;
}

.mh2460 {
  min-height: 2460px !important;
}

.w-2460 {
  width: 2460px !important;
}

.mnw-2460 {
  min-width: 2460px !important;
}

.mxw-2460 {
  max-width: 2460px !important;
}

.mt2465 {
  margin-top: 2465px !important;
}

.mb2465 {
  margin-bottom: 2465px !important;
}

.mr2465 {
  margin-right: 2465px !important;
}

.ml2465 {
  margin-left: 2465px !important;
}

.pt2465 {
  padding-top: 2465px !important;
}

.pb2465 {
  padding-bottom: 2465px !important;
}

.pr2465 {
  padding-right: 2465px !important;
}

.pl2465 {
  padding-left: 2465px !important;
}

.mh2465 {
  min-height: 2465px !important;
}

.w-2465 {
  width: 2465px !important;
}

.mnw-2465 {
  min-width: 2465px !important;
}

.mxw-2465 {
  max-width: 2465px !important;
}

.mt2470 {
  margin-top: 2470px !important;
}

.mb2470 {
  margin-bottom: 2470px !important;
}

.mr2470 {
  margin-right: 2470px !important;
}

.ml2470 {
  margin-left: 2470px !important;
}

.pt2470 {
  padding-top: 2470px !important;
}

.pb2470 {
  padding-bottom: 2470px !important;
}

.pr2470 {
  padding-right: 2470px !important;
}

.pl2470 {
  padding-left: 2470px !important;
}

.mh2470 {
  min-height: 2470px !important;
}

.w-2470 {
  width: 2470px !important;
}

.mnw-2470 {
  min-width: 2470px !important;
}

.mxw-2470 {
  max-width: 2470px !important;
}

.mt2475 {
  margin-top: 2475px !important;
}

.mb2475 {
  margin-bottom: 2475px !important;
}

.mr2475 {
  margin-right: 2475px !important;
}

.ml2475 {
  margin-left: 2475px !important;
}

.pt2475 {
  padding-top: 2475px !important;
}

.pb2475 {
  padding-bottom: 2475px !important;
}

.pr2475 {
  padding-right: 2475px !important;
}

.pl2475 {
  padding-left: 2475px !important;
}

.mh2475 {
  min-height: 2475px !important;
}

.w-2475 {
  width: 2475px !important;
}

.mnw-2475 {
  min-width: 2475px !important;
}

.mxw-2475 {
  max-width: 2475px !important;
}

.mt2480 {
  margin-top: 2480px !important;
}

.mb2480 {
  margin-bottom: 2480px !important;
}

.mr2480 {
  margin-right: 2480px !important;
}

.ml2480 {
  margin-left: 2480px !important;
}

.pt2480 {
  padding-top: 2480px !important;
}

.pb2480 {
  padding-bottom: 2480px !important;
}

.pr2480 {
  padding-right: 2480px !important;
}

.pl2480 {
  padding-left: 2480px !important;
}

.mh2480 {
  min-height: 2480px !important;
}

.w-2480 {
  width: 2480px !important;
}

.mnw-2480 {
  min-width: 2480px !important;
}

.mxw-2480 {
  max-width: 2480px !important;
}

.mt2485 {
  margin-top: 2485px !important;
}

.mb2485 {
  margin-bottom: 2485px !important;
}

.mr2485 {
  margin-right: 2485px !important;
}

.ml2485 {
  margin-left: 2485px !important;
}

.pt2485 {
  padding-top: 2485px !important;
}

.pb2485 {
  padding-bottom: 2485px !important;
}

.pr2485 {
  padding-right: 2485px !important;
}

.pl2485 {
  padding-left: 2485px !important;
}

.mh2485 {
  min-height: 2485px !important;
}

.w-2485 {
  width: 2485px !important;
}

.mnw-2485 {
  min-width: 2485px !important;
}

.mxw-2485 {
  max-width: 2485px !important;
}

.mt2490 {
  margin-top: 2490px !important;
}

.mb2490 {
  margin-bottom: 2490px !important;
}

.mr2490 {
  margin-right: 2490px !important;
}

.ml2490 {
  margin-left: 2490px !important;
}

.pt2490 {
  padding-top: 2490px !important;
}

.pb2490 {
  padding-bottom: 2490px !important;
}

.pr2490 {
  padding-right: 2490px !important;
}

.pl2490 {
  padding-left: 2490px !important;
}

.mh2490 {
  min-height: 2490px !important;
}

.w-2490 {
  width: 2490px !important;
}

.mnw-2490 {
  min-width: 2490px !important;
}

.mxw-2490 {
  max-width: 2490px !important;
}

.mt2495 {
  margin-top: 2495px !important;
}

.mb2495 {
  margin-bottom: 2495px !important;
}

.mr2495 {
  margin-right: 2495px !important;
}

.ml2495 {
  margin-left: 2495px !important;
}

.pt2495 {
  padding-top: 2495px !important;
}

.pb2495 {
  padding-bottom: 2495px !important;
}

.pr2495 {
  padding-right: 2495px !important;
}

.pl2495 {
  padding-left: 2495px !important;
}

.mh2495 {
  min-height: 2495px !important;
}

.w-2495 {
  width: 2495px !important;
}

.mnw-2495 {
  min-width: 2495px !important;
}

.mxw-2495 {
  max-width: 2495px !important;
}

.mt2500 {
  margin-top: 2500px !important;
}

.mb2500 {
  margin-bottom: 2500px !important;
}

.mr2500 {
  margin-right: 2500px !important;
}

.ml2500 {
  margin-left: 2500px !important;
}

.pt2500 {
  padding-top: 2500px !important;
}

.pb2500 {
  padding-bottom: 2500px !important;
}

.pr2500 {
  padding-right: 2500px !important;
}

.pl2500 {
  padding-left: 2500px !important;
}

.mh2500 {
  min-height: 2500px !important;
}

.w-2500 {
  width: 2500px !important;
}

.mnw-2500 {
  min-width: 2500px !important;
}

.mxw-2500 {
  max-width: 2500px !important;
}

/* START datepicker input と トリガーボタン セット */
.js-copy-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 13px;
}
.js-copy-group > .form-control {
  margin-right: 5px;
}
.js-copy-group select.form-control {
  width: 230px !important;
}
.js-copy-group input.text {
  width: 300px !important;
}
.js-add-box {
  padding-top: 8px;
  padding-bottom: 8px;
}
.livingAlone {
  margin-bottom: 15px;
}
.form-inline.other {
  margin-top: 8px;
}
.form-inline.other .form-control {
  width: 400px;
  margin-left: 3px;
}
.card-change {
  margin-right: 2em;
}
@media (max-width: 768px) {
  .js-copy-group > .custom-select {
    width: auto !important;
    margin-bottom: 5px;
  }
  .js-copy-group input.text {
    width: auto !important;
  }
  .form-inline.other .form-control {
    width: 100%;
  }
  .card-change {
    margin: 30px 0 0 0 !important;
  }
}
.datepicker-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* input */
.datepicker-block > .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 4px !important;
}
.datepicker-block > .form-control:read-only {
  background-color: #fff;
}
.datepicker-block > .form-control:-moz-read-only {
  background-color: #fff;
}
/* リセット */
.datepicker-block > .reset {
  position: absolute;
  top: 50%;
  right: 42px;
  z-index: 3;
  width: 30px;
  height: 30px;
  line-height: 1;
  background-color: transparent;
  border: 0;
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.datepicker-block > .reset > svg {
  width: 12px;
  height: 12px;
  fill: #ddd;
  transform: translateY(2px);
}
/* アイコン */
.ui-datepicker-trigger {
  display: block;
  width: 34px;
  height: 34px;
  padding: 0 10px;
  background: url("/img/icon-calendar-de39e777074b7229c33d28fc207a1230.png") no-repeat center center;
  background-size: 20px auto;
  border: 0;
  outline: none;
  cursor: pointer;
}
/* //END datepicker input と トリガーボタン セット */

/* START datepicker カスタムスタイル */
.ui-datepicker {
  display: none;
  padding: 15px;
  font-size: 13px;
  background-color: #fff;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.08);
}
.ui-datepicker:read-only {
  background-color: #fff;
}
.ui-datepicker:-moz-read-only {
  background-color: #fff;
}
.ui-datepicker-title {
  display: flex;
  align-items: center;
  height: 31px;
}
.ui-datepicker-title .yearSuffix {
  position: absolute;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  left: 66px;
  z-index: 1;
}
.ui-datepicker-year,
.ui-datepicker-month {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.ui-datepicker-year {
  padding: 0 36px 0 7px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  background: url("/img/select-arrow-485cf61bcfdcef216b2a83c15abbbe46.png") no-repeat right center;
  background-size: 11px auto;
  z-index: 2;
}
.ui-datepicker-year-unit {
  padding: 0 17px 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.ui-datepicker-month {
  order: 2;
  padding: 0 17px 0 7px;
  margin-left: 7px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  background: url("/img/select-arrow-485cf61bcfdcef216b2a83c15abbbe46.png") no-repeat right center;
  background-size: 11px auto;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: 16px;
  right: 12px;
}
.ui-datepicker-prev {
  right: 39px;
  padding: 10px 8px 10px 12px;
}
.ui-datepicker-next {
  padding: 10px 12px 10px 8px;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  background-color: #f0f1f2;
  border-radius: 50%;
  cursor: pointer;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
}
.ui-datepicker-prev span {
  right: 40px;
  transform: rotate(135deg);
}
.ui-datepicker-next span {
  transform: rotate(-45deg);
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  font-size: 13px;
  text-align: center;
  vertical-align: center;
}
.ui-datepicker-calendar thead th,
.ui-datepicker-calendar thead td {
  color: #999;
  font-weight: normal;
}
.ui-datepicker-calendar thead th span,
.ui-datepicker-calendar thead td span {
  display: block;
  padding: 7px;
}
.ui-state-default {
  display: block;
  padding: 7px;
  color: rgba(0, 0, 0, 0.82);
  font-weight: bold;
  text-decoration: none;
}
a.ui-state-default:hover {
  text-decoration: none;
}
.ui-state-default:hover {
  background-color: #f0f1f2;
  border-radius: 50%;
}
.ui-state-disabled .ui-state-default {
  color: #999;
  font-weight: normal;
}
.ui-state-disabled .ui-state-default:hover {
  background-color: transparent;
}
.ui-state-highlight {
  background-color: #f0f1f2;
  border-radius: 50%;
}
.ui-state-active {
  color: #fff;
  background-color: #0d5ca9;
  border-radius: 50%;
}
.ui-state-active:hover,
.ui-state-active:active {
  color: #fff;
  background-color: #0d5ca9;
}
/* //END datepicker カスタムスタイル */

/*# sourceMappingURL=style.css.map */

.wrapper-accordion {
  margin: 9px 0 9px 0;
}

.wrapper-accordion summary {
  display: list-item;
}

.wrapper-block-domain-list {
  margin: 0 0 20px 0;
}

.block-domain-title {
  margin: 0 0 3px 0;
}
